This library has borrowed all major source codes from official TVM repo(https://github.com/apache/tvm). Actual code has been modified to make it adaptable in HMOS Dev environment.
- For using TVM module in sample app, include the source code and add the below dependencies in entry/build.gradle to generate hap/support.har.
implementation project(path: ':tvm')
- For using TVM module in separate application using har file, add the har file in the entry/libs folder and add the dependencies in entry/build.gradle file.
implementation fileTree(dir: 'libs', include: ['*.har'])
- For using TVM module from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
implementation 'dev.applibgroup:tvm:1.0.0'
TVM is licensed under the Apache-2.0 license.