modify samgr partname

Signed-off-by: chen <chenkang40@huawei.com>
Change-Id: Iaabc995995fa988d8a15818a330a65664ffa833a
This commit is contained in:
chen
2022-07-21 19:57:18 +08:00
parent eb8e71b6d8
commit 0dd5cf4f32
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
include_dirs = [
"//utils/native/lite/include",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr",
]
ldflags = [
@@ -47,7 +47,7 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
"//base/powermgr/powermgr_lite:powermgr_lite",
"//base/security/permission/services/permission_lite/ipc_auth:ipc_auth_target",
"//base/security/permission/services/permission_lite/pms:pms_target",
"//foundation/distributedschedule/samgr_lite/samgr_server:server",
"//foundation/systemabilitymgr/samgr_lite/samgr_server:server",
]
if (enable_timertask == true) {
deps += [ "//base/update/dupdate/services/timertask_lite:timertask" ]
+5 -5
View File
@@ -1,19 +1,19 @@
{
"name": "@ohos/distributedschedule_safwk_lite",
"name": "@ohos/systemabilitymgr_safwk_lite",
"description": "system ability framework",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/distributedschedule_safwk_lite",
"repository": "https://gitee.com/openharmony/systemabilitymgr_safwk_lite",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/distributedschedule/safwk_lite"
"destPath": "foundation/systemabilitymgr/safwk_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "safwk_lite",
"subsystem": "distributedschedule",
"subsystem": "systemabilitymgr",
"adapted_system_type": [
"small"
],
@@ -41,7 +41,7 @@
},
"build": {
"sub_component": [
"//foundation/distributedschedule/safwk_lite:foundation"
"//foundation/systemabilitymgr/safwk_lite:foundation"
]
}
}