mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-07-20 23:55:24 -04:00
IssueNo:#I4GI1V
Description:bms adaptation Sig:appexecfwk Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: wangdengjia <wangdengjia@huawei.com> Change-Id: Ic08dd2f89b1b476b5517b51d178837ed8c3e919d Signed-off-by: wangdengjia <wangdengjia@huawei.com>
This commit is contained in:
@@ -1044,4 +1044,11 @@ const char *GetCurrentBundle()
|
||||
MutexRelease(&g_currentBundleMutex);
|
||||
return bundleName;
|
||||
}
|
||||
|
||||
#ifdef __LITEOS_M__
|
||||
void InstallCallbackFunc(const uint8_t resultCode, const void *resultMessage)
|
||||
{
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user