Fix Systemd unitdir path on x86_64
[profile/ivi/node-state-manager.git] / NodeStateTest / org.genivi.NodeStateMachineTest.xml
1 <!--
2 *
3 * Copyright (C) 2012 Continental Automotive Systems, Inc.
4 *
5 * Author: Jean-Pierre.Bogler@continental-corporation.com
6 *
7 * XML model of the dbus interfaces for the test NodeStateMachine
8 *
9 * This Source Code Form is subject to the terms of the Mozilla Public
10 * License, v. 2.0. If a copy of the MPL was not distributed with this
11 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 *
13 * Date             Author              Reason
14 * 24.01.2013       Jean-Pierre Bogler  CSP_WZ#1194: Initial creation.
15 *
16 -->
17
18 <node>
19   <interface name="com.contiautomotive.NodeStateMachineTest.Test">
20     <method name="SetNsmData">
21       <arg name="DataType"  direction="in"  type="i"/>
22       <arg name="Data"      direction="in"  type="ay"/>
23       <arg name="DataLen"   direction="in"  type="u"/>
24       <arg name="ErrorCode" direction="out" type="i"/>
25     </method>
26     <method name="GetNsmData">
27       <arg name="DataType"  direction="in"  type="i"/>
28       <arg name="DataIn"    direction="in"  type="ay"/>
29       <arg name="DataOut"   direction="out" type="ay"/>
30       <arg name="DataLen"   direction="in"  type="u"/>
31       <arg name="ErrorCode" direction="out" type="i"/>
32     </method>
33     <method name="GetNsmInterfaceVersion">
34       <arg name="Version"  direction="out"  type="u"/>
35     </method>
36   </interface>
37 </node>