Remove profile build dependency 38/108038/5
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 2 Jan 2017 11:21:17 +0000 (20:21 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 3 Jan 2017 05:49:53 +0000 (14:49 +0900)
commit8648c87faa7c03362fb23e01cf34c7556202dc6f
treebc2bf19ef5a9ec0c0ac61871347960ea770cf8d7
parent3a372a904dc2df24058f49fb3dbfff7ebbdc5066
Remove profile build dependency

Instead of the four packages, sensord, libsensord, libsensord-devel, and sensor-hal-devel,
the following packages are produced:

- sensord : dummy internal API library, which completely disable all sensor listener features
- sensord-genuine : working internal API library and the sensor service daemon
- sensord-devel : internal API headers and the pc file
- sensor-hal-devel : API headers for Sensor HAL

Change-Id: Ie3529d6e5eba0554fd86b4d7f95ea9726db00aa4
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
20 files changed:
CMakeLists.txt
include/enum_factory.h [moved from src/shared/enum_factory.h with 100% similarity]
include/sensor_common.h [moved from src/shared/sensor_common.h with 100% similarity]
include/sensor_deprecated.h [moved from src/shared/sensor_deprecated.h with 100% similarity]
include/sensor_hal.h [moved from src/hal/sensor_hal.h with 100% similarity]
include/sensor_hal_types.h [moved from src/hal/sensor_hal_types.h with 100% similarity]
include/sensor_internal.h [moved from src/client/sensor_internal.h with 100% similarity]
include/sensor_internal_deprecated.h [moved from src/client/sensor_internal_deprecated.h with 100% similarity]
include/sensor_types.h [moved from src/shared/sensor_types.h with 99% similarity]
packaging/sensord.spec
src/client-dummy/CMakeLists.txt [new file with mode: 0644]
src/client-dummy/client_deprecated.cpp [new file with mode: 0644]
src/client-dummy/client_dummy.cpp [moved from src/client/client_dummy.cpp with 98% similarity]
src/client-dummy/external_client_dummy.cpp [moved from src/client/external_client_dummy.cpp with 93% similarity]
src/client-dummy/sensor.pc.in [moved from src/client/sensor.pc.in with 100% similarity]
src/client/CMakeLists.txt
src/hal/CMakeLists.txt [deleted file]
src/sensorctl/CMakeLists.txt
src/shared/CMakeLists.txt
src/shared/sensor_types.cpp