util: resource: Rework double type attributes 58/272158/1
authorDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 7 Mar 2022 08:48:49 +0000 (17:48 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 10 Mar 2022 08:02:12 +0000 (17:02 +0900)
commit069a78cd05a00d389768c415226466bbe8242e7a
tree99b9eb2a4e59c4afd20d592660fc01c597083b48
parent6e91d68ad4ade7415b4d3bdb515826c45fb961b1
util: resource: Rework double type attributes

To support double type attributes with exact precison, instead of
casting double to void pointer, using double type allocated memory
as like string or array.

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