]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Move MdeModuleHii.h into Include\Guid directory
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / SetupBrowserDxe.inf
CommitLineData
93e3992d 1#/** @file\r
c45a5c3f 2# The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.\r
93e3992d 3#\r
c45a5c3f 4# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.\r
93e3992d 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 = SetupBrowser\r
20 FILE_GUID = EBf342FE-B1D3-4EF8-957C-8048606FF671\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
93e3992d 23 EFI_SPECIFICATION_VERSION = 0x0002000A\r
93e3992d 24 ENTRY_POINT = InitializeSetup\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources.common]\r
33 SetupBrowserStr.uni\r
34 Setup.c\r
35 Setup.h\r
36 IfrParse.c\r
37 Expression.c\r
38 InputHandler.c\r
39 Print.c\r
40 Print.h\r
41 Presentation.c\r
42 ProcessOptions.c\r
43 Ui.c\r
44 Ui.h\r
93e3992d 45 Colors.h\r
46\r
47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51\r
52\r
53[LibraryClasses]\r
54 MemoryAllocationLib\r
55 BaseLib\r
56 UefiBootServicesTableLib\r
57 UefiDriverEntryPoint\r
58 UefiRuntimeServicesTableLib\r
59 BaseMemoryLib\r
60 DebugLib\r
61 PrintLib\r
93e3992d 62 IfrSupportLib\r
63 HiiLib\r
9226efe5 64 ExtendedHiiLib\r
93e3992d 65\r
5c526736
LG
66[Guids]\r
67 gEfiIfrTianoGuid ## CONSUMES ## GUID\r
68 gEfiIfrFrameworkGuid ## CONSUMES ## GUID\r
69\r
93e3992d 70[Protocols]\r
3018ca2d 71 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
72 gEfiHiiStringProtocolGuid ## CONSUMES\r
73 gEfiFormBrowser2ProtocolGuid ## PRODUCES\r
74 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
75 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
76 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES\r
77 gEfiConsoleControlProtocolGuid ## CONSUMES\r
93e3992d 78\r
f511d656 79[FeaturePcd.common]\r
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkHiiCompatibilitySupport\r
81\r
93e3992d 82[Depex]\r
83 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r
84\r
36fe40c2 85\r