From: Hyunjin Park
Date: Wed, 4 May 2016 05:34:39 +0000 (+0900)
Subject: [doc] add tizen.widl description
X-Git-Tag: submit/tizen/20160504.100625^2~3
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9efd96adf2100aa98d75f3a8b06d858683ae81a8;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git
[doc] add tizen.widl description
Change-Id: I9973bc5a655d118f739a841c00a646013bc5ed0f
---
diff --git a/doc/Tizen Avengers - WebApi Guidelines.pdf b/doc/Tizen Avengers - WebApi Guidelines.pdf
index 203d1f11..819d9428 100644
Binary files a/doc/Tizen Avengers - WebApi Guidelines.pdf and b/doc/Tizen Avengers - WebApi Guidelines.pdf differ
diff --git a/doc/html/index.html b/doc/html/index.html
index 82191f0b..58ba5894 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -294,6 +294,10 @@ lacks of keyword FunctionOnly
.
tools/skeleton_generator/
directory and run the python command:
$ python WAPIOven.py -d <stub code destination directory name> <widl directory/pluginname>.widl
+If tizen.widl is needed, add tizen.widl you can use stub generator located in
+tools/skeleton_generator/
directory and run the python command:
+$ python WAPIOven.py -d <stub code destination directory name> <widl directory/pluginname>.widl <widl directory/>tizen.widl
+
Path to WAPIOven.py:
$ tools/skeleton_generator/WAPIOven.py
diff --git a/doc/src/tools.md b/doc/src/tools.md
index d9ad9c4f..1836f6e4 100644
--- a/doc/src/tools.md
+++ b/doc/src/tools.md
@@ -9,6 +9,10 @@ To generate stub files from the widl you can use stub generator located in
$ python WAPIOven.py -d .widl
```
+If tizen.widl is needed, add tizen.widl
+```
+$ python WAPIOven.py -d .widl tizen.widl
+```
Path to WAPIOven.py:
```sh
$ tools/skeleton_generator/WAPIOven.py
diff --git a/tools/skeleton_generator/README.md b/tools/skeleton_generator/README.md
index 809780af..aa2c97b8 100644
--- a/tools/skeleton_generator/README.md
+++ b/tools/skeleton_generator/README.md
@@ -12,6 +12,7 @@ python-jinja2 >= 2.7
python WAPIOven.py -d