]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.
[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
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x0002000A\r
26\r
27 ENTRY_POINT = InitializeSetup\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources.common]\r
36 SetupBrowserStr.uni\r
37 Setup.c\r
38 Setup.h\r
39 IfrParse.c\r
40 Expression.c\r
41 InputHandler.c\r
42 Print.c\r
43 Print.h\r
44 Presentation.c\r
45 ProcessOptions.c\r
46 Ui.c\r
47 Ui.h\r
93e3992d 48 Colors.h\r
49\r
50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
53 MdeModulePkg/MdeModulePkg.dec\r
54\r
55\r
56[LibraryClasses]\r
57 MemoryAllocationLib\r
58 BaseLib\r
59 UefiBootServicesTableLib\r
60 UefiDriverEntryPoint\r
61 UefiRuntimeServicesTableLib\r
62 BaseMemoryLib\r
63 DebugLib\r
64 PrintLib\r
65 GraphicsLib\r
66 IfrSupportLib\r
67 HiiLib\r
9226efe5 68 ExtendedHiiLib\r
93e3992d 69\r
70[Protocols]\r
107eebef 71 gEfiPrintProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
93e3992d 72 gEfiHiiConfigAccessProtocolGuid\r
73 gEfiHiiStringProtocolGuid\r
74 gEfiFormBrowser2ProtocolGuid\r
75 gEfiHiiConfigRoutingProtocolGuid\r
76 gEfiHiiDatabaseProtocolGuid\r
77 gEfiUnicodeCollation2ProtocolGuid\r
78\r
79[Depex]\r
80 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid\r
81\r
36fe40c2 82\r