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.permissionmanager", 73 "removable" : false 74 }, 75 { 76 "app_dir" : "/system/app/com.ohos.adminprovisioning", 77 "removable" : false 78 }, 79 { 80 "app_dir" : "/system/app/com.ohos.filepicker", 81 "removable" : false 82 }, 83 { 84 "app_dir" : "/system/app/ohos.global.systemres", 85 "removable" : false 86 }, 87 { 88 "app_dir" : "/system/app/com.ohos.nweb", 89 "removable" : false 90 }, 91 { 92 "app_dir" : "/system/app/com.ohos.download", 93 "removable" : false 94 }, 95 { 96 "app_dir" : "/system/app/com.ohos.UserFile.ExternalFileManager", 97 "removable" : false 98 }, 99 { 100 "app_dir" : "/system/app/ohos.backgroundtaskmgr.resources", 101 "removable" : false 102 }, 103 { 104 "app_dir" : "/system/app/com.ohos.wallpaper", 105 "removable" : true 106 }, 107 { 108 "app_dir" : "/system/app/cn.openharmony.inputmethodchoosedialog", 109 "removable" : false 110 }, 111 { 112 "app_dir": "/system/app/com.ohos.sharepickerdialog", 113 "removable": false 114 }, 115 { 116 "app_dir" : "/system/app/cn.openharmony.pasteboarddialog", 117 "removable" : true 118 }, 119 { 120 "app_dir": "/system/app/com.ohos.amsdialog", 121 "removable": false 122 }, 123 { 124 "app_dir": "/system/app/com.usb.right", 125 "removable": true 126 }, 127 { 128 "app_dir": "/system/app/com.ohos.certificatemanager", 129 "removable": true 130 }, 131 { 132 "app_dir": "/system/app/com.ohos.powerdialog", 133 "removable": false 134 }, 135 { 136 "app_dir": "/system/app/com.ohos.notificationdialog", 137 "removable": true 138 }, 139 { 140 "app_dir": "/system/app/com.ohos.formrenderservice", 141 "removable": false 142 } 143 ] 144} 145