Files
edk2/ArmPlatformPkg/Library/LcdPlatformLibNull/LcdPlatformLibNull.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

24 lines
625 B
INI

#/** @file
#
# Copyright (c) 2017, Linaro, Ltd. All rights reserved.
# Copyright (c) 2020, Arm Limited. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/
[Defines]
INF_VERSION = 0x0001001A
BASE_NAME = LcdPlatformLibNull
FILE_GUID = f8bb120b-528f-46e2-92c2-130870af1a20
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = LcdPlatformLib
[Sources]
LcdPlatformLibNull.c
[Packages]
ArmPlatformPkg/ArmPlatformPkg.dec
MdePkg/MdePkg.dec