Remove unused dependency 10/193410/3
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 20 Nov 2018 08:38:53 +0000 (17:38 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 20 Nov 2018 09:37:01 +0000 (18:37 +0900)
Change-Id: I8739d5655bd8dd6ff72e11a936d09870a6f55dc8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
client/autofill.c
client/autofill_auth.c
client/autofill_fill_request.c
common/CMakeLists.txt
common/autofill_fill_response.c
common/autofill_fill_response_group.c
common/autofill_save_view_info.c
common/autofill_view_info.c
packaging/capi-ui-autofill.spec
server/CMakeLists.txt
service_lib/autofill_service.c

index 3b09646..ced70a5 100644 (file)
@@ -19,6 +19,7 @@
 #include <string.h>
 #include <dlog.h>
 #include <unistd.h>
+#include <Eina.h>
 #include <autofill.h>
 #include <rpc-port.h>
 #include "autofill_private.h"
index a04b2f2..1df3c70 100644 (file)
@@ -19,6 +19,7 @@
 #include <string.h>
 #include <dlog.h>
 #include <unistd.h>
+#include <Eina.h>
 #include "autofill_private.h"
 #include "autofill_proxy.h"
 #include <autofill.h>
@@ -114,4 +115,4 @@ EXPORT_API int autofill_auth_info_unset_callback(void)
     g_autofill_auth_info_data = NULL;
 
     return AUTOFILL_ERROR_NONE;
-}
\ No newline at end of file
+}
index 918c340..913b8b0 100644 (file)
@@ -18,6 +18,7 @@
 #include <stdlib.h>
 #include <dlog.h>
 #include <unistd.h>
+#include <Eina.h>
 #include <autofill.h>
 #include "autofill_private.h"
 #include "autofill_proxy.h"
index 1ff7f75..6280293 100644 (file)
@@ -7,7 +7,7 @@ SET(maintainer "Jihoon Kim <jihoon48.kim@samsung.com>")
 SET(description "Autofill Common APIs")
 SET(service "ui")
 SET(submodule "autofill-common")
-SET(dependents "capi-base-common dlog eina glib-2.0 rpc-port")
+SET(dependents "capi-base-common dlog eina efl glib-2.0 rpc-port")
 SET(LIBDIR ${LIB_INSTALL_DIR})
 
 SET(Services
index 9e11b0a..0ab3879 100644 (file)
@@ -18,6 +18,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <dlog.h>
+#include <Eina.h>
 #include <unistd.h>
 #include "autofill_private.h"
 #include <autofill_common.h>
index 922a501..d2baec4 100644 (file)
@@ -18,6 +18,7 @@
 #include <stdlib.h>
 #include <dlog.h>
 #include <unistd.h>
+#include <Eina.h>
 #include "autofill_private.h"
 #include <autofill_common.h>
 
index a0cfc62..50c6df3 100644 (file)
@@ -18,6 +18,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <dlog.h>
+#include <Eina.h>
 #include <unistd.h>
 
 #include "autofill_private.h"
@@ -161,4 +162,4 @@ EXPORT_API int autofill_save_view_info_foreach_items(autofill_save_view_info_h v
         autofill_save_item_cb callback, void *user_data)
 {
     return autofill_save_view_info_foreach_item(vi, callback, user_data);
-}
\ No newline at end of file
+}
index 8c50525..4b8dcbb 100644 (file)
@@ -18,6 +18,7 @@
 #include <stdlib.h>
 #include <dlog.h>
 #include <unistd.h>
+#include <Eina.h>
 
 #include "autofill_private.h"
 #include <autofill_common.h>
@@ -159,4 +160,4 @@ EXPORT_API int autofill_view_info_foreach_items(autofill_view_info_h vi,
         autofill_item_cb callback, void *user_data)
 {
     return autofill_view_info_foreach_item(vi, callback, user_data);
-}
\ No newline at end of file
+}
index 39dfce4..06099a5 100644 (file)
@@ -7,20 +7,14 @@ License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  tidl
+BuildRequires:  pkgconfig(libtzplatform-config)
 BuildRequires:  pkgconfig(capi-base-common)
-BuildRequires:  pkgconfig(capi-appfw-application)
 BuildRequires:  pkgconfig(capi-appfw-service-application)
 BuildRequires:  pkgconfig(dlog)
-BuildRequires:  pkgconfig(evas)
 BuildRequires:  pkgconfig(eina)
-BuildRequires:  pkgconfig(ecore)
-BuildRequires:  pkgconfig(ecore-imf)
-BuildRequires:  pkgconfig(ecore-imf-evas)
-BuildRequires:  pkgconfig(ecore-evas)
+BuildRequires:  pkgconfig(efl)
 BuildRequires:  pkgconfig(rpc-port)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(efl-extension)
-BuildRequires:  pkgconfig(elementary)
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
index af24e91..f75b8dd 100644 (file)
@@ -10,8 +10,6 @@ SET(SRCS
 pkg_check_modules(pkgs_daemon REQUIRED
     capi-base-common
     dlog
-    ecore
-    eina
     capi-appfw-service-application
     rpc-port
     glib-2.0
index 46bbe5a..f39d132 100644 (file)
@@ -22,6 +22,7 @@
 #include <autofill.h>
 #include <rpc-port.h>
 #include <glib.h>
+#include <Eina.h>
 
 #include "autofill_service.h"
 #include "autofill_private.h"