]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
EdkCompatibilityPkg: Use the new PCDs defined in MdePkg.
[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 - 2015, Intel Corporation. All rights reserved.<BR>
11 #
12 # 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 SetupBrowser.h
40 HiiHandle.c
41 HiiHandle.h
42 ConfigAccess.c
43 ConfigAccess.h
44 OpcodeCreation.c
45 UefiIfrParser.c
46 UefiIfrParser.h
47 UefiIfrParserExpression.c
48 UefiIfrParserExpression.h
49 UefiIfrDefault.c
50 UefiIfrDefault.h
51 Keyboard.c
52 Fonts.c
53 Package.c
54 Strings.c
55 Forms.c
56 HiiDatabase.h
57 HiiDatabase.c
58 Utility.c
59 Utility.h
60 Strings.uni
61
62
63 [Packages]
64 MdePkg/MdePkg.dec
65 MdeModulePkg/MdeModulePkg.dec
66 IntelFrameworkPkg/IntelFrameworkPkg.dec
67 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
68 EdkCompatibilityPkg/EdkCompatibilityPkg.dec
69
70 [LibraryClasses]
71 UefiRuntimeServicesTableLib
72 UefiBootServicesTableLib
73 BaseMemoryLib
74 MemoryAllocationLib
75 UefiDriverEntryPoint
76 DebugLib
77 BaseLib
78 HiiLib
79 PrintLib
80 UefiLib
81 PcdLib
82 LanguageLib
83
84 [Guids]
85 gEfiIfrTianoGuid
86 gEfiIfrFrameworkGuid
87 gEfiHiiStandardFormGuid
88 gFrameworkBdsFrontPageFormsetGuid
89
90 [Protocols]
91 gEfiHiiImageProtocolGuid
92 gEfiHiiDatabaseProtocolGuid
93 gEfiHiiStringProtocolGuid
94 gEfiHiiFontProtocolGuid
95 gEfiHiiConfigRoutingProtocolGuid
96 gEfiHiiConfigAccessProtocolGuid
97 gEfiFormCallbackProtocolGuid
98 gEfiUnicodeCollation2ProtocolGuid
99 gEfiHiiCompatibilityProtocolGuid
100 gEfiFormBrowserCompatibilityProtocolGuid
101
102 [Pcd]
103 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
104
105 [Depex]
106 gEfiHiiDatabaseProtocolGuid AND
107 gEfiHiiStringProtocolGuid AND
108 gEfiHiiConfigRoutingProtocolGuid AND
109 gEfiHiiFontProtocolGuid AND
110 gEfiFormBrowser2ProtocolGuid
111
112
113