• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/font_manager",
3  "version": "5.0",
4  "description": "对字体安装卸载进行管理",
5  "homePage": "https://gitee.com/openharmony",
6  "license": "Apache License 2.0",
7  "repository": "",
8  "domain": "os",
9  "language": "",
10  "publishAs": "code-segment",
11  "private": false,
12  "scripts": {},
13  "tags": [
14      "base"
15  ],
16  "keywords": [
17      "global",
18      "font_manager",
19      "standard"
20  ],
21  "envs": [],
22  "dirs": [],
23  "author": {
24      "name": "",
25      "email": "",
26      "url": ""
27  },
28  "contributors": [
29      {
30          "name": "",
31          "email": "",
32          "url": ""
33      }
34  ],
35  "segment": {
36      "destPath": "base/global/font_manager"
37  },
38  "component": {
39      "name": "font_manager",
40      "subsystem": "global",
41      "syscap": [ "SystemCapability.Global.FontManager" ],
42      "adapted_system_type": [
43          "standard"
44      ],
45      "rom": "",
46      "ram": "",
47      "deps": {
48        "components": [
49          "ability_base",
50          "ability_runtime",
51          "access_token",
52          "common_event_service",
53          "c_utils",
54          "cJSON",
55          "eventhandler",
56          "hilog",
57          "hisysevent",
58          "hitrace",
59          "ipc",
60          "napi",
61          "safwk",
62          "samgr",
63          "graphic_2d"
64        ]
65    },
66      "build": {
67          "sub_component": [
68            "//base/global/font_manager/interfaces/js/kits:fontmanager",
69            "//base/global/font_manager/sa_profile:font_server_profile",
70            "//base/global/font_manager/service:font_service_ability"
71          ],
72          "test": [
73            "//base/global/font_manager/frameworks/fontmgr/test:font_config_test",
74            "//base/global/font_manager/frameworks/fontmgr/test:font_manager_module_test",
75            "//base/global/font_manager/test/fuzztest:fuzztest"
76          ]
77      }
78  }
79}