2010-02-24 01:21:16 +01:00
|
|
|
## @file
|
2014-08-28 08:34:06 +02:00
|
|
|
# The default logo bitmap picture shown on setup screen, which is corresponding to gEfiDefaultBmpLogoGuid.
|
2008-11-17 07:42:04 +01:00
|
|
|
#
|
2018-06-29 05:27:00 +02:00
|
|
|
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
2020-04-07 10:02:54 +02:00
|
|
|
# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
|
2021-11-12 07:18:08 +01:00
|
|
|
# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
|
2020-04-07 10:02:54 +02:00
|
|
|
|
2007-07-04 05:20:34 +02:00
|
|
|
#
|
2019-04-04 01:05:13 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-07-04 05:20:34 +02:00
|
|
|
#
|
|
|
|
#
|
2010-02-24 01:21:16 +01:00
|
|
|
##
|
2007-07-04 05:20:34 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = Logo
|
2014-08-28 08:34:06 +02:00
|
|
|
MODULE_UNI_FILE = Logo.uni
|
2007-07-04 05:20:34 +02:00
|
|
|
FILE_GUID = 7BB28B99-61BB-11D5-9A5D-0090273FC14D
|
2007-09-27 08:33:07 +02:00
|
|
|
MODULE_TYPE = USER_DEFINED
|
2007-07-04 05:20:34 +02:00
|
|
|
VERSION_STRING = 1.0
|
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
2021-11-12 07:18:08 +01:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 RISCV64 LOONGARCH64
|
2007-07-04 05:20:34 +02:00
|
|
|
#
|
|
|
|
|
2010-02-24 01:21:16 +01:00
|
|
|
[Binaries]
|
2007-09-27 08:33:07 +02:00
|
|
|
BIN|Logo.bmp|*
|
2007-07-04 05:20:34 +02:00
|
|
|
|
2014-08-28 08:34:06 +02:00
|
|
|
[UserExtensions.TianoCore."ExtraFiles"]
|
|
|
|
LogoExtra.uni
|