]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Fix GCC build fail.
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / SetupBrowserDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
c45a5c3f 2# The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.\r
93e3992d 3#\r
80a047f0 4# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
93e3992d 5#\r
e5eed7d3 6# This program and the accompanying materials\r
93e3992d 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
8b0fc5c1 10#\r
93e3992d 11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
6bfbb5f0 15##\r
93e3992d 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SetupBrowser\r
20 FILE_GUID = EBf342FE-B1D3-4EF8-957C-8048606FF671\r
21 MODULE_TYPE = DXE_DRIVER\r
7c6c064c 22 VERSION_STRING = 2.0\r
93e3992d 23 ENTRY_POINT = InitializeSetup\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
6bfbb5f0 31[Sources]\r
93e3992d 32 Setup.c\r
33 Setup.h\r
34 IfrParse.c\r
35 Expression.c\r
93e3992d 36 Presentation.c\r
7c6c064c 37 Expression.h\r
93e3992d 38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
93e3992d 43[LibraryClasses]\r
44 MemoryAllocationLib\r
45 BaseLib\r
46 UefiBootServicesTableLib\r
47 UefiDriverEntryPoint\r
48 UefiRuntimeServicesTableLib\r
49 BaseMemoryLib\r
50 DebugLib\r
51 PrintLib\r
93e3992d 52 HiiLib\r
cb7d01c0 53 DevicePathLib\r
a326830d 54 PcdLib\r
7c6c064c 55 UefiLib\r
cb7d01c0 56\r
5c526736 57[Guids]\r
5c526736 58 gEfiIfrFrameworkGuid ## CONSUMES ## GUID\r
0a1147ed 59 gEfiHiiPlatformSetupFormsetGuid\r
2573712e 60 gEfiHiiStandardFormGuid ## SOMETIMES_CONSUMES ## GUID\r
5c526736 61\r
93e3992d 62[Protocols]\r
3018ca2d 63 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
3018ca2d 64 gEfiFormBrowser2ProtocolGuid ## PRODUCES\r
7c6c064c 65 gEdkiiFormBrowserEx2ProtocolGuid ## PRODUCES\r
3018ca2d 66 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
67 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
68 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES\r
cbf73e50 69 gEfiUserManagerProtocolGuid ## SOMETIMES_CONSUMES\r
80a047f0 70 gEfiDevicePathFromTextProtocolGuid ## SOMETIMES_CONSUMES\r
7c6c064c
ED
71 gEdkiiFormDisplayEngineProtocolGuid ## PRODUCE\r
72 gEfiFormBrowserExProtocolGuid ## PRODUCE\r
93e3992d 73\r
6bfbb5f0 74[FeaturePcd]\r
f0a1bf11 75 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES\r
f511d656 76\r
93e3992d 77[Depex]\r
78 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r
79\r
36fe40c2 80\r