diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..a9a260f16bed1096c27d9d355d94ab12e14a8d5b --- /dev/null +++ b/bundle.json @@ -0,0 +1,32 @@ +{ + "name": "@ohos/distributedschedule_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", + "publishAs": "code-segment", + "segment": { + "destPath": "foundation/distributedschedule/safwk_lite" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "safwk_lite", + "subsystem": "distributedschedule", + "adapted_system_type": [ + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [ + "//foundation/distributedschedule/safwk_lite:foundation" + ] + } + } +} \ No newline at end of file