Remove unncessary dependencies 82/305382/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 1 Feb 2024 05:07:47 +0000 (14:07 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 1 Feb 2024 05:07:47 +0000 (14:07 +0900)
commitb5e8b597a96ae3ef16192095b0d21e7c459328f8
treefbc91b8790847ebe89aca842fddebf6d3b41b002
parent2a1bcab67b4bebe21de28a8398b8f0aa3f123082
Remove unncessary dependencies

The dependency of the capi-system-info library is removed from the aul library.
The dependency of the iniparser library is removed from the aul library.
Currently, the aul socket does not use socket timeout feature.
The feature will be removed after this patch is applied.

Change-Id: I444cd42ee53b2838d1f3e3ee593cd067ef2e22e4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
packaging/aul.spec
src/aul/CMakeLists.txt
src/aul/aul_sock.cc
src/aul/aul_svc.cc
src/aul/aul_util.c [deleted file]
src/aul/aul_util.h
test/unit_tests/CMakeLists.txt