Initialize Tizen 2.3
[apps/home/ug-memo-efl.git] / include / memo_ug.h
1 /*
2 *
3 * Copyright 2012  Samsung Electronics Co., Ltd
4 *
5 * Licensed under the Flora License, Version 1.1 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 *    http://floralicense.org/license/
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 */
18 #ifndef __MEMO_SG_H__
19 #define __MEMO_SG_H__
20
21 #include <glib.h>
22 //#include <sil.h>
23 #include <bundle.h>
24 #include <ui-gadget.h>
25 #include <stdarg.h>
26 #include <Elementary.h>
27 #include <memo-assist.h>
28
29
30 /* UG Name */
31 #define UG_NAME_EMAIL            "email-composer-efl"
32 #define UG_NAME_MESSAGE          "msg-composer-efl"
33 #define UG_NAME_CONTACT_ADD      "contacts-details-efl"
34 #define UG_NAME_CALENDAR         "calendar-edit-efl"
35
36 /* AUL NAME */
37 #define AUL_NAME_CALENDER        PACKAGE_PREFIX".efl-calendar"
38 #define AUL_NAME_VIOCE_CALL      PACKAGE_PREFIX".call"
39 #define AUL_NAME_VEDIO_CALL      PACKAGE_PREFIX".vtmain"
40
41 /* UG Function Declaration*/
42 void ug_launch_common(service_h service, char *ug_name);
43 void ug_launch_common_var(char *ug_name, ...);
44
45 #endif                /* __MEMO_SG_H__ */