[FEATURE] Remove osp probes 95/21995/2
authorAlexander Aksenov <a.aksenov@samsung.com>
Wed, 28 May 2014 12:47:34 +0000 (16:47 +0400)
committerAlexander Aksenov <a.aksenov@samsung.com>
Thu, 29 May 2014 08:02:04 +0000 (12:02 +0400)
Change-Id: Iddaed6c97c8cc973d6fe9802a3e7af48b9defb62
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
Makefile
packaging/swap-probe.spec

index 6127957..f8f4a56 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,27 +96,7 @@ CAPI_SRCS =  $(COMMON_SRCS)                  \
                ./probe_ui/capi_capture.c
 
 TIZEN_SRCS =   $(COMMON_SRCS)                          \
-               ./helper/appfw-tizen.cpp                \
                ./helper/addr-tizen.c                   \
-               ./helper/common_probe_init.cpp          \
-               ./probe_memory/libdanew.cpp             \
-               ./probe_tizenapi/tizen_file.cpp         \
-               ./probe_tizenapi/tizen_socket.cpp       \
-               ./probe_tizenapi/tizen_http.cpp         \
-               ./probe_tizenapi/tizen_thread.cpp       \
-               ./probe_tizenapi/tizen_lifecycle.cpp    \
-               ./probe_tizenapi/tizen_sync.cpp         \
-               ./probe_tizenapi/tizen_controls.cpp     \
-               ./probe_tizenapi/tizen_constructor.cpp  \
-               ./probe_event/gesture.cpp               \
-               ./probe_ui/tizen_capture.cpp            \
-               ./probe_ui/tizen_scenemanager.cpp       \
-               ./probe_ui/tizen_frameani.cpp           \
-               ./probe_ui/tizen_display.cpp            \
-               ./probe_graphics/da_gles20_tizen.cpp            \
-               ./probe_graphics/da_gles20_native.cpp           \
-               ./probe_graphics/da_egl_tizen.cpp                       \
-               ./probe_graphics/da_egl_native.cpp
 
 ASM_SRC = ./helper/da_call_original.S
 
@@ -137,7 +117,7 @@ CFLAGS = $(WARN_CFLAGS) -fPIC
 CXXFLAGS = $(WARN_CFLAGS) -fPIC
 
 TIZEN_CPPFLAGS = -DTIZENAPP
-TIZEN_LDFLAGS = -lstdc++ -losp-uifw -losp-appfw
+TIZEN_LDFLAGS = -lstdc++
 
 all:   capi tizen dummy
 capi:  headers $(CAPI_TARGET)
index 65c3529..ad6c6cb 100644 (file)
@@ -5,8 +5,6 @@ Release:    1
 Group:      System/Libraries
 License:       GNU Lesser General Public License, Version 2.1
 Source:    %{name}_%{version}.tar.gz
-BuildRequires:  osp-appfw-devel
-BuildRequires:  osp-uifw-devel
 BuildRequires:  ecore-input-evas
 BuildRequires:  elementary-devel
 BuildRequires:  capi-appfw-application-devel