Rename package, include and function name of system plugin 91/292091/3
authorSangYoun Kwak <sy.kwak@samsung.com>
Thu, 27 Apr 2023 05:48:45 +0000 (14:48 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Thu, 27 Apr 2023 07:50:35 +0000 (16:50 +0900)
commit3e76e44425dadff820197d43f310967265a5c9be
treece63ab7c8b4f090eba2e9f26f86026196881524c
parent8ecdf65fdaa6b18f4f1c1ffd7842883f3ca7a63b
Rename package, include and function name of system plugin

Since the name of plugin has changed to syscommon-plugin/system-plugin,
the package name, include path and function name of plugin should be
changed.
 * in .spec file and CMakeLists.txt, package names are renamed:
      plugin-api-resourced -> libsyscommon-plugin-api-resourced
 * include path:
      plugin/plugin-resourced... -> syscommon-plugin-resourced...
      (The 'system' directory was included by the package config(.pc)
       file of plugins)
 * function name:
      plugin_resourced_memory_lmk_get_kill_candidates
      -> syscommon_plugin_resourced_memory_lmk_get_kill_candidates

Change-Id: Ie3b07e06e4d43536ac5ba2d92a2ef7ed2c1926b7
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
packaging/resourced.spec
src/CMakeLists.txt
src/resource-limiter/memory/lowmem-governor.c
src/resource-limiter/memory/lowmem.h