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 "background_task_mgr", 31 "distributed_notification_service", 32 "bundle_framework", 33 "common_event_service", 34 "faultloggerd", 35 "ffrt", 36 "hilog", 37 "ipc", 38 "napi", 39 "relational_store", 40 "os_account", 41 "power_manager", 42 "safwk", 43 "samgr", 44 "c_utils", 45 "ability_base", 46 "ets_runtime", 47 "eventhandler", 48 "hitrace", 49 "access_token", 50 "data_share", 51 "hicollie", 52 "hisysevent", 53 "kv_store", 54 "resource_management", 55 "time_service", 56 "device_usage_statistics", 57 "ace_engine", 58 "memmgr", 59 "init", 60 "resource_schedule_service", 61 "theme_mgr", 62 "jsoncpp", 63 "libxml2", 64 "config_policy" 65 66 ], 67 "third_party": [ 68 "node", 69 "json" 70 ] 71 }, 72 "build": { 73 "group_type": { 74 "fwk_group": [ 75 "//foundation/ability/form_fwk:fms_innerkits_target", 76 "//foundation/ability/form_fwk:fmskit_native", 77 "//foundation/ability/form_fwk:fmskit_provider_client", 78 "//foundation/ability/form_fwk:form_napi_packages" 79 ], 80 "service_group": [ 81 "//foundation/ability/form_fwk/sa_profile:form_sa_profile", 82 "//foundation/ability/form_fwk:fms_services_target" 83 ], 84 "base_group": [] 85 }, 86 "inner_kits": [ 87 { 88 "header": { 89 "header_base": "//foundation/ability/form_fwk/interfaces/inner_api/include", 90 "header_files": [ 91 "form_death_callback.h", 92 "form_host_interface.h", 93 "form_host_stub.h", 94 "form_js_info.h", 95 "form_mgr_interface.h", 96 "form_mgr_stub.h", 97 "form_provider_data.h", 98 "form_provider_interface.h", 99 "form_provider_stub.h", 100 "form_publish_interceptor_interface.h", 101 "form_publish_interceptor_stub.h", 102 "form_render_stub.h", 103 "form_supply_interface.h", 104 "form_supply_stub.h", 105 "provider_connect_stub.h", 106 "form_constants.h", 107 "form_share_info.h" 108 ] 109 }, 110 "name": "//foundation/ability/form_fwk:form_manager" 111 }, 112 { 113 "header": { 114 "header_base": "//foundation/ability/form_fwk/interfaces/kits/native/include", 115 "header_files": [ 116 "form_callback_interface.h", 117 "form_host_client.h", 118 "form_mgr.h" 119 ] 120 }, 121 "name": "//foundation/ability/form_fwk:fmskit_native" 122 }, 123 { 124 "header": { 125 "header_base": "//foundation/ability/form_fwk/interfaces/kits/native/include", 126 "header_files": [ 127 "form_provider_client.h" 128 ] 129 }, 130 "name": "//foundation/ability/form_fwk:fmskit_provider_client" 131 }, 132 { 133 "header": { 134 "header_base": "//foundation/ability/form_fwk/frameworks/js/napi/formUtil", 135 "header_files": [ 136 ] 137 }, 138 "name": "//foundation/ability/form_fwk/frameworks/js/napi:formutil_napi" 139 } 140 ], 141 "test": [ 142 "//foundation/ability/form_fwk/test:benchmarktest", 143 "//foundation/ability/form_fwk/test:unittest", 144 "//foundation/ability/form_fwk/test/fuzztest:fuzztest" 145 ] 146 } 147 } 148} 149