1{
2    "name": "@ohos/camera_lite",
3    "description": "Camera service for mini and small system.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "foundation/multimedia/camera_lite"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "camera_lite",
14        "subsystem": "multimedia",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "mini",
19            "small"
20        ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [
25                "hilog_lite",
26                "permission_lite",
27                "surface_lite"
28            ],
29            "third_party": [
30                "bounds_checking_function"
31            ]
32        },
33        "build": {
34            "sub_component": [
35                "//foundation/multimedia/camera_lite/frameworks:camera_lite"
36            ],
37            "inner_kits": [],
38            "test": []
39        }
40    }
41}