modify bms part

Signed-off-by: 17764556280 <hanfeng6@huawei.com>
This commit is contained in:
17764556280 2022-01-28 20:09:46 +08:00
parent e9db664f79
commit 1ce9e0e2eb
3 changed files with 11 additions and 4 deletions

View File

@ -4,7 +4,7 @@
"version": "3.1",
"license": "Apache 2.0",
"segment": {
"destPath": "foundation/appexecfwk/standard/services/bundlemgr"
"destPath": "foundation/appexecfwk/standard"
},
"component": {
"name": "bundle_framework",
@ -18,15 +18,21 @@
"ram": "4000KB",
"deps": {
"components": [
"aafwk_standard",
"ability_runtime",
"access_token",
"appverify",
"bytrace_standard",
"ces_standard",
"distributeddatamgr",
"eventhandler",
"hiviewdfx_hilog_native",
"i18n_standard",
"ipc",
"napi",
"os_account_standard",
"permission_standard",
"safwk",
"resmgr_standard",
"samgr_standard",
"startup_l2",
"utils_base"

View File

@ -18,7 +18,7 @@
"ram": "100KB",
"deps": {
"components": [
"aafwk_standard",
"ability_runtime",
"bundle_framework",
"distributeddatamgr",
"hiviewdfx_hilog_native",

View File

@ -18,10 +18,11 @@
"ram": "100KB",
"deps": {
"components": [
"aafwk_standard",
"ability_runtime",
"bundle_framework",
"hiviewdfx_hilog_native",
"ipc",
"resmgr_standard",
"samgr_standard",
"utils_base"
],