586c0692fd4a1e94859437a994d62e6d70e471e3
[apps/home/ug-memo-efl.git] / include / memo_ug.h
1 /*
2  * Copyright (c) 2000-2012 Samsung Electronics Co., Ltd All Rights Reserved
3  * 
4  * This file is part of the ug-memo-efl
5  * Written by Zhibin Zhou <zhibin.zhou@samsung.com>, Canjiang Lu <canjiang.lu@samsung.com>,
6  *            Feng Li <feng.li@samsung.com>
7  *
8  * PROPRIETARY/CONFIDENTIAL
9  *
10  * This software is the confidential and proprietary information of
11  * SAMSUNG ELECTRONICS ("Confidential Information").
12  * You shall not disclose such Confidential Information and shall
13  * use it only in accordance with the terms of the license agreement
14  * you entered into with SAMSUNG ELECTRONICS.  SAMSUNG make no
15  * representations or warranties about the suitability
16  * of the software, either express or implied, including but not
17  * limited to the implied warranties of merchantability, fitness for a particular purpose, or non-
18  * infringement. SAMSUNG shall not be liable for any damages suffered by licensee as
19  * a result of using, modifying or distributing this software or its derivatives.
20  *
21  */
22 #ifndef __MEMO_SG_H__
23 #define __MEMO_SG_H__
24
25 #include <glib.h>
26 //#include <sil.h>
27 #include <bundle.h>
28 #include <stdarg.h>
29 #include <Elementary.h>
30 #include <memo-assist.h>
31
32
33 /* UG Name */
34 #define UG_NAME_EMAIL            "email-composer-efl"
35 #define UG_NAME_MESSAGE          "msg-composer-efl"
36 #define UG_NAME_CONTACT_ADD      "contacts-details-efl"
37 #define UG_NAME_CALENDAR         "calendar-edit-efl"
38
39 /* AUL NAME */
40 #define AUL_NAME_CALENDER        PACKAGE_PREFIX".efl-calendar"
41 #define AUL_NAME_VIOCE_CALL      PACKAGE_PREFIX".call"
42 #define AUL_NAME_VEDIO_CALL      PACKAGE_PREFIX".vtmain"
43
44 /* UG Function Declaration*/
45 void ug_launch_common(bundle *bd, char *ug_name);
46 void ug_launch_common_var(char *ug_name, ...);
47
48 #endif                /* __MEMO_SG_H__ */