mirror of
https://github.com/openharmony/third_party_astc-encoder.git
synced 2026-08-27 02:51:14 -04:00
86b91d7c3f
Signed-off-by: renhw001 <renhongwei9@huawei.com>
32 lines
894 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|