Tizen.Location.Geofence Setup
authorchanywa <cbible.kim@samsung.com>
Tue, 27 Dec 2016 07:40:28 +0000 (16:40 +0900)
committerchanywa <cbible.kim@samsung.com>
Tue, 27 Dec 2016 07:40:28 +0000 (16:40 +0900)
commit60c68dc86a4b648a0f3a323fad447af5258bba42
treeed6becaf700710ff2a7d35855d487b202cc9adeb
parent0a7715ba1d5ed01dfd08c63b15f15a459a1b69b0
Tizen.Location.Geofence Setup

Change-Id: I11f1136d736cfb7c3cefa50240b8dc6a81df16b1
19 files changed:
LICENSE [new file with mode: 0644]
packaging/csapi-geofence.manifest [new file with mode: 0644]
packaging/csapi-geofence.spec [new file with mode: 0755]
src/Tizen.Location.Geofence/Interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.Location.Geofence/Interop/Interop.Location.cs [new file with mode: 0755]
src/Tizen.Location.Geofence/Properties/AssemblyInfo.cs [new file with mode: 0644]
src/Tizen.Location.Geofence/Tizen.Location.Geofence.Net45.csproj [new file with mode: 0644]
src/Tizen.Location.Geofence/Tizen.Location.Geofence.Net45.project.json [new file with mode: 0644]
src/Tizen.Location.Geofence/Tizen.Location.Geofence.csproj [new file with mode: 0644]
src/Tizen.Location.Geofence/Tizen.Location.Geofence.nuspec [new file with mode: 0644]
src/Tizen.Location.Geofence/Tizen.Location.Geofence.project.json [new file with mode: 0644]
src/Tizen.Location.Geofence/Tizen.Location.Geofence.snk [new file with mode: 0644]
src/Tizen.Location.Geofence/Tizen.Location.Geofence/Fence.cs [new file with mode: 0755]
src/Tizen.Location.Geofence/Tizen.Location.Geofence/FenceData.cs [new file with mode: 0755]
src/Tizen.Location.Geofence/Tizen.Location.Geofence/GeofenceEnum.cs [new file with mode: 0755]
src/Tizen.Location.Geofence/Tizen.Location.Geofence/GeofenceErrorFactory.cs [new file with mode: 0755]
src/Tizen.Location.Geofence/Tizen.Location.Geofence/GeofenceEventArgs.cs [new file with mode: 0755]
src/Tizen.Location.Geofence/Tizen.Location.Geofence/GeofenceManager.cs [new file with mode: 0755]
src/Tizen.Location.Geofence/Tizen.Location.Geofence/VirtualPerimeter.cs [new file with mode: 0755]