Introduce privileges and arguments-validator module
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 18 Nov 2015 00:42:31 +0000 (09:42 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 18 Nov 2015 00:54:14 +0000 (09:54 +0900)
commita5888f5402ee2cf93b4a7090234d6aec2a97f8f0
tree33c08dcc52b9629479ee164b9342be253eda0574
parent2724103d76ac44a1b29645bb9f7d9e30331e1d40
Introduce privileges and arguments-validator module

Change-Id: Id647048c6713ec8cad778412774bfc9b3402fdcc
14 files changed:
CMakeLists.txt
appfw/CMakeLists.txt
appfw/lib/appfw.js
arguments-validator/CMakeLists.txt [new file with mode: 0644]
arguments-validator/package.json [new file with mode: 0644]
arguments-validator/validator.js [new file with mode: 0644]
node-xwalk/lib/loader.js
packaging/jsnative.spec
privileges/CMakeLists.txt [new file with mode: 0644]
privileges/lib/privileges.js [new file with mode: 0644]
privileges/package.json [new file with mode: 0644]
privileges/src/log.h [new file with mode: 0644]
privileges/src/privileges_native.cc [new file with mode: 0644]
privileges/src/privileges_native.h [new file with mode: 0644]