diff --git a/oriole/preinstall-config/install_list.json b/oriole/preinstall-config/install_list.json index 8ef6073029b1831b9126b0623320d27a2c1af935..dfe704eca1c9188a892c6fdc2229d58f7c2b65eb 100644 --- a/oriole/preinstall-config/install_list.json +++ b/oriole/preinstall-config/install_list.json @@ -53,7 +53,7 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.camera", + "app_dir" : "/vendor/soc_platform/com.ohos.camera", "removable" : false }, { @@ -73,7 +73,7 @@ "removable" : false }, { - "app_dir" : "/system/app/com.ohos.callui", + "app_dir" : "/vendor/soc_platform/app/com.ohos.callui", "removable" : false }, { @@ -199,6 +199,14 @@ { "app_dir": "/system/app/com.usb.function", "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/com.ohos.mindspore.ai", + "removable": true + }, + { + "app_dir": "/vendor/soc_platform/app/ohos.samples.browser1", + "removable": true } ] }