]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - 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
1#/** @file\r
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
7# \r
8# Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
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
11# which accompanies this distribution. The full text of the license may be found at\r
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
16# \r
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = ExtendedIfrSupportLib\r
22 FILE_GUID = A47B68BA-5177-4b2d-891E-4722FA5323F8\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = ExtendedIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27 CONSTRUCTOR = ExtendedIfrSupportLibConstructor\r
28\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\r
36[Sources.common]\r
37 Common.c\r
38 Form.c\r
39 LibraryInternal.h\r
40 IfrOpCodeCreation.c\r
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
57[Protocols]\r
58 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
59 gEfiHiiStringProtocolGuid ## CONSUMES\r
60\r
61[Depex]\r
62 gEfiHiiDatabaseProtocolGuid AND\r
63 gEfiHiiStringProtocolGuid\r