Add initial plugin template 87/260587/2
authorAbhay Agarwal <ay.agarwal@samsung.com>
Wed, 6 Jan 2021 06:55:25 +0000 (12:25 +0530)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Thu, 1 Jul 2021 06:22:50 +0000 (11:52 +0530)
commit738f95f89a98b9d97443210ab62ff49c3b713f89
treeef1ed0f8a8df943084f6b2d83cefa35f2fdbdcac
parentded56a927530fdae6327b950ab0af38ec5e7e659
Add initial plugin template

Change-Id: I35c32cf16b2a0cb6bd2c42bf2f62758506c92740
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
include/log.h [new file with mode: 0755]
include/wifi-location-plugin-util.h [new file with mode: 0644]
include/wifi-location-plugin.h [new file with mode: 0755]
packaging/ua-plugin-wifi-location.manifest [new file with mode: 0644]
packaging/ua-plugin-wifi-location.spec [new file with mode: 0755]
src/wifi-location-plugin-scan.c [new file with mode: 0755]
src/wifi-location-plugin-util.c [new file with mode: 0644]
src/wifi-location-plugin.c [new file with mode: 0755]