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 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [ 26 "ability_runtime", 27 "distributed_notification_service", 28 "bundle_framework", 29 "common_event_service", 30 "hiviewdfx_hilog_native", 31 "ipc", 32 "napi", 33 "relational_store", 34 "time_native", 35 "os_account", 36 "power_manager", 37 "safwk", 38 "samgr", 39 "c_utils" 40 ], 41 "third_party": [ 42 "node", 43 "jsoncpp", 44 "json" 45 ] 46 }, 47 "build": { 48 "group_type": { 49 "fwk_group": [ 50 "//foundation/ability/form_fwk:fms_innerkits_target", 51 "//foundation/ability/form_fwk:fmskit_native", 52 "//foundation/ability/form_fwk:form_napi_packages" 53 ], 54 "service_group": [ 55 "//foundation/ability/form_fwk/sa_profile:form_sa_profile", 56 "//foundation/ability/form_fwk:fms_services_target" 57 ], 58 "base_group": [] 59 }, 60 "inner_kits": [ 61 { 62 "header": { 63 "header_base": "//foundation/ability/form_fwk/interfaces/inner_api/include", 64 "header_files": [ 65 "form_death_callback.h", 66 "form_host_interface.h", 67 "form_host_stub.h", 68 "form_js_info.h", 69 "form_mgr_interface.h", 70 "form_mgr_stub.h", 71 "form_provider_data.h", 72 "form_provider_interface.h", 73 "form_provider_stub.h", 74 "form_render_stub.h", 75 "form_supply_interface.h", 76 "form_supply_stub.h", 77 "provider_connect_stub.h", 78 "form_constants.h", 79 "form_share_info.h" 80 ] 81 }, 82 "name": "//foundation/ability/form_fwk:form_manager" 83 }, 84 { 85 "header": { 86 "header_base": "//foundation/ability/form_fwk/interfaces/kits/native/include", 87 "header_files": [ 88 "form_callback_interface.h", 89 "form_host_client.h", 90 "form_mgr.h" 91 ] 92 }, 93 "name": "//foundation/ability/form_fwk:fmskit_native" 94 } 95 ], 96 "test": [ 97 "//foundation/ability/form_fwk/test:benchmarktest", 98 "//foundation/ability/form_fwk/test:unittest", 99 "//foundation/ability/form_fwk/test/fuzztest:fuzztest" 100 ] 101 } 102 } 103} 104