Tizen 2.1 base
[apps/core/preloaded/calendar.git] / include / external-ug.h
1 /*
2   *
3   *  Copyright 2012  Samsung Electronics Co., Ltd
4   *
5   *  Licensed under the Flora License, Version 1.0 (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
19 #ifndef __CALENDAR_EXTERNAL_UG_H__
20 #define __CALENDAR_EXTERNAL_UG_H__
21
22 #include <ui-gadget.h>
23 #include <ui-gadget-module.h>
24
25 #include "cld.h"
26
27 #define CAL_MESSAGE_COMPOSER_UG "msg-composer-efl"
28 #define CAL_CONTACT_UG "contacts-tabui-efl"
29 #define CAL_EMAIL_COMPOSER_UG "email-composer-efl"
30 #define CAL_BLUETOOTH_UG "setting-bluetooth-efl"
31 #define CAL_MAP_UG "map-efl"
32 #define CAL_MYFILES_UG "myfile-efl"
33
34 #define CAL_VCS_PATH "/opt/usr/media/Others/"
35
36 #define CAL_MESSAGE_VCS CAL_VCS_PATH"[Calendar]message.vcs"
37 #define CAL_EMAIL_VCS CAL_VCS_PATH"[Calendar]email.vcs"
38 #define CAL_BLUETOOTH_VCS CAL_VCS_PATH"[Calendar]bluetooth.vcs"
39
40 ui_gadget_h cal_launch_ug(ui_gadget_h parent_ug, service_h bd, char *ug_name, struct ug_cbs *cbs);
41 ui_gadget_h cal_launch_ug_with_var(ui_gadget_h parent_ug, char *ug_name, struct ug_cbs *cbs,...);
42
43 #endif /* __CALENDAR_EXTERNAL_UG_H__ */
44