]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Add PI complied S3 implementation. Include the Opcode definition and EFI_BOOT_SCRIPT_...
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / SetupBrowserDxe.inf
CommitLineData
93e3992d 1#/** @file\r
c45a5c3f 2# The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.\r
93e3992d 3#\r
9937b365 4# Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.\r
93e3992d 5#\r
6# All rights reserved. This program and the accompanying materials\r
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
15#**/\r
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
22 VERSION_STRING = 1.0\r
93e3992d 23 EFI_SPECIFICATION_VERSION = 0x0002000A\r
93e3992d 24 ENTRY_POINT = InitializeSetup\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources.common]\r
33 SetupBrowserStr.uni\r
34 Setup.c\r
35 Setup.h\r
36 IfrParse.c\r
37 Expression.c\r
38 InputHandler.c\r
39 Print.c\r
93e3992d 40 Presentation.c\r
41 ProcessOptions.c\r
42 Ui.c\r
43 Ui.h\r
93e3992d 44 Colors.h\r
45\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 MdeModulePkg/MdeModulePkg.dec\r
50\r
93e3992d 51[LibraryClasses]\r
52 MemoryAllocationLib\r
53 BaseLib\r
54 UefiBootServicesTableLib\r
55 UefiDriverEntryPoint\r
56 UefiRuntimeServicesTableLib\r
57 BaseMemoryLib\r
58 DebugLib\r
59 PrintLib\r
93e3992d 60 HiiLib\r
cb7d01c0 61 DevicePathLib\r
62\r
5c526736
LG
63[Guids]\r
64 gEfiIfrTianoGuid ## CONSUMES ## GUID\r
65 gEfiIfrFrameworkGuid ## CONSUMES ## GUID\r
0a1147ed 66 gEfiHiiPlatformSetupFormsetGuid\r
5c526736 67\r
93e3992d 68[Protocols]\r
3018ca2d 69 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
70 gEfiHiiStringProtocolGuid ## CONSUMES\r
71 gEfiFormBrowser2ProtocolGuid ## PRODUCES\r
72 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES\r
73 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
74 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES\r
93e3992d 75\r
f511d656 76[FeaturePcd.common]\r
f806dd27 77 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport\r
f511d656 78\r
93e3992d 79[Depex]\r
80 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r
81\r
36fe40c2 82\r