3640be45f65cebc1b070247c9500f2e0d459ba85
[profile/ivi/ico-uxf-homescreen.git] / src / homescreen / on_screen.h
1 #ifndef __ON_SCREEN_H_
2 #define __ON_SCREEN_H_
3 /*
4  * Copyright (c) 2013, TOYOTA MOTOR CORPORATION.
5  *
6  * This program is licensed under the terms and conditions of the
7  * Apache License, version 2.0.  The full text of the Apache License is at
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  */
11 /**
12  * @brief   onscreen application
13  *
14  * @date    Feb-15-2013
15  */
16 #include <unistd.h>
17
18 #include "ico_uxf.h"
19 #include "ico_uxf_conf.h"
20 #include "ico_uxf_conf_ecore.h"
21
22 #include "home_screen.h"
23 #include "home_screen_res.h"
24 #include "CicoHomeScreenConfig.h"
25 #include "CicoHomeScreenSound.h"
26 #include "CicoOnScreenControlWindow.h"
27 #include "CicoOnScreenAppList.h"
28 #include "CicoOnScreenAction.h"
29
30 #include <bundle.h>
31
32 #endif
33