]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.inf
MdeModulePkg/DumpDynPcd: Add application to dump dynamic PCD settings
[mirror_edk2.git] / MdeModulePkg / Application / DumpDynPcd / DumpDynPcd.inf
diff --git a/MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.inf b/MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.inf
new file mode 100644 (file)
index 0000000..a3542dd
--- /dev/null
@@ -0,0 +1,50 @@
+##  @file\r
+#  DumpDynPcd is a shell application to dump dynamic pcd information.\r
+#\r
+#  Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010006\r
+  BASE_NAME                      = DumpDynPcd\r
+  FILE_GUID                      = 31ADA2B2-62EA-4866-9B87-03FEA8425974\r
+  MODULE_TYPE                    = UEFI_APPLICATION\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = DumpDynPcdMain\r
+\r
+#\r
+# This flag specifies whether HII resource section is generated into PE image.\r
+#\r
+  UEFI_HII_RESOURCE_SECTION      = TRUE\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
+#\r
+\r
+[Sources]\r
+  DumpDynPcd.c\r
+  DumpDynPcdStr.uni\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  UefiApplicationEntryPoint\r
+  DebugLib\r
+  MemoryAllocationLib\r
+  UefiLib\r
+  UefiBootServicesTableLib\r
+\r
+[Protocols]\r
+  gEfiUnicodeCollation2ProtocolGuid     ## SOMETIMES_CONSUMES\r
+  gEfiPcdProtocolGuid                   ## CONSUMES\r
+  gPcdProtocolGuid                      ## CONSUMES\r
+  gEfiGetPcdInfoProtocolGuid            ## CONSUMES\r
+  gGetPcdInfoProtocolGuid               ## CONSUMES\r
+  gEfiShellParametersProtocolGuid       ## CONSUMES\r
+\r