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:
wangdengjia
2021-11-02 09:47:59 +08:00
parent 4aa28f9c98
commit 47284eb8c8
@@ -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
}