</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>
<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>