1{
2    "name": "@ohos/libjpeg-turbo",
3    "description": "IJG is an informal group that writes and distributes a widely used free library for JPEG image compression",
4    "version": "3.1",
5    "license": "JPEG License",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/libjpeg-turbo"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENSE.md",
13    "readmePath": {
14        "en": ""
15    },
16    "component": {
17        "name": "libjpeg-turbo",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [ "standard","mini" ],
22        "rom": "",
23        "ram": "",
24        "deps": {
25            "components": [],
26            "third_party": []
27        },
28        "build": {
29            "sub_component": [ "//third_party/libjpeg-turbo:turbojpeg" ],
30            "inner_kits": [
31                {
32                    "name": "//third_party/libjpeg-turbo:turbojpeg"
33                },
34                {
35                    "name": "//third_party/libjpeg-turbo:turbojpeg_static"
36                }
37            ],
38            "test": []
39        }
40    }
41}