[GettingStarted][application] Improve app_dev_process for packaging policy
authorInkyun Kil <inkyun.kil@samsung.com>
Thu, 27 Aug 2015 06:31:22 +0000 (15:31 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Fri, 28 Aug 2015 04:32:32 +0000 (13:32 +0900)
Change-Id: I3d9a6eceb758fb116affe3dd4fb4b69ed56c2fa2
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
org.tizen.gettingstarted/html/native/process/app_dev_process_n.htm
org.tizen.gettingstarted/html/web/process/app_dev_process_w.htm

index 6d8aa7a..f3d90d7 100644 (file)
    </li> 
    <li><a href="building_app_n.htm">Build</a> and <a href="running_app_n.htm">run</a> the UI application. <p>The service application or shared library is built and run automatically while the UI application is built and run.</p> </li> 
   </ol> 
+<table class="note"> 
+    <tbody> 
+     <tr> 
+      <th class="note">Note</th> 
+     </tr> 
+     <tr> 
+      <td class="note">Tizen has limited combination policy of multi-project application for device usability. If you do not follow the policy, the submission of your applications to the Tizen Store might be rejected.
+        </td> 
+     </tr> 
+        <td class="note">For developer's convenience, some policies can be allowed in the SDK, for example, the STANDALONE service-application or STANDALOE widget-application can be made in the IDE, but these applications might be rejected in the Tizen Store.
+        </td> 
+    </tbody> 
+   </table>
+
 <p>The following table shows the possible combination for native mulit-project:</p>
 <ul> 
         <li>STANDALONE : If it is marked O, it means that it can be packaged alone or as the main application. If it is marked X, it means that it should not be packaged alone or as the main application.</li> 
 
 </table>
 
+<li>Example combination
+       <ul>
+       <li>Main UI Project : Allowed</li>
+       <li>Main UI Project + 3 Service Project : Allowed</li>
+       <li>Main UI Project + 1 Widget Project : Allowed</li>
+       <li>Main UI Project + 2 Widget Project : Not Allowed</li>
+       <li>Main SERVICE Project : Not Allowed</li>
+       </ul>
+</li>
+
+
 <script type="text/javascript" src="../../scripts/jquery.zclip.min.js"></script>
 <script type="text/javascript" src="../../scripts/showhide.js"></script>
 
index 53a47c8..89e18da 100644 (file)
    <p>To modify the build configuration of the service application, see <a href="../../native/process/app_dev_process_n.htm#build">Building the Application</a>.</p></li>
    </ol>
 
+<table class="note"> 
+    <tbody> 
+     <tr> 
+      <th class="note">Note</th> 
+     </tr> 
+     <tr> 
+      <td class="note">Tizen has limited combination policy of multi-project application for device usability. If you do not follow the policy, the submission of your applications to the Tizen Store might be rejected.
+        </td> 
+     </tr> 
+    </tbody> 
+   </table>
+
+
 <p>The following table shows the possible combination for hybrid mulit-project:</p>
 <ul> 
         <li>1 : Only one application can be packaged as the sub application.</li> 
   
   <p>A web application package combines a Web application and 1 or more web service applications.</p>
 
+<table class="note"> 
+    <tbody> 
+     <tr> 
+      <th class="note">Note</th> 
+     </tr> 
+     <tr> 
+      <td class="note">Tizen has limited combination policy of multi-project application for device usability. If you do not follow the policy, the submission of your applications to the Tizen Store might be rejected.
+        </td> 
+     </tr> 
+    </tbody> 
+   </table>
+
+
 <p>The following table shows the possible combination for web mulit-project:</p>
 <ul> 
         <li>STANDALONE : If it is marked O, it means that it can be packaged alone or as the main application. If it is marked X, it means that it should not be packaged alone or as the main application.</li>