This directory contains a service app template that can help you to create a service app based on lwnode
for Tizen devices such as Tizen TV.
At minimum, a service app consists of the following files.
// Typical directory structure
root
bin
lwnode
lib
index.js
packaging
helloworld.service
helloworld.spec
package.json
- lwnode: A
lwnode
executable to use to run a service app. - index.js: It defines the main entry point to a service app.
- helloworld.service: It makes the app to register as a service on a Tizen TV.
- helloworld.spec: It defines GBS build rules.
- helloworld.manifest: Minimum
.manifest
to create a Tizen app.