Tizen Content API - Part 1
authorSakari Poussa <sakari.poussa@intel.com>
Tue, 25 Feb 2014 09:31:41 +0000 (11:31 +0200)
committerSakari Poussa <sakari.poussa@intel.com>
Tue, 25 Mar 2014 06:19:54 +0000 (08:19 +0200)
commit984227c4885fec4386e67523ed6d13a22c0de8b8
tree2a67edc84140c7fcd19c3968d675c72feee7425d
parent15ef53bba917514b14fbbd4e314cf44dd116a7f9
Tizen Content API - Part 1

First part of the Tizen Device API called Content API

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.device.apireference/tizen/content.html

This part implements only the following methods in basic mode (only success and error callback parameters supported)

  - getDirectories
  - find

Also, sample test page is included for the above methods.
content/content.gyp [new file with mode: 0644]
content/content_api.js [new file with mode: 0644]
content/content_extension.cc [new file with mode: 0644]
content/content_extension.h [new file with mode: 0644]
content/content_instance.cc [new file with mode: 0644]
content/content_instance.h [new file with mode: 0644]
examples/content.html [new file with mode: 0644]
examples/index.html
packaging/tizen-extensions-crosswalk.spec
tizen-wrt.gyp