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