Implementation of Download module
authoryuvaraj.s <yuvaraj.s@samsung.com>
Mon, 18 Apr 2016 11:47:55 +0000 (17:17 +0530)
committeryuvaraj.s <yuvaraj.s@samsung.com>
Tue, 24 May 2016 11:10:57 +0000 (16:40 +0530)
commitbb2180b7238220fc606c2b69f649792f7702640e
tree8f4fd619728dce0e16ee6f634f36ebcadfce5dc3
parentc10583d229288d4d215eb7dee2e9674afc7682f9
Implementation of Download module

Change-Id: I1e9d28238a221e6013cdefc8e4c88409701bbd0c
Signed-off-by: yuvaraj.s <yuvaraj.s@samsung.com>
14 files changed:
packaging/csapi-download.pc.in [moved from packaging/csapi-download.in with 100% similarity]
packaging/csapi-download.spec
src/Tizen.Content.Download/Interop/Interop.Download.cs [new file with mode: 0644]
src/Tizen.Content.Download/Interop/Interop.Libc.cs [new file with mode: 0644]
src/Tizen.Content.Download/Interop/Interop.Libraries.cs [new file with mode: 0644]
src/Tizen.Content.Download/Tizen.Content.Download.csproj
src/Tizen.Content.Download/Tizen.Content.Download/DownloadEnumerator.cs [moved from src/Tizen.Content.Download/download/DownloadEnumerator.cs with 87% similarity]
src/Tizen.Content.Download/Tizen.Content.Download/DownloadErrorFactory.cs [new file with mode: 0644]
src/Tizen.Content.Download/Tizen.Content.Download/Notification.cs [new file with mode: 0644]
src/Tizen.Content.Download/Tizen.Content.Download/ProgressChangedEventArgs.cs [new file with mode: 0644]
src/Tizen.Content.Download/Tizen.Content.Download/Request.cs [new file with mode: 0644]
src/Tizen.Content.Download/Tizen.Content.Download/StateChangedEventArgs.cs [new file with mode: 0644]
src/Tizen.Content.Download/download/Notification.cs [deleted file]
src/Tizen.Content.Download/download/Request.cs [deleted file]