• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/astc-encoder",
3    "description": "This is the official repository for Arm ASTC encoders,which are texture compressors for adaptive extensible texture compression data formats.",
4    "version": "4.7.0",
5    "license": "Apache-2.0",
6    "publishAs": "code-segment",
7    "segment":{
8        "destPath": "third_party/astc-encoder"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENCE",
13    "component": {
14        "name": "astc-encoder",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": ["standard"],
19        "rom": "",
20        "ram": "",
21        "deps": {
22            "components": [],
23            "third_party": []
24        },
25        "build": {
26            "sub_component": ["//third_party/astc-encoder:astc_encoder_shared"],
27            "inner_kits": [
28                {
29                    "name": "//third_party/astc-encoder:astc_encoder_shared"
30                }
31            ],
32            "test": []
33        }
34    }
35}
36