Skip to content

Commit

Permalink
ManageabilityPkg: Add IpmiCommandLib PEI instance
Browse files Browse the repository at this point in the history
This introduces IpmiCommandLib/IpmiCommandLibPei.inf for the support of
the IPMI command library in PEI. It is consistent with the IpmiLib which
has supported separately an instance in PEI.

Signed-off-by: Nhi Pham <[email protected]>
  • Loading branch information
nhivp committed Sep 27, 2024
1 parent 528298b commit cf2c1ed
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
### @file
# Component description file for IPMI Command Library.
#
# Copyright (c) 2024, Ampere Computing LLC. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
###

[Defines]
INF_VERSION = 0x00010005
BASE_NAME = IpmiCommandLib
FILE_GUID = 4E6B3E4B-F6BC-4C86-A728-9C210D372223
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
LIBRARY_CLASS = IpmiCommandLib|PEIM PEI_CORE

[sources]
IpmiCommandLibNetFnApp.c
IpmiCommandLibNetFnTransport.c
IpmiCommandLibNetFnChassis.c
IpmiCommandLibNetFnStorage.c

[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
ManageabilityPkg/ManageabilityPkg.dec

[LibraryClasses]
BaseMemoryLib
DebugLib
IpmiLib

0 comments on commit cf2c1ed

Please sign in to comment.