-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Maidu Üle edited this page Feb 13, 2021
·
6 revisions
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.
- Go to directory system_test
- Compile tests with make
- 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.