Importing NaCl-enabled Projects
This topic describes how to import development files from a TV application project containing Native Client modules.
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.
If you have exported project development files from a NaCl-enabled TV application project, you can import the project to the Tizen Studio.
To import an existing TV application project:
-
In the Tizen Studio menu, go to "File > Import".
The "Import Wizard" opens. -
Select "General > Existing Projects into Workspace", and click "Next".
Figure 1. Import wizard
-
Select whether to import from a root directory or archive file, and click "Browse".
Figure 2. Import from directory or file
-
Select the project you want to import.
Unselect the NaCl modules from the project list, or clear the "Search for nested projects" check box.
Figure 3. Unselect NaCl modules
-
To copy the project files to the current workspace, select the "Copy projects into workspace" check box.
-
Click "Finish".
The TV application project is imported and visible in the "Project Explorer" view. -
To add the NaCl modules to the "Project Explorer" view:
-
In the "Project Explorer" view, expand the "nacl_modules" directory within the TV application project.
-
For each NaCl module folder, right-click the folder and select "Import as Project".
Figure 4. Import NaCl module as a project
The NaCl module appears as a project in the "Project Explorer" view.
Figure 5. Imported projects tree
-
-
Make sure a valid NaCl toolchain version is defined for each module.
For more information, see Managing NaCl Toolchains.