VirtualBox

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

Last change on this file since 80721 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.3 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# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = LogoDxe
14 MODULE_UNI_FILE = LogoDxe.uni
15 FILE_GUID = F74D20EE-37E7-48FC-97F7-9B1047749C69
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeLogo
20#
21# This flag specifies whether HII resource section is generated into PE image.
22#
23 UEFI_HII_RESOURCE_SECTION = TRUE
24
25#
26# The following information is for reference only and not required by the build tools.
27#
28# VALID_ARCHITECTURES = IA32 X64
29#
30
31[Sources]
32 Logo.bmp
33 Logo.c
34 Logo.idf
35
36[Packages]
37 MdeModulePkg/MdeModulePkg.dec
38 MdePkg/MdePkg.dec
39
40[LibraryClasses]
41 UefiBootServicesTableLib
42 UefiDriverEntryPoint
43 DebugLib
44
45[Protocols]
46 gEfiHiiDatabaseProtocolGuid ## CONSUMES
47 gEfiHiiImageExProtocolGuid ## CONSUMES
48 gEfiHiiPackageListProtocolGuid ## PRODUCES CONSUMES
49 gEdkiiPlatformLogoProtocolGuid ## PRODUCES
50
51[Depex]
52 gEfiHiiDatabaseProtocolGuid AND
53 gEfiHiiImageExProtocolGuid
54
55[UserExtensions.TianoCore."ExtraFiles"]
56 LogoDxeExtra.uni
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