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