Last change
on this file since 107932 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
863 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # NULL instance of IpmiCommandLib
|
---|
3 | #
|
---|
4 | # Component description file for IPMI Command Library.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2018 - 2021, Intel Corporation. All rights reserved.<BR>
|
---|
7 | # Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.<BR>
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | INF_VERSION = 0x00010005
|
---|
15 | BASE_NAME = BaseIpmiCommandLibNull
|
---|
16 | FILE_GUID = 63F06EF8-B78A-4E7E-823E-D11A21059669
|
---|
17 | MODULE_TYPE = BASE
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | LIBRARY_CLASS = IpmiCommandLib
|
---|
20 |
|
---|
21 | [sources]
|
---|
22 | IpmiCommandLibNetFnApp.c
|
---|
23 | IpmiCommandLibNetFnTransport.c
|
---|
24 | IpmiCommandLibNetFnChassis.c
|
---|
25 | IpmiCommandLibNetFnStorage.c
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | MdeModulePkg/MdeModulePkg.dec
|
---|
30 |
|
---|
31 | [LibraryClasses]
|
---|
32 | BaseMemoryLib
|
---|
33 | DebugLib
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.