From 44d7237fde80af222939445055a94a0e50e82935 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 18 Apr 2017 20:23:14 +0200 Subject: Use a system INI configuration file to get devices mapping Instead of specifying a JSON configuration file with CAN devices name, it uses a mapping configuration file that map a high level device names to a real low level names. File path is to be specified into the generated source code which is /etc/dev-mapping.conf for now. Configuration file uses INI file format and is parsed using inih library cpp wrapper. Change-Id: Ibde104e76cd78a6cc86f6eec4f66c274b7567d43 Signed-off-by: Romain Forlot --- CAN-binder/libs/inih | 1 + 1 file changed, 1 insertion(+) create mode 160000 CAN-binder/libs/inih (limited to 'CAN-binder/libs') diff --git a/CAN-binder/libs/inih b/CAN-binder/libs/inih new file mode 160000 index 00000000..3706abf1 --- /dev/null +++ b/CAN-binder/libs/inih @@ -0,0 +1 @@ +Subproject commit 3706abf10c66599695a3f08e460774ffa7f40ef9 -- cgit 1.2.3-korg