resource-manager: add system resource manager library 06/283206/3
authorDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 20 Oct 2022 07:27:30 +0000 (16:27 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Fri, 4 Nov 2022 05:40:49 +0000 (14:40 +0900)
commitfde567b36a3cfcc53b3eecfc79bcdadb318d5eb0
tree27a19b3ae88e14ed412df3ed81dc03efb5cfaf9b
parent52e7d17a5203b8b042989aa6d689d994835feb5a
resource-manager: add system resource manager library

To provide system-wide unified resource framework, resource utilities in
resource monitor is extracted into this library.

Change-Id: I7ba90e3b1fda1b525a015bb46addd4d860045d6d
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
CMakeLists.txt
packaging/libsyscommon.spec
src/resource-manager/resource-device.c [new file with mode: 0644]
src/resource-manager/resource-device.h [new file with mode: 0644]
src/resource-manager/resource-manager.c [new file with mode: 0644]
src/resource-manager/resource-manager.h [new file with mode: 0644]
src/resource-manager/resource-type.h [new file with mode: 0644]