1{ 2 "product_name": "ohos-sdk", 3 "device_company": "ohos", 4 "target_cpu": "arm64", 5 "board": "sdk", 6 "version": "3.0", 7 "type": "standard", 8 "subsystems": [ 9 { 10 "subsystem": "ability", 11 "components": [ 12 { "component": "ability_runtime" }, 13 { "component": "ability_tools" }, 14 { "component": "idl_tool" }, 15 { "component": "form_fwk" }, 16 { "component": "ability_base" }, 17 { "component": "dmsfwk" } 18 ] 19 }, 20 { 21 "subsystem": "applications", 22 "components": [ 23 { "component": "prebuilt_hap" }, 24 { "component": "calendar_data" } 25 ] 26 }, 27 { 28 "subsystem": "arkcompiler", 29 "components": [ 30 { "component": "runtime_core" }, 31 { "component": "ets_runtime" }, 32 { "component": "ets_frontend" }, 33 { "component": "toolchain" } 34 ] 35 }, 36 { 37 "subsystem": "arkui", 38 "components": [ 39 { "component": "ace_engine" }, 40 { "component": "napi" } 41 ] 42 }, 43 { 44 "subsystem": "account", 45 "components": [ 46 { "component": "os_account" } 47 ] 48 }, 49 { 50 "subsystem": "bundlemanager", 51 "components": [ 52 { "component": "bundle_framework" }, 53 { "component": "bundle_tool" }, 54 { "component": "distributed_bundle_framework" } 55 ] 56 }, 57 { 58 "subsystem": "common", 59 "components": [ 60 { "component": "common" } 61 ] 62 }, 63 { 64 "subsystem": "communication", 65 "components": [ 66 { "component": "ipc" }, 67 { "component": "ipc_js" }, 68 { "component": "net_manager" }, 69 { "component": "netmanager_base" }, 70 { "component": "netmanager_ext" }, 71 { "component": "netstack" }, 72 { "component": "dsoftbus" }, 73 { "component": "wifi" }, 74 { "component": "dhcp" }, 75 { "component": "bluetooth_native_js" } 76 ] 77 }, 78 { 79 "subsystem": "commonlibrary", 80 "components": [ 81 { "component": "c_utils" }, 82 { "component": "ets_utils" } 83 ] 84 }, 85 { 86 "subsystem": "distributeddatamgr", 87 "components": [ 88 { "component": "relational_store" }, 89 { "component": "preferences" }, 90 { "component": "data_share" }, 91 { "component": "datamgr_service" }, 92 { "component": "kv_store" }, 93 { "component": "e2fsprogs" }, 94 { "component": "udmf" } 95 ] 96 }, 97 { 98 "subsystem": "distributedhardware", 99 "components": [ { "component": "device_manager" } ] 100 }, 101 { 102 "subsystem": "developtools", 103 "components": [ 104 { "component": "hdc" }, 105 { "component": "hiperf" } 106 ] 107 }, 108 { 109 "subsystem": "deviceprofile", 110 "components": [ { "component": "device_info_manager" } ] 111 }, 112 { 113 "subsystem": "filemanagement", 114 "components": [ 115 { "component": "storage_service" }, 116 { "component": "file_api" } 117 ] 118 }, 119 { 120 "subsystem": "hiviewdfx", 121 "components": [ 122 { "component": "hilog" }, 123 { "component": "hisysevent" }, 124 { "component": "hiappevent" }, 125 { "component": "hichecker" }, 126 { "component": "hidumper" }, 127 { "component": "hiview" }, 128 { "component": "faultloggerd" }, 129 { "component": "hitrace" }, 130 { "component": "hicollie" } 131 ] 132 }, 133 { 134 "subsystem": "notification", 135 "components": [ 136 { "component": "common_event_service" }, 137 { "component": "distributed_notification_service" }, 138 { "component": "eventhandler" } 139 ] 140 }, 141 { 142 "subsystem": "hdf", 143 "components": [ 144 { "component": "hdf" } 145 ] 146 }, 147 { 148 "subsystem": "updater", 149 "components": [ 150 { "component": "updater" } 151 ] 152 }, 153 { 154 "subsystem": "graphic", 155 "components": [ 156 { "component": "graphic_2d" }, 157 { "component": "graphic_chipsetsdk" } 158 ] 159 }, 160 { 161 "subsystem": "window", 162 "components": [ 163 { "component": "window_manager" } 164 ] 165 }, 166 { 167 "subsystem": "startup", 168 "components": [ 169 { "component": "startup_l2" }, 170 { "component": "appspawn" }, 171 { "component": "init" } 172 ] 173 }, 174 { 175 "subsystem": "systemabilitymgr", 176 "components": [ 177 { "component": "samgr" }, 178 { "component": "safwk" } 179 ] 180 }, 181 { 182 "subsystem": "security", 183 "components": [ 184 { "component": "appverify" }, 185 { "component": "access_token" }, 186 { "component": "huks" }, 187 { "component": "certificate_manager" }, 188 { "component": "certificate_framework" }, 189 { "component": "device_auth" }, 190 { "component": "crypto_framework" }, 191 { "component": "dataclassification" }, 192 { "component": "device_security_level" } 193 ] 194 }, 195 { 196 "subsystem": "sensors", 197 "components": [ 198 { "component": "sensor" }, 199 { "component": "miscdevice" } 200 ] 201 }, 202 { 203 "subsystem": "settingsnapi", 204 "components": [ { "component": "settings_standard" } ] 205 }, 206 { 207 "subsystem": "time", 208 "components": [ 209 { "component": "time_service" } 210 ] 211 }, 212 { 213 "subsystem": "print", 214 "components": [ 215 { "component": "print_service" } 216 ] 217 }, 218 { 219 "subsystem": "powermgr", 220 "components": [ 221 { "component": "power_manager" }, 222 { "component": "battery_manager" }, 223 { "component": "battery_statistics" }, 224 { "component": "display_manager" } 225 ] 226 }, 227 { 228 "subsystem": "inputmethod", 229 "components": [ { "component": "imf" }] 230 }, 231 { 232 "subsystem": "multimedia", 233 "components": [ 234 { "component": "histreamer" }, 235 { "component": "player_framework" }, 236 { "component": "av_codec" }, 237 { "component": "audio_framework" }, 238 { "component": "camera_framework" }, 239 { "component": "image_framework" }, 240 { "component": "media_library" } 241 ] 242 }, 243 { 244 "subsystem": "multimodalinput", 245 "components": [ { "component": "input" } ] 246 }, 247 { 248 "subsystem": "telephony", 249 "components": [ 250 { "component": "core_service" }, 251 { "component": "ril_adapter" }, 252 { "component": "telephony_data" }, 253 { "component": "state_registry" }, 254 { "component": "cellular_call" }, 255 { "component": "cellular_data" }, 256 { "component": "sms_mms" }, 257 { "component": "call_manager" } 258 ] 259 }, 260 { 261 "subsystem": "global", 262 "components": [ 263 { "component": "i18n" }, 264 { "component": "resource_management" } 265 ] 266 }, 267 { 268 "subsystem": "wpa_supplicant-2.9", 269 "components": [ { "component": "wpa_supplicant-2.9" } ] 270 }, 271 { 272 "subsystem": "xts", 273 "components": [ 274 { "component": "acts" }, 275 { "component": "hats" }, 276 { "component": "dcts" }, 277 { "component": "device_attest" } 278 ] 279 }, 280 { 281 "subsystem": "msdp", 282 "components": [ 283 { "component": "device_status" } 284 ] 285 }, 286 { 287 "subsystem": "ide", 288 "components": [ 289 { "component": "previewer" } 290 ] 291 } 292 ] 293} 294