config.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "product_name": "smart_weight_scale",
  3. "ohos_version": "OpenHarmony 2.3",
  4. "device_company": "allwinner",
  5. "type": "mini",
  6. "version": "3.0",
  7. "board": "xradio",
  8. "kernel_type": "liteos_m",
  9. "kernel_version": "",
  10. "gcc_toolchain": "",
  11. "subsystems": [
  12. {
  13. "subsystem": "kernel",
  14. "components": [
  15. {
  16. "component": "liteos_m",
  17. "features": [
  18. "ohos_kernel_liteos_m_lwip_path = \"//device/soc/allwinner/xradio/third_party/lwip\"",
  19. "XTS_ENABLE = true"
  20. ]
  21. }
  22. ]
  23. },
  24. {
  25. "subsystem": "hiviewdfx",
  26. "components": [
  27. {
  28. "component": "hilog_lite",
  29. "optional": "true"
  30. },
  31. {
  32. "component": "hievent_lite",
  33. "optional": "true"
  34. }
  35. ]
  36. },
  37. {
  38. "subsystem": "distributedschedule",
  39. "components": [
  40. { "component": "samgr_lite", "features":[] }
  41. ]
  42. },
  43. {
  44. "subsystem": "startup",
  45. "components": [
  46. { "component": "bootstrap_lite", "features":[] },
  47. {
  48. "component": "syspara_lite",
  49. "features": [
  50. "enable_ohos_startup_syspara_lite_use_posix_file_api = true",
  51. "config_ohos_startup_syspara_lite_data_path = \"//\""
  52. ]
  53. }
  54. ]
  55. },
  56. {
  57. "subsystem": "communication",
  58. "components": [
  59. { "component": "wifi_lite", "features":[] }
  60. ]
  61. },
  62. {
  63. "subsystem": "iot_hardware",
  64. "components": [
  65. {"component": "iot_controller", "features":[] }
  66. ]
  67. },
  68. {
  69. "subsystem": "utils",
  70. "components": [
  71. { "component": "file", "features":[] },
  72. { "component": "kv_store", "features":[
  73. "enable_ohos_utils_native_lite_kv_store_use_posix_kv_api = true"
  74. ] },
  75. { "component": "os_dump", "features":[] },
  76. { "component": "utils_base", "features":[] }
  77. ]
  78. },
  79. {
  80. "subsystem": "security",
  81. "components": [
  82. { "component": "huks", "features":
  83. [
  84. "disable_huks_binary = true",
  85. "disable_authenticate = true"
  86. ]
  87. }
  88. ]
  89. }
  90. ],
  91. "Target_SDK_dir": "",
  92. "vendor_adapter_dir": "",
  93. "third_party_dir": "",
  94. "product_adapter_dir": "//vendor/team_x/smart_weight_scale/hals",
  95. "ohos_product_type":"",
  96. "ohos_manufacture":"",
  97. "ohos_brand":"",
  98. "ohos_market_name":"",
  99. "ohos_product_series":"",
  100. "ohos_product_model":"",
  101. "ohos_software_model":"",
  102. "ohos_hardware_model":"",
  103. "ohos_hardware_profile":"",
  104. "ohos_serial":"",
  105. "ohos_bootloader_version":"",
  106. "ohos_secure_patch_level":"",
  107. "ohos_abi_list":""
  108. }