- Replace aul_rsm with screen_connector_provider and enable for only wearable profile
Change-Id: Ie1a0c47ea079ed2b06d22f98158389d07043ca11
// EXTERNAL INCLUDES
#include <app_common.h>
#ifdef APPCORE_WATCH_AVAILABLE
-#include <aul_rsm_provider.h>
+#include <screen_connector_provider.h>
#include <ecore-wl-render-surface.h>
#endif
app_get_id(&appId);
Ecore_Wl_Window* ecoreWlWindow = AnyCast<Ecore_Wl_Window*>( mNativeWindow );
- aul_rsm_provider_remote_enable(appId, ecore_wl_window_surface_get(ecoreWlWindow));
+ screen_connector_provider_remote_enable(appId, ecore_wl_window_surface_get(ecoreWlWindow));
#endif
}
libdali_adaptor_la_CXXFLAGS += \
$(HAPTIC_CFLAGS) \
$(EFL_ASSIST_CFLAGS) \
+ $(SCREENCONNECTORPROVIDER_CFLAGS) \
$(APPCORE_WATCH_CFLAGS)
libdali_adaptor_la_LIBADD += \
+ $(SCREENCONNECTORPROVIDER_LIBS) \
$(APPCORE_WATCH_LIBS)
endif
if test "x$enable_profile" = "xWEARABLE"; then
PKG_CHECK_MODULES(OPENGLES20, glesv2)
+PKG_CHECK_MODULES(SCREENCONNECTORPROVIDER, screen_connector_provider)
PKG_CHECK_MODULES(APPFW_WATCH, capi-appfw-watch-application,
[watch_available=yes], [watch_available=no] )
PKG_CHECK_MODULES(APPCORE_WATCH, appcore-watch)
%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common"
BuildRequires: pkgconfig(capi-appfw-watch-application)
BuildRequires: pkgconfig(appcore-watch)
+BuildRequires: pkgconfig(screen_connector_provider)
%endif
BuildRequires: pkgconfig(gles20)
BuildRequires: pkgconfig
BuildRequires: gawk
-BuildRequires: pkgconfig(aul)
BuildRequires: giflib-devel
BuildRequires: pkgconfig(fontconfig)
BuildRequires: libjpeg-turbo-devel