This topic describes how to create Native Client modules linked to a TV application project.
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 create and add a Native Client (NaCl) module to an existing TV application project:
If you do not see the "NaCl Module" menu item, enable NaCl support on the project.
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".
If you have selected a sample module, the position and size controls are disabled.
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.