VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/VBoxPkg/Logo/LogoDxe.inf@ 80820

最後變更 在這個檔案從80820是 80820,由 vboxsync 提交於 5 年 前

EFI/FirmwareNew: Logos are now enclosed in a separate DXE driver, provide our own based on the default one from MdeModulePkg

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.3 KB
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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