1{ 2 "product_name": "rtos_demo", 3 "ohos_version": "OpenHarmony 3.0", 4 "type":"mini", 5 "version": "3.0", 6 "device_company": "soc", 7 "board": "st/stm32f407zg", 8 "kernel_type": "uniproton", 9 "kernel_version": "3.0.0", 10 "bin_list": [ 11 { 12 "force_link_libs": [ 13 "app" 14 ] 15 } 16 ], 17 "subsystems": [ 18 { 19 "subsystem": "kernel", 20 "components": [ 21 { "component": "uniproton", "features":[] } 22 ] 23 }, 24 { 25 "subsystem": "startup", 26 "components": [ 27 { "component": "bootstrap_lite", "features": [] } 28 ] 29 }, 30 { 31 "subsystem": "systemabilitymgr", 32 "components": [ 33 { 34 "component": "samgr_lite", 35 "features": [ 36 "config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096" 37 ] 38 } 39 ] 40 }, 41 { 42 "subsystem": "commonlibrary", 43 "components": [ 44 { "component": "file", "features":[] } 45 ] 46 } 47 ], 48 "third_party_dir": "", 49 "product_adapter_dir": "//vendor/alientek/rtos_demo/hals" 50 } 51