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>
Wed, 23 Oct 2019 23:55:11 +0000 (08:55 +0900)
commit9e3f6eae08656990431396a216a0bf46267ba361
tree11d94716df10609081cc828ea2287f2b154a5548
parent11321253e707d982280b32f4def506f8a94a6389
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]