From 057f12f0526241e635becbcc11f79c91e28c24ca Mon Sep 17 00:00:00 2001 From: 17764556280 Date: Sat, 22 Jan 2022 10:22:33 +0800 Subject: [PATCH] modify bms deps Signed-off-by: 17764556280 --- interfaces/inner_kits/native_cpp/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/inner_kits/native_cpp/BUILD.gn b/interfaces/inner_kits/native_cpp/BUILD.gn index 713944985..e1d31471d 100644 --- a/interfaces/inner_kits/native_cpp/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/BUILD.gn @@ -69,6 +69,7 @@ if (defined(ohos_lite)) { "appexecfwk_standard:appexecfwk_core", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", + "resmgr_standard:global_resmgr", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy", ] -- Gitee