• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/libpng",
3    "description": "Reference library for supporting the Portable Network Graphics (PNG) format.",
4    "version": "3.1",
5    "license": "libpng license",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/libpng"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENSE",
13    "readmePath": {
14        "en": "README"
15    },
16    "component": {
17        "name": "libpng",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [
22            "small",
23            "mini",
24            "standard"
25        ],
26        "rom": "",
27        "ram": "",
28        "deps": {
29            "components": [],
30            "third_party": ["zlib"]
31        },
32        "build": {
33            "sub_component": [],
34            "inner_kits": [],
35            "test": []
36        }
37    }
38}
39