]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Logo/LogoDxe.inf
MdeModulePkg/UsbBusDxe: Add UsbControlTransfer() error check
[mirror_edk2.git] / MdeModulePkg / Logo / LogoDxe.inf
CommitLineData
af468025
RN
1## @file\r
2# The default logo bitmap picture shown on setup screen.\r
3#\r
e01e9ae2 4# Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
af468025
RN
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = LogoDxe\r
19 MODULE_UNI_FILE = LogoDxe.uni\r
20 FILE_GUID = F74D20EE-37E7-48FC-97F7-9B1047749C69\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = InitializeLogo\r
25#\r
26# This flag specifies whether HII resource section is generated into PE image.\r
27#\r
28 UEFI_HII_RESOURCE_SECTION = TRUE\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64\r
34#\r
35\r
36[Sources]\r
37 Logo.bmp\r
38 Logo.c\r
39 Logo.idf\r
40\r
41[Packages]\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 MdePkg/MdePkg.dec\r
44\r
45[LibraryClasses]\r
46 UefiBootServicesTableLib\r
47 UefiDriverEntryPoint\r
48 DebugLib\r
49\r
50[Protocols]\r
51 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
52 gEfiHiiImageExProtocolGuid ## CONSUMES\r
53 gEfiHiiPackageListProtocolGuid ## PRODUCES CONSUMES\r
54 gEdkiiPlatformLogoProtocolGuid ## PRODUCES\r
55\r
56[Depex]\r
e01e9ae2
RN
57 gEfiHiiDatabaseProtocolGuid AND\r
58 gEfiHiiImageExProtocolGuid\r
af468025
RN
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 LogoDxeExtra.uni\r