This topic describes how to create Native Client modules linked to a TV application project.
You can create and add a Native Client (NaCl) module to an existing TV application project:
In the Tizen Studio "Project Explorer" view, right-click the project.
Select "New > NaCl Module".
Define the programming language and whether to create a sample, template, or empty module, and then click "Next".
Define the module name, header file location, and source file location, and click "Next". The module name must be unique in the current workspace.
Define the position and size for displaying the NaCl module on the Web page, and click "Finish".
The module is created within the "nacl_modules" folder in the TV application project. It also appears as its own project in the "Project Explorer" view, so you can configure, develop, and test the module separately.