Files
third_party_astc-encoder/bundle.json
T
renhw001 86b91d7c3f fix patch
Signed-off-by: renhw001 <renhongwei9@huawei.com>
2023-10-30 09:50:01 +08:00

32 lines
894 B
JSON

{
"name": "@ohos/astc-encoder",
"description": "This is the official repository for Arm ASTC encoders,which are texture compressors for adaptive extensible texture compression data formats.",
"version": "3.7",
"license": "Apache-2.0",
"publishAs": "code-segment",
"segment":{
"destPath": "third_party/astc-encoder"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENCE",
"component": {
"name": "astc-encoder",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": ["standard"],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": ["//third_party/astc-encoder:astc_encoder_shared"],
"inner_kits": [],
"test": []
}
}
}