Last change
on this file since 85716 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:
1009 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Slim Bootloader parse library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010005
|
---|
11 | BASE_NAME = SblParseLib
|
---|
12 | FILE_GUID = DE6FB32C-52CF-4A17-A84C-B323653CB5E0
|
---|
13 | MODULE_TYPE = BASE
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = BlParseLib
|
---|
16 |
|
---|
17 | #
|
---|
18 | # The following information is for reference only and not required by the build tools.
|
---|
19 | #
|
---|
20 | # VALID_ARCHITECTURES = IA32 X64
|
---|
21 | #
|
---|
22 |
|
---|
23 | [Sources]
|
---|
24 | SblParseLib.c
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdePkg/MdePkg.dec
|
---|
28 | MdeModulePkg/MdeModulePkg.dec
|
---|
29 | UefiPayloadPkg/UefiPayloadPkg.dec
|
---|
30 |
|
---|
31 | [LibraryClasses]
|
---|
32 | BaseLib
|
---|
33 | BaseMemoryLib
|
---|
34 | DebugLib
|
---|
35 | PcdLib
|
---|
36 | HobLib
|
---|
37 |
|
---|
38 | [Guids]
|
---|
39 | gUefiSystemTableInfoGuid
|
---|
40 | gUefiSerialPortInfoGuid
|
---|
41 | gLoaderMemoryMapInfoGuid
|
---|
42 | gEfiGraphicsInfoHobGuid
|
---|
43 | gEfiGraphicsDeviceInfoHobGuid
|
---|
44 |
|
---|
45 | [Pcd]
|
---|
46 | gUefiPayloadPkgTokenSpaceGuid.PcdPayloadStackTop
|
---|
Note:
See
TracBrowser
for help on using the repository browser.