aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf')
-rw-r--r--roms/edk2/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf27
1 files changed, 27 insertions, 0 deletions
diff --git a/roms/edk2/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf b/roms/edk2/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
new file mode 100644
index 000000000..d02259a07
--- /dev/null
+++ b/roms/edk2/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
@@ -0,0 +1,27 @@
+## @file
+# Library instance for SerialIo library class
+#
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = PcAtSerialPortLib
+ MODULE_UNI_FILE = PcAtSerialPortLib.uni
+ FILE_GUID = 1B25AF84-1EA8-4b52-894E-BFA6880B97FF
+ MODULE_TYPE = BASE
+ VERSION_STRING = 1.0
+ LIBRARY_CLASS = SerialPortLib
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ BaseLib
+ IoLib
+
+[Sources]
+ SerialPortLib.c
+