]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / SetupBrowserDxe.inf
... / ...
CommitLineData
1## @file\r
2# The DXE driver produces FORM BROWSER2 protocol defined in UEFI specification.\r
3#\r
4# It also produces FormBrowserEx(2) protocol to let user register the different Hot key service.\r
5#\r
6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = SetupBrowser\r
22 MODULE_UNI_FILE = SetupBrowser.uni\r
23 FILE_GUID = EBf342FE-B1D3-4EF8-957C-8048606FF671\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 2.0\r
26 ENTRY_POINT = InitializeSetup\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 EBC\r
32#\r
33\r
34[Sources]\r
35 Setup.c\r
36 Setup.h\r
37 IfrParse.c\r
38 Expression.c\r
39 Presentation.c\r
40 Expression.h\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 BaseLib\r
49 UefiBootServicesTableLib\r
50 UefiDriverEntryPoint\r
51 UefiRuntimeServicesTableLib\r
52 BaseMemoryLib\r
53 DebugLib\r
54 PrintLib\r
55 HiiLib\r
56 DevicePathLib\r
57 PcdLib\r
58 UefiLib\r
59\r
60[Guids]\r
61 gEfiIfrFrameworkGuid ## SOMETIMES_CONSUMES ## GUID\r
62 gEfiHiiPlatformSetupFormsetGuid ## SOMETIMES_CONSUMES ## GUID\r
63 gEfiHiiStandardFormGuid ## SOMETIMES_CONSUMES ## GUID\r
64 gZeroGuid ## SOMETIMES_CONSUMES ## GUID\r
65 gEdkiiIfrBitVarstoreGuid ## SOMETIMES_CONSUMES ## GUID\r
66\r
67[Protocols]\r
68 gEfiHiiConfigAccessProtocolGuid ## SOMETIMES_CONSUMES\r
69 gEfiFormBrowser2ProtocolGuid ## PRODUCES\r
70 gEdkiiFormBrowserEx2ProtocolGuid ## PRODUCES\r
71 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
72 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
73 gEfiUnicodeCollation2ProtocolGuid ## SOMETIMES_CONSUMES\r
74 gEfiUserManagerProtocolGuid ## SOMETIMES_CONSUMES\r
75 gEfiDevicePathFromTextProtocolGuid ## SOMETIMES_CONSUMES\r
76 ## CONSUMES\r
77 ## NOTIFY\r
78 gEdkiiFormDisplayEngineProtocolGuid\r
79 gEdkiiFormBrowserExProtocolGuid ## PRODUCES\r
80 gEfiRegularExpressionProtocolGuid ## SOMETIMES_CONSUMES\r
81\r
82[FeaturePcd]\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES\r
84\r
85[Depex]\r
86 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r
87\r
88[UserExtensions.TianoCore."ExtraFiles"]\r
89 SetupBrowserExtra.uni\r