Files
taiyipei a69855d1c7 add bundle json file
Signed-off-by: taiyipei <peitaiyi@huawei.com>
2022-05-11 23:25:56 -07:00

35 lines
881 B
JSON
Executable File

{
"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": []
}
}
}