123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "product_name": "smart_NFCHSU",
- "ohos_version": "OpenHarmony 1.0",
- "device_company": "bossay",
- "board": "hi3861_l0",
- "kernel_type": "liteos_m",
- "kernel_version": "",
- "subsystems": [
-
- {
- "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"
- ]
- }
- ]
- }
-
- ],
- "third_party_dir": "//device/bossay/hi3861_l0/sdk_liteos/third_party",
- "product_adapter_dir": "//vendor/bossay/hi3861_l0/hals"
- }
|