]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
SourceLevelDebugPkg DebugAgentLib: Convert X64/AsmFuncs.asm
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugCommunicationLibSerialPort / DebugCommunicationLibSerialPort.inf
CommitLineData
18b144ea 1## @file\r
2# Debug Communication Library instance based on serila port.\r
3#\r
4e363936 4# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
18b144ea 5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DebugCommunicationLibSerialPort\r
4e363936 19 MODULE_UNI_FILE = DebugCommunicationLibSerialPort.uni\r
18b144ea 20 FILE_GUID = 8CC435C5-6330-4269-B0C3-E3BD05C86FB8\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 0.7\r
23 LIBRARY_CLASS = DebugCommunicationLib\r
24\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
29[Sources.common]\r
30 DebugCommunicationLibSerialPort.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
35\r
36[LibraryClasses]\r
37 SerialPortLib\r
e2104834 38 DebugLib\r