Modify ua-manager to support the vendor-plugin
authorsaerome.kim <saerome.kim@samsung.com>
Wed, 23 Oct 2019 12:31:58 +0000 (21:31 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Fri, 1 Nov 2019 03:54:15 +0000 (12:54 +0900)
commit13486d41b06a12cef14b536a2a5d9883601cba08
tree11d94716df10609081cc828ea2287f2b154a5548
parent74852d3ed4cb1e9de8fc0ae51a68d3417e25070a
Modify ua-manager to support the vendor-plugin

- Problem: we decided to remove the power-plugin.
- Cause: Recently, we decided to remove the power plugin and use the
  power-plugin.
- Solution: Modify ua-manager to support the vendor-plugin instead of
  the power plugin.

Change-Id: I3b726d46282fd6dfd437f7121a6209020ea4251d
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
packaging/ua-manager.spec
ua-daemon/CMakeLists.txt
ua-daemon/include/ua-manager-common.h
ua-daemon/include/ua-vendor-plugin-manager.h [moved from ua-daemon/include/ua-power-plugin-manager.h with 78% similarity]
ua-daemon/src/pm/ua-cloud-plugin-handler.c
ua-daemon/src/pm/ua-vendor-plugin-handler.c [moved from ua-daemon/src/pm/ua-power-plugin-handler.c with 95% similarity]
ua-daemon/src/pm/ua-vendor-plugin-manager.c [moved from ua-daemon/src/pm/ua-power-plugin-manager.c with 61% similarity]
ua-daemon/src/ua-manager-core.c
ua-plugins/CMakeLists.txt
ua-plugins/include/ua-vendor-plugin.h [moved from ua-plugins/include/ua-power-plugin.h with 67% similarity]