Files
edk2/ArmPlatformPkg/Library/LcdHwLibNull/LcdHwLibNull.inf
Leif Lindholm d95e578b25 ArmPlatformPkg: rename LcdHwLibNull and LcdPlatformLibNull
By edk2 convention, a NULL library should be called *LibNull.
These libraries did not follow this convention, so rename them.

Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
2025-10-02 15:42:07 +01:00

23 lines
545 B
INI

#/** @file
#
# Copyright (c) 2017, Linaro, Ltd. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/
[Defines]
INF_VERSION = 0x0001001A
BASE_NAME = LcdHwLibNull
FILE_GUID = bb1fde98-1de2-410e-8850-fdcb8e67ebc0
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = LcdHwLib
[Sources]
LcdHwLibNull.c
[Packages]
ArmPlatformPkg/ArmPlatformPkg.dec
MdePkg/MdePkg.dec