]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Retire Extended HII library class.
[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
9937b365 4# Copyright (c) 2007 - 2009, 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
64\r
5c526736
LG
65[Guids]\r
66 gEfiIfrTianoGuid ## CONSUMES ## GUID\r
67 gEfiIfrFrameworkGuid ## CONSUMES ## GUID\r
68\r
93e3992d 69[Protocols]\r
3018ca2d 70 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
71 gEfiHiiStringProtocolGuid ## CONSUMES\r
72 gEfiFormBrowser2ProtocolGuid ## PRODUCES\r
73 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
74 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
75 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES\r
93e3992d 76\r
f511d656 77[FeaturePcd.common]\r
f806dd27 78 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport\r
f511d656 79\r
93e3992d 80[Depex]\r
81 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r
82\r
36fe40c2 83\r