summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJehun Lim <jehun.lim@samsung.com>2015-06-08 21:55:46 +0900
committerJehun Lim <jehun.lim@samsung.com>2015-06-10 21:23:39 +0900
commit8c86faef56056db0b76672496f2b95b7768b9995 (patch)
tree3322a5c2c62b0a2efd79451f9475ca57dee88bdf /res
parent873e28275f8e905aa973bb526b4deb44dda6d243 (diff)
downloadair_mediahub-8c86faef56056db0b76672496f2b95b7768b9995.tar.gz
air_mediahub-8c86faef56056db0b76672496f2b95b7768b9995.tar.bz2
air_mediahub-8c86faef56056db0b76672496f2b95b7768b9995.zip
initial commit
Change-Id: I96bb0e2cb8aeca228b791834df2fd45486b7914d Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
Diffstat (limited to 'res')
-rw-r--r--res/edc/CMakeLists.txt17
-rw-r--r--res/edc/layout/menu_layout.edc19
-rw-r--r--res/edc/mediahub-theme.edc18
-rw-r--r--res/edc/mediahub.edc22
-rw-r--r--res/edc/view/movie_view.edc19
5 files changed, 95 insertions, 0 deletions
diff --git a/res/edc/CMakeLists.txt b/res/edc/CMakeLists.txt
new file mode 100644
index 0000000..0cd5335
--- /dev/null
+++ b/res/edc/CMakeLists.txt
@@ -0,0 +1,17 @@
+ADD_CUSTOM_TARGET(${TARGET_EDJ}
+ COMMAND edje_cc -id images
+ ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}.edc
+ ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_EDJ}
+ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}.edc
+)
+ADD_DEPENDENCIES(${PROJECT_NAME} ${TARGET_EDJ})
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_EDJ} DESTINATION ${EDJEDIR})
+
+ADD_CUSTOM_TARGET(${THEME_EDJ}
+ COMMAND edje_cc -id images
+ ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}-theme.edc
+ ${CMAKE_CURRENT_BINARY_DIR}/${THEME_EDJ}
+ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}-theme.edc
+)
+ADD_DEPENDENCIES(${PROJECT_NAME} ${THEME_EDJ})
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${THEME_EDJ} DESTINATION ${EDJEDIR})
diff --git a/res/edc/layout/menu_layout.edc b/res/edc/layout/menu_layout.edc
new file mode 100644
index 0000000..ec1e28f
--- /dev/null
+++ b/res/edc/layout/menu_layout.edc
@@ -0,0 +1,19 @@
+/*
+ * 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.
+ */
+
+group {
+ name: GRP_MENU_LAYOUT;
+}
diff --git a/res/edc/mediahub-theme.edc b/res/edc/mediahub-theme.edc
new file mode 100644
index 0000000..b7002c0
--- /dev/null
+++ b/res/edc/mediahub-theme.edc
@@ -0,0 +1,18 @@
+/*
+ * 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.
+ */
+
+collections {
+}
diff --git a/res/edc/mediahub.edc b/res/edc/mediahub.edc
new file mode 100644
index 0000000..e025f0c
--- /dev/null
+++ b/res/edc/mediahub.edc
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+#include "../../include/common/define.h"
+
+collections {
+ #include "view/movie_view.edc"
+ #include "layout/menu_layout.edc"
+}
diff --git a/res/edc/view/movie_view.edc b/res/edc/view/movie_view.edc
new file mode 100644
index 0000000..f0de4bf
--- /dev/null
+++ b/res/edc/view/movie_view.edc
@@ -0,0 +1,19 @@
+/*
+ * 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.
+ */
+
+group {
+ name: GRP_MOVIE_VIEW;
+}