summaryrefslogtreecommitdiffstats
path: root/src/policy_manager/stm/zipc
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12Add policy table generated by ZIPC for EXAMPLEYuta Doi35-0/+5899
To PolicyManager, add the source code of policy table which is generated by ZIPC for EXAMPLE. If use this example, please comment out line 84 and uncomment line 85 in CMakeLists.txt as follows: #set(USE_STM_NAME stub) set(USE_STM_NAME zipc) If try to show split layout, please rename from roles.db.split to roles.db in src/policy_manager/db/. Bug-AGL: SPEC-1537 Change-Id: I4b35f148313e0c5a12c59ed1c2f8eb6fbcf3ea6b Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>