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