]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION...
[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
77dfa7c7 4# Copyright (c) 2007 - 2010, 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
8b0fc5c1 10#\r
93e3992d 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 ENTRY_POINT = InitializeSetup\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 SetupBrowserStr.uni\r
33 Setup.c\r
34 Setup.h\r
35 IfrParse.c\r
36 Expression.c\r
37 InputHandler.c\r
38 Print.c\r
93e3992d 39 Presentation.c\r
40 ProcessOptions.c\r
41 Ui.c\r
42 Ui.h\r
93e3992d 43 Colors.h\r
44\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
49\r
93e3992d 50[LibraryClasses]\r
51 MemoryAllocationLib\r
52 BaseLib\r
53 UefiBootServicesTableLib\r
54 UefiDriverEntryPoint\r
55 UefiRuntimeServicesTableLib\r
56 BaseMemoryLib\r
57 DebugLib\r
58 PrintLib\r
93e3992d 59 HiiLib\r
cb7d01c0 60 DevicePathLib\r
61\r
5c526736
LG
62[Guids]\r
63 gEfiIfrTianoGuid ## CONSUMES ## GUID\r
64 gEfiIfrFrameworkGuid ## CONSUMES ## GUID\r
0a1147ed 65 gEfiHiiPlatformSetupFormsetGuid\r
5c526736 66\r
93e3992d 67[Protocols]\r
3018ca2d 68 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
69 gEfiHiiStringProtocolGuid ## CONSUMES\r
70 gEfiFormBrowser2ProtocolGuid ## PRODUCES\r
71 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
72 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
73 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES\r
cbf73e50 74 gEfiUserManagerProtocolGuid ## SOMETIMES_CONSUMES\r
93e3992d 75\r
f511d656 76[FeaturePcd.common]\r
f806dd27 77 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport\r
f511d656 78\r
93e3992d 79[Depex]\r
80 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r
81\r
36fe40c2 82\r