X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fexternal-ug.h;h=425caa071239e3cb10fee1d6e91fb0c8a0be6c22;hb=refs%2Ftags%2Fsubmit%2Fmaster%2F20120920.152831;hp=5dadfba69b0c73c960f4d892ede9af1c67c2d579;hpb=04d55485c5c774e8daa95a204814070804cb782d;p=apps%2Fcore%2Fpreloaded%2Fcalendar.git diff --git a/include/external-ug.h b/include/external-ug.h index 5dadfba..425caa0 100755 --- a/include/external-ug.h +++ b/include/external-ug.h @@ -16,11 +16,6 @@ */ - - - - - #ifndef __CALENDAR_EXTERNAL_UG_H__ #define __CALENDAR_EXTERNAL_UG_H__ @@ -29,9 +24,35 @@ #include "cld.h" +#if !defined(MESSAGE_COMPOSER_UG) + #define MESSAGE_COMPOSER_UG "msg-composer-efl" +#endif + +#if !defined(CONTACT_UG) + #define CONTACT_UG "contacts-tabui-efl" +#endif + +#if !defined(EMAIL_COMPOSER_UG) + #define EMAIL_COMPOSER_UG "email-composer-efl" +#endif + +#if !defined(BLUETOOTH_UG) + #define BLUETOOTH_UG "setting-bluetooth-efl" +#endif + +#if !defined(MESSAGE_VCS) + #define MESSAGE_VCS "/opt/data/ug-calendar/[Calendar]message.vcs" +#endif + +#if !defined(EMAIL_VCS) + #define EMAIL_VCS "/opt/data/ug-calendar/[Calendar]email.vcs" +#endif +#if !defined(BLUETOOTH_VCS) + #define BLUETOOTH_VCS "/opt/data/ug-calendar/[Calendar]bluetooth.vcs" +#endif -void cal_launch_ug(bundle *bd, char *ug_name, struct ug_cbs *cbs); +void cal_launch_ug(service_h bd, char *ug_name, struct ug_cbs *cbs); void cal_launch_ug_with_var(char *ug_name, struct ug_cbs *cbs,...); #endif /* __CALENDAR_EXTERNAL_UG_H__ */