]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Update Browser to provide the customization possibilities.
[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 - 2013, Intel Corporation. All rights reserved.<BR>
5 #
6 # 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 = 2.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 Setup.c
33 Setup.h
34 IfrParse.c
35 Expression.c
36 Presentation.c
37 Expression.h
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42
43 [LibraryClasses]
44 MemoryAllocationLib
45 BaseLib
46 UefiBootServicesTableLib
47 UefiDriverEntryPoint
48 UefiRuntimeServicesTableLib
49 BaseMemoryLib
50 DebugLib
51 PrintLib
52 HiiLib
53 DevicePathLib
54 PcdLib
55 UefiLib
56
57 [Guids]
58 gEfiIfrFrameworkGuid ## CONSUMES ## GUID
59 gEfiHiiPlatformSetupFormsetGuid
60 gEfiHiiStandardFormGuid ## SOMETIMES_CONSUMES ## GUID
61
62 [Protocols]
63 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
64 gEfiFormBrowser2ProtocolGuid ## PRODUCES
65 gEdkiiFormBrowserEx2ProtocolGuid ## PRODUCES
66 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
67 gEfiHiiDatabaseProtocolGuid ## CONSUMES
68 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
69 gEfiUserManagerProtocolGuid ## SOMETIMES_CONSUMES
70 gEfiDevicePathFromTextProtocolGuid ## SOMETIMES_CONSUMES
71 gEdkiiFormDisplayEngineProtocolGuid ## PRODUCE
72 gEfiFormBrowserExProtocolGuid ## PRODUCE
73
74 [FeaturePcd]
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES
76
77 [Depex]
78 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid
79
80