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