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