2017-12-05 11:08:50 +01:00
|
|
|
#/** @file
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017, Linaro, Ltd. All rights reserved.
|
2020-10-23 16:18:04 +02:00
|
|
|
# Copyright (c) 2020, Arm Limited. All rights reserved.<BR>
|
2017-12-05 11:08:50 +01:00
|
|
|
#
|
2019-04-04 01:03:21 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2017-12-05 11:08:50 +01:00
|
|
|
#
|
|
|
|
#**/
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x0001001A
|
|
|
|
BASE_NAME = LcdPlatformNullLib
|
2020-10-23 16:18:04 +02:00
|
|
|
FILE_GUID = f8bb120b-528f-46e2-92c2-130870af1a20
|
2017-12-05 11:08:50 +01:00
|
|
|
MODULE_TYPE = BASE
|
|
|
|
VERSION_STRING = 1.0
|
2017-12-08 18:09:58 +01:00
|
|
|
LIBRARY_CLASS = LcdPlatformLib
|
2017-12-05 11:08:50 +01:00
|
|
|
|
|
|
|
[Sources]
|
|
|
|
LcdPlatformNullLib.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
ArmPlatformPkg/ArmPlatformPkg.dec
|
|
|
|
MdePkg/MdePkg.dec
|