monitor: Define resource attribute id and data type 82/269982/4
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 18 Jan 2022 08:29:17 +0000 (17:29 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 24 Jan 2022 09:23:58 +0000 (18:23 +0900)
commit785a4b058c33931c8231b82783724dd4f7c62e92
treef6cccd3d7faba30660131f9f71b4a435abda01a0
parent964d17448e7507be7ef01d6e6e3ff6fa9c16b3fb
monitor: Define resource attribute id and data type

monitor.h header file defines the resource attribute id and data type
of attribute. Resource Manager provides the template and then each resource
is able to make the their own resource driver under src/resource
directory. Also, each resoruce is able to have the multiple attributes
such as min frequency of CPU, max frequency of CPU, available memory of
Memory and so on. Lastly, each attribute must define the their onw data
type like integer, double, string and so on.

Change-Id: I7c869a1db496a78f08f3e735a2319c910af4058c
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
include/monitor/monitor.h [new file with mode: 0644]