From: Abner Chang <[email protected]> Add reference of IpmiBaseLib
Signed-off-by: Abner Chang <[email protected]> Cc: Isaac Oram <[email protected]> Cc: Nate DeSimone <[email protected]> Cc: Liming Gao <[email protected]> Cc: Nickle Wang <[email protected]> Cc: Igor Kulchytskyy <[email protected]> Reviewed-by: Isaac Oram <[email protected]> --- .../OutOfBandManagement/IpmiFeaturePkg/IpmiFeaturePkg.dec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/IpmiFeaturePkg.dec b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/IpmiFeaturePkg.dec index 48f4ebf931..8c1b902446 100644 --- a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/IpmiFeaturePkg.dec +++ b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/IpmiFeaturePkg.dec @@ -8,6 +8,7 @@ # for the build infrastructure. # # Copyright (c) 2019-2021, Intel Corporation. All rights reserved.<BR> +# Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.<BR> # # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -38,6 +39,10 @@ # IpmiCommandLib|Include/Library/IpmiPlatformHookLib.h + ## @libraryclass Provides an API for the base IPMI library + # + IpmiBaseLib|Include/Library/IpmiBaseLib.h + [Guids] gIpmiFeaturePkgTokenSpaceGuid = {0xc05283f6, 0xd6a8, 0x48f3, {0x9b, 0x59, 0xfb, 0xca, 0x71, 0x32, 0x0f, 0x12}} -- 2.37.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#98012): https://edk2.groups.io/g/devel/message/98012 Mute This Topic: https://groups.io/mt/96074599/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
