[Devicemotion] - plugin implemented
authorAndrzej Popowski <a.popowski@samsung.com>
Tue, 1 Dec 2015 11:05:18 +0000 (12:05 +0100)
committerAndrzej Popowski <a.popowski@samsung.com>
Tue, 1 Dec 2015 13:07:51 +0000 (14:07 +0100)
commit265393d6f29f9b599542e5bff0bbaf3f36a2c9e1
treed79e0193b8f8c829914193d9f42e2ad89aefef3f
parentae2576fd7171f6ef56c560f53d02fa70b5d7ef20
[Devicemotion] - plugin implemented

Change-Id: I51374abfdc70fa3b72302fd026d0c711af34c349
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
src/cordova-api.gyp
src/devicemotion/cordova_devicemotion.gyp [new file with mode: 0644]
src/devicemotion/cordova_devicemotion_api.js [new file with mode: 0755]
src/devicemotion/cordova_devicemotion_extension.cc [new file with mode: 0755]
src/devicemotion/cordova_devicemotion_extension.h [new file with mode: 0755]
src/lib/cordova_plugins.js
src/lib/plugins/cordova-plugin-device-motion/www/Acceleration.js [new file with mode: 0644]
src/lib/plugins/cordova-plugin-device-motion/www/accelerometer.js [new file with mode: 0644]
test/unittest/tests/accelerometer.tests.js