config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "product_name": "smart_NFC0225",
  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": "hiviewdfx",
  17. "components": [
  18. { "component": "hilog_lite", "features":[] },
  19. { "component": "hievent_lite", "features":[] },
  20. { "component": "blackbox", "features":[] },
  21. { "component": "hidumper_mini", "features":[] }
  22. ]
  23. },
  24. {
  25. "subsystem": "distributed_schedule",
  26. "components": [
  27. { "component": "samgr_lite", "features":[] }
  28. ]
  29. },
  30. {
  31. "subsystem": "security",
  32. "components": [
  33. { "component": "hichainsdk", "features":[] },
  34. { "component": "deviceauth_lite", "features":[] },
  35. { "component": "huks", "features":
  36. [
  37. "disable_huks_binary = false",
  38. "disable_authenticate = false",
  39. "huks_use_lite_storage = true",
  40. "huks_use_hardware_root_key = true",
  41. "huks_config_file = \"hks_config_lite.h\"",
  42. "huks_mbedtls_path = \"//device/bossay/hi3861_l0/sdk_liteos/third_party/mbedtls/include/\""
  43. ]
  44. }
  45. ]
  46. },
  47. {
  48. "subsystem": "startup",
  49. "components": [
  50. { "component": "bootstrap_lite", "features":[] },
  51. { "component": "syspara_lite", "features":
  52. [
  53. "enable_ohos_startup_syspara_lite_use_thirdparty_mbedtls = false"
  54. ]
  55. }
  56. ]
  57. }
  58. ],
  59. "third_party_dir": "//device/bossay/hi3861_l0/sdk_liteos/third_party",
  60. "product_adapter_dir": "//vendor/bossay/hi3861_l0/hals"
  61. }