mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Enable platform logo provisioning through a firmware volume FREEFORM FFS file, allowing OEMs and platform integrators to customize boot logos without modifying or forking the logo driver. The logo is selected through PcdLogoFile and loaded at runtime from the firmware volume. Platforms only need to package their own logo BMP inside a FREEFORM FFS file and provide its GUID in the platform DSC. Signed-off-by: Thamballi Sreelalitha <sreelali@qti.qualcomm.com>
14 lines
365 B
Text
14 lines
365 B
Text
// /** @file
|
|
// LogoFvFileDxe Localized Strings and Content
|
|
//
|
|
// Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
|
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
#string STR_PROPERTIES_MODULE_NAME
|
|
#language en-US
|
|
"Logo FV File DXE Driver"
|
|
|