diff options
author | juho <juho80.son@samsung.com> | 2012-08-22 16:26:22 +0900 |
---|---|---|
committer | juho <juho80.son@samsung.com> | 2012-08-22 16:26:22 +0900 |
commit | b6c8e9cede3881773890a622d73adf8331c1dbc9 (patch) | |
tree | f11d59c1ab962cc838229d7dda9fdf0e6ffd20e6 /data | |
parent | 1cfb7d9b5e1e79b51848aaa6ab0d0bb7adb8ecdf (diff) | |
download | crash-worker-sdk-master.tar.gz crash-worker-sdk-master.tar.bz2 crash-worker-sdk-master.zip |
tizen 2.0 mergedHEADsubmit/master/20120920.1511562.0_alphamaster
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 10 | ||||
-rw-r--r-- | data/crash-worker.edc (renamed from data/crash-worker-sdk.edc) | 16 |
2 files changed, 5 insertions, 21 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 91b18be..6112b0b 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,14 +1,14 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) # install edj -ADD_CUSTOM_COMMAND(OUTPUT crash-worker-sdk.edj +ADD_CUSTOM_COMMAND(OUTPUT crash-worker.edj COMMAND edje_cc -id ${CMAKE_CURRENT_SOURCE_DIR}/images/private - ${CMAKE_CURRENT_SOURCE_DIR}/crash-worker-sdk.edc ${CMAKE_BINARY_DIR}/crash-worker-sdk.edj - DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/crash-worker-sdk.edc + ${CMAKE_CURRENT_SOURCE_DIR}/crash-worker.edc ${CMAKE_BINARY_DIR}/crash-worker.edj + DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/crash-worker.edc ) -ADD_CUSTOM_TARGET(edj_build DEPENDS crash-worker-sdk.edj) +ADD_CUSTOM_TARGET(edj_build DEPENDS crash-worker.edj) ADD_DEPENDENCIES(${EXENAME} edj_build) -INSTALL(FILES ${CMAKE_BINARY_DIR}/crash-worker-sdk.edj DESTINATION ${EDJDIR}) +INSTALL(FILES ${CMAKE_BINARY_DIR}/crash-worker.edj DESTINATION ${EDJDIR}) # install images INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/images/public/ DESTINATION ${IMAGEDIR} FILES_MATCHING PATTERN "*.png") diff --git a/data/crash-worker-sdk.edc b/data/crash-worker.edc index 4fc6adc..40abbd4 100644 --- a/data/crash-worker-sdk.edc +++ b/data/crash-worker.edc @@ -1,19 +1,3 @@ - /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - #define FONT_NAME "GP45_ArabCJK_TouchWiz" collections { |