• 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": "3.7",
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                    "header": {
31                      "header_files": [
32                        "astcenc_diagnostic_trace.h",
33                        "astcenc_internal.h",
34                        "astcenc_mathlib.h",
35                        "astcenc_vecmathlib_avx2_8.h",
36                        "astcenc_vecmathlib_common_4.h",
37                        "astcenc_vecmathlib_neon_4.h",
38                        "astcenc_vecmathlib_none_4.h",
39                        "astcenc_vecmathlib_sse_4.h",
40                        "astcenc_vecmathlib.h",
41                        "astcenc.h",
42                        "astcencci_internal.h",
43                        "stb_image_write.h",
44                        "stb_image.h",
45                        "tinyexr.h"
46                      ],
47                      "header_base": "//third_party/astc-encoder/Source"
48                    }
49                }
50            ],
51            "test": []
52        }
53    }
54}
55