]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
a0d34a31b91cabc6ec79e397790492af828223ae
[mirror_edk2.git] / MdeModulePkg / Universal / HiiDatabaseDxe / HiiDatabaseDxe.inf
1 #/** @file
2 # The DXE driver produces HII protocols defined in UEFI HII 2.1 specificatin.
3 #
4 # Copyright (c) 2007, Intel Corporation. All rights reserved.
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = HiiDatabase
20 FILE_GUID = 348C4D62-BFBD-4882-9ECE-C80BB1C4783B
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializeHiiDatabase
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources.common]
32 HiiDatabaseEntry.c
33 Image.c
34 HiiDatabase.h
35 ConfigRouting.c
36 String.c
37 Database.c
38 Font.c
39 R8Lib.h
40 R8Lib.c
41
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47
48 [LibraryClasses]
49 MemoryAllocationLib
50 DevicePathLib
51 BaseLib
52 UefiBootServicesTableLib
53 UefiDriverEntryPoint
54 BaseMemoryLib
55 DebugLib
56 IfrSupportLib
57 UefiLib
58 PcdLib
59 UefiRuntimeServicesTableLib
60
61 [Protocols]
62 gEfiConsoleControlProtocolGuid ## CONSUMES
63 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES
64 gEfiHiiStringProtocolGuid ## PRODUCES
65 gEfiHiiImageProtocolGuid |PcdSupportHiiImageProtocol ## PRODUCES
66 gEfiHiiConfigRoutingProtocolGuid |PcdSupportFullConfigRoutingProtocol ## PRODUCES
67 gEfiHiiDatabaseProtocolGuid ## PRODUCES
68 gEfiHiiFontProtocolGuid ## PRODUCES
69 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
70
71 [FeaturePcd.common]
72 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol
73 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportFullConfigRoutingProtocol
74
75 [Pcd.common]
76 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
77
78 [Guids]
79 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:"PlatformLang"
80
81 [Depex]
82 TRUE
83