summaryrefslogtreecommitdiff
path: root/src/Makefile_Elocation.am
AgeCommit message (Collapse)AuthorFilesLines
2015-12-10eldbus: add efl.model implementation.Guilherme Lepsch1-1/+1
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2014-12-08elocation test binary variables should not be defined if tests don't existMike Blumenkrantz1-11/+11
src/Makefile_Elocation.am:32: warning: variable 'tests_elocation_elocation_suite_SOURCES' is defined but no program or src/Makefile_Elocation.am:32: library has 'tests_elocation_elocation_suite' as canonical name (possible typo) src/Makefile.am:82: 'src/Makefile_Elocation.am' included from here src/Makefile_Elocation.am:41: warning: variable 'tests_elocation_elocation_suite_LDADD' is defined but no program or src/Makefile_Elocation.am:41: library has 'tests_elocation_elocation_suite' as canonical name (possible typo) src/Makefile.am:82: 'src/Makefile_Elocation.am' included from here src/Makefile_Elocation.am:42: warning: variable 'tests_elocation_elocation_suite_DEPENDENCIES' is defined but no program or src/Makefile_Elocation.am:42: library has 'tests_elocation_elocation_suite' as canonical name (possible typo) src/Makefile.am:82: 'src/Makefile_Elocation.am' included from here
2014-11-21elocation: Add generated GeoClue2 DBus helper code.Stefan Schmidt1-2/+9
Generated by eldbus-codegen to avoid writing the boilerplate code by hand.
2014-11-11tests/elocation: Disable elocation test suite until deps are installed on ↵Stefan Schmidt1-2/+2
jenkins I expected them to be installed but I was wrong. Will keep this disabled until this is sorted out on jenkins.
2014-11-11tests/elocation: Add elocation test suite.Stefan Schmidt1-0/+21
Not covering all cases yet but still a good start.
2014-11-11elocation: Add elocation libraray to EFL.Stefan Schmidt1-0/+16
Elocation is meant as a convenience library to ease application developers the usage of geo information in their apps. Adding a geo tag to a picture or translating an address to a GPS position and show it on a map widget are just some of the use cases. In the beginning elocation will rely on the GeoClue1 DBus service. Supporting the new GeoClue2 DBus service is planned and worked on. GeoClue offers providers for various techniques to get hold off the current position. Ranging from GeoIP over wifi and GSM cell location to GPS. This has been developed a while ago and was living in my private dev space. It is about time to move this into EFL and bring it forward. The detection of the GeoClue service is being handled on runtime and no new dependency is added due to this library. @feature