VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Logo/LogoDxe.inf@ 77669

Last change on this file since 77669 was 77669, checked in by vboxsync, 6 years ago

EFI: Switched yasm to nasm, misc build fixes; work in progress.

  • Property svn:eol-style set to native
File size: 1.7 KB
Line 
1## @file
2# The default logo bitmap picture shown on setup screen.
3#
4# Copyright (c) 2016 - 2017, 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# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
13#
14##
15
16[Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = LogoDxe
19 MODULE_UNI_FILE = LogoDxe.uni
20 FILE_GUID = F74D20EE-37E7-48FC-97F7-9B1047749C69
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = InitializeLogo
25#
26# This flag specifies whether HII resource section is generated into PE image.
27#
28# VBOX -- 'true' requires a resource compiler (@todo).
29# UEFI_HII_RESOURCE_SECTION = TRUE
30
31#
32# The following information is for reference only and not required by the build tools.
33#
34# VALID_ARCHITECTURES = IA32 X64
35#
36
37[Sources]
38 Logo.bmp
39 Logo.c
40 Logo.idf
41
42[Packages]
43 MdeModulePkg/MdeModulePkg.dec
44 MdePkg/MdePkg.dec
45
46[LibraryClasses]
47 UefiBootServicesTableLib
48 UefiDriverEntryPoint
49 DebugLib
50
51[Protocols]
52 gEfiHiiDatabaseProtocolGuid ## CONSUMES
53 gEfiHiiImageExProtocolGuid ## CONSUMES
54 gEfiHiiPackageListProtocolGuid ## PRODUCES CONSUMES
55 gEdkiiPlatformLogoProtocolGuid ## PRODUCES
56
57[Depex]
58 gEfiHiiDatabaseProtocolGuid AND
59 gEfiHiiImageExProtocolGuid
60
61[UserExtensions.TianoCore."ExtraFiles"]
62 LogoDxeExtra.uni
Note: See TracBrowser for help on using the repository browser.

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