X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FFrameworkIfrSupportLib%2FIfrSupportLib.inf;fp=IntelFrameworkPkg%2FLibrary%2FFrameworkIfrSupportLib%2FIfrSupportLib.inf;h=fa0069897c8c8a207bfd9fa39ddd5d401cb223c4;hb=8e5b17b25e91ffa293c1cbcb30e1c6997c6bdecd;hp=0000000000000000000000000000000000000000;hpb=1db5dde14bb3d1b9ed1626dbd7b8cc696644f40c;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf new file mode 100644 index 0000000000..fa0069897c --- /dev/null +++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf @@ -0,0 +1,66 @@ +#/** @file +# EDK Internal Form Refresentation Support Library Instance. +# +# The library instance provides common library routines help in +# IFR creation on-the-fly, HII variable access, HII database access, multi language supports. +# Copyright (c) 2006 - 2007, Intel Corporation. +# +# All rights reserved. This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# +# +#**/ + +[Defines] + INF_VERSION = 0x00010005 + BASE_NAME = FrameworkIfrSupportLib + FILE_GUID = ea55bada-d488-427b-9d2d-227e0aaa3707 + MODULE_TYPE = DXE_DRIVER + VERSION_STRING = 1.0 + LIBRARY_CLASS = FrameworkIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER + EDK_RELEASE_VERSION = 0x00020000 + EFI_SPECIFICATION_VERSION = 0x00020000 + + CONSTRUCTOR = IfrLibConstruct + +# +# The following information is for reference only and not required by the build tools. +# +# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# +# Variable Guid C Name: gLanGuid Variable Name: L"Lan" +# + +[Sources.common] + IfrVariable.c + IfrOpCodeCreation.c + IfrOnTheFly.c + IfrCommon.c + IfrSupportLibInternal.h + + +[Packages] + MdePkg/MdePkg.dec + IntelFrameworkPkg/IntelFrameworkPkg.dec + + +[LibraryClasses] + UefiRuntimeServicesTableLib + UefiBootServicesTableLib + MemoryAllocationLib + BaseMemoryLib + BaseLib + DebugLib + + +[Guids] + gEfiGlobalVariableGuid # ALWAYS_CONSUMED + + +[Protocols] + gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED +