Skip to content

Applib-HarmonyOS/TVM

Repository files navigation

Build Quality Gate Status

Source

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.

Integration

  1. 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')
  1. 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'])
  1. 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'

License

TVM is licensed under the Apache-2.0 license.