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:
740 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Null instance of HOB Library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x0001001B
|
---|
14 | BASE_NAME = BaseHobLibNull
|
---|
15 | MODULE_UNI_FILE = BaseHobLibNull.uni
|
---|
16 | FILE_GUID = a89dea6f-c9a0-40be-903c-7cac2ef8a0e7
|
---|
17 | MODULE_TYPE = BASE
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | LIBRARY_CLASS = HobLib
|
---|
20 |
|
---|
21 |
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources]
|
---|
27 | BaseHobLibNull.c
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | DebugLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.