summaryrefslogtreecommitdiff
path: root/NodeStateMachineTest/org.genivi.NodeStateMachineTest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'NodeStateMachineTest/org.genivi.NodeStateMachineTest.xml')
-rw-r--r--NodeStateMachineTest/org.genivi.NodeStateMachineTest.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/NodeStateMachineTest/org.genivi.NodeStateMachineTest.xml b/NodeStateMachineTest/org.genivi.NodeStateMachineTest.xml
deleted file mode 100644
index 9426f45..0000000
--- a/NodeStateMachineTest/org.genivi.NodeStateMachineTest.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<!--
-*
-* Copyright (C) 2012 Continental Automotive Systems, Inc.
-*
-* Author: Jean-Pierre.Bogler@continental-corporation.com
-*
-* XML model of the dbus interfaces for the test NodeStateMachine
-*
-* This Source Code Form is subject to the terms of the Mozilla Public
-* License, v. 2.0. If a copy of the MPL was not distributed with this
-* file, You can obtain one at http://mozilla.org/MPL/2.0/.
-*
-* Date Author Reason
-* 24.01.2013 Jean-Pierre Bogler CSP_WZ#1194: Initial creation.
-*
--->
-
-<node>
- <interface name="com.contiautomotive.NodeStateMachineTest.Test">
- <method name="SetNsmData">
- <arg name="DataType" direction="in" type="i"/>
- <arg name="Data" direction="in" type="ay"/>
- <arg name="DataLen" direction="in" type="u"/>
- <arg name="ErrorCode" direction="out" type="i"/>
- </method>
- <method name="GetNsmData">
- <arg name="DataType" direction="in" type="i"/>
- <arg name="DataIn" direction="in" type="ay"/>
- <arg name="DataOut" direction="out" type="ay"/>
- <arg name="DataLen" direction="in" type="u"/>
- <arg name="ErrorCode" direction="out" type="i"/>
- </method>
- <method name="GetNsmInterfaceVersion">
- <arg name="Version" direction="out" type="u"/>
- </method>
- </interface>
-</node>