]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
Added Spd2Dec.exe and Fpd2Dsc.exe tools
[mirror_edk2.git] / IntelFrameworkPkg / Library / IfrSupportLibFramework / IfrSupportLib.inf
CommitLineData
5d01b0f7 1#/** @file\r
2# EDK Internal Form Refresentation Support Library Instance.\r
3#\r
4# The library instance provides common library routines help in \r
5# IFR creation on-the-fly, HII variable access, HII database access, multi language supports.\r
6# Copyright (c) 2006 - 2007, Intel Corporation.\r
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
5d01b0f7 18[Defines]\r
19 INF_VERSION = 0x00010005\r
ecd5940d 20 BASE_NAME = IfrSupportLibFramework\r
5d01b0f7 21 FILE_GUID = ea55bada-d488-427b-9d2d-227e0aaa3707\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
ecd5940d 24 LIBRARY_CLASS = IfrSupportLibFramework|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
5d01b0f7 25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 CONSTRUCTOR = IfrLibConstruct\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35# Variable Guid C Name: gLanGuid Variable Name: L"Lan"\r
36#\r
37\r
5d01b0f7 38[Sources.common]\r
39 IfrVariable.c\r
40 IfrOpCodeCreation.c\r
41 IfrOnTheFly.c\r
42 IfrCommon.c\r
dfe7bb08 43 IfrSupportLibInternal.h\r
5d01b0f7 44\r
45\r
5d01b0f7 46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
49\r
50\r
5d01b0f7 51[LibraryClasses]\r
52 UefiRuntimeServicesTableLib\r
53 UefiBootServicesTableLib\r
54 MemoryAllocationLib\r
55 BaseMemoryLib\r
56 BaseLib\r
57 DebugLib\r
58\r
59\r
5d01b0f7 60[Guids]\r
61 gEfiGlobalVariableGuid # ALWAYS_CONSUMED\r
62\r
63\r
5d01b0f7 64[Protocols]\r
65 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66\r