1{ 2 "product_name": "rtos_demo_xts", 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 "hctest", 14 "module_ActsBootstrapTest", 15 "module_ActsUtilsFileTest", 16 "module_ActsLwipTest" 17 ] 18 } 19 ], 20 "subsystems": [ 21 { 22 "subsystem": "kernel", 23 "components": [ 24 { "component": "uniproton", "features":[] } 25 ] 26 }, 27 { 28 "subsystem": "startup", 29 "components": [ 30 { "component": "bootstrap_lite", "features": [] }, 31 { 32 "component": "syspara_lite", 33 "features": [ 34 "enable_ohos_startup_init_lite_use_posix_file_api = false" 35 ] 36 } 37 ] 38 }, 39 { 40 "subsystem": "systemabilitymgr", 41 "components": [ 42 { 43 "component": "samgr_lite", 44 "features": [ 45 "config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096" 46 ] 47 } 48 ] 49 }, 50 { 51 "subsystem": "commonlibrary", 52 "components": [ 53 { "component": "file", "features":[] } 54 ] 55 }, 56 { 57 "subsystem": "xts", 58 "components": [ 59 { 60 "component": "xts_acts", 61 "features": [ 62 "build_xts=true", 63 "enable_ohos_test_xts_acts_use_thirdparty_lwip = false" 64 ] 65 } 66 ] 67 } 68 ], 69 "third_party_dir": "", 70 "product_adapter_dir": "//vendor/alientek/rtos_demo/hals" 71 } 72