mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 12:43:16 -04:00
Added bundle.json for componentize
Signed-off-by: njupthan <hanhaibin@huawei.com>
This commit is contained in:
+201
@@ -0,0 +1,201 @@
|
||||
{
|
||||
"name": "@ohos/ability_runtime",
|
||||
"description": "Ability管理服务统一调度和管理应用中各Ability和应用管理服务, 用于管理应用运行关系、调度应用进程生命周期及状态",
|
||||
"version": "3.1",
|
||||
"license": "Apache License 2.0",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "foundation/aafwk/standard"
|
||||
},
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "ability_runtime",
|
||||
"subsystem": "aafwk",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"standard"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [
|
||||
"appspawn",
|
||||
"bytrace_standard",
|
||||
"ces_standard",
|
||||
"ces_standard",
|
||||
"device_manager_base",
|
||||
"distributeddatamgr_appdatamgr",
|
||||
"distributedschedule_dms_fwk",
|
||||
"dsoftbus_standard",
|
||||
"form_runtime",
|
||||
"hiviewdfx_hilog_native",
|
||||
"ipc",
|
||||
"native_appdatamgr",
|
||||
"napi",
|
||||
"multimodalinput_base",
|
||||
"multimedia_image_standard",
|
||||
"os_account_standard",
|
||||
"power_manager_native",
|
||||
"safwk",
|
||||
"samgr_standard",
|
||||
"utils_base"
|
||||
],
|
||||
"third_party": [
|
||||
"libpng",
|
||||
"node",
|
||||
"jsoncpp",
|
||||
"json"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//foundation/aafwk/standard/services:services_target",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits:innerkits_target",
|
||||
"//foundation/aafwk/standard/frameworks/kits/ability/native:static_subscriber_ipc",
|
||||
"//foundation/aafwk/standard/frameworks/kits/ability/native:service_extension_module",
|
||||
"//foundation/aafwk/standard/sa_profile:aafwk_sa_profile",
|
||||
"//foundation/aafwk/standard/interfaces/kits/napi:napi_packages",
|
||||
"//foundation/aafwk/standard/frameworks/kits/ability/ability_runtime:ability_context_native",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit:app_context",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit:appexec"
|
||||
],
|
||||
"inner_kits": [
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/interfaces/innerkits/base/include/",
|
||||
"header_files": [
|
||||
"ohos/aafwk/base/array_wrapper.h",
|
||||
"ohos/aafwk/base/base_def.h",
|
||||
"ohos/aafwk/base/base_interfaces.h",
|
||||
"ohos/aafwk/base/base_object.h",
|
||||
"ohos/aafwk/base/base_types.h",
|
||||
"ohos/aafwk/base/bool_wrapper.h",
|
||||
"ohos/aafwk/base/byte_wrapper.h",
|
||||
"ohos/aafwk/base/double_wrapper.h",
|
||||
"ohos/aafwk/base/float_wrapper.h",
|
||||
"ohos/aafwk/base/int_wrapper.h",
|
||||
"ohos/aafwk/base/light_refbase.h",
|
||||
"ohos/aafwk/base/long_wrapper.h",
|
||||
"ohos/aafwk/base/short_wrapper.h",
|
||||
"ohos/aafwk/base/string_wrapper.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/interfaces/innerkits/base:base"
|
||||
},
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/interfaces/innerkits/want/include/",
|
||||
"header_files": [
|
||||
"ohos/aafwk/content/want.h",
|
||||
"ohos/aafwk/content/skills.h",
|
||||
"ohos/aafwk/content/want_params.h",
|
||||
"ohos/aafwk/content/match_type.h",
|
||||
"ohos/aafwk/content/operation.h",
|
||||
"ohos/aafwk/content/patterns_matcher.h",
|
||||
"ohos/aafwk/content/pac_map.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/interfaces/innerkits/want:want"
|
||||
},
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/interfaces/innerkits/intent/include/",
|
||||
"header_files": [
|
||||
"ohos/aafwk/content/intent.h",
|
||||
"ohos/aafwk/content/intent_filter.h",
|
||||
"ohos/aafwk/content/intent_params.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/interfaces/innerkits/intent:intent"
|
||||
},
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/interfaces/innerkits/ability_manager/include",
|
||||
"header_files": [
|
||||
"ability_connect_callback_interface.h",
|
||||
"ability_connect_callback_stub.h",
|
||||
"ability_manager_client.h",
|
||||
"ability_manager_errors.h",
|
||||
"ability_manager_interface.h",
|
||||
"ability_scheduler_interface.h",
|
||||
"stop_user_callback.h",
|
||||
"stop_user_callback_stub.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/interfaces/innerkits/ability_manager:ability_manager"
|
||||
},
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/frameworks/kits/ability/ability_runtime/include",
|
||||
"header_files": [
|
||||
"ability_context.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/frameworks/kits/ability/ability_runtime:ability_context_native"
|
||||
},
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/interfaces/innerkits/runtime/include/",
|
||||
"header_files": [
|
||||
"js_runtime.h",
|
||||
"runtime.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/interfaces/innerkits/runtime:runtime"
|
||||
},
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/interfaces/innerkits/app_manager/include",
|
||||
"header_files": [
|
||||
"appmgr/app_mgr_client.h",
|
||||
"appmgr/iapp_state_callback.h",
|
||||
"appmgr/app_state_callback_host.h",
|
||||
"appmgr/app_mgr_constants.h",
|
||||
"appmgr/app_process_data.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/interfaces/innerkits/app_manager:app_manager"
|
||||
},
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/frameworks/kits/ability/native/include/",
|
||||
"header_files": [
|
||||
"extension.h",
|
||||
"extension_base.h",
|
||||
"service_extension.h",
|
||||
"extension_module_loader.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native"
|
||||
},
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/common/task_dispatcher/include",
|
||||
"header_files": [
|
||||
"dispatcher/parallel_task_dispatcher.h",
|
||||
"dispatcher/task_dispatcher_context",
|
||||
"threading/runnable.h",
|
||||
"task/task.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/common:common_target"
|
||||
}
|
||||
],
|
||||
"test": [
|
||||
"//foundation/aafwk/standard/frameworks/kits/content/cpp/test:unittest",
|
||||
"//foundation/aafwk/standard/frameworks/kits/ability/native/test:unittest",
|
||||
"//foundation/aafwk/standard/frameworks/kits/test:moduletest",
|
||||
"//foundation/aafwk/standard/services/test:moduletest",
|
||||
"//foundation/aafwk/standard/services:unittest",
|
||||
"//foundation/aafwk/standard/common/task_dispatcher/test:unittest",
|
||||
"//foundation/aafwk/standard/common/test:moduletest",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit/native/test:unittest",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit/test:moduletest",
|
||||
"//foundation/aafwk/standard/services/appmgr/test:unittest"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+12
-1
@@ -9,7 +9,6 @@
|
||||
"//foundation/aafwk/standard/sa_profile:aafwk_sa_profile",
|
||||
"//foundation/aafwk/standard/interfaces/kits/napi:napi_packages",
|
||||
"//foundation/aafwk/standard/frameworks/kits/ability/ability_runtime:ability_context_native",
|
||||
"//foundation/aafwk/standard/common:common_target",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit:app_context",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit:appexec"
|
||||
@@ -122,6 +121,18 @@
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native"
|
||||
},
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/common/task_dispatcher/include",
|
||||
"header_files": [
|
||||
"dispatcher/parallel_task_dispatcher.h",
|
||||
"dispatcher/task_dispatcher_context",
|
||||
"threading/runnable.h",
|
||||
"task/task.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/common:common_target"
|
||||
}
|
||||
],
|
||||
"test_list": [
|
||||
|
||||
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"name": "@ohos/form_runtime",
|
||||
"description": "提供卡片创建、卡片删除、卡片释放等能力,包含接口和服务",
|
||||
"version": "3.1",
|
||||
"license": "Apache License 2.0",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "foundation/aafwk/standard/services/formmgr"
|
||||
},
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "form_runtime",
|
||||
"subsystem": "aafwk",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"standard"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [
|
||||
"ability_runtime",
|
||||
"ans_standard",
|
||||
"appexecfwk_standard",
|
||||
"ces_standard",
|
||||
"hiviewdfx_hilog_native",
|
||||
"ipc",
|
||||
"napi",
|
||||
"native_appdatamgr",
|
||||
"miscservices_time",
|
||||
"os_account_standard",
|
||||
"permission_standard",
|
||||
"power_manager_native",
|
||||
"safwk",
|
||||
"samgr_standard",
|
||||
"utils_base"
|
||||
],
|
||||
"third_party": [
|
||||
"node",
|
||||
"jsoncpp",
|
||||
"json"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//foundation/aafwk/standard/sa_profile:form_sa_profile",
|
||||
"//foundation/aafwk/standard/services:fms_services_target",
|
||||
"//foundation/aafwk/standard/interfaces/innerkits:fms_innerkits_target",
|
||||
"//foundation/aafwk/standard/frameworks/kits/fmskit:fmskit_native",
|
||||
"//foundation/aafwk/standard/interfaces/kits/napi:form_napi_packages"
|
||||
],
|
||||
"inner_kits": [
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/interfaces/innerkits/form_manager/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/interfaces/innerkits/form_manager:form_manager"
|
||||
},
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/aafwk/standard/frameworks/kits/fmskit/native/include",
|
||||
"header_files": [
|
||||
"form_callback_interface.h",
|
||||
"form_host_client.h",
|
||||
"form_mgr.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/aafwk/standard/frameworks/kits/fmskit:fmskit_native"
|
||||
}
|
||||
],
|
||||
"test": [
|
||||
"//foundation/aafwk/standard/services/formmgr/test:unittest"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "@ohos/ability_tools",
|
||||
"description": "元能力命令行工具 : 提供命令行中启动Ability, 打印Aility栈信息的能力",
|
||||
"version": "3.1",
|
||||
"license": "Apache License 2.0",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "foundation/aafwk/standard/tools"
|
||||
},
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "ability_tools",
|
||||
"subsystem": "aafwk",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"standard"
|
||||
],
|
||||
"rom": "100KB",
|
||||
"ram": "100KB",
|
||||
"deps": {
|
||||
"components": [
|
||||
"ability_runtime",
|
||||
"hiviewdfx_hilog_native",
|
||||
"ipc",
|
||||
"samgr_standard",
|
||||
"utils_base"
|
||||
],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//foundation/aafwk/standard/tools:tools_target"
|
||||
],
|
||||
"inner_kits": [],
|
||||
"test": [
|
||||
"//foundation/aafwk/standard/tools/test:moduletest",
|
||||
"//foundation/aafwk/standard/tools/test:systemtest",
|
||||
"//foundation/aafwk/standard/tools/test:unittest"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "@ohos/zidl",
|
||||
"description": "提供自动生成Extension Js服务端及客户端接口文件的能力",
|
||||
"version": "3.1",
|
||||
"license": "Apache License 2.0",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "foundation/aafwk/standard/zidl"
|
||||
},
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "zidl",
|
||||
"subsystem": "aafwk",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"standard"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [
|
||||
"hiviewdfx_hilog_native",
|
||||
"ipc",
|
||||
"samgr_standard",
|
||||
"utils_base"
|
||||
],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//foundation/aafwk/standard/zidl/test/native:zidl_client_test",
|
||||
"//foundation/aafwk/standard/zidl/test/native:zidl_server_test"
|
||||
],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user