unified-system-plugin: Change to include files in sensord package by flag 74/324374/3 accepted/tizen/unified/20250530.090416 accepted/tizen/unified/x/20250531.232937
authorSangYoun Kwak <sy.kwak@samsung.com>
Fri, 16 May 2025 04:53:37 +0000 (13:53 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Fri, 16 May 2025 10:24:14 +0000 (19:24 +0900)
commit01391b9fa57721a1d596c83c4e4ba076d03e4d5d
treefb4c6cefa6e98c0f565ed7e77520f578a7027deb
parentf83f717450de4f6d8b3921e2433d1cc78e88fca5
unified-system-plugin: Change to include files in sensord package by flag

Instead of separating unified-system-plugin files into a package, files
are included in the main package 'sensord' according to a flag named
enable_unified_system_service.

If flag is 1 then:
    libunified-system-sensor.so is included
    Unnecessary files for unified-system-plugin(sensord executable,
    service files, socket files) are excluded

If flag is not 1 then:
    libunified-system-sensor.so is excluded
    sensord executable, service files, socket files are included

Change-Id: I82ef689e00b85da81dbd39819dac4921921861e6
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
packaging/sensord.spec
src/server/CMakeLists.txt