diff options
author | Bogler <uidu5846@wel1vvgg-virt.we.de.conti.de> | 2012-12-07 15:28:10 +0100 |
---|---|---|
committer | Bogler <uidu5846@wel1vvgg-virt.we.de.conti.de> | 2012-12-07 15:28:10 +0100 |
commit | 4e48024924d9441cc4431b26bf6e1c9d1f3697e8 (patch) | |
tree | dc66ea2f7ce42501c9e279f684240cf2810c0260 /README | |
download | node-state-manager-4e48024924d9441cc4431b26bf6e1c9d1f3697e8.tar.gz |
Initial commit of Node State Manager
Diffstat (limited to 'README')
-rw-r--r-- | README | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ +GENIVI NodeStateManager (NSM) README +===================================== + +This is the official source of the GENIVI NodeStateManager. At present, all +relevant documentation for this project is available in the GENIVI wiki on: + +https://collab.genivi.org/wiki/display/genivi/SysInfraEGLifecycleNSMData + + +License +------- + +For licensing information see the COPYING file, +distributed along with this project. + + +Build Dependencies and Instructions +----------------------------------- + +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. + +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. |