From: Hyojung Jo Date: Sat, 27 Jun 2015 08:19:09 +0000 (+0900) Subject: Renamed the 'data' folder to 'res' X-Git-Tag: submit/tizen/20150728.063352~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F42405%2F1;p=profile%2Ftv%2Fapps%2Fnative%2Fair_apps.git Renamed the 'data' folder to 'res' Change-Id: Ib671934868a6ba35f2837f265630accedf320303 Signed-off-by: Hyojung Jo --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 437f718..d6c13a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 index 40c42fa..0000000 --- a/data/CMakeLists.txt +++ /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 index 2d81a0b..0000000 --- a/data/apps-theme.edc +++ /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 index 64bcfbc..0000000 --- a/data/apps.edc +++ /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 index 0000000..40c42fa --- /dev/null +++ b/res/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 -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 index 0000000..2d81a0b --- /dev/null +++ b/res/apps-theme.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. + */ + +collections { + /* It should be implemented later. */ +} diff --git a/res/apps.edc b/res/apps.edc new file mode 100644 index 0000000..64bcfbc --- /dev/null +++ b/res/apps.edc @@ -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. */ + } +}