]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / UefiHiiLib.inf
index 35a3d6eb334bb8db2d3b2ad36c33a0f43eeb418a..62f435a089bea9fc2dffd7b6208486cf29d28985 100644 (file)
@@ -1,35 +1,33 @@
-#/** @file\r
-# Instance of HII Library using DXE protocols and services.\r
+## @file\r
+#  HII Library implementation using UEFI HII protocols and services.\r
 #\r
-# HII Library implementation that uses DXE protocols and services.\r
+#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\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
 #  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                      = UefiHiiLib\r
+  MODULE_UNI_FILE                = UefiHiiLib.uni\r
   FILE_GUID                      = 3143687A-7C80-404e-B5FE-2D88980E1B1C\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
-  EFI_SPECIFICATION_VERSION      = 0x0002000A \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
-  PcdLib\r
-  UefiRuntimeServicesTableLib\r
+  UefiHiiServicesLib\r
+  PrintLib\r
 \r
 [Protocols]\r
-  gEfiHiiDatabaseProtocolGuid  # ALWAYS_CONSUMED\r
-  gEfiHiiStringProtocolGuid    # ALWAYS_CONSUMED\r
-  gEfiDevicePathProtocolGuid  \r
-\r
-[Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
-\r
-[Guids]  \r
-  gEfiGlobalVariableGuid \r
-\r
-[Depex]\r
-  gEfiHiiDatabaseProtocolGuid AND\r
-  gEfiHiiStringProtocolGuid\r
-  \r
+  gEfiFormBrowser2ProtocolGuid ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathProtocolGuid   ## SOMETIMES_CONSUMES\r