Getting application data using wrt common library. 37/168837/3
authorjinwoo jeong <jw00.jeong@samsung.com>
Wed, 31 Jan 2018 08:59:22 +0000 (17:59 +0900)
committermin7.choi <min7.choi@samsung.com>
Mon, 26 Feb 2018 07:57:04 +0000 (16:57 +0900)
commit33efdff9c835296e135507a21f9eb7125d0ca349
treeb6b7663a3d1b8bf94c33eaa94482adc31614fffb
parent8f49617801551b4425f6ec092f7f426321cb6939
Getting application data using wrt common library.

To use wrt common library, it should be complied to shared library.
Because it has many dependency with system libraries.

In wrt common, there are CommandLine and ApplicationData modules.
Using those modules, the arguements can be parsed.
And electron can get more information from app db or app control.

Change-Id: Idb7f906b240de01f04ad4ed145266e23615ef4d3
Signed-off-by: jinwoo jeong <jw00.jeong@samsung.com>
atom/app/atom_main.cc
electron.gyp
packaging/electron-efl.spec
tizen/common/common.gyp
tizen/loader/loader.gyp
tizen/loader/wrt_loader.cc