]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/FrameworkHiiToUefiHiiThunk.inf
1) Add in IfrParser so that the FrameworkHii->GetDefaultImage can scan UEFI IFR opcod...
[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 UefiIfrParserInternal.h
37 UefiIfrParserCommon.c
38 UefiIfrParserCommon.h
39 UefiIfrParser.c
40 UefiIfrParser.h
41 UefiIfrParserExpression.c
42 UefiIfrParserExpressionInternal.h
43 UefiIfrDefault.c
44 UefiIfrDefault.h
45 Keyboard.c
46 Fonts.c
47 Package.c
48 Strings.c
49 Forms.c
50 HiiDatabase.h
51 HiiDatabase.c
52 ConfigAccess.c
53 ConfigAccess.h
54 Utility.c
55 Utility.h
56 R8Lib.c
57 R8Lib.h
58
59
60 [Packages]
61 MdePkg/MdePkg.dec
62 MdeModulePkg/MdeModulePkg.dec
63 IntelFrameworkPkg/IntelFrameworkPkg.dec
64
65 [LibraryClasses]
66 UefiRuntimeServicesTableLib
67 UefiBootServicesTableLib
68 BaseMemoryLib
69 MemoryAllocationLib
70 UefiDriverEntryPoint
71 DebugLib
72 BaseLib
73 HiiLib
74 ExtendedHiiLib
75 IfrSupportLib
76 ExtendedIfrSupportLib
77 PrintLib
78
79 [Protocols]
80 gEfiHiiProtocolGuid
81 gEfiHiiImageProtocolGuid
82 gEfiHiiDatabaseProtocolGuid
83 gEfiHiiStringProtocolGuid
84 gEfiHiiFontProtocolGuid
85 gEfiHiiConfigRoutingProtocolGuid
86 gEfiHiiConfigAccessProtocolGuid
87 gEfiFormCallbackProtocolGuid
88 gEfiUnicodeCollation2ProtocolGuid
89
90 [Depex]
91 gEfiHiiImageProtocolGuid AND
92 gEfiHiiDatabaseProtocolGuid AND
93 gEfiHiiStringProtocolGuid AND
94 gEfiHiiFontProtocolGuid AND
95 gEfiHiiConfigRoutingProtocolGuid
96