]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
Update Browser to provide the customization possibilities.
[mirror_edk2.git] / MdeModulePkg / Universal / DisplayEngineDxe / DisplayEngineDxe.inf
diff --git a/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf b/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
new file mode 100644 (file)
index 0000000..2170369
--- /dev/null
@@ -0,0 +1,70 @@
+## @file\r
+# The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.\r
+#\r
+# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = DisplayEngine\r
+  FILE_GUID                      = E660EA85-058E-4b55-A54B-F02F83A24707\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = InitializeDisplayEngine\r
+  UNLOAD_IMAGE                   = UnloadDisplayEngine\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+[Sources]\r
+  FormDisplayStr.uni\r
+  FormDisplay.c\r
+  FormDisplay.h\r
+  Print.c\r
+  ProcessOptions.c\r
+  InputHandler.c\r
+  \r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  \r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  UefiBootServicesTableLib\r
+  DebugLib\r
+  BaseMemoryLib\r
+  BaseLib\r
+  PrintLib\r
+  HiiLib\r
+  MemoryAllocationLib\r
+  CustomizedDisplayLib\r
+\r
+[Protocols]\r
+  gEdkiiFormDisplayEngineProtocolGuid\r
+  gEdkiiFormBrowserEx2ProtocolGuid\r
+\r
+[Guids]\r
+  gEfiIfrTianoGuid                              ## CONSUMES  ## GUID  \r
+  \r
+[Depex]\r
+  gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid AND gEdkiiFormBrowserEx2ProtocolGuid\r
+  \r
+[FeaturePcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement            ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowerGrayOutReadOnlyMenu              ## CONSUMES\r
+\r
+[BuildOptions] \r
+  MSFT:*_*_*_CC_FLAGS     = /Od \r
+\r