unified-system-plugin: Change to include files in storaged package by flag
Instead of separating unified-system-plugin files into a package, files
are included in the main package 'storaged' according to a flag named
enable_unified_system_service.
flag name is synced same as other services.
If flag is 1 then:
libunified-system-service-storaged.so is included
Unnecessary files for unified-system-plugin(storaged executable,
systemd service files) are excluded
If flag is not 1 then:
libunified-system-service-storaged.so is excluded
storaged executable, systemd service files are included
Change-Id: Ic69a1c39c2e2688d1ccd97c92589b1be1c1f1df8
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>