forked from GENIVI/node-state-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
28 lines (18 loc) · 888 Bytes
/
README
File metadata and controls
28 lines (18 loc) · 888 Bytes
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
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 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 currently
is being built as a shared library that is used by the NSM.