]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
f808d668000b59eb370c63a65ebe72528edc12f9
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / SetupBrowserDxe.inf
1 #/** @file
2 # The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.
3 #
4 # Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = SetupBrowser
20 FILE_GUID = EBf342FE-B1D3-4EF8-957C-8048606FF671
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 EFI_SPECIFICATION_VERSION = 0x0002000A
24 ENTRY_POINT = InitializeSetup
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 SetupBrowserStr.uni
34 Setup.c
35 Setup.h
36 IfrParse.c
37 Expression.c
38 InputHandler.c
39 Print.c
40 Print.h
41 Presentation.c
42 ProcessOptions.c
43 Ui.c
44 Ui.h
45 Colors.h
46
47
48 [Packages]
49 MdePkg/MdePkg.dec
50 MdeModulePkg/MdeModulePkg.dec
51
52
53 [LibraryClasses]
54 MemoryAllocationLib
55 BaseLib
56 UefiBootServicesTableLib
57 UefiDriverEntryPoint
58 UefiRuntimeServicesTableLib
59 BaseMemoryLib
60 DebugLib
61 PrintLib
62 IfrSupportLib
63 HiiLib
64 ExtendedHiiLib
65
66 [Protocols]
67 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
68 gEfiHiiStringProtocolGuid ## CONSUMES
69 gEfiFormBrowser2ProtocolGuid ## PRODUCES
70 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
71 gEfiHiiDatabaseProtocolGuid ## CONSUMES
72 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
73 gEfiConsoleControlProtocolGuid ## CONSUMES
74
75 [FeaturePcd.common]
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkHiiCompatibilitySupport
77
78 [Depex]
79 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid
80
81