Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:48:36 +0000 (00:48 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:48:36 +0000 (00:48 +0900)
commit898d84180c87e006fbea489673129b129756e2bd
tree6cf5d2bff7fb9dc725cf91a0bd16449b577676b5
parenta1587a945a0ed4e72ad4fffd3de37ed6e6ccc2d6
Git init
117 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: 0644]
TC/_export_target_env.sh [new file with mode: 0644]
TC/build.sh [new file with mode: 0755]
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_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_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_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_last_position.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: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0755]
debian/libslp-location-dev.install [new file with mode: 0644]
debian/libslp-location.install [new file with mode: 0644]
debian/libslp-location.postinst [new file with mode: 0755]
debian/rules [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]
location.pc.in [new file with mode: 0644]
location/Makefile.am [new file with mode: 0644]
location/location-accuracy.c [new file with mode: 0644]
location/location-accuracy.h [new file with mode: 0644]
location/location-address.c [new file with mode: 0644]
location/location-address.h [new file with mode: 0644]
location/location-boundary.c [new file with mode: 0644]
location/location-boundary.h [new file with mode: 0644]
location/location-common-util.c [new file with mode: 0644]
location/location-common-util.h [new file with mode: 0644]
location/location-cps.c [new file with mode: 0644]
location/location-cps.h [new file with mode: 0644]
location/location-geocode.c [new file with mode: 0644]
location/location-geocode.h [new file with mode: 0644]
location/location-gps.c [new file with mode: 0644]
location/location-gps.h [new file with mode: 0644]
location/location-hybrid.c [new file with mode: 0644]
location/location-hybrid.h [new file with mode: 0644]
location/location-ielement.c [new file with mode: 0644]
location/location-ielement.h [new file with mode: 0644]
location/location-ips.c [new file with mode: 0644]
location/location-ips.h [new file with mode: 0644]
location/location-log.h [new file with mode: 0644]
location/location-marshal.list [new file with mode: 0644]
location/location-module-internal.c [new file with mode: 0644]
location/location-module-internal.h [new file with mode: 0644]
location/location-module.h [new file with mode: 0644]
location/location-poi-info.c [new file with mode: 0644]
location/location-poi-info.h [new file with mode: 0644]
location/location-poi.c [new file with mode: 0644]
location/location-poi.h [new file with mode: 0644]
location/location-position.c [new file with mode: 0644]
location/location-position.h [new file with mode: 0644]
location/location-satellite.c [new file with mode: 0644]
location/location-satellite.h [new file with mode: 0644]
location/location-setting.c [new file with mode: 0644]
location/location-setting.h [new file with mode: 0644]
location/location-signaling-util.c [new file with mode: 0644]
location/location-signaling-util.h [new file with mode: 0644]
location/location-sps.c [new file with mode: 0644]
location/location-sps.h [new file with mode: 0644]
location/location-types.h [new file with mode: 0644]
location/location-velocity.c [new file with mode: 0644]
location/location-velocity.h [new file with mode: 0644]
location/location-wps.c [new file with mode: 0644]
location/location-wps.h [new file with mode: 0644]
location/location.c [new file with mode: 0644]
location/location.h [new file with mode: 0644]
packaging/libslp-location.spec [new file with mode: 0644]
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/ips-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/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/sps-test.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]