1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "product_name": "smart_NoiseDetection",
- "ohos_version": "OpenHarmony 1.0",
- "device_company": "bossay",
- "board": "hi3861_l0",
- "kernel_type": "liteos_m",
- "kernel_version": "",
- "subsystems": [
- {
- "subsystem": "applications",
- "components": [
- { "component": "wifi_iot_sample_app", "features":[] }
- ]
- },
- {
- "subsystem": "iot_hardware",
- "components": [
- { "component": "iot_controller", "features":[] }
- ]
- },
- {
- "subsystem": "hiviewdfx",
- "components": [
- { "component": "hilog_lite", "features":[] },
- { "component": "hievent_lite", "features":[] },
- { "component": "blackbox", "features":[] },
- { "component": "hidumper_mini", "features":[] }
- ]
- },
- {
- "subsystem": "distributed_schedule",
- "components": [
- { "component": "samgr_lite", "features":[] }
- ]
- },
- {
- "subsystem": "security",
- "components": [
- { "component": "hichainsdk", "features":[] },
- { "component": "deviceauth_lite", "features":[] },
- { "component": "huks", "features":
- [
- "disable_huks_binary = false",
- "disable_authenticate = false",
- "huks_use_lite_storage = true",
- "huks_use_hardware_root_key = true",
- "huks_config_file = \"hks_config_lite.h\"",
- "huks_mbedtls_path = \"//device/bossay/hi3861_l0/sdk_liteos/third_party/mbedtls/include/\""
- ]
- }
- ]
- },
- {
- "subsystem": "startup",
- "components": [
- { "component": "bootstrap_lite", "features":[] },
- { "component": "syspara_lite", "features":
- [
- "enable_ohos_startup_syspara_lite_use_thirdparty_mbedtls = false"
- ]
- }
- ]
- },
- {
- "subsystem": "communication",
- "components": [
- { "component": "wifi_lite", "features":[] },
- { "component": "softbus_lite", "features":[] },
- { "component": "wifi_aware", "features":[]}
- ]
- },
- {
- "subsystem": "update",
- "components": [
- { "component": "ota_lite", "features":[] }
- ]
- },
- {
- "subsystem": "iot",
- "components": [
- { "component": "iot_link", "features":[] }
- ]
- },
- {
- "subsystem": "utils",
- "components": [
- { "component": "file", "features":[] },
- { "component": "kv_store", "features":[] },
- { "component": "os_dump", "features":[] }
- ]
- }
- ],
- "third_party_dir": "//device/bossay/hi3861_l0/sdk_liteos/third_party",
- "product_adapter_dir": "//vendor/bossay/hi3861_l0/hals"
- }
|