summaryrefslogtreecommitdiff
path: root/docs/reference/node-startup-controller/public-interfaces.xml
blob: b94ad0e5b29560d19f3e9788a9e51967a0899524 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!--
SPDX license identifier: CC-BY-SA-4.0

Copyright (C) 2015, GENIVI

This work is licensed under a Creative Commons Attribution-ShareAlike 

4.0 International License. 
-->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
]>
<refentry id="public-interfaces">
  <refmeta>
    <refentrytitle>Public interfaces</refentrytitle>
  </refmeta>

  <refnamediv>
    <refname>Public interfaces</refname>
    <refpurpose>An overview of the public interfaces provided by the Node Startup Controller</refpurpose>
  </refnamediv>

  <refsect1 id="luc-interface">
    <title>Interface for LUC management</title>
    <para>
      Registration of applications with the LUC is possible through the
      <literal>org.genivi.NodeStartupController1.NodeStartupController</literal>
      D-Bus service interface implemented by the Node Startup Controller.
    </para>
    <para>
      This interface is described in-depth on a
      <link linkend="gdbus-org.genivi.NodeStartupController1.NodeStartupController">dedicated documentation page</link>.
    </para>
  </refsect1>

  <refsect1 id="legacy-app-handler-interface">
    <title>Interface for legacy application handling</title>
    <para>
      Legacy applications can be registered with the GENIVI lifecycle subsystem using
      the <literal>legacy-app-handler</literal> helper executable, which, like the
      D-Bus interface, is described on a
      <link linkend="legacy-app-handler">dedicated page</link>.
    </para>
  </refsect1>
</refentry>