Tizen 2.1 base
[sdk/emulator/qemu.git] / tizen / src / skin / maruskin_server.h
1 /*
2  * socket server for emulator skin
3  *
4  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact:
7  * GiWoong Kim <giwoong.kim@samsung.com>
8  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
9  * Hyunjun Son
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License
13  * as published by the Free Software Foundation; either version 2
14  * of the License, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
24  *
25  * Contributors:
26  * - S-Core Co., Ltd
27  *
28  */
29
30 #ifndef MARUSKIN_SERVER_H_
31 #define MARUSKIN_SERVER_H_
32
33 int start_skin_server(int argc, char** argv, int qemu_argc, char** qemu_argv);
34 void shutdown_skin_server(void);
35
36 void notify_sensor_daemon_start(void);
37 void notify_ramdump_completed(void);
38 void notify_booting_progress(int progress_value);
39 int is_ready_skin_server(void);
40 int get_skin_server_port(void);
41
42 #endif /* MARUSKIN_SERVER_H_ */