1{ 2 "product_name": "qemu_riscv_mini_system_demo", 3 "ohos_version": "OpenHarmony 1.0", 4 "device_company": "qemu", 5 "type":"mini", 6 "version": "3.0", 7 "board": "riscv32_virt", 8 "kernel_type": "liteos_m", 9 "kernel_version": "3.0.0", 10 "force_link_libs": [ 11 "bootstrap", 12 "abilityms", 13 "example", 14 "ability_demo" 15 ], 16 "subsystems": [ 17 { 18 "subsystem": "kernel", 19 "components": [ 20 { "component": "liteos_m", "features":[] 21 } 22 ] 23 }, 24 { 25 "subsystem": "startup", 26 "components": [ 27 { 28 "component": "bootstrap_lite" 29 }, 30 { 31 "component": "init", 32 "features": [ 33 "init_feature_begetctl_liteos = true", 34 "init_lite_use_posix_file_api = true" 35 ] 36 } 37 ] 38 }, 39 { 40 "subsystem": "hiviewdfx", 41 "components": [ 42 { 43 "component": "hilog_lite", 44 "optional": "true" 45 }, 46 { 47 "component": "hievent_lite", 48 "optional": "true" 49 } 50 ] 51 }, 52 { 53 "subsystem": "graphic", 54 "components": [ 55 { 56 "component": "graphic_utils_lite", 57 "features": [ 58 "graphic_utils_lite_enable_ohos_product_config = true" 59 ] 60 } 61 ] 62 }, 63 { 64 "subsystem": "arkui", 65 "components": [ 66 { 67 "component": "ace_engine_lite", 68 "features": [ 69 "ace_engine_lite_feature_product_config = true" 70 ] 71 }, 72 { 73 "component": "ui_lite" 74 } 75 ] 76 }, 77 { 78 "subsystem": "ability", 79 "components": [ 80 { 81 "component": "ability_lite", 82 "features": [ 83 "ability_lite_enable_ohos_appexecfwk_feature_ability = true", 84 "ability_lite_config_ohos_aafwk_ams_task_size = 4096", 85 "ability_lite_config_ohos_aafwk_aafwk_lite_task_stack_size = 32768" 86 ] 87 } 88 ] 89 }, 90 { 91 "subsystem": "bundlemanager", 92 "components": [ 93 { 94 "component": "bundle_framework_lite" 95 } 96 ] 97 }, 98 { 99 "subsystem": "global", 100 "components": [ 101 { 102 "component": "resource_management_lite" 103 }, 104 { 105 "component": "i18n_lite" 106 } 107 ] 108 }, 109 { 110 "subsystem": "systemabilitymgr", 111 "components": [ 112 { 113 "component": "samgr_lite", 114 "features": [ 115 "config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096" 116 ] 117 } 118 ] 119 } 120 ], 121 "third_party_dir": "", 122 "product_adapter_dir": "//vendor/ohemu/qemu_riscv32_mini_system_demo/hals" 123} 124