Importing NaCl-enabled Projects


This topic describes how to import development files from a TV application project containing Native Client modules.


Related Info


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:

  1. In the Tizen Studio menu, go to "File > Import".
    The "Import Wizard" opens.

  2. Select "General > Existing Projects into Workspace", and click "Next".

    Figure 1. Import wizard

  3. Select whether to import from a root directory or archive file, and click "Browse".

    Figure 2. Import from directory or file

  4. 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

  5. To copy the project files to the current workspace, select the "Copy projects into workspace" check box.

  6. Click "Finish".
    The TV application project is imported and visible in the "Project Explorer" view.

  7. To add the NaCl modules to the "Project Explorer" view:

    1. In the "Project Explorer" view, expand the "nacl_modules" directory within the TV application project.
    2. 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
  8. Make sure a valid NaCl toolchain version is defined for each module.
    For more information, see Managing NaCl Toolchains.