diff --git a/frameworks/src/bundle_command_common.cpp b/frameworks/src/bundle_command_common.cpp index 0a61f1fc8ee7d8372428749a4530be10d512dd43..800cfc71d9d6d91b35b2f318bf48fd17dff3a28c 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