mirror of
https://github.com/openharmony/applications_camera_sample_communication.git
synced 2026-06-30 20:37:56 -04:00
Executable
+35
@@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user