This topic describes how to export a Native Client project as development files, or as a Tizen application package.
Important
Due to NaCl deprecation by the Chromium project, Tizen TV will continue its support for NaCl only until 2021-year products. Meanwhile, Tizen TV will start focusing on high-performance, cross-browser WebAssembly from 2020-year products.
You can use the Tizen Studio to export a NaCl project in 2 ways:
You can export your project files to, for example, create a backup or import into a different Tizen Studio installation. Exporting the project ensures that all required files are included.
To export NaCl project files:
In the "Project Explorer" view, select the project.
In the Tizen Studio menu, select "File > Export".
Select "General > Archive File" or "File System", and click "Next".
Figure 1. Export wizard
Define the files within the project to export, the file name or directory to export to, and export options.
Figure 2. Export to an archive file
Click "Finish".
If you have defined a target directory that does not yet exist, to confirm creating it, click "Yes".
Figure 3. Create directory dialog
For information on importing a NaCl project to the Tizen Studio, see Importing NaCl Projects.
A ".wgt" application package can be created from a Native Client (NaCl) project in the same way as a Tizen project. To have the required configuration files, you must have already built the project at least once.
You can create the Tizen application package within the project directory or with a custom directory and name:
To create the package within the project directory, in the "Project Explorer" view, right-click the project and select "Build Package".
Figure 4. Build package
To create the package with a custom directory and name:
Figure 5. Select exported file type
Figure 6. Define file export properties