Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:48:44 +0000 (01:48 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:48:44 +0000 (01:48 +0900)
commit8844d894be764f9924fea5a9415f9203b97c02a3
tree0fac7e9a9cc7c490cafb95f53c4ae863402833c8
parenta1587a945a0ed4e72ad4fffd3de37ed6e6ccc2d6
Tizen 2.1 base
131 files changed:
AUTHORS [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
TC/_export_env.sh [new file with mode: 0755]
TC/_export_target_env.sh [new file with mode: 0644]
TC/build.sh [new file with mode: 0755]
TC/config [new file with mode: 0644]
TC/excute.sh [new file with mode: 0755]
TC/making_new_tet_scen.py [new file with mode: 0755]
TC/tet_scen [new file with mode: 0644]
TC/tetbuild.cfg [new file with mode: 0644]
TC/tetclean.cfg [new file with mode: 0644]
TC/tetexec.cfg [new file with mode: 0644]
TC/unit/Makefile [new file with mode: 0644]
TC/unit/stc_gps_nmea.c [new file with mode: 0644]
TC/unit/stc_gps_position.c [new file with mode: 0644]
TC/unit/stc_gps_satellite.c [new file with mode: 0644]
TC/unit/stc_gps_velocity.c [new file with mode: 0644]
TC/unit/stc_gps_zone.c [new file with mode: 0644]
TC/unit/tslist [new file with mode: 0644]
TC/unit/utc_location_free.c [new file with mode: 0644]
TC/unit/utc_location_get_address.c [new file with mode: 0644]
TC/unit/utc_location_get_address_from_position.c [new file with mode: 0644]
TC/unit/utc_location_get_last_known_position.c [new file with mode: 0644]
TC/unit/utc_location_get_last_position.c [new file with mode: 0644]
TC/unit/utc_location_get_last_satellite.c [new file with mode: 0644]
TC/unit/utc_location_get_last_velocity.c [new file with mode: 0644]
TC/unit/utc_location_get_position.c [new file with mode: 0644]
TC/unit/utc_location_get_position_from_address.c [new file with mode: 0644]
TC/unit/utc_location_get_position_from_freeformed_address.c [new file with mode: 0644]
TC/unit/utc_location_get_satellite.c [new file with mode: 0644]
TC/unit/utc_location_get_velocity.c [new file with mode: 0644]
TC/unit/utc_location_init.c [new file with mode: 0644]
TC/unit/utc_location_new.c [new file with mode: 0644]
TC/unit/utc_location_search_poi.c [new file with mode: 0644]
TC/unit/utc_location_start.c [new file with mode: 0644]
TC/unit/utc_location_stop.c [new file with mode: 0644]
TC/unit/utc_properties_boundary.c [new file with mode: 0644]
TC/unit/utc_properties_method.c [new file with mode: 0644]
TC/unit/utc_signals_service_disabled.c [new file with mode: 0644]
TC/unit/utc_signals_service_enabled.c [new file with mode: 0644]
TC/unit/utc_signals_service_updated.c [new file with mode: 0644]
TC/unit/utc_signals_zone_in.c [new file with mode: 0644]
TC/unit/utc_signals_zone_out.c [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0755]
image/SLP_Location_PG.h [new file with mode: 0755]
image/location_image001.png [new file with mode: 0644]
image/location_image002.png [new file with mode: 0644]
libslp-location.manifest [new file with mode: 0644]
location.pc.in [new file with mode: 0644]
location/Makefile.am [new file with mode: 0755]
location/include/location-log.h [new file with mode: 0644]
location/include/location-map-types.h [new file with mode: 0644]
location/include/location-types.h [new file with mode: 0644]
location/manager/Makefile.am [new file with mode: 0644]
location/manager/location-accuracy.c [new file with mode: 0644]
location/manager/location-accuracy.h [new file with mode: 0644]
location/manager/location-boundary.c [new file with mode: 0644]
location/manager/location-boundary.h [new file with mode: 0644]
location/manager/location-common-util.c [new file with mode: 0644]
location/manager/location-common-util.h [new file with mode: 0644]
location/manager/location-cps.c [new file with mode: 0644]
location/manager/location-cps.h [new file with mode: 0644]
location/manager/location-gps.c [new file with mode: 0644]
location/manager/location-gps.h [new file with mode: 0644]
location/manager/location-hybrid.c [new file with mode: 0644]
location/manager/location-hybrid.h [new file with mode: 0644]
location/manager/location-ielement.c [new file with mode: 0644]
location/manager/location-ielement.h [new file with mode: 0644]
location/manager/location-marshal.list [new file with mode: 0644]
location/manager/location-position.c [new file with mode: 0644]
location/manager/location-position.h [new file with mode: 0644]
location/manager/location-satellite.c [new file with mode: 0644]
location/manager/location-satellite.h [new file with mode: 0644]
location/manager/location-setting.c [new file with mode: 0644]
location/manager/location-setting.h [new file with mode: 0644]
location/manager/location-signaling-util.c [new file with mode: 0644]
location/manager/location-signaling-util.h [new file with mode: 0644]
location/manager/location-velocity.c [new file with mode: 0644]
location/manager/location-velocity.h [new file with mode: 0644]
location/manager/location-wps.c [new file with mode: 0644]
location/manager/location-wps.h [new file with mode: 0644]
location/manager/location.c [new file with mode: 0644]
location/manager/location.h [new file with mode: 0644]
location/map-service/Makefile.am [new file with mode: 0644]
location/map-service/location-address.c [new file with mode: 0644]
location/map-service/location-address.h [new file with mode: 0644]
location/map-service/location-geocode.c [new file with mode: 0644]
location/map-service/location-geocode.h [new file with mode: 0644]
location/map-service/location-landmark-ext.h [new file with mode: 0644]
location/map-service/location-landmark.c [new file with mode: 0644]
location/map-service/location-landmark.h [new file with mode: 0644]
location/map-service/location-map-ielement.c [new file with mode: 0644]
location/map-service/location-map-ielement.h [new file with mode: 0644]
location/map-service/location-map-pref.c [new file with mode: 0644]
location/map-service/location-map-pref.h [new file with mode: 0644]
location/map-service/location-map-service-ext.h [new file with mode: 0644]
location/map-service/location-map-service.c [new file with mode: 0644]
location/map-service/location-map-service.h [new file with mode: 0644]
location/map-service/location-poi.c [new file with mode: 0644]
location/map-service/location-poi.h [new file with mode: 0644]
location/map-service/location-route-ext.h [new file with mode: 0644]
location/map-service/location-route.c [new file with mode: 0644]
location/map-service/location-route.h [new file with mode: 0644]
location/map-service/map-internal.c [new file with mode: 0644]
location/map-service/map-internal.h [new file with mode: 0644]
location/map-service/map-service.c [new file with mode: 0644]
location/map-service/map-service.h [new file with mode: 0644]
location/module/Makefile.am [new file with mode: 0644]
location/module/location-module.h [new file with mode: 0644]
location/module/module-internal.c [new file with mode: 0644]
location/module/module-internal.h [new file with mode: 0644]
packaging/libslp-location.spec [new file with mode: 0755]
tests/Makefile.am [new file with mode: 0644]
tests/address-sample.c [new file with mode: 0644]
tests/cps-test.c [new file with mode: 0644]
tests/gps-test.c [new file with mode: 0644]
tests/hybrid-test.c [new file with mode: 0644]
tests/location-api-test-util.c [new file with mode: 0644]
tests/location-api-test-util.h [new file with mode: 0644]
tests/location-api-test.c [new file with mode: 0644]
tests/location-api-test.json [new file with mode: 0644]
tests/map-service-test.c [new file with mode: 0755]
tests/nmea-sample.c [new file with mode: 0644]
tests/position-sample-gps.c [new file with mode: 0644]
tests/property-sample.c [new file with mode: 0644]
tests/satellite-sample.c [new file with mode: 0644]
tests/velocity-sample.c [new file with mode: 0644]
tests/wps-test.c [new file with mode: 0644]
tests/zone-sample.c [new file with mode: 0644]