]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
MdeModulePkg/PartitionDxe: Add already start check for child hanldes
[mirror_edk2.git] / MdeModulePkg / Universal / DisplayEngineDxe / DisplayEngineDxe.inf
index 323fcadb85513a3dd7f2c78abcedfe6f1ceba375..07e19140b4037cef950ba592c6f39afcee94ad97 100644 (file)
@@ -1,15 +1,9 @@
 ## @file\r
-# The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.\r
+# The DXE driver produces FORM DISPLAY ENGIEN protocol.\r
 #\r
-# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2018, 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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r
@@ -17,6 +11,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DisplayEngine\r
+  MODULE_UNI_FILE                = DisplayEngine.uni\r
   FILE_GUID                      = E660EA85-058E-4b55-A54B-F02F83A24707\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -25,7 +20,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
   FormDisplay.h\r
   ProcessOptions.c\r
   InputHandler.c\r
-  \r
+  Popup.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  \r
+\r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
   UefiBootServicesTableLib\r
   CustomizedDisplayLib\r
 \r
 [Protocols]\r
-  gEdkiiFormDisplayEngineProtocolGuid\r
-  gEdkiiFormBrowserEx2ProtocolGuid\r
+  gEdkiiFormDisplayEngineProtocolGuid   ## PRODUCES\r
+  gEdkiiFormBrowserEx2ProtocolGuid      ## CONSUMES\r
+  gEfiHiiPopupProtocolGuid              ## PRODUCES\r
 \r
-[Guids]\r
-  gEfiIfrTianoGuid                              ## CONSUMES  ## GUID  \r
-  \r
 [Depex]\r
   gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid AND gEdkiiFormBrowserEx2ProtocolGuid\r
-  \r
+\r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement            ## CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowerGrayOutReadOnlyMenu              ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement     ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowerGrayOutReadOnlyMenu       ## CONSUMES\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  DisplayEngineExtra.uni\r