]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
1) Clean up the INF and add in comment to describe the surface area of modules
[mirror_edk2.git] / MdeModulePkg / Library / UefiIfrSupportLib / UefiIfrSupportLib.inf
CommitLineData
08e4b3cf 1#/** @file\r
08e4b3cf 2#\r
5f087507 3# Instance of IFR Support Library.\r
08e4b3cf 4#\r
5f087507 5# This library contains functions to do IFR opcode creation and utility\r
6# functions to help module to interact with a UEFI Form Browser.\r
7#\r
8# Copyright (c) 2007 - 2008, Intel Corporation.\r
08e4b3cf 9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# \r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19#**/\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = UefiIfrSupportLib\r
24 FILE_GUID = bf38668e-e231-4baa-99e4-8c0e4c35dca6\r
25 MODULE_TYPE = UEFI_DRIVER\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = IfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
cfc8865f 28 EFI_SPECIFICATION_VERSION = 0x00020000\r
08e4b3cf 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 UefiIfrForm.c\r
38 UefiIfrLibraryInternal.h\r
39 UefiIfrOpCodeCreation.c\r
40\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 DevicePathLib\r
49 BaseLib\r
50 UefiBootServicesTableLib\r
51 BaseMemoryLib\r
52 DebugLib\r
53\r
54[Protocols]\r
3018ca2d 55 gEfiDevicePathProtocolGuid ## CONSUMES\r
56 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
57 gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
58 \r