]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/IfrSupportLib/IfrSupportLib.inf
a8d5df4c9593725bdd8552ac311b7581057db543
[mirror_edk2.git] / MdePkg / Library / IfrSupportLib / IfrSupportLib.inf
1 #/** @file
2 # Component name for module UefiEfiIfrSupportLib
3 #
4 # FIX ME!
5 # Copyright (c) 2007, Intel Corporation. All rights reserved.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = IfrSupportLib
21 FILE_GUID = bf38668e-e231-4baa-99e4-8c0e4c35dca6
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = IfrSupportLib
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 CONSTRUCTOR = IfrSupportLibConstructor
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 UefiIfrCommon.c
38 UefiIfrForm.c
39 UefiIfrLibraryInternal.h
40 UefiIfrOpCodeCreation.c
41 R8Lib.h
42 R8Lib.c
43
44
45 [Packages]
46 MdePkg/MdePkg.dec
47
48
49 [LibraryClasses]
50 MemoryAllocationLib
51 DevicePathLib
52 BaseLib
53 UefiBootServicesTableLib
54 UefiRuntimeServicesTableLib
55 BaseMemoryLib
56 DebugLib
57 PcdLib
58
59 [Guids]
60 gEfiGlobalVariableGuid # ALWAYS_CONSUMED
61
62 [Protocols]
63 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
64 gEfiHiiDatabaseProtocolGuid
65 gEfiHiiStringProtocolGuid
66 gEfiHiiConfigRoutingProtocolGuid
67 gEfiFormBrowser2ProtocolGuid
68
69 [Depex]
70 gEfiHiiDatabaseProtocolGuid AND gEfiHiiStringProtocolGuid
71
72 [Pcd]
73 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
74