summaryrefslogtreecommitdiff
path: root/protocol/dbus/gdp-hmi-introspect.xml
blob: 3bb57c1993dbfa8e4ca6b1ee0939bb1be23ad6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
  "http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
<!--
 * SPDX license identifier: MPL-2.0
 *
 * Copyright (C) 2015, GENIVI Alliance
 *
 * This file is part of GENIVI Demo Platform HMI.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License (MPL), 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/.
 *
 * For further information see http://www.genivi.org/.
 *
 * List of changes:
 * 10.Feb.2014, Holger Behrens, written
-->
<node name="/org/genivi/gdp/hmi/controller">
  <interface name="org.genivi.gdp.HMI_Controller">
    <method name="GetId">
      <arg type="x" name="pid" direction="out"/>
    </method>
    <method name="Show">
      <arg type="s" name="unit" direction="in"/>
      <arg type="s" name="status" direction="out"/>
    </method>
  </interface>
</node>