X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FIfrSupportLibFramework%2FIfrSupportLib.inf;fp=IntelFrameworkPkg%2FLibrary%2FIfrSupportLibFramework%2FIfrSupportLib.inf;h=0000000000000000000000000000000000000000;hp=8b21d4327a0320c538dc6457338820d45a1098ea;hb=8e5b17b25e91ffa293c1cbcb30e1c6997c6bdecd;hpb=1db5dde14bb3d1b9ed1626dbd7b8cc696644f40c diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf b/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf deleted file mode 100644 index 8b21d4327a..0000000000 --- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf +++ /dev/null @@ -1,66 +0,0 @@ -#/** @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 = IfrSupportLibFramework - FILE_GUID = ea55bada-d488-427b-9d2d-227e0aaa3707 - MODULE_TYPE = DXE_DRIVER - VERSION_STRING = 1.0 - LIBRARY_CLASS = IfrSupportLibFramework|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 -