Readd policy table generated by ZIPC for EXAMPLE
[apps/agl-service-windowmanager-2017.git] / policy_manager / stm / zipc / StateTransitionor / ZST_StateTransitionor_var.c
1 /************************************************************/
2 /*     ZST_StateTransitionor_var.c                          */
3 /*     Function and variable source file                    */
4 /*     ZIPC Designer Version 1.2.0                          */
5 /************************************************************/
6 #include "ZST_include.h"
7
8 /*************************************************************
9     Variable definition
10 *************************************************************/
11
12 // Current state
13 StmState g_stm_crr_state;
14
15 // Previous state
16 StmState g_stm_prv_state;
17
18 /**
19  *  g_stm_event
20  */
21 int g_stm_event;
22
23 /**
24  *  g_stm_category
25  */
26 int g_stm_category;
27
28 /**
29  *  g_stm_area
30  */
31 int g_stm_area;
32
33 /**
34  *  g_stm_map_is_activated
35  */
36 int g_stm_map_is_activated;
37
38 /**
39  *  g_prv_apps_state_rest_mode_1
40  */
41 int g_prv_apps_state_rest_mode_1;
42
43 /**
44  *  g_prv_near_homescreen_state_rest_mode_1
45  */
46 int g_prv_near_homescreen_state_rest_mode_1;
47
48 /**
49  *  g_prv_restriction_state_rest_mode_1
50  */
51 int g_prv_restriction_state_rest_mode_1;
52
53 /**
54  *  g_prv_on_screen_state_rest_mode_1
55  */
56 int g_prv_on_screen_state_rest_mode_1;