]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/FrameworkHiiToUefiHiiThunk.inf
Add in some features for the thunk layer:
[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 Keyboard.c
37 Fonts.c
38 Package.c
39 Strings.c
40 Forms.c
41 HiiDatabase.h
42 HiiDatabase.c
43 ConfigAccess.c
44 ConfigAccess.h
45 Utility.c
46 Utility.h
47
48
49 [Packages]
50 MdePkg/MdePkg.dec
51 MdeModulePkg/MdeModulePkg.dec
52 IntelFrameworkPkg/IntelFrameworkPkg.dec
53
54 [LibraryClasses]
55 UefiRuntimeServicesTableLib
56 UefiBootServicesTableLib
57 BaseMemoryLib
58 MemoryAllocationLib
59 UefiDriverEntryPoint
60 DebugLib
61 BaseLib
62 HiiLib
63 ExtendedHiiLib
64
65
66
67 [Protocols]
68 gEfiHiiProtocolGuid
69 gEfiHiiImageProtocolGuid
70 gEfiHiiDatabaseProtocolGuid
71 gEfiHiiStringProtocolGuid
72 gEfiHiiFontProtocolGuid
73 gEfiHiiConfigRoutingProtocolGuid
74 gEfiHiiConfigAccessProtocolGuid
75 gEfiFormCallbackProtocolGuid
76
77 [Depex]
78 gEfiHiiImageProtocolGuid AND
79 gEfiHiiDatabaseProtocolGuid AND
80 gEfiHiiStringProtocolGuid AND
81 gEfiHiiFontProtocolGuid AND
82 gEfiHiiConfigRoutingProtocolGuid
83