summaryrefslogtreecommitdiff
path: root/include/view
diff options
context:
space:
mode:
authorJehun Lim <jehun.lim@samsung.com>2015-08-10 20:43:43 +0900
committerJehun Lim <jehun.lim@samsung.com>2015-08-11 21:05:28 +0900
commit6b40c5fb0c761b53fa38978c5cb7a22041bd8891 (patch)
tree69d349e7ec8418f199a96a14b0f4bdd6db9d8e31 /include/view
parent1f1f97bc3588d126d5c699181e3a109742710333 (diff)
downloadair_mediahub-6b40c5fb0c761b53fa38978c5cb7a22041bd8891.tar.gz
air_mediahub-6b40c5fb0c761b53fa38978c5cb7a22041bd8891.tar.bz2
air_mediahub-6b40c5fb0c761b53fa38978c5cb7a22041bd8891.zip
Change-Id: I8ca095e9896a6791121609878e32de9155095981 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
Diffstat (limited to 'include/view')
-rw-r--r--include/view/action_menu.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/include/view/action_menu.h b/include/view/action_menu.h
new file mode 100644
index 0000000..f74b934
--- /dev/null
+++ b/include/view/action_menu.h
@@ -0,0 +1,32 @@
+/*
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __AIR_MEDIAHUB_VIEW_ACTION_MENU_H__
+#define __AIR_MEDIAHUB_VIEW_ACTION_MENU_H__
+
+/* view */
+#define VIEW_ACTION_MENU "VIEW_ACTION_MENU"
+
+/* group */
+#define GRP_ACTION_MENU_VIEW "group.action_menu_view"
+
+/* part */
+#define PART_ACTION_TV_BTN "part.action_tv_btn"
+#define PART_ACTION_MENU_AREA "part.action_menu_area"
+#define PART_ACTION_FAVORITE_TITLE "part.action_favorite_title"
+#define PART_ACTION_FAVORITE_AREA "part.action_favorite_area"
+
+#endif /* __AIR_MEDIAHUB_VIEW_ACTION_MENU_H__ */