]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
caaa8854e149e601b8eca44f876e5d3f201801c4
[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 - 2010, 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]
32 HiiDatabaseEntry.c
33 Image.c
34 HiiDatabase.h
35 ConfigRouting.c
36 String.c
37 Database.c
38 Font.c
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44
45 [LibraryClasses]
46 MemoryAllocationLib
47 DevicePathLib
48 BaseLib
49 UefiBootServicesTableLib
50 UefiDriverEntryPoint
51 BaseMemoryLib
52 DebugLib
53 UefiLib
54 PcdLib
55 UefiRuntimeServicesTableLib
56 PrintLib
57
58 [Protocols]
59 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES
60 gEfiHiiStringProtocolGuid ## PRODUCES
61 gEfiHiiImageProtocolGuid |PcdSupportHiiImageProtocol ## PRODUCES
62 gEfiHiiConfigRoutingProtocolGuid ## PRODUCES
63 gEfiHiiDatabaseProtocolGuid ## PRODUCES
64 gEfiHiiFontProtocolGuid ## PRODUCES
65 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
66
67 [FeaturePcd]
68 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol
69
70 [Pcd]
71 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
72
73 [Guids]
74 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:"PlatformLang"
75 ##
76 # Event registered to EFI_HII_SET_KEYBOARD_LAYOUT_EVENT_GUID group,
77 # which will be triggered by EFI_HII_DATABASE_PROTOCOL.SetKeyboardLayout().
78 ##
79 gEfiHiiKeyBoardLayoutGuid ## SOMETIME_CONSUMES ## Event
80
81 [Depex]
82 TRUE
83