Last change
on this file since 105668 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:
1.3 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # DumpDynPcd is a shell application to dump dynamic pcd information.
|
---|
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 = 0x00010006
|
---|
11 | BASE_NAME = DumpDynPcd
|
---|
12 | FILE_GUID = 31ADA2B2-62EA-4866-9B87-03FEA8425974
|
---|
13 | MODULE_TYPE = UEFI_APPLICATION
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | ENTRY_POINT = DumpDynPcdMain
|
---|
16 |
|
---|
17 | #
|
---|
18 | # This flag specifies whether HII resource section is generated into PE image.
|
---|
19 | #
|
---|
20 | UEFI_HII_RESOURCE_SECTION = TRUE
|
---|
21 |
|
---|
22 | #
|
---|
23 | # The following information is for reference only and not required by the build tools.
|
---|
24 | #
|
---|
25 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
26 | #
|
---|
27 |
|
---|
28 | [Sources]
|
---|
29 | DumpDynPcd.c
|
---|
30 | DumpDynPcdStr.uni
|
---|
31 |
|
---|
32 | [Packages]
|
---|
33 | MdePkg/MdePkg.dec
|
---|
34 |
|
---|
35 | [LibraryClasses]
|
---|
36 | BaseLib
|
---|
37 | UefiApplicationEntryPoint
|
---|
38 | DebugLib
|
---|
39 | MemoryAllocationLib
|
---|
40 | UefiLib
|
---|
41 | UefiBootServicesTableLib
|
---|
42 |
|
---|
43 | [Protocols]
|
---|
44 | gEfiUnicodeCollation2ProtocolGuid ## SOMETIMES_CONSUMES
|
---|
45 | gEfiPcdProtocolGuid ## CONSUMES
|
---|
46 | gPcdProtocolGuid ## CONSUMES
|
---|
47 | gEfiGetPcdInfoProtocolGuid ## CONSUMES
|
---|
48 | gGetPcdInfoProtocolGuid ## CONSUMES
|
---|
49 | gEfiShellParametersProtocolGuid ## CONSUMES
|
---|
50 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.