Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbalaskoa2018-08-01 14:45:45 +0000
committerbalaskoa2018-08-01 14:45:45 +0000
commitd68e7b2de08428b9bb25d91eed4437de5f5ce4ad (patch)
tree93215389a73e283961e361267d18385620bd3cc6
parent4f4622a36085add9fa81916494dfddc0ae2de0b1 (diff)
parentedfc542b44eacd9f7675a28e436dcf8174b70995 (diff)
downloadtitan.TestPorts.Serial-d68e7b2de08428b9bb25d91eed4437de5f5ce4ad.tar.gz
titan.TestPorts.Serial-d68e7b2de08428b9bb25d91eed4437de5f5ce4ad.tar.xz
titan.TestPorts.Serial-d68e7b2de08428b9bb25d91eed4437de5f5ce4ad.zip
Merge branch 'master' of ssh://git.eclipse.org:29418/titan/titan.TestPorts.Serial
-rw-r--r--Serial.tpd37
1 files changed, 37 insertions, 0 deletions
diff --git a/Serial.tpd b/Serial.tpd
new file mode 100644
index 0000000..1fc36b3
--- /dev/null
+++ b/Serial.tpd
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<TITAN_Project_File_Information version="1.0">
+<!--
+ Copyright (c) 2000-2017 Ericsson Telecom AB
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+ <ProjectName>Serial</ProjectName>
+ <Folders>
+ <FolderResource projectRelativePath="demo" relativeURI="demo"/>
+ <FolderResource projectRelativePath="src" relativeURI="src"/>
+ </Folders>
+ <Files>
+ <FileResource projectRelativePath="Serial.tpd" relativeURI="Serial.tpd"/>
+ <FileResource projectRelativePath="demo/SerialPortDemoArchitcture.png" relativeURI="demo/SerialPortDemoArchitcture.png"/>
+ <FileResource projectRelativePath="demo/SerialPortTests.ttcn" relativeURI="demo/SerialPortTests.ttcn"/>
+ <FileResource projectRelativePath="src/SerialPort.cc" relativeURI="src/SerialPort.cc"/>
+ <FileResource projectRelativePath="src/SerialPort.cfg" relativeURI="src/SerialPort.cfg"/>
+ <FileResource projectRelativePath="src/SerialPort.hh" relativeURI="src/SerialPort.hh"/>
+ <FileResource projectRelativePath="src/SerialPortTypes.ttcn" relativeURI="src/SerialPortTypes.ttcn"/>
+ </Files>
+ <ActiveConfiguration>Default</ActiveConfiguration>
+ <Configurations>
+ <Configuration name="Default">
+ <ProjectProperties>
+ <MakefileSettings>
+ <targetExecutable>bin/Serial</targetExecutable>
+ </MakefileSettings>
+ <LocalBuildSettings>
+ <workingDirectory>bin</workingDirectory>
+ </LocalBuildSettings>
+ </ProjectProperties>
+ </Configuration>
+ </Configurations>
+</TITAN_Project_File_Information> \ No newline at end of file

Back to the top