Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ManageabilityPkg: Add IpmiCommandLib PEI instance #213

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = 0x0001001E
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
IpmiCommandLibNetFnChassis.c
IpmiCommandLibNetFnStorage.c
IpmiCommandLibNetFnTransport.c

[Packages]
ManageabilityPkg/ManageabilityPkg.dec
nhivp marked this conversation as resolved.
Show resolved Hide resolved
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec

[LibraryClasses]
BaseMemoryLib
DebugLib
IpmiLib
Loading