1{ 2 "product_name": "gr5515_sk_xts_demo", 3 "ohos_version": "OpenHarmony 1.0", 4 "device_company": "goodix", 5 "board": "gr5515_sk", 6 "kernel_type": "liteos_m", 7 "kernel_version": "3.0.0", 8 "subsystems": [ 9 { 10 "subsystem": "kernel", 11 "components": [ 12 { "component": "liteos_m" } 13 ] 14 }, 15 { 16 "subsystem": "iothardware", 17 "components": [ 18 { "component": "peripheral", "features":[] } 19 ] 20 }, 21 { 22 "subsystem": "hiviewdfx", 23 "components": [ 24 { "component": "hilog_lite", "features":[] }, 25 { "component": "hievent_lite", "features":[] } 26 ] 27 }, 28 { 29 "subsystem": "systemabilitymgr", 30 "components": [ 31 { "component": "samgr_lite", "features":[] } 32 ] 33 }, 34 { 35 "subsystem": "startup", 36 "components": [ 37 { "component": "bootstrap_lite", "features":[] }, 38 { 39 "component": "init_lite", 40 "features": [ 41 "enable_ohos_startup_init_feature_begetctl_liteos = true" 42 ] 43 } 44 ] 45 }, 46 { 47 "subsystem": "commonlibrary", 48 "components": [ 49 { "component": "utils_lite", "features":[ "utils_lite_feature_file = true" ] } 50 ] 51 }, 52 { 53 "subsystem": "updater", 54 "components": [ 55 { "component": "sys_installer_lite", "features":[] } 56 ] 57 }, 58 { 59 "subsystem": "xts", 60 "components": [ 61 { "component": "acts", "features": 62 [ 63 "config_ohos_xts_acts_utils_lite_kv_store_data_path = \"/data\"", 64 "build_xts = true" 65 ] 66 }, 67 { "component": "tools", "features":[] } 68 ] 69 }, 70 { 71 "subsystem": "security", 72 "components": [ 73 { "component": "huks", "features": 74 [ 75 "disable_huks_binary = true", 76 "disable_authenticate = false", 77 "huks_use_lite_storage = false", 78 "huks_use_hardware_root_key = false", 79 "huks_config_file = \"hks_config_lite.h\"" 80 ] 81 } 82 ] 83 } 84 ], 85 "third_party_dir": "", 86 "vendor_adapter_dir": "//device/soc/goodix/gr551x/adapter", 87 "product_adapter_dir": "//vendor/goodix/gr5515_sk_xts_demo/hals" 88 } 89