mirror of
https://github.com/openharmony/distributedschedule_safwk_lite.git
synced 2026-06-30 22:07:54 -04:00
modify samgr partname
Signed-off-by: chen <chenkang40@huawei.com> Change-Id: Iaabc995995fa988d8a15818a330a65664ffa833a
This commit is contained in:
@@ -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
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user