Renamed the 'data' folder to 'res' 05/42405/1
authorHyojung Jo <hj903.jo@samsung.com>
Sat, 27 Jun 2015 08:19:09 +0000 (17:19 +0900)
committerHyojung Jo <hj903.jo@samsung.com>
Sat, 27 Jun 2015 08:19:09 +0000 (17:19 +0900)
Change-Id: Ib671934868a6ba35f2837f265630accedf320303
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
CMakeLists.txt
data/CMakeLists.txt [deleted file]
data/apps-theme.edc [deleted file]
data/apps.edc [deleted file]
res/CMakeLists.txt [new file with mode: 0644]
res/apps-theme.edc [new file with mode: 0644]
res/apps.edc [new file with mode: 0644]

index 437f718b2f9b5652ff681ff930987a3c1e524e36..d6c13a64accb9532c34e318d4e3801c33be51ecb 100644 (file)
@@ -82,4 +82,4 @@ CONFIGURE_FILE(${PACKAGE_NAME}.xml.in ${PACKAGE_NAME}.xml)
 INSTALL(TARGETS ${PROJECT_NAME} DESTINATION ${BINDIR})
 INSTALL(FILES ${PACKAGE_NAME}.xml DESTINATION ${PACKAGEDIR})
 
-ADD_SUBDIRECTORY(data)
+ADD_SUBDIRECTORY(res)
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
deleted file mode 100644 (file)
index 40c42fa..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-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 -sd sounds
-               ${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/data/apps-theme.edc b/data/apps-theme.edc
deleted file mode 100644 (file)
index 2d81a0b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * 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 {
-       /* It should be implemented later. */
-}
diff --git a/data/apps.edc b/data/apps.edc
deleted file mode 100644 (file)
index 64bcfbc..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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 {
-       group {
-               name, GRP_VIEW_BASE;
-               /* It should be implemented later. */
-       }
-
-       group {
-               name, GRP_VIEW_ACTION_MENU;
-               /* It should be implemented later. */
-       }
-}
diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt
new file mode 100644 (file)
index 0000000..40c42fa
--- /dev/null
@@ -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 -sd sounds
+               ${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/apps-theme.edc b/res/apps-theme.edc
new file mode 100644 (file)
index 0000000..2d81a0b
--- /dev/null
@@ -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.
+ */
+
+collections {
+       /* It should be implemented later. */
+}
diff --git a/res/apps.edc b/res/apps.edc
new file mode 100644 (file)
index 0000000..64bcfbc
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ * 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 {
+       group {
+               name, GRP_VIEW_BASE;
+               /* It should be implemented later. */
+       }
+
+       group {
+               name, GRP_VIEW_ACTION_MENU;
+               /* It should be implemented later. */
+       }
+}