• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/harfbuzz",
3    "description": "HarfBuzz is a text shaping engine. It primarily supports OpenType, but also Apple Advanced Typography. HarfBuzz is used in Android, Chrome, ChromeOS, Firefox, GNOME, GTK+, KDE, LibreOffice, OpenJDK, PlayStation, Qt, XeTeX, and other places.",
4    "version": "3.1",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/harfbuzz"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "component": {
14        "name": "harfbuzz",
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": [
27                "//third_party/harfbuzz:harfbuzz_static"
28            ],
29            "inner_kits": [],
30            "test": []
31        }
32    }
33}