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