From 73692c9fc22c7bf7492b9f797a3e20500ea5ed34 Mon Sep 17 00:00:00 2001 From: sunjiakun Date: Wed, 1 Jan 2025 17:17:44 +0800 Subject: [PATCH] =?UTF-8?q?hdc(bm=E5=B7=A5=E5=85=B7)=E7=A6=81=E6=AD=A2?= =?UTF-8?q?=E5=AE=89=E8=A3=85release=E7=9A=84OS=E9=A2=84=E7=BD=AE=E5=BA=94?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sunjiakun --- frameworks/src/bundle_command_common.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frameworks/src/bundle_command_common.cpp b/frameworks/src/bundle_command_common.cpp index 0a61f1f..800cfc7 100644 --- a/frameworks/src/bundle_command_common.cpp +++ b/frameworks/src/bundle_command_common.cpp @@ -715,6 +715,10 @@ std::map BundleCommandCommon::bundleMessageMap_ = { IStatusReceiver::ERR_INSTALL_BUNDLE_NOT_ALLOWED_FOR_SHELL_IN_OOBE, "error: Bundle cannot be installed in oobe phase." }, + { + IStatusReceiver::ERR_APPEXECFWK_INSTALL_OS_INTEGRATION_BUNDLE_NOT_ALLOWED_FOR_SHELL, + "error: os_integration Bundle is not allowed to install for shell." + }, }; } // AppExecFwk } // OHOS \ No newline at end of file -- Gitee