]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
Fix FreePoll() bugs in some places.
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkIfrSupportLib / IfrSupportLib.inf
index 442bb4a2fdd256268684531f72e72551bedc57cf..d2cbdfaa1c7c901c813c3b7e825c45228c700f08 100644 (file)
@@ -1,9 +1,10 @@
 #/** @file\r
 # EDK Internal Form Refresentation Support Library Instance.\r
 #\r
-# The library instance provides common library routines help in \r
-#  IFR creation on-the-fly, HII variable access, HII database access, multi language supports.\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+#  The library instance provides common library routines help in IFR creation on-the-fly,\r
+#  HII variable access, HII database access, multi language supports.\r
+#\r
+#  Copyright (c) 2006 - 2007, 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
@@ -22,8 +23,7 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = FrameworkIfrSupportLib|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
 #\r
 # The following information is for reference only and not required by the build tools.\r
   IfrCommon.c\r
   IfrSupportLibInternal.h\r
 \r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
-\r
 [LibraryClasses]\r
   UefiRuntimeServicesTableLib\r
   UefiBootServicesTableLib\r
   BaseLib\r
   DebugLib\r
 \r
-\r
 [Guids]\r
-  gEfiGlobalVariableGuid                        # ALWAYS_CONSUMED\r
-\r
+  gEfiGlobalVariableGuid                        # CONSUMED, Variable Name: L"Lan"\r
 \r
 [Protocols]\r
   gEfiHiiProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-\r