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