VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf@ 48674

Last change on this file since 48674 was 48674, checked in by vboxsync, 11 years ago

EFI: Export newly imported tinaocore UEFI sources to OSE.

  • Property svn:eol-style set to native
File size: 2.8 KB
Line 
1## @file
2# The DXE driver produces FORM BROWSER protocols defined in UEFI HII 2.1 specificatin.
3#
4# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
5#
6# This program and the accompanying materials
7# are licensed and made available under the terms and conditions of the BSD License
8# which accompanies this distribution. The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14#
15##
16
17[Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = SetupBrowser
20 FILE_GUID = EBf342FE-B1D3-4EF8-957C-8048606FF671
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializeSetup
24
25#
26# The following information is for reference only and not required by the build tools.
27#
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC
29#
30
31[Sources]
32 SetupBrowserStr.uni
33 Setup.c
34 Setup.h
35 IfrParse.c
36 Expression.c
37 InputHandler.c
38 Print.c
39 Presentation.c
40 ProcessOptions.c
41 Ui.c
42 Ui.h
43 Colors.h
44
45
46[Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49
50[LibraryClasses]
51 MemoryAllocationLib
52 BaseLib
53 UefiBootServicesTableLib
54 UefiDriverEntryPoint
55 UefiRuntimeServicesTableLib
56 BaseMemoryLib
57 DebugLib
58 PrintLib
59 HiiLib
60 DevicePathLib
61
62[Guids]
63 gEfiIfrTianoGuid ## CONSUMES ## GUID
64 gEfiIfrFrameworkGuid ## CONSUMES ## GUID
65 gEfiHiiPlatformSetupFormsetGuid
66 gEfiHiiStandardFormGuid ## SOMETIMES_CONSUMES ## GUID
67
68[Protocols]
69 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
70 gEfiHiiStringProtocolGuid ## CONSUMES
71 gEfiFormBrowser2ProtocolGuid ## PRODUCES
72 gEfiFormBrowserExProtocolGuid ## PRODUCES
73 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
74 gEfiHiiDatabaseProtocolGuid ## CONSUMES
75 gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
76 gEfiUserManagerProtocolGuid ## SOMETIMES_CONSUMES
77
78[FeaturePcd]
79 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES
80 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement ## CONSUMES
81
82[Pcd]
83 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor ## CONSUMES
84 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor ## CONSUMES
85 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextHighlightColor ## CONSUMES
86 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldBackgroundHighlightColor ## CONSUMES
87
88[Depex]
89 gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid
90
91
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette