]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
1. Correct File header to ## @file
[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 - 2010, 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 ENTRY_POINT = InitializeSetup
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 SetupBrowserStr.uni
33 Setup.c
34 Setup.h
35 IfrParse.c
36 Expression.c
37 InputHandler.c
38 Print.c
39 Presentation.c
40 ProcessOptions.c
41 Ui.c
42 Ui.h
43 Colors.h
44
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49
50 [LibraryClasses]
51 MemoryAllocationLib
52 BaseLib
53 UefiBootServicesTableLib
54 UefiDriverEntryPoint
55 UefiRuntimeServicesTableLib
56 BaseMemoryLib
57 DebugLib
58 PrintLib
59 HiiLib
60 DevicePathLib
61
62 [Guids]
63 gEfiIfrTianoGuid ## CONSUMES ## GUID
64 gEfiIfrFrameworkGuid ## CONSUMES ## GUID
65 gEfiHiiPlatformSetupFormsetGuid
66
67 [Protocols]
68 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
69 gEfiHiiStringProtocolGuid ## CONSUMES
70 gEfiFormBrowser2ProtocolGuid ## PRODUCES
71 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
72 gEfiHiiDatabaseProtocolGuid ## CONSUMES
73 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
74 gEfiUserManagerProtocolGuid ## SOMETIMES_CONSUMES
75
76 [FeaturePcd]
77 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport
78
79 [Depex]
80 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid
81
82