mirror of
https://github.com/openharmony/applications_camera_sample_communication.git
synced 2026-06-30 20:37:56 -04:00
a69855d1c7
Signed-off-by: taiyipei <peitaiyi@huawei.com>
35 lines
881 B
JSON
Executable File
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": []
|
|
}
|
|
}
|
|
} |