summaryrefslogtreecommitdiff
path: root/include/defs.h
diff options
context:
space:
mode:
authorSoohye Shin <soohye.shin@samsung.com>2015-08-04 21:29:46 +0900
committerSoohye Shin <soohye.shin@samsung.com>2015-08-05 11:10:07 +0900
commit0a6fce5ce18910e1ea4e0d3584e94a15722579d3 (patch)
tree7465e19b5bc9bc5dd5ba6e8a4139b51921cd7839 /include/defs.h
parent017fa6a34321782232f595e7dace311fe6dc15b3 (diff)
downloadair_home-0a6fce5ce18910e1ea4e0d3584e94a15722579d3.tar.gz
air_home-0a6fce5ce18910e1ea4e0d3584e94a15722579d3.tar.bz2
air_home-0a6fce5ce18910e1ea4e0d3584e94a15722579d3.zip
integrate media-content for recent movie/gallery/music
- modify launch utils func for passing the param to application - add default recent thumbnail files Change-Id: I90fa5bcebdbd8d817423593817c70738a2312ade Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
Diffstat (limited to 'include/defs.h')
-rw-r--r--include/defs.h22
1 files changed, 16 insertions, 6 deletions
diff --git a/include/defs.h b/include/defs.h
index 816d66d..560dae6 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -175,12 +175,15 @@
#define IMAGE_RECENT_DELETE_NOR IMAGEDIR"/btn_bar_clearall_nor.png"
#define IMAGE_RECENT_DELETE_FOC IMAGEDIR"/btn_bar_clearall_foc.png"
#define IMAGE_RECENT_DELETE_DIS IMAGEDIR"/btn_bar_clearall_dis.png"
-#define IMAGE_RECENT_APP IMAGEDIR"/ic_thumbnail_app.png"
-#define IMAGE_RECENT_CHANNEL IMAGEDIR"/ic_thumbnail_tv.png"
-#define IMAGE_RECENT_MOVIE IMAGEDIR"/ic_thumbnail_movie.png"
-#define IMAGE_RECENT_GALLERY IMAGEDIR"/ic_thumbnail_gallery.png"
-#define IMAGE_RECENT_MUSIC IMAGEDIR"/ic_thumbnail_music.png"
-#define IMAGE_RECENT_WEB IMAGEDIR"/ic_thumbnail_web.png"
+#define IMAGE_RECENT_ICON_APP IMAGEDIR"/ic_thumbnail_app.png"
+#define IMAGE_RECENT_ICON_CHANNEL IMAGEDIR"/ic_thumbnail_tv.png"
+#define IMAGE_RECENT_ICON_MOVIE IMAGEDIR"/ic_thumbnail_movie.png"
+#define IMAGE_RECENT_ICON_GALLERY IMAGEDIR"/ic_thumbnail_gallery.png"
+#define IMAGE_RECENT_ICON_MUSIC IMAGEDIR"/ic_thumbnail_music.png"
+#define IMAGE_RECENT_ICON_WEB IMAGEDIR"/ic_thumbnail_web.png"
+#define IMAGE_RECENT_THUMB_APP IMAGEDIR"/ic_default_app.png"
+#define IMAGE_RECENT_THUMB_CHANNEL IMAGEDIR"/ic_default_tv.png"
+#define IMAGE_RECENT_THUMB_SETTING IMAGEDIR"/ic_default_setting"
#define MAX_ITEM_COUNT 8
#define MAX_USER_COUNT 9
@@ -196,6 +199,13 @@
#define MESSAGE_DELETE_CONTENTS "If you delete this user, their data will also be deleted."
#define MESSAGE_DISCARD_CONTENTS "Discard all entered data?<br> If you are out of this screen, data won't be saved"
+#define KEY_MEDIA "Recent"
+#define KEY_CHANNEL "service_id"
+
+#define PACKAGE_LIVETV "org.tizen.live-tv"
+#define PACKAGE_MEDIAHUB "org.tizen.mediahub"
+#define PACKAGE_SETTINGS "org.tizen.settings-tv-ref"
+
#define GUM_ATTR_NAME "username"
#define GUM_ATTR_USERTYPE "usertype"
#define GUM_ATTR_UID "uid"