包管理部件名、仓名和目录整改

Signed-off-by: linxiangzhi <linxiangzhi@huawei.com>
Change-Id: I4ecb8d80e74a64f5af85c71b3e4de234a3652973
This commit is contained in:
linxiangzhi
2022-05-12 17:15:28 +08:00
parent 3b79ecf5c5
commit 72a0abf742
7 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
## 目录
```
foundation/appexecfwk/standard
foundation/bundlemanager/bundle_framework
├── kits
│   └── appkit # Appkit实现的核心代码
├── common
+1 -1
View File
@@ -12,7 +12,7 @@
# limitations under the License.
aafwk_path = "//foundation/aafwk/standard"
appexecfwk_path = "//foundation/appexecfwk/standard"
appexecfwk_path = "//foundation/bundlemanager/bundle_framework"
libs_path = "${appexecfwk_path}/libs"
common_path = "${appexecfwk_path}/common"
+8 -8
View File
@@ -4,7 +4,7 @@
"version": "3.1",
"license": "Apache 2.0",
"segment": {
"destPath": "foundation/appexecfwk/standard"
"destPath": "foundation/bundlemanager/bundle_framework"
},
"component": {
"name": "bundle_framework",
@@ -18,7 +18,7 @@
"bundle_framework_free_install"
],
"hisysevent_config": [
"//foundation/appexecfwk/standard/hisysevent.yaml"
"//foundation/bundlemanager/bundle_framework/hisysevent.yaml"
],
"adapted_system_type": [
"standard"
@@ -58,12 +58,12 @@
},
"build": {
"sub_component": [
"//foundation/appexecfwk/standard:bms_target"
"//foundation/bundlemanager/bundle_framework:bms_target"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/appexecfwk/standard/interfaces/inner_api/appexecfwk_base/include",
"header_base": "//foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include",
"header_files": [
"ability_info.h",
"appexecfwk_errors.h",
@@ -71,11 +71,11 @@
"bundle_info.h"
]
},
"name": "//foundation/appexecfwk/standard/interfaces/inner_api/appexecfwk_base:appexecfwk_base"
"name": "//foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base:appexecfwk_base"
},
{
"header": {
"header_base": "//foundation/appexecfwk/standard/interfaces/inner_api/appexecfwk_core/include",
"header_base": "//foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include",
"header_files": [
"bundlemgr/bundle_installer_interface.h",
"bundlemgr/bundle_mgr_interface.h",
@@ -84,11 +84,11 @@
"bundlemgr/status_receiver_interface.h"
]
},
"name": "//foundation/appexecfwk/standard/interfaces/inner_api/appexecfwk_core:appexecfwk_core"
"name": "//foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core:appexecfwk_core"
}
],
"test": [
"//foundation/appexecfwk/standard:test_target"
"//foundation/bundlemanager/bundle_framework:test_target"
]
}
}
+5 -5
View File
@@ -4,7 +4,7 @@
"version": "3.1",
"license": "Apache 2.0",
"segment": {
"destPath": "foundation/appexecfwk/standard/bundle_tool"
"destPath": "foundation/bundlemanager/bundle_framework/bundle_tool"
},
"component": {
"name": "bundle_tool",
@@ -32,13 +32,13 @@
},
"build": {
"sub_component": [
"//foundation/appexecfwk/standard/bundle_tool:bm"
"//foundation/bundlemanager/bundle_framework/bundle_tool:bm"
],
"inner_kits": [],
"test": [
"//foundation/appexecfwk/standard/bundle_tool/test:moduletest",
"//foundation/appexecfwk/standard/bundle_tool/test:systemtest",
"//foundation/appexecfwk/standard/bundle_tool/test:unittest"
"//foundation/bundlemanager/bundle_framework/bundle_tool/test:moduletest",
"//foundation/bundlemanager/bundle_framework/bundle_tool/test:systemtest",
"//foundation/bundlemanager/bundle_framework/bundle_tool/test:unittest"
]
}
}
+1 -1
View File
@@ -12,7 +12,7 @@
# limitations under the License.
aafwk_path = "//foundation/aafwk/standard"
appexecfwk_path = "//foundation/appexecfwk/standard"
appexecfwk_path = "//foundation/bundlemanager/bundle_framework"
common_path = "${appexecfwk_path}/common"
kits_path = "${appexecfwk_path}/interfaces/kits"
+3 -3
View File
@@ -4,7 +4,7 @@
"version": "3.1",
"license": "Apache 2.0",
"segment": {
"destPath": "foundation/appexecfwk/standard/distributed_bundle_framework"
"destPath": "foundation/bundlemanager/bundle_framework/distributed_bundle_framework"
},
"component": {
"name": "distributed_bundle_framework",
@@ -38,8 +38,8 @@
},
"build": {
"sub_component": [
"//foundation/appexecfwk/standard/distributed_bundle_framework:jsapi_target",
"//foundation/appexecfwk/standard/distributed_bundle_framework:dbms_target"
"//foundation/bundlemanager/bundle_framework/distributed_bundle_framework:jsapi_target",
"//foundation/bundlemanager/bundle_framework/distributed_bundle_framework:dbms_target"
],
"test": []
}
+10 -10
View File
@@ -4,7 +4,7 @@
"version": "3.1",
"license": "Apache 2.0",
"segment": {
"destPath": "foundation/appexecfwk/standard/libs/libeventhandler"
"destPath": "foundation/bundlemanager/bundle_framework/libs/libeventhandler"
},
"component": {
"name": "eventhandler",
@@ -28,13 +28,13 @@
},
"build": {
"sub_component": [
"//foundation/appexecfwk/standard/interfaces/innerkits:innerkits_target",
"//foundation/appexecfwk/standard/interfaces/innerkits/napi:napi_packages"
"//foundation/bundlemanager/bundle_framework/interfaces/innerkits:innerkits_target",
"//foundation/bundlemanager/bundle_framework/interfaces/innerkits/napi:napi_packages"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler/include",
"header_base": "//foundation/bundlemanager/bundle_framework/interfaces/innerkits/libeventhandler/include",
"header_files": [
"event_handler_errors.h",
"event_handler.h",
@@ -45,22 +45,22 @@
"native_implement_eventhandler.h"
]
},
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler"
"name": "//foundation/bundlemanager/bundle_framework/interfaces/innerkits/libeventhandler:libeventhandler"
},
{
"header": {
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/eventhandler_native/eventhandler",
"header_base": "//foundation/bundlemanager/bundle_framework/interfaces/innerkits/eventhandler_native/eventhandler",
"header_files": [
"native_interface_eventhandler.h"
]
},
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/eventhandler_native:eventhandler_native"
"name": "//foundation/bundlemanager/bundle_framework/interfaces/innerkits/eventhandler_native:eventhandler_native"
}
],
"test": [
"//foundation/appexecfwk/standard/libs/libeventhandler/test:unittest",
"//foundation/appexecfwk/standard/libs/test:moduletest",
"//foundation/appexecfwk/standard/test/systemtest/common/ems:systemtest_ems"
"//foundation/bundlemanager/bundle_framework/libs/libeventhandler/test:unittest",
"//foundation/bundlemanager/bundle_framework/libs/test:moduletest",
"//foundation/bundlemanager/bundle_framework/test/systemtest/common/ems:systemtest_ems"
]
}
}