summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 4 insertions, 10 deletions
diff --git a/README b/README
index 9c8ec8d..dd44c9d 100644
--- a/README
+++ b/README
@@ -6,8 +6,6 @@ relevant documentation for this project is available in the GENIVI wiki on:
https://collab.genivi.org/wiki/display/genivi/SysInfraEGLifecycleNSMData
-Master location for GENIVI NodeStateManager
-http://git.projects.genivi.org/lifecycle/node-state-manager.git
License
-------
@@ -23,12 +21,8 @@ The NodeStateManager needs glib >= 2.30.0 to be compiled.
In addition, the NodeStateManager(NSM) has dependencies
to the NodeStateMachine (NSMC) and NodeStateAccess (NSMA).
-The NSMC and NSMA are delivered within this package as
-stubs. To understand the tasks of these two components,
-please see their interface headers.
+The NSMC is delivered within this package as a stub.
+To understand the task it, please see its interface header.
-Please note: Due to legal restrictions the NSMA had to be
-introduced. It is responsible for binding the NSM to the
-IPC. In most cases probably D-Bus is used for the IPC and
-the xml files in the "model" folder of the NSM describe the
-IPC interfaces offered by the NSM.
+Please note: Due to legal restrictions the NSMA currently
+is being built as a shared library that is used by the NSM.