[Package Manager] Added base implementation
authorDinesh Dwivedi <dinesh.d@samsung.com>
Tue, 3 May 2016 10:44:25 +0000 (16:14 +0530)
committeryons.kim <yons.kim@samsung.com>
Wed, 1 Jun 2016 07:03:58 +0000 (16:03 +0900)
commitb4d64d7e673198d7ae0912a95522a602698e21a4
tree0ac596542e69ed568576b99728a3c65b79548f57
parentb5e32d277e88d29552bc471917d56c6ecf1e0a68
[Package Manager] Added base implementation

Change-Id: I553771dad7880e1642fd90d5543a56a044a23a88
Signed-off-by: Dinesh Dwivedi <dinesh.d@samsung.com>
44 files changed:
.gitignore
Tizen.Applications/Interop/Interop.Libraries.cs
Tizen.Applications/Interop/Interop.Package.cs [new file with mode: 0644]
Tizen.Applications/Interop/Interop.PackageManager.cs [new file with mode: 0644]
Tizen.Applications/Tizen.Applications.csproj
Tizen.Applications/Tizen.Applications/ApplicationType.cs [new file with mode: 0644]
Tizen.Applications/Tizen.Applications/CertificateType.cs [new file with mode: 0644]
Tizen.Applications/Tizen.Applications/Package.cs [new file with mode: 0644]
Tizen.Applications/Tizen.Applications/PackageCertificate.cs [new file with mode: 0644]
Tizen.Applications/Tizen.Applications/PackageEventState.cs [new file with mode: 0644]
Tizen.Applications/Tizen.Applications/PackageFilter.cs [new file with mode: 0755]
Tizen.Applications/Tizen.Applications/PackageManager.cs [new file with mode: 0755]
Tizen.Applications/Tizen.Applications/PackageManagerEventArgs.cs [new file with mode: 0755]
Tizen.Applications/Tizen.Applications/PackageSizeInformation.cs [new file with mode: 0644]
Tizen.Applications/Tizen.Applications/PackageType.cs [new file with mode: 0755]
Tizen.Applications/Tizen.Applications/SafePackageManagerHandle.cs [new file with mode: 0755]
Tizen.Applications/Tizen.Applications/StorageType.cs [new file with mode: 0644]
packaging/csapi-application.spec
tct-package-manager-tizen-tests/App.config [new file with mode: 0644]
tct-package-manager-tizen-tests/Makefile [new file with mode: 0644]
tct-package-manager-tizen-tests/TCTCert.p12 [new file with mode: 0644]
tct-package-manager-tizen-tests/res/PMWgtAppForInstallation.wgt [new file with mode: 0644]
tct-package-manager-tizen-tests/res/PMWgtAppForUninstallation.wgt [new file with mode: 0644]
tct-package-manager-tizen-tests/res/ReadMe.md [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/application.js [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/back_top.png [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/blue.jpg [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/gray.jpg [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/jquery.min.js [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/orange.jpg [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/popup.js [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/red.jpg [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/summary.xsl [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/testresult.xsl [new file with mode: 0644]
tct-package-manager-tizen-tests/res/Result/style/tests.css [new file with mode: 0644]
tct-package-manager-tizen-tests/res/install.sh [new file with mode: 0755]
tct-package-manager-tizen-tests/res/pull.sh [new file with mode: 0755]
tct-package-manager-tizen-tests/res/push.sh [new file with mode: 0755]
tct-package-manager-tizen-tests/res/run.sh [new file with mode: 0755]
tct-package-manager-tizen-tests/share/res/icon.png [new file with mode: 0644]
tct-package-manager-tizen-tests/src/Program.cs [new file with mode: 0644]
tct-package-manager-tizen-tests/src/Testcase/UTSPackage.cs [new file with mode: 0644]
tct-package-manager-tizen-tests/src/Testcase/UTSPackageManager.cs [new file with mode: 0644]
tct-package-manager-tizen-tests/tizen-manifest.xml [new file with mode: 0644]