config.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "product_name": "smart_lamp",
  3. "ohos_version": "OpenHarmony 1.0.1",
  4. "device_company": "bearpi",
  5. "board": "bearpi_hm_nano",
  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. ]
  21. },
  22. {
  23. "subsystem": "distributed_schedule",
  24. "components": [
  25. { "component": "system_ability_manager", "features":[] }
  26. ]
  27. },
  28. {
  29. "subsystem": "security",
  30. "components": [
  31. { "component": "hichainsdk", "features":[] },
  32. { "component": "huks", "features":
  33. [
  34. "disable_huks_binary = false",
  35. "disable_authenticate = false"
  36. ]
  37. }
  38. ]
  39. },
  40. {
  41. "subsystem": "startup",
  42. "components": [
  43. { "component": "bootstrap", "features":[] },
  44. { "component": "syspara", "features":[] }
  45. ]
  46. },
  47. {
  48. "subsystem": "communication",
  49. "components": [
  50. { "component": "wlan", "features":[] },
  51. { "component": "wifi_aware", "features":[]}
  52. ]
  53. },
  54. {
  55. "subsystem": "update",
  56. "components": [
  57. { "component": "hota", "features":[] }
  58. ]
  59. },
  60. {
  61. "subsystem": "utils",
  62. "components": [
  63. { "component": "file", "features":[] },
  64. { "component": "kv_store", "features":[] },
  65. { "component": "os_dump", "features":[] }
  66. ]
  67. }
  68. ],
  69. "vendor_adapter_dir": "//device/bearpi/bearpi_hm_nano/hi3861_adapter",
  70. "third_party_dir": "//device/bearpi/bearpi_hm_nano/sdk_liteos/third_party",
  71. "product_adapter_dir": "//vendor/team_x/smart_lamp/hals",
  72. "ohos_product_type":"",
  73. "ohos_manufacture":"",
  74. "ohos_brand":"",
  75. "ohos_market_name":"",
  76. "ohos_product_series":"",
  77. "ohos_product_model":"",
  78. "ohos_software_model":"",
  79. "ohos_hardware_model":"",
  80. "ohos_hardware_profile":"",
  81. "ohos_serial":"",
  82. "ohos_bootloader_version":"",
  83. "ohos_secure_patch_level":"",
  84. "ohos_abi_list":""
  85. }