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