]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
1) Change the return type of IfrLibFreeUpdateData to VOID.
[mirror_edk2.git] / MdeModulePkg / Library / ExtendedIfrSupportLib / ExtendedIfrSupportLib.inf
CommitLineData
93e3992d 1#/** @file\r
f875a4f1 2# Library instance for ExtendedIfrSupportLib.\r
3#\r
4# This library instance implements the API which is\r
5# related to IFR operations but reference data structures \r
6# that are not defined in UEFI specification, for example EFI_IFR_GUID_LABEL.\r
8dbae30d 7# \r
8# Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
93e3992d 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
8dbae30d 11# which accompanies this distribution. The full text of the license may be found at\r
93e3992d 12# http://opensource.org/licenses/bsd-license.php\r
13# \r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8dbae30d 16# \r
93e3992d 17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
1ef3d003 21 BASE_NAME = ExtendedIfrSupportLib\r
9226efe5 22 FILE_GUID = A47B68BA-5177-4b2d-891E-4722FA5323F8\r
93e3992d 23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
9226efe5 25 LIBRARY_CLASS = ExtendedIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
93e3992d 26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
9226efe5 29 CONSTRUCTOR = ExtendedIfrSupportLibConstructor\r
30\r
93e3992d 31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
36#\r
37\r
38[Sources.common]\r
9226efe5 39 Common.c\r
40 Form.c\r
41 LibraryInternal.h\r
42 IfrOpCodeCreation.c\r
93e3992d 43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48\r
49[LibraryClasses]\r
50 MemoryAllocationLib\r
51 DevicePathLib\r
52 BaseLib\r
53 UefiBootServicesTableLib\r
54 UefiRuntimeServicesTableLib\r
55 BaseMemoryLib\r
56 DebugLib\r
57 PcdLib\r
58\r
93e3992d 59[Protocols]\r
60 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61 gEfiHiiDatabaseProtocolGuid\r
62 gEfiHiiStringProtocolGuid\r
93e3992d 63\r
64[Pcd]\r
9226efe5 65 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r