config.json 3.0 KB

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