summaryrefslogtreecommitdiffstats
path: root/demo3/common/agl-service-windowmanager/policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.h
blob: 4f74c9f514567ebf69af06c3bd7eb3b912df68e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/************************************************************/
/*     ZAPL_Apps_func.h                                     */
/*     Function and variable header file                    */
/*     ZIPC Designer Version 1.2.0                          */
/************************************************************/
#ifndef ZHEADER_ZAPL_APPS_FUNC_H
#define ZHEADER_ZAPL_APPS_FUNC_H

extern void stm_apl_start_activity_none();
extern void stm_apl_start_activity_map();
extern void stm_apl_start_activity_map_split();
extern void stm_apl_start_activity_map_fullscreen();
extern void stm_apl_start_activity_splitable_normal();
extern void stm_apl_start_activity_splitable_split();
extern void stm_apl_start_activity_general();
extern void stm_apl_start_activity_system();
extern void stm_apl_event_restriction_mode_off();
extern void stm_apl_event_restriction_mode_on();
extern void stm_apl_initialize_variable();
extern void stm_apl_start_stm();

#endif