resource-manager: add system resource manager library 82/285182/1
authorDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 20 Oct 2022 07:27:30 +0000 (16:27 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 7 Dec 2022 08:23:43 +0000 (17:23 +0900)
commitfc95ec000b09317d83ae220c852275207836e3f4
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]