]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
1) Clean up the INF and add in comment to describe the surface area of modules
[mirror_edk2.git] / MdeModulePkg / Library / ExtendedIfrSupportLib / ExtendedIfrSupportLib.inf
CommitLineData
93e3992d 1#/** @file\r
5f087507 2# Library instance for ExtendedIfrSupportLib.\r
f875a4f1 3#\r
5f087507 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 EFI_SPECIFICATION_VERSION = 0x00020000\r
9226efe5 27 CONSTRUCTOR = ExtendedIfrSupportLibConstructor\r
28\r
93e3992d 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\r
36[Sources.common]\r
9226efe5 37 Common.c\r
38 Form.c\r
39 LibraryInternal.h\r
40 IfrOpCodeCreation.c\r
93e3992d 41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46\r
47[LibraryClasses]\r
48 MemoryAllocationLib\r
49 DevicePathLib\r
50 BaseLib\r
51 UefiBootServicesTableLib\r
52 UefiRuntimeServicesTableLib\r
53 BaseMemoryLib\r
54 DebugLib\r
55 PcdLib\r
56\r
93e3992d 57[Protocols]\r
3018ca2d 58 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
59 gEfiHiiStringProtocolGuid ## CONSUMES\r
93e3992d 60\r
3018ca2d 61[Depex]\r
62 gEfiHiiDatabaseProtocolGuid AND\r
63 gEfiHiiStringProtocolGuid\r