Initial stub for cordova plugins.
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Wed, 21 Oct 2015 07:35:10 +0000 (09:35 +0200)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Wed, 21 Oct 2015 08:46:12 +0000 (10:46 +0200)
commit8458b18348427a1f1cd7696f704255633071ccca
tree5fb0ca4526c6c5b614b7069c525d666542540ae2
parentda3ed26a0e8556f45107e83b8a39ac2b318cacd3
Initial stub for cordova plugins.

Change-Id: Iee4b4f0428073fa5dac5bdbec3fc487db5e4f40b
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
20 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
LICENSE.BSD-2.0 [new file with mode: 0644]
cordova-api.manifest [new file with mode: 0644]
packaging/cordova-api.spec [new file with mode: 0644]
src/cordova-api.gyp [new file with mode: 0644]
src/cordova/cordova.gyp [new file with mode: 0644]
src/cordova/cordova_api.js [new file with mode: 0755]
src/cordova/cordova_extension.cc [new file with mode: 0755]
src/cordova/cordova_extension.h [new file with mode: 0755]
src/device/cordova_device.gyp [new file with mode: 0644]
src/device/cordova_device_api.js [new file with mode: 0755]
src/device/cordova_device_extension.cc [new file with mode: 0755]
src/device/cordova_device_extension.h [new file with mode: 0755]
src/file/cordova_file.gyp [new file with mode: 0644]
src/file/cordova_file_api.js [new file with mode: 0755]
src/file/cordova_file_extension.cc [new file with mode: 0755]
src/file/cordova_file_extension.h [new file with mode: 0755]
src/lib/cordova-5.1.1.js [new file with mode: 0644]
src/lib/cordova.js [new file with mode: 0644]