Readd policy table generated by ZIPC for EXAMPLE 05/16105/2 5.99.3 5.99.4 flounder/5.99.3 flounder/5.99.4 flounder_5.99.3 flounder_5.99.4
authorYuta Doi <yuta-d@witz-inc.co.jp>
Wed, 11 Jul 2018 07:21:37 +0000 (16:21 +0900)
committerYuta Doi <yuta-d@witz-inc.co.jp>
Wed, 15 Aug 2018 01:49:00 +0000 (01:49 +0000)
commit1859dd4135f5d019f16a1333df318ecd1211afb9
treee8b5e087215b087143f7982bf459d1d60ed45f65
parentc1d85371b1eb693128cf9553c356ea77e609d9a3
Readd policy table generated by ZIPC for EXAMPLE

This patch reverts commit e4222ca8da3b02afca5625fa2cef6832aa8ce90e
and update it.

To Policy Manager, add the source code of policy table
which is generated by ZIPC for EXAMPLE.

If use this example,
please comment out line 22 and uncomment line 23
in policy_manager/CMakeLists.txt as follows:
  #set(STM_DIR stub)
  set(STM_DIR zipc)

If try to show split layout,
please set bool value "ON" to TRY_SPLIT_LAYOUT at line 28
in policy_manager/CMakeLists.txt as follows:
  set(TRY_SPLIT_LAYOUT OFF CACHE BOOL "Enable to show split layout")

The generated source codes by ZIPC are
"Common" and "StateTransitionor" in policy_manager/stm/zipc/.

Bug-AGL: SPEC-1537

Change-Id: I1f91cf728eab79c229c5b4b12b9e1bdd338f64aa
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
38 files changed:
policy_manager/CMakeLists.txt
policy_manager/db/roles.db.zipc [new file with mode: 0644]
policy_manager/db/roles.db.zipc.split [new file with mode: 0644]
policy_manager/stm/zipc/CMakeLists.txt [new file with mode: 0644]
policy_manager/stm/zipc/Common/Event.h [new file with mode: 0644]
policy_manager/stm/zipc/Common/MisraCType.h [new file with mode: 0644]
policy_manager/stm/zipc/Common/ZCommonInclude.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_AppsLayer.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_AppsLayer.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/HomeScreenLayer/ZHSL_HomeScreen.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/HomeScreenLayer/ZHSL_HomeScreen.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/HomeScreenLayer/ZHSL_HomeScreen_func.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/HomeScreenLayer/ZHSL_HomeScreen_func.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/NearHomeScreen/ZNHL_NearHomeScreen_func.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/NearHomeScreen/ZNHL_NearHomeScreen_func.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/NearHomeScreen/ZNHL_NearHomescreen.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/NearHomeScreen/ZNHL_NearHomescreen.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/OnScreenlayer/ZOSL_OnScreen_func.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/OnScreenlayer/ZOSL_OnScreen_func.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/OnScreenlayer/ZOSL_OslMain.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/OnScreenlayer/ZOSL_OslMain.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/RestrictionLayer/ZREL_RelMain.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/RestrictionLayer/ZREL_RelMain.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/RestrictionLayer/ZREL_Restriction_func.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/RestrictionLayer/ZREL_Restriction_func.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/RestrictionMode/ZREM_RestrictionMode.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/RestrictionMode/ZREM_RestrictionMode.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/RestrictionMode/ZREM_RestrictionMode_func.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/RestrictionMode/ZREM_RestrictionMode_func.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/ZST_StateTransitionor_def.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/ZST_StateTransitionor_func.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/ZST_StateTransitionor_func.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/ZST_StateTransitionor_var.c [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/ZST_StateTransitionor_var.h [new file with mode: 0644]
policy_manager/stm/zipc/StateTransitionor/ZST_include.h [new file with mode: 0644]
policy_manager/stm/zipc/stm_inner.h [new file with mode: 0644]