]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in DriverS...
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / SetupBrowserDxe.inf
index 2b6f72aa4efe4fc213e4455ed40f3e3d7ee60886..08f71f3e59c070973fa62b8ac7c6fcd9c001d97e 100644 (file)
@@ -1,29 +1,28 @@
-#/** @file\r
-# Component name for module SetupBrowser\r
+## @file\r
+# The DXE driver produces FORM BROWSER2 protocol defined in UEFI specification.\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2007, Intel Corporation. All rights reserved.\r
+# It also produces FormBrowserEx(2) protocol to let user register the different Hot key service. \r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2007 - 2015, 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
+#\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
   BASE_NAME                      = SetupBrowser\r
+  MODULE_UNI_FILE                = SetupBrowser.uni\r
   FILE_GUID                      = EBf342FE-B1D3-4EF8-957C-8048606FF671\r
   MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x0002000A\r
-\r
+  VERSION_STRING                 = 2.0\r
   ENTRY_POINT                    = InitializeSetup\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
-  SetupBrowserStr.uni\r
+[Sources]\r
   Setup.c\r
   Setup.h\r
   IfrParse.c\r
   Expression.c\r
-  InputHandler.c\r
-  Print.c\r
-  Print.h\r
   Presentation.c\r
-  ProcessOptions.c\r
-  Ui.c\r
-  Ui.h\r
-  Colors.h\r
-\r
+  Expression.h\r
 \r
 [Packages]\r
   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
+  UefiLib\r
+\r
+[Guids]\r
+  gEfiIfrFrameworkGuid                          ## SOMETIMES_CONSUMES  ## GUID\r
+  gEfiHiiPlatformSetupFormsetGuid               ## SOMETIMES_CONSUMES  ## GUID\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               ## SOMETIMES_CONSUMES\r
+  gEfiFormBrowser2ProtocolGuid                  ## PRODUCES\r
+  gEdkiiFormBrowserEx2ProtocolGuid              ## PRODUCES\r
+  gEfiHiiConfigRoutingProtocolGuid              ## CONSUMES\r
+  gEfiHiiDatabaseProtocolGuid                   ## CONSUMES\r
+  gEfiUnicodeCollation2ProtocolGuid             ## SOMETIMES_CONSUMES\r
+  gEfiUserManagerProtocolGuid                   ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathFromTextProtocolGuid            ## SOMETIMES_CONSUMES\r
+  ## CONSUMES\r
+  ## NOTIFY\r
+  gEdkiiFormDisplayEngineProtocolGuid\r
+  gEfiFormBrowserExProtocolGuid                 ## PRODUCES\r
+  gEfiRegularExpressionProtocolGuid             ## CONSUMES\r
 \r
-[FeaturePcd.common]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkHiiCompatibilitySupport\r
+[FeaturePcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport          ## CONSUMES\r
 \r
 [Depex]\r
   gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r
 \r
-\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  SetupBrowserExtra.uni\r