Split required functions for public 71/313071/2 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen accepted/tizen/unified/20240621.010358 accepted/tizen/unified/dev/20240701.072908 accepted/tizen/unified/toolchain/20240624.121711 accepted/tizen/unified/x/20240624.032059 accepted/tizen/unified/x/asan/20240625.092944
authorSangYoun Kwak <sy.kwak@samsung.com>
Wed, 19 Jun 2024 02:25:01 +0000 (11:25 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Wed, 19 Jun 2024 05:28:40 +0000 (14:28 +0900)
commit695f04bfd792551833d24e1ec45febab7b25f214
tree21e41f1339011ce0a5315bb31f31da54ea86a634
parent730d4821d89fa8fc20b490384c3b327ca38d7bc9
Split required functions for public

Functions below are separated as a header(tzplatform_config_public.h):
 * tzplatform_getenv
 * tzplatform_mkpath

Also, the rest of tzplatform_config.h is moved to a new header file
tzplatform_config_private.h.

tzplatform_config.h includes both tzplatform_config_private and
tzplatform_config_public so tzplatform_config.h can be used as before.

Change-Id: I0b0a5716d0f51eade75093326e3df452d6f632ba
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
src/Makefile.am
src/tzplatform_config.h
src/tzplatform_config_private.h [new file with mode: 0644]
src/tzplatform_config_public.h [new file with mode: 0644]