]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. Depends...
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / UefiHiiLib.inf
index f355d02f1b4505edfc934ecbb72ebf7f9412b730..2ef0b464cab1cf067285a4b54026dc0cd9417944 100644 (file)
@@ -1,19 +1,21 @@
-#/** @file\r
-# Instance of HII Library using DXE protocols and services.\r
+## @file\r
 #\r
-# HII Library implementation that uses DXE protocols and services.\r
+#  Instance of HII Library using DXE protocols and services.\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+#  HII Library implementation that uses EFI Hii Database Protocol and EFI Hii String Protocol.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2010, 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
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = HiiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-\r
-  CONSTRUCTOR                    = HiiLibConstructor\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   HiiLib.c\r
   HiiString.c\r
   HiiLanguage.c\r
   UefiBootServicesTableLib\r
   DevicePathLib\r
   UefiLib\r
+  UefiHiiServicesLib\r
+  PrintLib\r
 \r
 [Protocols]\r
-  gEfiHiiDatabaseProtocolGuid  # ALWAYS_CONSUMED\r
-  gEfiHiiStringProtocolGuid    # ALWAYS_CONSUMED\r
-  gEfiDevicePathProtocolGuid  \r
-\r
-[Depex]\r
-  gEfiHiiDatabaseProtocolGuid AND\r
-  gEfiHiiStringProtocolGuid\r
-  \r
+  gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
+  gEfiDevicePathProtocolGuid   ## CONSUMES\r