diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..bf7af251ed3dfb50ceca58444829613b9b627af2 --- /dev/null +++ b/bundle.json @@ -0,0 +1,59 @@ +{ + "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", + "subsystem": "distributedschedule", + "adapted_system_type": [ + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [ + "bounds_checking_function", + "cJSON" + ] + }, + "build": { + "sub_component": [ + "//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": {}, + "name": "//foundation/distributedschedule/samgr_lite/samgr_server:server" + } + ] + } + } +} \ No newline at end of file