Extract descriptors and strings to binary files during compilation 89/60689/7
authorGeorgia Brikis <g.brikis@samsung.com>
Thu, 25 Feb 2016 10:51:13 +0000 (11:51 +0100)
committerPaweł Szewczyk <p.szewczyk@samsung.com>
Mon, 5 Mar 2018 13:12:58 +0000 (14:12 +0100)
commitfdfe62c3c3d634427a8b983418cdc9aef07f5bfa
tree3d5e8444aa925e53217730b838aa593b5734ee60
parent82218f4edaa1424e9274964b13b1ba826aed316f
Extract descriptors and strings to binary files during compilation

For socket activation FunctionFs descriptors and strings have to be
provided as binary files. This commit adds support for extracting FFs
strings and descriptors during compilation and installing them.

Change-Id: I8a063e9d6c49d6703cc751e55fe4b86dafaa9e0d
Signed-off-by: Georgia Brikis <g.brikis@samsung.com>
[Rebased for Tizen 5.0]
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
CMakeLists.txt
packaging/sdbd.spec
src/descs_strings.c [new file with mode: 0644]
src/descs_strings.h [new file with mode: 0644]
src/extract_descs_strings.c [new file with mode: 0644]
src/usb_funcfs_client.c