]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
08eb4de130c4d6a75ddd9c67f7a1d28235c675b4
[mirror_edk2.git] / MdeModulePkg / Library / ExtendedIfrSupportLib / ExtendedIfrSupportLib.inf
1 #/** @file
2 #
3 # Component name for module UefiEfiIfrSupportLib
4 #
5 # Copyright (c) 2007 - 2008, Intel Corporation. <BR>
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = MdeModuleIfrSupportLib
19 FILE_GUID = A47B68BA-5177-4b2d-891E-4722FA5323F8
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = ExtendedIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
23 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25
26 CONSTRUCTOR = ExtendedIfrSupportLibConstructor
27
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 Common.c
37 Form.c
38 LibraryInternal.h
39 IfrOpCodeCreation.c
40 R8Lib.h
41 R8Lib.c
42
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 MdeModulePkg/MdeModulePkg.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 [Pcd]
70 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang