1{ 2 "install_list" : [ 3 { 4 "app_dir" : "/system/app/com.ohos.systemui", 5 "removable" : false 6 }, 7 { 8 "app_dir" : "/system/app/com.ohos.launcher", 9 "removable" : false 10 }, 11 { 12 "app_dir" : "/system/app/com.ohos.settings", 13 "removable" : false 14 }, 15 { 16 "app_dir" : "/system/app/com.ohos.note", 17 "removable" : false 18 }, 19 { 20 "app_dir" : "/system/app/com.ohos.settingsdata", 21 "removable" : false 22 }, 23 { 24 "app_dir" : "/system/app/com.ohos.screenshot", 25 "removable" : false 26 }, 27 { 28 "app_dir" : "/system/app/ohos.samples.clock", 29 "removable" : false 30 }, 31 { 32 "app_dir" : "/system/app/ohos.samples.airquality", 33 "removable" : false 34 }, 35 { 36 "app_dir" : "/system/app/com.example.distributedcalc", 37 "removable" : false 38 }, 39 { 40 "app_dir" : "/system/app/ohos.samples.flashlight", 41 "removable" : false 42 }, 43 { 44 "app_dir" : "/system/app/ohos.samples.ecg", 45 "removable" : false 46 }, 47 { 48 "app_dir" : "/system/app/com.ohos.photos", 49 "removable" : false 50 }, 51 { 52 "app_dir" : "/system/app/com.ohos.distributedmusicplayer", 53 "removable" : false 54 }, 55 { 56 "app_dir" : "/system/app/com.ohos.camera", 57 "removable" : false 58 }, 59 { 60 "app_dir" : "/system/app/com.ohos.devicemanagerui", 61 "removable" : false 62 }, 63 { 64 "app_dir" : "/system/app/com.example.kikakeyboard", 65 "removable" : false 66 }, 67 { 68 "app_dir" : "/system/app/com.ohos.medialibrary.MediaLibraryData", 69 "removable" : false 70 }, 71 { 72 "app_dir" : "/system/app/com.ohos.callui", 73 "removable" : false 74 }, 75 { 76 "app_dir" : "/system/app/com.ohos.mms", 77 "removable" : false 78 }, 79 { 80 "app_dir" : "/system/app/com.ohos.contacts", 81 "removable" : false 82 }, 83 { 84 "app_dir" : "/system/app/com.ohos.permissionmanager", 85 "removable" : false 86 }, 87 { 88 "app_dir" : "/system/app/com.ohos.settings.faceauth", 89 "removable" : false 90 }, 91 { 92 "app_dir" : "/system/app/com.ohos.adminprovisioning", 93 "removable" : false 94 }, 95 { 96 "app_dir" : "/system/app/com.ohos.filepicker", 97 "removable" : false 98 }, 99 { 100 "app_dir" : "/system/app/ohos.global.systemres", 101 "removable" : false 102 }, 103 { 104 "app_dir" : "/system/app/com.ohos.contactsdataability", 105 "removable" : false 106 }, 107 { 108 "app_dir" : "/system/app/com.ohos.nweb", 109 "removable" : false 110 }, 111 { 112 "app_dir" : "/system/app/ohos.telephony.resources", 113 "removable" : false 114 }, 115 { 116 "app_dir" : "/system/app/com.ohos.download", 117 "removable" : false 118 }, 119 { 120 "app_dir" : "/system/app/com.ohos.telephonydataability", 121 "removable" : false 122 }, 123 { 124 "app_dir" : "/system/app/com.ohos.UserFile.ExternalFileManager", 125 "removable" : false 126 }, 127 { 128 "app_dir" : "/system/app/com.ohos.gameperceptio", 129 "removable" : false 130 }, 131 { 132 "app_dir" : "/system/app/ohos.backgroundtaskmgr.resources", 133 "removable" : false 134 }, 135 { 136 "app_dir" : "/system/app/ohos.sample.shopping", 137 "removable" : false 138 }, 139 { 140 "app_dir" : "/system/app/com.ohos.wallpaper", 141 "removable" : true 142 }, 143 { 144 "app_dir" : "/system/app/cn.openharmony.inputmethodchoosedialog", 145 "removable" : false 146 }, 147 { 148 "app_dir": "/system/app/com.ohos.sharepickerdialog", 149 "removable": false 150 }, 151 { 152 "app_dir" : "/system/app/cn.openharmony.pasteboarddialog", 153 "removable" : true 154 }, 155 { 156 "app_dir": "/system/app/com.ohos.amsdialog", 157 "removable": false 158 }, 159 { 160 "app_dir": "/system/app/com.usb.right", 161 "removable": true 162 }, 163 { 164 "app_dir": "/system/app/com.ohos.certificatemanager", 165 "removable": true 166 }, 167 { 168 "app_dir": "/system/app/com.ohos.powerdialog", 169 "removable": false 170 }, 171 { 172 "app_dir": "/system/app/com.ohos.notificationdialog", 173 "removable": true 174 }, 175 { 176 "app_dir": "/system/app/com.ohos.formrenderservice", 177 "removable": false 178 }, 179 { 180 "app_dir": "/system/app/com.ohos.updateapp", 181 "removable": false 182 } 183 ] 184} 185