[doc] add tizen.widl description
authorHyunjin Park <hj.na.park@samsung.com>
Wed, 4 May 2016 05:34:39 +0000 (14:34 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Wed, 4 May 2016 05:36:39 +0000 (14:36 +0900)
Change-Id: I9973bc5a655d118f739a841c00a646013bc5ed0f

doc/Tizen Avengers - WebApi Guidelines.pdf
doc/html/index.html
doc/src/tools.md
tools/skeleton_generator/README.md

index 203d1f1..819d942 100644 (file)
Binary files a/doc/Tizen Avengers - WebApi Guidelines.pdf and b/doc/Tizen Avengers - WebApi Guidelines.pdf differ
index 82191f0..58ba589 100644 (file)
@@ -294,6 +294,10 @@ lacks of keyword <code>FunctionOnly</code>.</p>
 <code>tools/skeleton_generator/</code> directory and run the python command:</p>
 <pre><code class="lang-sh">$ python WAPIOven.py -d &lt;stub code destination directory name&gt; &lt;widl directory/pluginname&gt;.widl
 </code></pre>
+<p>If tizen.widl is needed, add tizen.widl you can use stub generator located in
+<code>tools/skeleton_generator/</code> directory and run the python command:</p>
+<pre><code class="lang-sh">$ python WAPIOven.py -d &lt;stub code destination directory name&gt; &lt;widl directory/pluginname&gt;.widl &lt;widl directory/&gt;tizen.widl
+</code></pre>
 <p>Path to WAPIOven.py:</p>
 <pre><code class="lang-sh">$ tools/skeleton_generator/WAPIOven.py
 </code></pre>
index d9ad9c4..1836f6e 100644 (file)
@@ -9,6 +9,10 @@ To generate stub files from the widl you can use stub generator located in
 $ python WAPIOven.py -d <stub code destination directory name> <widl directory/pluginname>.widl
 ```
 
+If tizen.widl is needed, add tizen.widl
+```
+$ python WAPIOven.py -d <stub code destination directory name> <widl directory/pluginname>.widl <widl directory/>tizen.widl
+```
 Path to WAPIOven.py:
 ```sh
 $ tools/skeleton_generator/WAPIOven.py
index 809780a..aa2c97b 100644 (file)
@@ -12,6 +12,7 @@ python-jinja2 >= 2.7
 python WAPIOven.py -d <output directory> <webidl file>
 
 ex) python WAPIOven.py -d ./tmp widls/datacontrol.widl
+ex) python WAPIOven.py -d ./tmp widls/sensor.widl widls/tizen.widl (if tizen.widl is needed)
 
 ## WIDL files for Tizen 2.3