config.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "product_name": "DCMOTOR",
  3. "ohos_version": "OpenHarmony 1.0",
  4. "device_company": "bossay",
  5. "board": "hi3861_l0",
  6. "kernel_type": "liteos_m",
  7. "kernel_version": "",
  8. "subsystems": [
  9. {
  10. "subsystem": "iot_hardware",
  11. "components": [
  12. { "component": "iot_controller", "features":[] }
  13. ]
  14. },
  15. {
  16. "subsystem": "distributed_schedule",
  17. "components": [
  18. { "component": "samgr_lite", "features":[] }
  19. ]
  20. },
  21. {
  22. "subsystem": "security",
  23. "components": [
  24. { "component": "hichainsdk", "features":[] },
  25. { "component": "deviceauth_lite", "features":[] },
  26. { "component": "huks", "features":
  27. [
  28. "disable_huks_binary = false",
  29. "disable_authenticate = false",
  30. "huks_use_lite_storage = true",
  31. "huks_use_hardware_root_key = true",
  32. "huks_config_file = \"hks_config_lite.h\"",
  33. "huks_mbedtls_path = \"//device/bossay/hi3861_l0/sdk_liteos/third_party/mbedtls/include/\""
  34. ]
  35. }
  36. ]
  37. },
  38. {
  39. "subsystem": "startup",
  40. "components": [
  41. { "component": "bootstrap_lite", "features":[] },
  42. { "component": "syspara_lite", "features":
  43. [
  44. "enable_ohos_startup_syspara_lite_use_thirdparty_mbedtls = false"
  45. ]
  46. }
  47. ]
  48. }
  49. ],
  50. "third_party_dir": "//device/bossay/hi3861_l0/sdk_liteos/third_party",
  51. "product_adapter_dir": "//vendor/bossay/hi3861_l0/hals"
  52. }