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