mirror of
https://github.com/openharmony/aafwk_standard.git
synced 2026-07-01 20:04:39 -04:00
95 lines
3.1 KiB
JSON
95 lines
3.1 KiB
JSON
{
|
|
"name": "@ohos/form_runtime",
|
|
"description": "提供卡片创建、卡片删除、卡片释放等能力,包含接口和服务",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/aafwk/standard/form_runtime"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "form_runtime",
|
|
"subsystem": "aafwk",
|
|
"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",
|
|
"dataability",
|
|
"relational_store",
|
|
"time_native",
|
|
"os_account",
|
|
"power_manager_native",
|
|
"safwk",
|
|
"samgr_standard",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"node",
|
|
"jsoncpp",
|
|
"json"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/aafwk/standard/form_runtime/sa_profile:form_sa_profile",
|
|
"//foundation/aafwk/standard/form_runtime:fms_services_target",
|
|
"//foundation/aafwk/standard/form_runtime:fms_innerkits_target",
|
|
"//foundation/aafwk/standard/form_runtime:fmskit_native",
|
|
"//foundation/aafwk/standard/form_runtime:form_napi_packages"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base": "//foundation/aafwk/standard/form_runtime/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/aafwk/standard/form_runtime:form_manager"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//foundation/aafwk/standard/form_runtime/interfaces/kits/native/include",
|
|
"header_files": [
|
|
"form_callback_interface.h",
|
|
"form_host_client.h",
|
|
"form_mgr.h"
|
|
]
|
|
},
|
|
"name": "//foundation/aafwk/standard/form_runtime:fmskit_native"
|
|
}
|
|
],
|
|
"test": [
|
|
"//foundation/aafwk/standard/form_runtime/test:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|