[Package] Implementation of Package API
authorSudarsana Nagineni <sudarsana.nagineni@intel.com>
Fri, 10 Oct 2014 12:53:31 +0000 (15:53 +0300)
committerSudarsana Nagineni <sudarsana.nagineni@intel.com>
Wed, 15 Oct 2014 09:28:59 +0000 (12:28 +0300)
commitea8ca18660c4b67fe691bda018f9f6293435dd9a
tree03e19eacd397c9a6eb81dc06acb48bde1e561054
parent6d8ad994bc7c20dc95804ef33d2f6832b45dca84
[Package] Implementation of Package API

This patch includes a fully functional implementation of Tizen
Package API. This implemention is dependent on package-manager,
pkgmgr-info and pkgmgr native APIs.

API specification can be found here:
https://developer.tizen.org/dev-guide/2.2.0/org.tizen.web.device.apireference/tizen/package.html

It also includes an example that demonstrates the usage of
Package API.

BUG=XWALK-443
14 files changed:
examples/index.html
examples/package.html [new file with mode: 0644]
package/package.gyp [new file with mode: 0644]
package/package_api.js [new file with mode: 0644]
package/package_extension.cc [new file with mode: 0644]
package/package_extension.h [new file with mode: 0644]
package/package_extension_utils.h [new file with mode: 0644]
package/package_info.cc [new file with mode: 0644]
package/package_info.h [new file with mode: 0644]
package/package_instance.cc [new file with mode: 0644]
package/package_instance.h [new file with mode: 0644]
package/package_manager.cc [new file with mode: 0644]
package/package_manager.h [new file with mode: 0644]
tizen-wrt.gyp