Files
third_party_libjpeg/bundle.json
pjscc 2996fb4e24 add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
2022-01-20 15:09:47 +08:00

34 lines
832 B
JSON

{
"name": "@ohos/libjpeg",
"description": "IJG is an informal group that writes and distributes a widely used free library for JPEG image compression",
"version": "3.1",
"license": "JPEG License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libjpeg"
},
"dirs": {},
"scripts": {},
"licensePath": "README",
"readmePath": {
"en": ""
},
"component": {
"name": "thirdparty_libjpeg",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}