]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/HiiLibFramework/HiiLibFramework.inf
Fix FreePoll() bugs in some places.
[mirror_edk2.git] / IntelFrameworkPkg / Library / HiiLibFramework / HiiLibFramework.inf
CommitLineData
61789197 1#/** @file\r
1b74e1c7 2# Library instance for HII common routines.\r
61789197 3#\r
1b74e1c7 4# This library instance implements the common HII routines.\r
5#\r
6# Copyright (c) 2006, Intel Corporation\r
61789197 7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = HiiLibFramework\r
21 FILE_GUID = BD4BB0E3-1AFF-4304-AD0B-32A80B20FCAD\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = HiiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
1b74e1c7 25 PI_SPECIFICATION_VERSION = 0x00000009\r
61789197 26 \r
27 CONSTRUCTOR = HiiLibFrameworkConstructor\r
28\r
61789197 29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources.common]\r
36 HiiLibFramework.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
41\r
42[LibraryClasses]\r
43 MemoryAllocationLib\r
1b74e1c7 44 UefiBootServicesTableLib\r
61789197 45 DebugLib\r
46\r
1b74e1c7 47[Protocols]\r
48 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
49\r
50[Depex]\r
51 gEfiHiiProtocolGuid\r