]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/FrameworkHiiToUefiHiiThunk.inf
Minor coding style adjustment for DiskIo, Partition, English and Ebc modules.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FrameworkHiiToUefiHiiThunk / FrameworkHiiToUefiHiiThunk.inf
... / ...
CommitLineData
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
36 OpcodeCreation.c\r
37 OpcodeCreation.h\r
38 UefiIfrParserInternal.h\r
39 UefiIfrParserCommon.c\r
40 UefiIfrParserCommon.h\r
41 UefiIfrParser.c\r
42 UefiIfrParser.h\r
43 UefiIfrParserExpression.c\r
44 UefiIfrParserExpressionInternal.h\r
45 UefiIfrDefault.c\r
46 UefiIfrDefault.h\r
47 Keyboard.c\r
48 Fonts.c\r
49 Package.c\r
50 Strings.c\r
51 Forms.c\r
52 HiiDatabase.h\r
53 HiiDatabase.c\r
54 ConfigAccess.c\r
55 ConfigAccess.h\r
56 Utility.c\r
57 Utility.h\r
58 R8Lib.c\r
59 R8Lib.h\r
60 \r
61\r
62[Packages]\r
63 MdePkg/MdePkg.dec\r
64 MdeModulePkg/MdeModulePkg.dec\r
65 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
66\r
67[LibraryClasses]\r
68 UefiRuntimeServicesTableLib\r
69 UefiBootServicesTableLib\r
70 BaseMemoryLib\r
71 MemoryAllocationLib\r
72 UefiDriverEntryPoint\r
73 DebugLib\r
74 BaseLib\r
75 HiiLib\r
76 ExtendedHiiLib\r
77 IfrSupportLib\r
78 ExtendedIfrSupportLib\r
79 PrintLib\r
80\r
81[Protocols]\r
82 gEfiHiiProtocolGuid\r
83 gEfiHiiImageProtocolGuid\r
84 gEfiHiiDatabaseProtocolGuid\r
85 gEfiHiiStringProtocolGuid\r
86 gEfiHiiFontProtocolGuid\r
87 gEfiHiiConfigRoutingProtocolGuid\r
88 gEfiHiiConfigAccessProtocolGuid\r
89 gEfiFormCallbackProtocolGuid\r
90 gEfiUnicodeCollation2ProtocolGuid\r
91\r
92[Depex]\r
93 gEfiHiiImageProtocolGuid AND\r
94 gEfiHiiDatabaseProtocolGuid AND\r
95 gEfiHiiStringProtocolGuid AND\r
96 gEfiHiiFontProtocolGuid AND\r
97 gEfiHiiConfigRoutingProtocolGuid\r
98\r