summaryrefslogtreecommitdiff
path: root/NodeStateMachineTest/org.genivi.NodeStateMachineTest.xml
diff options
context:
space:
mode:
authorMonika Forstner <Monika_Forstner@mentor.com>2020-09-16 10:20:03 +0200
committerMonika Forstner <Monika_Forstner@mentor.com>2020-09-16 10:50:27 +0200
commit2fb502b4bc23aa13fee1db3395b3cae5e34cc871 (patch)
treed9cd2c64522f190500dc53291b4fbcf5100b9720 /NodeStateMachineTest/org.genivi.NodeStateMachineTest.xml
parent253d10aada6bf5cdfe307aaff55363f08194c85e (diff)
downloadnode-state-manager-release_NSM_CommonAPI.tar.gz
NSM Release 3.0release_NSM_CommonAPI
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>