]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
Rename UefiLib to UefiLibFramework
[mirror_edk2.git] / IntelFrameworkPkg / Library / IfrSupportLibFramework / IfrSupportLib.inf
1 #/** @file
2 # EDK Internal Form Refresentation Support Library Instance.
3 #
4 # The library instance provides common library routines help in
5 # IFR creation on-the-fly, HII variable access, HII database access, multi language supports.
6 # Copyright (c) 2006 - 2007, Intel Corporation.
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
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 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = IfrSupportLibFramework
26 FILE_GUID = ea55bada-d488-427b-9d2d-227e0aaa3707
27 MODULE_TYPE = DXE_DRIVER
28 VERSION_STRING = 1.0
29 LIBRARY_CLASS = IfrSupportLibFramework|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33 CONSTRUCTOR = IfrLibConstruct
34
35 #
36 # The following information is for reference only and not required by the build tools.
37 #
38 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
39 #
40 # Variable Guid C Name: gLanGuid Variable Name: L"Lan"
41 #
42
43 ################################################################################
44 #
45 # Sources Section - list of files that are required for the build to succeed.
46 #
47 ################################################################################
48
49 [Sources.common]
50 IfrVariable.c
51 IfrOpCodeCreation.c
52 IfrOnTheFly.c
53 IfrCommon.c
54 CommonHeader.h
55
56
57 ################################################################################
58 #
59 # Package Dependency Section - list of Package files that are required for
60 # this module.
61 #
62 ################################################################################
63
64 [Packages]
65 MdePkg/MdePkg.dec
66 IntelFrameworkPkg/IntelFrameworkPkg.dec
67
68
69 ################################################################################
70 #
71 # Library Class Section - list of Library Classes that are required for
72 # this module.
73 #
74 ################################################################################
75
76 [LibraryClasses]
77 UefiRuntimeServicesTableLib
78 UefiBootServicesTableLib
79 MemoryAllocationLib
80 BaseMemoryLib
81 BaseLib
82 DebugLib
83
84
85 ################################################################################
86 #
87 # Guid C Name Section - list of Guids that this module uses or produces.
88 #
89 ################################################################################
90
91 [Guids]
92 gEfiGlobalVariableGuid # ALWAYS_CONSUMED
93
94
95 ################################################################################
96 #
97 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
98 # that this module uses or produces.
99 #
100 ################################################################################
101
102 [Protocols]
103 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED
104