From e409fa4fc5de65b92139ee10a5d1ec61f1b17bde Mon Sep 17 00:00:00 2001 From: caochao Date: Tue, 18 Jan 2022 17:22:31 +0800 Subject: [PATCH] up samgr lite bundle.json Signed-off-by: caochao Change-Id: Ic581fecbe2dfa4a69adda59657b3c9c5e273dba0 --- bundle.json | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..1044e20 --- /dev/null +++ b/bundle.json @@ -0,0 +1,74 @@ +{ + "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" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [ + "bounds_checking_function", + "cJSON" + ] + }, + "build": { + "sub_component": [ + "//foundation/distributedschedule/samgr_lite/communication/broadcast:broadcast", + "//foundation/distributedschedule/samgr_lite/samgr:samgr", + "//foundation/distributedschedule/samgr_lite/samgr_server:server" + ], + "inner_kits": [ + { + "header": { + "header_base": "foundation/distributedschedule/samgr_lite/interfaces/kits/", + "header_files": [ + "registry/iproxy_client.h", + "registry/iproxy_server.h", + "registry/registry.h", + "samgr/common.h", + "samgr/feature.h", + "samgr/iunknown.h", + "samgr/message.h", + "samgr/samgr_lite.h", + "samgr/service.h" + ] + }, + "name": "//foundation/distributedschedule/samgr_lite/samgr:samgr" + }, + { + "header": { + "header_base": "foundation/distributedschedule/samgr_lite/samgr_server/source/", + "header_files": [ + "samgr_server.h" + ] + }, + "name": "//foundation/distributedschedule/samgr_lite/samgr_server:server" + }, + { + "header": { + "header_base": "foundation/distributedschedule/samgr_lite/interfaces/kits/communication/broadcast/", + "header_files": [ + "broadcast_interface.h" + ] + }, + "name": "//foundation/distributedschedule/samgr_lite/communication/broadcast:broadcast" + } + ] + } + } +} \ No newline at end of file