Skip to content
Maidu Üle edited this page Feb 13, 2021 · 6 revisions

Getting started

Easiest way to get started with HMKit Core is to use system_test project in HMKit Core repository. This will give you quick overview how to setup project and how internal logic works.

  1. Go to directory system_test
  2. Compile tests with make
  3. Run test ./systemtest

To see how HMKit Core is used in real environment you can review HMKit Android or HMKit OEM project.

When you want to build your own project based on HMKit Core then clone HMKit Core template project and follow instructions in Architecture document.

Clone this wiki locally