]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / SetupBrowserDxe.inf
CommitLineData
93e3992d 1#/** @file\r
2# Component name for module SetupBrowser\r
3#\r
4# FIX ME!\r
5# Copyright (c) 2007, Intel Corporation. All rights reserved.\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# \r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = SetupBrowser\r
21 FILE_GUID = EBf342FE-B1D3-4EF8-957C-8048606FF671\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
93e3992d 24 EFI_SPECIFICATION_VERSION = 0x0002000A\r
93e3992d 25 ENTRY_POINT = InitializeSetup\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 SetupBrowserStr.uni\r
35 Setup.c\r
36 Setup.h\r
37 IfrParse.c\r
38 Expression.c\r
39 InputHandler.c\r
40 Print.c\r
41 Print.h\r
42 Presentation.c\r
43 ProcessOptions.c\r
44 Ui.c\r
45 Ui.h\r
93e3992d 46 Colors.h\r
47\r
48\r
49[Packages]\r
50 MdePkg/MdePkg.dec\r
51 MdeModulePkg/MdeModulePkg.dec\r
52\r
53\r
54[LibraryClasses]\r
55 MemoryAllocationLib\r
56 BaseLib\r
57 UefiBootServicesTableLib\r
58 UefiDriverEntryPoint\r
59 UefiRuntimeServicesTableLib\r
60 BaseMemoryLib\r
61 DebugLib\r
62 PrintLib\r
93e3992d 63 IfrSupportLib\r
64 HiiLib\r
9226efe5 65 ExtendedHiiLib\r
93e3992d 66\r
67[Protocols]\r
107eebef 68 gEfiPrintProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
ebe43565 69 gEfiPrint2ProtocolGuid\r
93e3992d 70 gEfiHiiConfigAccessProtocolGuid\r
71 gEfiHiiStringProtocolGuid\r
72 gEfiFormBrowser2ProtocolGuid\r
73 gEfiHiiConfigRoutingProtocolGuid\r
74 gEfiHiiDatabaseProtocolGuid\r
75 gEfiUnicodeCollation2ProtocolGuid\r
519f076a 76 gEfiConsoleControlProtocolGuid\r
93e3992d 77\r
f511d656 78[FeaturePcd.common]\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkHiiCompatibilitySupport\r
80\r
93e3992d 81[Depex]\r
82 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r
83\r
36fe40c2 84\r