Fix Systemd unitdir path on x86_64
[profile/ivi/node-state-manager.git] / README
1 GENIVI NodeStateManager (NSM) README
2 =====================================
3
4 This is the official source of the GENIVI NodeStateManager. At present, all
5 relevant documentation for this project is available in the GENIVI wiki on:
6
7 https://collab.genivi.org/wiki/display/genivi/SysInfraEGLifecycleNSMData
8
9
10 License
11 -------
12
13 For licensing information see the COPYING file, 
14 distributed along with this project.
15
16
17 Build Dependencies and Instructions
18 -----------------------------------
19
20 The NodeStateManager needs glib >= 2.30.0 to be compiled.
21 In addition, the NodeStateManager(NSM) has dependencies
22 to the NodeStateMachine (NSMC) and NodeStateAccess (NSMA).
23
24 The NSMC is delivered within this package as a stub.
25 To understand the task it, please see its interface header.
26
27 Please note: Due to legal restrictions the NSMA currently
28 is being built as a shared library that is used by the NSM.