[Application] Implemented several APIs of tizen.application
authorSunggyu Choi <sunggyu.choi@samsung.com>
Tue, 20 Jan 2015 08:45:46 +0000 (17:45 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Tue, 20 Jan 2015 23:52:04 +0000 (08:52 +0900)
commit849bed61d308dfe8b515f78d6dc65af88aaa4d30
treebf7163a46fbf589850b4c1a2f0b2f24fe42995a2
parentdd03e13e10f531aa66be77a8e9889edada73b41c
[Application] Implemented several APIs of tizen.application

- kill() / launch() / launchAppControl() / findAppControl() /
  getAppsContext() / getAppContext() / getAppsInfo() /
  getAppCerts() / getAppMetaData() / add,removeAppInfoEventListener()

- fixed lint issues

[Verification] Not Available TC. every method verified with self made app

Change-Id: I432056fe248862e41c5a80cae580681d1cf1c66c
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
14 files changed:
src/application/application.gyp
src/application/application_api.js
src/application/application_certificate.cc [new file with mode: 0644]
src/application/application_certificate.h [new file with mode: 0644]
src/application/application_context.h
src/application/application_control.cc [new file with mode: 0644]
src/application/application_control.h [new file with mode: 0644]
src/application/application_controldata.cc [new file with mode: 0644]
src/application/application_controldata.h [new file with mode: 0644]
src/application/application_information.h
src/application/application_instance.cc
src/application/application_instance.h
src/application/application_metadata.cc [new file with mode: 0644]
src/application/application_metadata.h [new file with mode: 0644]