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