util: common: Move enum data_type into common.h and rename it 25/276925/4
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 24 Jun 2022 05:29:56 +0000 (14:29 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 5 Jul 2022 01:26:26 +0000 (10:26 +0900)
commit5c3d5f232da75c2d271b903e4c7cd81bdecbb2cb
tree750ec4973e4d5f7bf77f79b7fa799ca9567394f0
parent1a894f88be061b0d21f3d004ddd2a4aa9b7e0da6
util: common: Move enum data_type into common.h and rename it

The previous enum monitor_data_type will be used for all data.
So that move enum monitor_data_type into common.h
and then rename from enum monitor_data_type to enum data_type
with more generic enumeration name. And add new DATA_TYPE_BOOLEAN
for boolean type.

Change-Id: I38c459057fb4962af883fc5a043f0a4f1ffda8f2
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
include/util/common.h
include/util/resource.h