From a69855d1c7a551c716bb1e435c075238373b02da Mon Sep 17 00:00:00 2001 From: taiyipei Date: Wed, 11 May 2022 23:25:56 -0700 Subject: [PATCH] add bundle json file Signed-off-by: taiyipei --- bundle.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100755 index 0000000..47de35e --- /dev/null +++ b/bundle.json @@ -0,0 +1,35 @@ +{ + "name": "@ohos/camera_sample_communication", + "description": "Communication related samples.", + "version": "3.1", + "license": "Apache License 2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "applications/sample/camera/communication" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "camera_sample_communication", + "subsystem": "applications", + "syscap": [], + "features": [], + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [ + "//applications/sample/camera/communication:sample" + ], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee