]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
HII Library Class interface refine.
[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 [LibraryClasses]
53 MemoryAllocationLib
54 BaseLib
55 UefiBootServicesTableLib
56 UefiDriverEntryPoint
57 UefiRuntimeServicesTableLib
58 BaseMemoryLib
59 DebugLib
60 PrintLib
61 HiiLib
62 DevicePathLib
63
64 [Guids]
65 gEfiIfrTianoGuid ## CONSUMES ## GUID
66 gEfiIfrFrameworkGuid ## CONSUMES ## GUID
67
68 [Protocols]
69 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
70 gEfiHiiStringProtocolGuid ## CONSUMES
71 gEfiFormBrowser2ProtocolGuid ## PRODUCES
72 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
73 gEfiHiiDatabaseProtocolGuid ## CONSUMES
74 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
75
76 [FeaturePcd.common]
77 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport
78
79 [Depex]
80 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid
81
82