]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
1. Code clean up: add IN/OUT modifier for parameters.
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / SetupBrowserDxe.inf
index 8c2a55589a4899b57a49541f340ca1a0e945d5dc..0c3a03d453e3ef789411b13aee270f28aef07c71 100644 (file)
@@ -1,14 +1,13 @@
 #/** @file\r
-# Component name for module SetupBrowser\r
+# The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2007, Intel Corporation. All rights reserved.\r
+# Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.\r
 #\r
 #  All rights reserved. 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
@@ -50,7 +49,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
+\r
+[Guids]\r
+  gEfiIfrTianoGuid                              ## CONSUMES  ## GUID\r
+  gEfiIfrFrameworkGuid                          ## CONSUMES  ## GUID\r
+  gEfiHiiPlatformSetupFormsetGuid\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
+  gEfiHiiConfigRoutingProtocolGuid              ## CONSUMES\r
+  gEfiHiiDatabaseProtocolGuid                   ## CONSUMES\r
+  gEfiUnicodeCollation2ProtocolGuid             ## CONSUMES\r
 \r
 [FeaturePcd.common]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkHiiCompatibilitySupport\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport\r
 \r
 [Depex]\r
   gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r