]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / HiiDatabaseDxe / HiiDatabaseDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
64d2df94 2# The DXE driver produces HII protocols defined in UEFI HII 2.1 specificatin.\r
93e3992d 3#\r
e5eed7d3 4# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
93e3992d 5#\r
e5eed7d3 6# This program and the accompanying materials \r
93e3992d 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
6bfbb5f0 15##\r
93e3992d 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
93e3992d 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
6bfbb5f0 31[Sources]\r
93e3992d 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
93e3992d 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
c27eb358 53 UefiLib\r
8db9d51d 54 PcdLib\r
55 UefiRuntimeServicesTableLib\r
63d55bb9 56 PrintLib\r
93e3992d 57\r
58[Protocols]\r
3018ca2d 59 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
60 gEfiHiiStringProtocolGuid ## PRODUCES\r
61 gEfiHiiImageProtocolGuid |PcdSupportHiiImageProtocol ## PRODUCES\r
c40aa22a 62 gEfiHiiConfigRoutingProtocolGuid ## PRODUCES\r
3018ca2d 63 gEfiHiiDatabaseProtocolGuid ## PRODUCES\r
64 gEfiHiiFontProtocolGuid ## PRODUCES\r
65 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
93e3992d 66\r
6bfbb5f0 67[FeaturePcd]\r
e94358a3 68 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol\r
8db9d51d 69\r
6bfbb5f0 70[Pcd]\r
8db9d51d 71 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
72\r
73[Guids] \r
3018ca2d 74 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:"PlatformLang"\r
ea021002 75 ##\r
76 # Event registered to EFI_HII_SET_KEYBOARD_LAYOUT_EVENT_GUID group,\r
77 # which will be triggered by EFI_HII_DATABASE_PROTOCOL.SetKeyboardLayout().\r
78 ##\r
79 gEfiHiiKeyBoardLayoutGuid ## SOMETIME_CONSUMES ## Event\r
80\r
93e3992d 81[Depex]\r
82 TRUE\r
83\r