resource: Distinguish signed/unsigned and 32/64 bits integer data types 64/271764/1
authorDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 28 Feb 2022 03:46:25 +0000 (12:46 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 28 Feb 2022 05:28:09 +0000 (14:28 +0900)
commit63fc1facfdcc5c0a3ac723cd3d3142bc307611f6
tree44859b1bf86e26152902bf85c6f86d1393744cc8
parentdd6dcd13b9e73e950d697a4d3c9d6e8b065c90c0
resource: Distinguish signed/unsigned and 32/64 bits integer data types

To provide clients with the precise integer values, now support the new
data types:
 - DATA_TYPE_INT(32-bit signed integer),
 - DATA_TPYE_INT64(64-bit signed integer),
 - DATA_TYPE_UINT(32-bit unsigned integer),
 - DATA_TPYE_UINT64(64-bit unsigned integer),

Change-Id: I8f70fb38a1fd9876b53d52c2f7592120fc0f9b5c
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
include/util/resource.h
src/util/resource.c