]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
Refine file header for INF files of MDE library instances.
[mirror_edk2.git] / MdePkg / 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 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
45
46 [LibraryClasses]
47 MemoryAllocationLib
48 DevicePathLib
49 BaseLib
50 UefiBootServicesTableLib
51 BaseMemoryLib
52 DebugLib
53
54 [Protocols]
55 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56 gEfiHiiConfigRoutingProtocolGuid
57 gEfiFormBrowser2ProtocolGuid