Add 'jsnative' module
authorWonYoung Choi <wy80.choi@samsung.com>
Tue, 1 Dec 2015 09:59:12 +0000 (18:59 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Tue, 1 Dec 2015 09:59:12 +0000 (18:59 +0900)
commit1bd7ba1b86349cb107ea02c0fb9e2c733c70b338
treebd8f4a4ea575b20690eb1b1285fae357d7fc9009
parent99103abbb0f4214637c6318efa00148223763da0
Add 'jsnative' module

JSNative application should require this module first. eg:
require('jsnative');
This module initailizes necessary tasks for JSNative applications.

Change-Id: I0840b5c35f8315e7584ebfd1ab27e1c1ee989605
CMakeLists.txt
jsn-cli/tizen-app-template/pkgid.appid
jsnative/CMakeLists.txt [new file with mode: 0644]
jsnative/main.js [new file with mode: 0644]
jsnative/package.json [new file with mode: 0644]