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