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