Add Tizen Filesystem API.
authorLeandro Pereira <leandro.pereira@intel.com>
Mon, 26 Aug 2013 19:37:10 +0000 (16:37 -0300)
committerLeandro Pereira <leandro.pereira@intel.com>
Tue, 24 Sep 2013 19:15:13 +0000 (16:15 -0300)
commit885c06c21ce18223d9ca30e22951a498267399e7
tree998219670c18b356def26e956063af7ed2a7bae5
parent329da4afb84c0bd9d72dba3dc7b100a5678f66fe
Add Tizen Filesystem API.

This commit implements most of the Tizen Filesystem API.

Some things were intentionally left unimplemented, such as listing and
obtaining stoarage information. These will be implemented as soon as the
need to pass all TCT tests arise.

File I/O works, as evidenced by the new filesystem.html example (a crude
text editor) -- although this example doesn't showcase the whole API.
examples/filesystem.html [new file with mode: 0644]
examples/index.html
filesystem/filesystem.gyp [new file with mode: 0644]
filesystem/filesystem_api.js [new file with mode: 0644]
filesystem/filesystem_context.cc [new file with mode: 0644]
filesystem/filesystem_context.h [new file with mode: 0644]
tizen-wrt.gyp