]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
Fix FreePoll() bugs in some places.
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkIfrSupportLib / IfrSupportLib.inf
CommitLineData
5d01b0f7 1#/** @file\r
2# EDK Internal Form Refresentation Support Library Instance.\r
3#\r
1b74e1c7 4# The library instance provides common library routines help in IFR creation on-the-fly,\r
5# HII variable access, HII database access, multi language supports.\r
6#\r
7# Copyright (c) 2006 - 2007, Intel Corporation.\r
5d01b0f7 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17#**/\r
18\r
5d01b0f7 19[Defines]\r
20 INF_VERSION = 0x00010005\r
8e5b17b2 21 BASE_NAME = FrameworkIfrSupportLib\r
5d01b0f7 22 FILE_GUID = ea55bada-d488-427b-9d2d-227e0aaa3707\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
8e5b17b2 25 LIBRARY_CLASS = FrameworkIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
1b74e1c7 26 PI_SPECIFICATION_VERSION = 0x00000009\r
5d01b0f7 27\r
5d01b0f7 28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33# Variable Guid C Name: gLanGuid Variable Name: L"Lan"\r
34#\r
35\r
5d01b0f7 36[Sources.common]\r
37 IfrVariable.c\r
38 IfrOpCodeCreation.c\r
39 IfrOnTheFly.c\r
40 IfrCommon.c\r
dfe7bb08 41 IfrSupportLibInternal.h\r
5d01b0f7 42\r
5d01b0f7 43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
46\r
5d01b0f7 47[LibraryClasses]\r
48 UefiRuntimeServicesTableLib\r
49 UefiBootServicesTableLib\r
50 MemoryAllocationLib\r
51 BaseMemoryLib\r
52 BaseLib\r
53 DebugLib\r
54\r
5d01b0f7 55[Guids]\r
1b74e1c7 56 gEfiGlobalVariableGuid # CONSUMED, Variable Name: L"Lan"\r
5d01b0f7 57\r
5d01b0f7 58[Protocols]\r
59 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r