Remove ivi files(starter is removed at OBS Tizen:IVI) 02/78402/2 accepted/tizen/common/20160706.141937 accepted/tizen/mobile/20160706.014659 accepted/tizen/wearable/20160706.014724 submit/tizen/20160706.002114
authorgs86.lee <gs86.lee@samsung.com>
Tue, 5 Jul 2016 10:21:24 +0000 (19:21 +0900)
committergs86.lee <gs86.lee@samsung.com>
Tue, 5 Jul 2016 10:53:22 +0000 (19:53 +0900)
Change-Id: Ic6b74a5cdf80b3d0221a5bdb56a35bca0ed75206

CMakeLists.txt
include/ivi/starter.h [deleted file]
packaging/starter.spec
src/ivi/starter.c [deleted file]

index 519fb20..638196f 100644 (file)
@@ -133,48 +133,6 @@ pkg_check_modules(pkgs REQUIRED
        dbus-glib-1
 )
 
-ELSEIF("${TIZEN_PROFILE_NAME}" STREQUAL "IVI")
-
-INCLUDE_DIRECTORIES(
-       ${CMAKE_SOURCE_DIR}/include
-       ${CMAKE_SOURCE_DIR}/include/ivi
-)
-INCLUDE(FindPkgConfig)
-pkg_check_modules(pkgs REQUIRED
-       aul
-       capi-system-media-key
-       db-util
-       dlog
-       ecore
-       ecore-wayland
-       ecore-evas
-       ecore-input
-       edbus
-       eina
-       elementary
-       evas
-       syspopup-caller
-       vconf
-       appcore-efl
-       glib-2.0
-       ui-gadget-1
-       bundle
-       capi-appfw-application
-       capi-appfw-app-manager
-       capi-network-bluetooth
-       capi-system-system-settings
-       feedback
-       alarm-service
-       pkgmgr-info
-       deviced
-       edbus
-       dbus-1
-       dbus-glib-1
-       tts
-       capi-message-port
-       efl-extension
-)
-
 ENDIF()
 
 IF(X11_SUPPORT)
@@ -266,12 +224,6 @@ SET(BUILD_SOURCE
        src/wearable/starter.c
 )
 
-ELSEIF("${TIZEN_PROFILE_NAME}" STREQUAL "IVI")
-
-SET(BUILD_SOURCE
-       src/ivi/starter.c
-)
-
 ENDIF()
 
 ADD_EXECUTABLE(${PROJECT_NAME} ${BUILD_SOURCE})
diff --git a/include/ivi/starter.h b/include/ivi/starter.h
deleted file mode 100644 (file)
index f077207..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (c) 2000 - 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 __STARTER_H__
-#define __STARTER_H__
-
-#endif                         /* __STARTER_H__ */
index 14f0b95..105ec0f 100644 (file)
@@ -11,7 +11,7 @@ Source0:    starter-%{version}.tar.gz
 Source1:    starter.service
 Source2:    starter.path
 
-%if "%{profile}" == "tv"
+%if "%{profile}" == "tv" || "%{profile}" == "ivi"
 ExcludeArch: %{arm} %ix86 x86_64
 %endif
 
@@ -100,12 +100,6 @@ export CFLAGS="$CFLAGS -DTIZEN_PROFILE_WEARABLE"
 export CXXFLAGS="$CXXFLAGS -DTIZEN_PROFILE_WEARABLE"
 %endif
 
-%if "%{profile}" == "ivi"
-%define TIZEN_PROFILE_NAME "IVI"
-export CFLAGS="$CFLAGS -DTIZEN_PROFILE_IVI"
-export CXXFLAGS="$CXXFLAGS -DTIZEN_PROFILE_IVI"
-%endif
-
 %ifarch %{arm}
 export CFLAGS="$CFLAGS -DTIZEN_ARCH_ARM"
 export CXXFLAGS="$CXXFLAGS -DTIZEN_ARCH_ARM"
diff --git a/src/ivi/starter.c b/src/ivi/starter.c
deleted file mode 100755 (executable)
index b07464a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (c) 2000 - 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 <Elementary.h>
-#include "util.h"
-
-int main(int argc, char *argv[])
-{
-       _D("[IVI] starter is launched..!!");
-
-       return 0;
-}