]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/HiiLibFramework/HiiLibFramework.inf
Fix FreePoll() bugs in some places.
[mirror_edk2.git] / IntelFrameworkPkg / Library / HiiLibFramework / HiiLibFramework.inf
index 0aab12e2e3a8055ab557549d3fe99373c096b7e9..361342f9eb9dc0520f626244af31ac0e5a60f897 100644 (file)
@@ -1,8 +1,9 @@
 #/** @file\r
-# Library instance for HII common routines.\r
+#  Library instance for HII common routines.\r
 #\r
-# This library instance implements the common HII routines.\r
-# Copyright (c) 2006, Intel Corporation\r
+#  This library instance implements the common HII routines.\r
+#\r
+#  Copyright (c) 2006, Intel Corporation\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
   MODULE_TYPE                    = DXE_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
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+  PI_SPECIFICATION_VERSION       = 0x00000009\r
   \r
   CONSTRUCTOR                    = HiiLibFrameworkConstructor\r
 \r
-\r
-\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 [LibraryClasses]\r
   MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
   DebugLib\r
 \r
+[Protocols]\r
+  gEfiHiiProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
+\r
+[Depex]\r
+  gEfiHiiProtocolGuid\r