Last change
on this file since 80922 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
709 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Null Instance of IPMI Library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = BaseIpmiLibNull
|
---|
14 | MODULE_UNI_FILE = BaseIpmiLibNull.uni
|
---|
15 | FILE_GUID = 46805D61-0BB8-4680-A9BE-C96C751AB5A4
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = IpmiLib
|
---|
19 |
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32 X64
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | BaseIpmiLibNull.c
|
---|
26 |
|
---|
27 |
|
---|
28 | [Packages]
|
---|
29 | MdePkg/MdePkg.dec
|
---|
30 | MdeModulePkg/MdeModulePkg.dec
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | BaseLib
|
---|
34 | DebugLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.