From 0dd5cf4f32fb5ed286e1249db9e1904c991a1dcc Mon Sep 17 00:00:00 2001 From: chen Date: Thu, 21 Jul 2022 19:57:18 +0800 Subject: [PATCH] modify samgr partname Signed-off-by: chen Change-Id: Iaabc995995fa988d8a15818a330a65664ffa833a --- BUILD.gn | 4 ++-- bundle.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 10bc5bc..23039d7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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" ] diff --git a/bundle.json b/bundle.json index 4b103d2..1ea790a 100644 --- a/bundle.json +++ b/bundle.json @@ -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" ] } }