]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[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 - 2010, 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
29 ENTRY_POINT = InitializeHiiDatabase
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
35 #
36
37 [Sources]
38 SetupBrowser.c
39 HiiHandle.c
40 HiiHandle.h
41 ConfigAccess.c
42 ConfigAccess.h
43 OpcodeCreation.c
44 UefiIfrParser.c
45 UefiIfrParser.h
46 UefiIfrParserExpression.c
47 UefiIfrParserExpression.h
48 UefiIfrDefault.c
49 UefiIfrDefault.h
50 Keyboard.c
51 Fonts.c
52 Package.c
53 Strings.c
54 Forms.c
55 HiiDatabase.h
56 HiiDatabase.c
57 Utility.c
58 Utility.h
59 Strings.uni
60
61
62 [Packages]
63 MdePkg/MdePkg.dec
64 MdeModulePkg/MdeModulePkg.dec
65 IntelFrameworkPkg/IntelFrameworkPkg.dec
66 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
67 EdkCompatibilityPkg/EdkCompatibilityPkg.dec
68
69 [LibraryClasses]
70 UefiRuntimeServicesTableLib
71 UefiBootServicesTableLib
72 BaseMemoryLib
73 MemoryAllocationLib
74 UefiDriverEntryPoint
75 DebugLib
76 BaseLib
77 HiiLib
78 PrintLib
79 UefiLib
80 PcdLib
81 LanguageLib
82
83 [Guids]
84 gEfiIfrTianoGuid
85 gEfiIfrFrameworkGuid
86 gEfiHiiStandardFormGuid
87
88 [Protocols]
89 gEfiHiiImageProtocolGuid
90 gEfiHiiDatabaseProtocolGuid
91 gEfiHiiStringProtocolGuid
92 gEfiHiiFontProtocolGuid
93 gEfiHiiConfigRoutingProtocolGuid
94 gEfiHiiConfigAccessProtocolGuid
95 gEfiFormCallbackProtocolGuid
96 gEfiUnicodeCollation2ProtocolGuid
97 gEfiHiiCompatibilityProtocolGuid
98 gEfiFormBrowserCompatibilityProtocolGuid
99
100 [Pcd]
101 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut
102
103 [Depex]
104 gEfiHiiDatabaseProtocolGuid AND
105 gEfiHiiStringProtocolGuid AND
106 gEfiHiiConfigRoutingProtocolGuid AND
107 gEfiHiiFontProtocolGuid AND
108 gEfiFormBrowser2ProtocolGuid
109
110
111