1 Star 0 Fork 336

chenhiin/ability_form_fwk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.06 KB
一键复制 编辑 原始数据 按行查看 历史
PaDaBoo 提交于 2022-06-17 20:58 . appdatamgr相关路径引用修改
{
"name": "@ohos/form_fwk",
"description": "提供卡片创建、卡片删除、卡片释放等能力,包含接口和服务",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/ability/form_fwk"
},
"dirs": {},
"scripts": {},
"component": {
"name": "form_fwk",
"subsystem": "ability",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"ability_runtime",
"distributed_notification_service",
"bundle_framework",
"common_event_service",
"hiviewdfx_hilog_native",
"ipc",
"napi",
"relational_store",
"time_native",
"os_account",
"power_manager_native",
"safwk",
"samgr_standard",
"utils_base"
],
"third_party": [
"node",
"jsoncpp",
"json"
]
},
"build": {
"sub_component": [
"//foundation/ability/form_fwk/sa_profile:form_sa_profile",
"//foundation/ability/form_fwk:fms_services_target",
"//foundation/ability/form_fwk:fms_innerkits_target",
"//foundation/ability/form_fwk:fmskit_native",
"//foundation/ability/form_fwk:form_napi_packages"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/ability/form_fwk/interfaces/inner_api/include",
"header_files": [
"form_death_callback.h",
"form_host_interface.h",
"form_host_stub.h",
"form_js_info.h",
"form_mgr_interface.h",
"form_mgr_stub.h",
"form_provider_data.h",
"form_provider_interface.h",
"form_provider_stub.h",
"form_supply_interface.h",
"form_supply_stub.h",
"provider_connect_stub.h",
"form_constants.h",
"form_js_info.h"
]
},
"name": "//foundation/ability/form_fwk:form_manager"
},
{
"header": {
"header_base": "//foundation/ability/form_fwk/interfaces/kits/native/include",
"header_files": [
"form_callback_interface.h",
"form_host_client.h",
"form_mgr.h"
]
},
"name": "//foundation/ability/form_fwk:fmskit_native"
}
],
"test": [
"//foundation/ability/form_fwk/test:benchmarktest",
"//foundation/ability/form_fwk/test:unittest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chyyy0213/ability_form_fwk.git
git@gitee.com:chyyy0213/ability_form_fwk.git
chyyy0213
ability_form_fwk
ability_form_fwk
master

搜索帮助