From 44dd1a76959c8356404b4e460d9a9e95bd234429 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 28 May 2014 16:47:34 +0400 Subject: [PATCH] [FEATURE] Remove osp probes Change-Id: Iddaed6c97c8cc973d6fe9802a3e7af48b9defb62 Signed-off-by: Alexander Aksenov --- Makefile | 22 +--------------------- packaging/swap-probe.spec | 2 -- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/Makefile b/Makefile index 6127957..f8f4a56 100644 --- 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) diff --git a/packaging/swap-probe.spec b/packaging/swap-probe.spec index 65c3529..ad6c6cb 100644 --- a/packaging/swap-probe.spec +++ b/packaging/swap-probe.spec @@ -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 -- 2.7.4