config.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "product_name": "smart_LiquidGas",
  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": "applications",
  11. "components": [
  12. { "component": "wifi_iot_sample_app", "features":[] }
  13. ]
  14. },
  15. {
  16. "subsystem": "iot_hardware",
  17. "components": [
  18. { "component": "iot_controller", "features":[] }
  19. ]
  20. },
  21. {
  22. "subsystem": "hiviewdfx",
  23. "components": [
  24. { "component": "hilog_lite", "features":[] },
  25. { "component": "hievent_lite", "features":[] },
  26. { "component": "blackbox", "features":[] },
  27. { "component": "hidumper_mini", "features":[] }
  28. ]
  29. },
  30. {
  31. "subsystem": "distributed_schedule",
  32. "components": [
  33. { "component": "samgr_lite", "features":[] }
  34. ]
  35. },
  36. {
  37. "subsystem": "security",
  38. "components": [
  39. { "component": "hichainsdk", "features":[] },
  40. { "component": "deviceauth_lite", "features":[] },
  41. { "component": "huks", "features":
  42. [
  43. "disable_huks_binary = false",
  44. "disable_authenticate = false",
  45. "huks_use_lite_storage = true",
  46. "huks_use_hardware_root_key = true",
  47. "huks_config_file = \"hks_config_lite.h\"",
  48. "huks_mbedtls_path = \"//device/bossay/hi3861_l0/sdk_liteos/third_party/mbedtls/include/\""
  49. ]
  50. }
  51. ]
  52. },
  53. {
  54. "subsystem": "startup",
  55. "components": [
  56. { "component": "bootstrap_lite", "features":[] },
  57. { "component": "syspara_lite", "features":
  58. [
  59. "enable_ohos_startup_syspara_lite_use_thirdparty_mbedtls = false"
  60. ]
  61. }
  62. ]
  63. },
  64. {
  65. "subsystem": "communication",
  66. "components": [
  67. { "component": "wifi_lite", "features":[] },
  68. { "component": "softbus_lite", "features":[] },
  69. { "component": "wifi_aware", "features":[]}
  70. ]
  71. },
  72. {
  73. "subsystem": "update",
  74. "components": [
  75. { "component": "ota_lite", "features":[] }
  76. ]
  77. },
  78. {
  79. "subsystem": "iot",
  80. "components": [
  81. { "component": "iot_link", "features":[] }
  82. ]
  83. },
  84. {
  85. "subsystem": "utils",
  86. "components": [
  87. { "component": "file", "features":[] },
  88. { "component": "kv_store", "features":[] },
  89. { "component": "os_dump", "features":[] }
  90. ]
  91. }
  92. ],
  93. "third_party_dir": "//device/bossay/hi3861_l0/sdk_liteos/third_party",
  94. "product_adapter_dir": "//vendor/bossay/hi3861_l0/hals"
  95. }