]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.inf
MdeModulePkg/DumpDynPcd: Add application to dump dynamic PCD settings
[mirror_edk2.git] / MdeModulePkg / Application / DumpDynPcd / DumpDynPcd.inf
CommitLineData
a642e2b4
SZ
1## @file\r
2# DumpDynPcd is a shell application to dump dynamic pcd information.\r
3#\r
4# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010006\r
11 BASE_NAME = DumpDynPcd\r
12 FILE_GUID = 31ADA2B2-62EA-4866-9B87-03FEA8425974\r
13 MODULE_TYPE = UEFI_APPLICATION\r
14 VERSION_STRING = 1.0\r
15 ENTRY_POINT = DumpDynPcdMain\r
16\r
17#\r
18# This flag specifies whether HII resource section is generated into PE image.\r
19#\r
20 UEFI_HII_RESOURCE_SECTION = TRUE\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 EBC\r
26#\r
27\r
28[Sources]\r
29 DumpDynPcd.c\r
30 DumpDynPcdStr.uni\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 UefiApplicationEntryPoint\r
38 DebugLib\r
39 MemoryAllocationLib\r
40 UefiLib\r
41 UefiBootServicesTableLib\r
42\r
43[Protocols]\r
44 gEfiUnicodeCollation2ProtocolGuid ## SOMETIMES_CONSUMES\r
45 gEfiPcdProtocolGuid ## CONSUMES\r
46 gPcdProtocolGuid ## CONSUMES\r
47 gEfiGetPcdInfoProtocolGuid ## CONSUMES\r
48 gGetPcdInfoProtocolGuid ## CONSUMES\r
49 gEfiShellParametersProtocolGuid ## CONSUMES\r
50\r