summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg/Library/FdtSerialPortAddressLib/FdtSerialPortAddressLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'ArmVirtPkg/Library/FdtSerialPortAddressLib/FdtSerialPortAddressLib.inf')
-rw-r--r--ArmVirtPkg/Library/FdtSerialPortAddressLib/FdtSerialPortAddressLib.inf27
1 files changed, 0 insertions, 27 deletions
diff --git a/ArmVirtPkg/Library/FdtSerialPortAddressLib/FdtSerialPortAddressLib.inf b/ArmVirtPkg/Library/FdtSerialPortAddressLib/FdtSerialPortAddressLib.inf
deleted file mode 100644
index ae6d0d374b..0000000000
--- a/ArmVirtPkg/Library/FdtSerialPortAddressLib/FdtSerialPortAddressLib.inf
+++ /dev/null
@@ -1,27 +0,0 @@
-## @file
-# Determine the base addresses of serial ports from the Device Tree.
-#
-# Copyright (C) Red Hat
-#
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-##
-
-[Defines]
- INF_VERSION = 1.27
- BASE_NAME = FdtSerialPortAddressLib
- FILE_GUID = AEBE813B-25EA-40E5-95C4-2B864FE1E951
- MODULE_TYPE = BASE
- VERSION_STRING = 1.0
- LIBRARY_CLASS = FdtSerialPortAddressLib
-
-[Sources]
- FdtSerialPortAddressLib.c
-
-[Packages]
- ArmVirtPkg/ArmVirtPkg.dec
- EmbeddedPkg/EmbeddedPkg.dec
- MdePkg/MdePkg.dec
-
-[LibraryClasses]
- BaseLib
- FdtLib