]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/FrameworkHiiToUefiHiiThunk.inf
Bug fixes for FrameworkHiiToUefiHiiThunk;
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FrameworkHiiToUefiHiiThunk / FrameworkHiiToUefiHiiThunk.inf
CommitLineData
4259256b 1#/** @file\r
b47694b9 2# Component description file for HiiDatabase module which produce a Framework HII Protocol instance\r
3# based on the avaliable UEFI HII protocol found in the platform. This modules enables modules complying\r
4# to Framework HII specification to able to run on a UEFI HII platform with only a rebuild. This is\r
5# to ensure that all HII packages are generated by UEFI HII package generation tools (UEFI VfrCompiler and\r
6# String Gather Tools). This thunk layer only produces the Frameowork HII protocol interface. The binary package\r
7# data format complying to UEFI HII specification.\r
4259256b 8#\r
9# This module inits HII database and installs HII protocol based on the avaliable UEFI HII protocol found in the platform..\r
10# Copyright (c) 2006 - 2008, Intel Corporation\r
11#\r
12# All rights reserved. This program and the accompanying materials\r
13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19#\r
20#**/\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = FrameworkHiiToUefiHiiThunk\r
25 FILE_GUID = AC3435BB-B1D3-4EF8-957C-8048606FF671\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
31 ENTRY_POINT = InitializeHiiDatabase\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38\r
39[Sources.common]\r
0368663f 40 ConfigAccess.c\r
41 ConfigAccess.h\r
5391c4f1 42 OpcodeCreation.c\r
43 OpcodeCreation.h\r
59336178 44 UefiIfrParserInternal.h\r
45 UefiIfrParserCommon.c\r
46 UefiIfrParserCommon.h\r
47 UefiIfrParser.c\r
48 UefiIfrParser.h\r
49 UefiIfrParserExpression.c\r
50 UefiIfrParserExpressionInternal.h\r
51 UefiIfrDefault.c\r
52 UefiIfrDefault.h\r
4259256b 53 Keyboard.c\r
54 Fonts.c\r
55 Package.c\r
56 Strings.c\r
57 Forms.c\r
58 HiiDatabase.h\r
59 HiiDatabase.c\r
60 Utility.c\r
61 Utility.h\r
0368663f 62\r
63 SetupBrowser.c\r
1668bd49 64 \r
4259256b 65\r
66[Packages]\r
67 MdePkg/MdePkg.dec\r
ebbd2793 68 MdeModulePkg/MdeModulePkg.dec\r
4259256b 69 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
70\r
71[LibraryClasses]\r
72 UefiRuntimeServicesTableLib\r
73 UefiBootServicesTableLib\r
74 BaseMemoryLib\r
75 MemoryAllocationLib\r
76 UefiDriverEntryPoint\r
77 DebugLib\r
78 BaseLib\r
79 HiiLib\r
ebbd2793 80 ExtendedHiiLib\r
99a83b4c 81 IfrSupportLib\r
82 ExtendedIfrSupportLib\r
59336178 83 PrintLib\r
4259256b 84\r
85[Protocols]\r
86 gEfiHiiProtocolGuid\r
87 gEfiHiiImageProtocolGuid\r
88 gEfiHiiDatabaseProtocolGuid\r
89 gEfiHiiStringProtocolGuid\r
90 gEfiHiiFontProtocolGuid\r
ebbd2793 91 gEfiHiiConfigRoutingProtocolGuid\r
92 gEfiHiiConfigAccessProtocolGuid\r
93 gEfiFormCallbackProtocolGuid\r
59336178 94 gEfiUnicodeCollation2ProtocolGuid\r
137c54ac 95 gEfiFormBrowserProtocolGuid\r
4259256b 96\r
97[Depex]\r
4259256b 98 gEfiHiiDatabaseProtocolGuid AND\r
99 gEfiHiiStringProtocolGuid AND\r
ebbd2793 100 gEfiHiiConfigRoutingProtocolGuid\r
4259256b 101\r
1668bd49 102\r