summaryrefslogtreecommitdiff
path: root/Foo
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2015-09-22 17:32:01 +0100
committerChristian Linke <christian.linke@bmw.de>2015-09-22 17:32:01 +0100
commitbd7ec24a2abe47ae4398b23282e8288e00eaec47 (patch)
tree778cf5ffa440b44752bb1cbcfd4c75d950bd48c4 /Foo
parenta9f86b94f3cc83a9474e8a0d7e21de4c8e452526 (diff)
downloadaudiomanager-bd7ec24a2abe47ae4398b23282e8288e00eaec47.tar.gz
Remove nodestatemanager7.2
Make audiomanager compile with Dbus and CommonAPI Wrapper at the same time Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'Foo')
-rw-r--r--Foo/LifecycleConsumer.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/Foo/LifecycleConsumer.xml b/Foo/LifecycleConsumer.xml
deleted file mode 100644
index ec1162b..0000000
--- a/Foo/LifecycleConsumer.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<node>
- <!--
- org.genivi.NodeStateManager.LifeCycleConsumer:
- @short_description: Interface of a life cycle client.
-
- This interface contains functions, which need to be implemented by life cycle clients, to be able to receive life cycle requests.
- -->
- <interface name="org.genivi.NodeStateManager.LifeCycleConsumer">
- <!--
- LifecycleRequest:
- @Request: The type of the life cycle request. Can be NSM_SHUTDOWNTYPE_RUNUP, NSM_SHUTDOWNTYPE_NORMAL or NSM_SHUTDOWNTYPE_FAST.
- @RequestId: The Id of the client (current request). This Id needs to be passed to the NSM again via the interface "LifecycleRequestComplete", when the client has processed the "LifecycleRequest".
- @ErrorCode: Client's return value, passed to the NodeStateManager. Based upon NsmErrorStatus_e. NsmErrorStatus_Ok: Request was successfully processed. NsmErrorStatus_ResponsePending: Processing of request started. LifecycleRequestComplete will be called to pass the status after completion. NsmErrorStatus_Error: An error occured, the request could not be processed.
-
- The method has to be implemented by every life cycle client and is called by the NodeStateManager, when the node is shutting down (fast or normal) or an ongoing shutdown is cancelled (run up).
- -->
- <method name="LifecycleRequest">
- <arg name="Request" direction="in" type="u"/>
- <arg name="RequestId" direction="in" type="u"/>
- <arg name="ErrorCode" direction="out" type="i"/>
- </method>
- </interface>
-</node>