]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
b945322920735fe62003807f731cc75c3b5624a9
[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 - 2009, 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 [Guids]
67 gEfiIfrTianoGuid ## CONSUMES ## GUID
68 gEfiIfrFrameworkGuid ## CONSUMES ## GUID
69
70 [Protocols]
71 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
72 gEfiHiiStringProtocolGuid ## CONSUMES
73 gEfiFormBrowser2ProtocolGuid ## PRODUCES
74 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
75 gEfiHiiDatabaseProtocolGuid ## CONSUMES
76 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
77
78 [FeaturePcd.common]
79 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport
80
81 [Depex]
82 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid
83
84