2.0 alpha
[apps/core/preloaded/calendar.git] / include / external-ug.h
index 5dadfba..425caa0 100755 (executable)
   */
 
 
-
-
-
-
-
 #ifndef __CALENDAR_EXTERNAL_UG_H__
 #define __CALENDAR_EXTERNAL_UG_H__
 
 
 #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__ */