]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ersek,...
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / SetupBrowserDxe.inf
index ffb303e669a63c385f1384df75fbf2f386d4c163..7e740bc0990548c0041afafa1c623dc5d8432587 100644 (file)
@@ -1,18 +1,18 @@
-#/** @file\r
+## @file\r
 # The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.\r
+# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
+#\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
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -20,7 +20,6 @@
   FILE_GUID                      = EBf342FE-B1D3-4EF8-957C-8048606FF671\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EFI_SPECIFICATION_VERSION      = 0x0002000A\r
   ENTRY_POINT                    = InitializeSetup\r
 \r
 #\r
@@ -29,7 +28,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   SetupBrowserStr.uni\r
   Setup.c\r
   Setup.h\r
@@ -37,7 +36,6 @@
   Expression.c\r
   InputHandler.c\r
   Print.c\r
-  Print.h\r
   Presentation.c\r
   ProcessOptions.c\r
   Ui.c\r
@@ -49,7 +47,6 @@
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
-\r
 [LibraryClasses]\r
   MemoryAllocationLib\r
   BaseLib\r
   BaseMemoryLib\r
   DebugLib\r
   PrintLib\r
-  IfrSupportLib\r
   HiiLib\r
-  ExtendedHiiLib\r
+  DevicePathLib\r
+  PcdLib\r
+\r
+[Guids]\r
+  gEfiIfrTianoGuid                              ## CONSUMES  ## GUID\r
+  gEfiIfrFrameworkGuid                          ## CONSUMES  ## GUID\r
+  gEfiHiiPlatformSetupFormsetGuid\r
+  gEfiHiiStandardFormGuid                       ## SOMETIMES_CONSUMES ## GUID\r
 \r
 [Protocols]\r
-  gEfiPrintProtocolGuid                         # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiPrint2ProtocolGuid\r
-  gEfiHiiConfigAccessProtocolGuid\r
-  gEfiHiiStringProtocolGuid\r
-  gEfiFormBrowser2ProtocolGuid\r
-  gEfiHiiConfigRoutingProtocolGuid\r
-  gEfiHiiDatabaseProtocolGuid\r
-  gEfiUnicodeCollation2ProtocolGuid\r
-  gEfiConsoleControlProtocolGuid\r
+  gEfiHiiConfigAccessProtocolGuid               ## CONSUMES\r
+  gEfiHiiStringProtocolGuid                     ## CONSUMES\r
+  gEfiFormBrowser2ProtocolGuid                  ## PRODUCES\r
+  gEfiFormBrowserExProtocolGuid                 ## PRODUCES\r
+  gEfiHiiConfigRoutingProtocolGuid              ## CONSUMES\r
+  gEfiHiiDatabaseProtocolGuid                   ## CONSUMES\r
+  gEfiUnicodeCollation2ProtocolGuid             ## CONSUMES\r
+  gEfiUserManagerProtocolGuid                   ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathFromTextProtocolGuid            ## SOMETIMES_CONSUMES\r
+\r
+[FeaturePcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport          ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement            ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowerGrayOutReadOnlyMenu              ## CONSUMES\r
 \r
-[FeaturePcd.common]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkHiiCompatibilitySupport\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor               ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor                  ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextHighlightColor         ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldBackgroundHighlightColor   ## CONSUMES\r
 \r
 [Depex]\r
   gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r