MdeModulePkg: Add IpmiCommandLib
Add IpmiCommandLib to MdeModulePkg DEC/DSC files. Signed-off-by: Abner Chang <abner.chang@amd.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Nickle Wang <nicklew@nvidia.com> Cc: Igor Kulchytskyy <igork@ami.com> Cc: Isaac Oram <isaac.w.oram@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Reviewed-by: Isaac Oram <isaac.w.oram@intel.com> Reviewed-by: Igor Kulchytskyy <igork@ami.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
ae55e9fca6
commit
18df11da8c
@@ -9,6 +9,7 @@
|
||||
# (C) Copyright 2016 - 2019 Hewlett Packard Enterprise Development LP<BR>
|
||||
# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
|
||||
# Copyright (c) Microsoft Corporation.<BR>
|
||||
# Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.<BR>
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
##
|
||||
@@ -117,6 +118,10 @@
|
||||
#
|
||||
IpmiLib|Include/Library/IpmiLib.h
|
||||
|
||||
## @libraryclass Provides interfaces to send/receive IPMI command.
|
||||
#
|
||||
IpmiCommandLib|Include/Library/IpmiCommandLib.h
|
||||
|
||||
## @libraryclass Provides interfaces for platform to return root bridge information to PciHostBridgeDxe driver.
|
||||
#
|
||||
PciHostBridgeLib|Include/Library/PciHostBridgeLib.h
|
||||
|
Reference in New Issue
Block a user