Initial Code with Doxygen Comments and TCT
authormanish.r <manish.r@samsung.com>
Thu, 7 Apr 2016 05:19:05 +0000 (10:49 +0530)
committermanish.r <manish.r@samsung.com>
Mon, 30 May 2016 10:57:15 +0000 (16:27 +0530)
commitf439ccb1b5a8dacd674ed13ac18dbdbf4b3998e8
treefe8a2b40ac60fb176cc46ebde3001cd629ec0156
parente1b16103c74b82da0bca499891fd3a5262f8b590
Initial Code with Doxygen Comments and TCT

Change-Id: I99ef31bef4a19622525fb6d7f948d86b4a8ebb5e
Signed-off-by: manish.r <manish.r@samsung.com>
51 files changed:
Tizen.Messaging.Push.sln [new file with mode: 0755]
Tizen.Messaging.Push.v12.suo [new file with mode: 0755]
Tizen.Messaging/Interop/Interop.Glib.cs [new file with mode: 0755]
Tizen.Messaging/Interop/Interop.Libc.cs [new file with mode: 0755]
Tizen.Messaging/Interop/Interop.Libraries.cs [new file with mode: 0755]
Tizen.Messaging/Interop/Interop.Push.cs [new file with mode: 0755]
Tizen.Messaging/Properties/AssemblyInfo.cs [new file with mode: 0755]
Tizen.Messaging/Push/Push.cs [new file with mode: 0755]
Tizen.Messaging/Push/PushConnectionStateEventArgs.cs [new file with mode: 0755]
Tizen.Messaging/Push/PushExceptionFactory.cs [new file with mode: 0755]
Tizen.Messaging/Push/PushImpl.cs [new file with mode: 0755]
Tizen.Messaging/Push/PushMessageEventArgs.cs [new file with mode: 0755]
Tizen.Messaging/Push/ServerResponse.cs [new file with mode: 0755]
Tizen.Messaging/Tizen.Messaging.Push.snk [new file with mode: 0755]
Tizen.Messaging/Tizen.Messaging.csproj [new file with mode: 0755]
packaging/csapi-push.manifest [new file with mode: 0644]
packaging/csapi-push.pc.in [new file with mode: 0644]
packaging/csapi-push.spec [new file with mode: 0755]
tct-push-tizen-tests/Makefile [new file with mode: 0755]
tct-push-tizen-tests/ReadMe.md [new file with mode: 0755]
tct-push-tizen-tests/TCTCert.p12 [new file with mode: 0644]
tct-push-tizen-tests/bin/tct-push-tizen-tests.exe [new file with mode: 0755]
tct-push-tizen-tests/lib/TestFramework.dll [new file with mode: 0644]
tct-push-tizen-tests/lib/Tizen.Applications.dll [new file with mode: 0644]
tct-push-tizen-tests/lib/Tizen.Internals.dll [new file with mode: 0644]
tct-push-tizen-tests/lib/Tizen.Messaging.Push.dll [new file with mode: 0755]
tct-push-tizen-tests/lib/Tizen.UI.dll [new file with mode: 0644]
tct-push-tizen-tests/lib/Tizen.dll [new file with mode: 0644]
tct-push-tizen-tests/org.test.push.tizen.tpk [new file with mode: 0644]
tct-push-tizen-tests/res/ReadMe.md [new file with mode: 0755]
tct-push-tizen-tests/res/Result/PushT.xml [new file with mode: 0644]
tct-push-tizen-tests/res/Result/style/application.js [new file with mode: 0755]
tct-push-tizen-tests/res/Result/style/back_top.png [new file with mode: 0755]
tct-push-tizen-tests/res/Result/style/blue.jpg [new file with mode: 0755]
tct-push-tizen-tests/res/Result/style/gray.jpg [new file with mode: 0755]
tct-push-tizen-tests/res/Result/style/jquery.min.js [new file with mode: 0755]
tct-push-tizen-tests/res/Result/style/orange.jpg [new file with mode: 0755]
tct-push-tizen-tests/res/Result/style/popup.js [new file with mode: 0755]
tct-push-tizen-tests/res/Result/style/red.jpg [new file with mode: 0755]
tct-push-tizen-tests/res/Result/style/summary.xsl [new file with mode: 0755]
tct-push-tizen-tests/res/Result/style/testresult.xsl [new file with mode: 0755]
tct-push-tizen-tests/res/Result/style/tests.css [new file with mode: 0755]
tct-push-tizen-tests/res/Result/summary.xml [new file with mode: 0644]
tct-push-tizen-tests/res/install.sh [new file with mode: 0755]
tct-push-tizen-tests/res/pull.sh [new file with mode: 0755]
tct-push-tizen-tests/res/push.sh [new file with mode: 0755]
tct-push-tizen-tests/res/run.sh [new file with mode: 0755]
tct-push-tizen-tests/share/res/icon.png [new file with mode: 0755]
tct-push-tizen-tests/src/Program.cs [new file with mode: 0755]
tct-push-tizen-tests/src/Testcase/TSPush.cs [new file with mode: 0644]
tct-push-tizen-tests/tizen-manifest.xml [new file with mode: 0755]