Files
SimonLi e0cab2cdfb feat: samgr_lite适配轻量系统rpc
1. 保持对外使用接口不变
2. 采用宏开关进行特性控制
2.1 enable_ohos_distributedschedule_samgr_lite_rpc_mini 进行编译控制
默认为false,可以在vendor目录下的config.json中配置打开
2.2 MINI_SAMGR_LITE_RPC 进行代码编译隔离。
3. 在samgr init的时候,初始化全局的said和saname的映射关系
4. 本端将said传给远端

Signed-off-by: SimonLi <likailong@huawei.com>
2022-02-14 12:15:11 +08:00

43 lines
1.1 KiB
JSON

{
"name": "@ohos/distributedschedule_samgr_lite",
"description": "system ability manager",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/distributedschedule_samgr_lite",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/distributedschedule/samgr_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "samgr_lite",
"subsystem": "distributedschedule",
"adapted_system_type": [
"small"
],
"adapted_kernel": [
"liteos_a",
"liteos_m",
"linux"
],
"rom": "62KB",
"ram": "",
"deps": {
"components": [
"utils_base",
"hilog_lite"
],
"third_party": [
"bounds_checking_function",
"cJSON"
]
},
"build": {
"sub_component": [
"//foundation/distributedschedule/samgr_lite:samgr"
]
}
}
}