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 "ffrt", 34 "hilog", 35 "ipc", 36 "napi", 37 "relational_store", 38 "os_account", 39 "power_manager", 40 "safwk", 41 "samgr", 42 "c_utils", 43 "ability_base", 44 "ets_runtime", 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 "memmgr_plugin", 57 "memmgr", 58 "init" 59 ], 60 "third_party": [ 61 "node", 62 "jsoncpp", 63 "json", 64 "libxml2" 65 ] 66 }, 67 "build": { 68 "group_type": { 69 "fwk_group": [ 70 "//foundation/ability/form_fwk:fms_innerkits_target", 71 "//foundation/ability/form_fwk:fmskit_native", 72 "//foundation/ability/form_fwk:form_napi_packages" 73 ], 74 "service_group": [ 75 "//foundation/ability/form_fwk/sa_profile:form_sa_profile", 76 "//foundation/ability/form_fwk:fms_services_target" 77 ], 78 "base_group": [] 79 }, 80 "inner_kits": [ 81 { 82 "header": { 83 "header_base": "//foundation/ability/form_fwk/interfaces/inner_api/include", 84 "header_files": [ 85 "form_death_callback.h", 86 "form_host_interface.h", 87 "form_host_stub.h", 88 "form_js_info.h", 89 "form_mgr_interface.h", 90 "form_mgr_stub.h", 91 "form_provider_data.h", 92 "form_provider_interface.h", 93 "form_provider_stub.h", 94 "form_publish_interceptor_interface.h", 95 "form_publish_interceptor_stub.h", 96 "form_render_stub.h", 97 "form_supply_interface.h", 98 "form_supply_stub.h", 99 "provider_connect_stub.h", 100 "form_constants.h", 101 "form_share_info.h" 102 ] 103 }, 104 "name": "//foundation/ability/form_fwk:form_manager" 105 }, 106 { 107 "header": { 108 "header_base": "//foundation/ability/form_fwk/interfaces/kits/native/include", 109 "header_files": [ 110 "form_callback_interface.h", 111 "form_host_client.h", 112 "form_mgr.h" 113 ] 114 }, 115 "name": "//foundation/ability/form_fwk:fmskit_native" 116 }, 117 { 118 "header": { 119 "header_base": "//foundation/ability/form_fwk/frameworks/js/napi/formUtil", 120 "header_files": [ 121 ] 122 }, 123 "name": "//foundation/ability/form_fwk/frameworks/js/napi:formutil_napi" 124 } 125 ], 126 "test": [ 127 "//foundation/ability/form_fwk/test:benchmarktest", 128 "//foundation/ability/form_fwk/test:unittest", 129 "//foundation/ability/form_fwk/test/fuzztest:fuzztest" 130 ] 131 } 132 } 133} 134