• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/form_fwk",
3    "description": "提供卡片创建、卡片删除、卡片释放等能力,包含接口和服务",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "foundation/ability/form_fwk"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "form_fwk",
14        "subsystem": "ability",
15        "syscap": [
16          "SystemCapability.Ability.Form"
17        ],
18        "features": [],
19        "adapted_system_type": [
20            "standard"
21        ],
22        "hisysevent_config": [
23          "//foundation/ability/form_fwk/hisysevent.yaml"
24        ],
25        "rom": "",
26        "ram": "",
27        "deps": {
28          "components": [
29              "ability_runtime",
30              "distributed_notification_service",
31              "bundle_framework",
32              "common_event_service",
33              "ecological_rule_mgr",
34              "ffrt",
35              "hilog",
36              "ipc",
37              "napi",
38              "relational_store",
39              "os_account",
40              "power_manager",
41              "safwk",
42              "samgr",
43              "c_utils",
44              "ability_base",
45              "eventhandler",
46              "hitrace",
47              "access_token",
48              "data_share",
49              "hicollie",
50              "hisysevent",
51              "kv_store",
52              "resource_management",
53              "time_service",
54              "device_usage_statistics",
55              "ace_engine"
56          ],
57          "third_party": [
58              "node",
59              "jsoncpp",
60              "json",
61              "libxml2"
62          ]
63        },
64        "build": {
65            "group_type": {
66              "fwk_group": [
67                "//foundation/ability/form_fwk:fms_innerkits_target",
68                "//foundation/ability/form_fwk:fmskit_native",
69                "//foundation/ability/form_fwk:form_napi_packages"
70              ],
71              "service_group": [
72                "//foundation/ability/form_fwk/sa_profile:form_sa_profile",
73                "//foundation/ability/form_fwk:fms_services_target"
74              ],
75              "base_group": []
76            },
77            "inner_kits": [
78              {
79                "header": {
80                  "header_base": "//foundation/ability/form_fwk/interfaces/inner_api/include",
81                  "header_files": [
82                    "form_death_callback.h",
83                    "form_host_interface.h",
84                    "form_host_stub.h",
85                    "form_js_info.h",
86                    "form_mgr_interface.h",
87                    "form_mgr_stub.h",
88                    "form_provider_data.h",
89                    "form_provider_interface.h",
90                    "form_provider_stub.h",
91                    "form_publish_interceptor_interface.h",
92                    "form_publish_interceptor_stub.h",
93                    "form_render_stub.h",
94                    "form_supply_interface.h",
95                    "form_supply_stub.h",
96                    "provider_connect_stub.h",
97                    "form_constants.h",
98                    "form_share_info.h"
99                  ]
100                },
101                "name": "//foundation/ability/form_fwk:form_manager"
102              },
103              {
104                "header": {
105                  "header_base": "//foundation/ability/form_fwk/interfaces/kits/native/include",
106                  "header_files": [
107                    "form_callback_interface.h",
108                    "form_host_client.h",
109                    "form_mgr.h"
110                  ]
111                },
112                "name": "//foundation/ability/form_fwk:fmskit_native"
113              },
114              {
115                "header": {
116                  "header_base": "//foundation/ability/form_fwk/frameworks/js/napi/formUtil",
117                  "header_files": [
118                  ]
119                },
120                "name": "//foundation/ability/form_fwk/frameworks/js/napi:formutil_napi"
121              }
122          ],
123          "test": [
124              "//foundation/ability/form_fwk/test:benchmarktest",
125              "//foundation/ability/form_fwk/test:unittest",
126              "//foundation/ability/form_fwk/test/fuzztest:fuzztest"
127          ]
128        }
129    }
130}
131