1{ 2 "subsystems": [ 3 { 4 "subsystem": "common", 5 "components": [ 6 { 7 "component": "common" 8 } 9 ] 10 }, 11 { 12 "subsystem": "hdf", 13 "components": [ 14 { "component": "hdf_core" } 15 ] 16 }, 17 { 18 "subsystem": "startup", 19 "components": [ 20 { "component": "init" } 21 ] 22 }, 23 { 24 "subsystem": "communication", 25 "components": [ 26 { "component": "dsoftbus" }, 27 { "component": "ipc" } 28 ] 29 }, 30 { 31 "subsystem": "systemabilitymgr", 32 "components": [ 33 { "component": "samgr" }, 34 { "component": "safwk" } 35 ] 36 }, 37 { 38 "subsystem": "hiviewdfx", 39 "components": [ 40 { "component": "hilog_native" }, 41 { "component": "hilog_service" }, 42 { "component": "hitrace_native" }, 43 { "component": "hisysevent_native" }, 44 { "component": "hicollie_native" }, 45 { "component": "faultloggerd" } 46 ] 47 }, 48 { 49 "subsystem": "security", 50 "components": [ 51 { "component": "device_auth" }, 52 { "component": "access_token" }, 53 { "component": "huks" } 54 ] 55 }, 56 { 57 "subsystem": "notification", 58 "components": [ 59 { "component": "eventhandler" } 60 ] 61 }, 62 { 63 "subsystem": "commonlibrary", 64 "components": [ 65 { "component": "c_utils" } 66 ] 67 }, 68 { 69 "subsystem": "updater", 70 "components": [ 71 { "component": "updater" }, 72 { "component": "update_service" } 73 ] 74 }, 75 { 76 "subsystem": "developtools", 77 "components": [ 78 { "component": "syscap_codec" } 79 ] 80 } 81 ] 82} 83