mirror of
https://gitee.com/openharmony/appexecfwk_standard
synced 2024-12-02 18:26:35 +00:00
53d190a865
Signed-off-by: 17764556280 <hanfeng6@huawei.com>
147 lines
6.0 KiB
Plaintext
147 lines
6.0 KiB
Plaintext
{
|
|
"aosp_java_api_allowlist": "//foundation/appexecfwk/adapter/appexecfwk-java-aosp-apis.txt",
|
|
"aosp_cxx_api_allowlist": "//foundation/appexecfwk/adapter/appexecfwk_cxx_api_allowlist.txt",
|
|
"parts": {
|
|
"eventhandler": {
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler/include",
|
|
"header_files": [
|
|
"event_handler_errors.h",
|
|
"event_handler.h",
|
|
"event_queue.h",
|
|
"event_runner.h",
|
|
"inner_event.h",
|
|
"file_descriptor_listener.h",
|
|
"native_implement_eventhandler.h"
|
|
]
|
|
},
|
|
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler"
|
|
}
|
|
],
|
|
"module_list": [
|
|
"//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler"
|
|
],
|
|
"test_list": [
|
|
"//foundation/appexecfwk/standard/libs/libeventhandler/test:unittest"
|
|
]
|
|
},
|
|
"appexecfwk_standard": {
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include",
|
|
"header_files": [
|
|
"ability_info.h",
|
|
"appexecfwk_errors.h",
|
|
"application_info.h",
|
|
"element_name.h",
|
|
"bundle_info.h",
|
|
"form_constants.h",
|
|
"form_js_info.h"
|
|
]
|
|
},
|
|
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/include",
|
|
"header_files": [
|
|
"appmgr/app_mgr_client.h",
|
|
"appmgr/iapp_state_callback.h",
|
|
"appmgr/app_state_callback_host.h",
|
|
"appmgr/app_mgr_constants.h",
|
|
"bundlemgr/bundle_installer_interface.h",
|
|
"bundlemgr/bundle_mgr_interface.h",
|
|
"bundlemgr/bundle_status_callback_interface.h",
|
|
"bundlemgr/clean_cache_callback_interface.h",
|
|
"bundlemgr/status_receiver_interface.h",
|
|
"appmgr/app_process_data.h",
|
|
"formmgr/form_mgr_interface.h"
|
|
|
|
]
|
|
},
|
|
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler/include",
|
|
"header_files": [
|
|
"event_handler_errors.h",
|
|
"event_handler.h",
|
|
"event_queue.h",
|
|
"event_runner.h",
|
|
"inner_event.h",
|
|
"file_descriptor_listener.h",
|
|
"native_implement_eventhandler.h"
|
|
]
|
|
},
|
|
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/eventhandler_native/eventhandler",
|
|
"header_files": [
|
|
"native_interface_eventhandler.h"
|
|
]
|
|
},
|
|
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/eventhandler_native:eventhandler_native"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/napi/eventhandler/include",
|
|
"header_files": [
|
|
"events_emitter.h"
|
|
]
|
|
},
|
|
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/napi/eventhandler:emitter"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/fmskit/native/include",
|
|
"header_files": [
|
|
"form_callback_interface.h",
|
|
"form_host_client.h",
|
|
"form_mgr.h"
|
|
]
|
|
},
|
|
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/fmskit:fmskit_native"
|
|
}
|
|
],
|
|
"module_list": [
|
|
"//foundation/appexecfwk/standard/common:common_target",
|
|
"//foundation/appexecfwk/standard/services:services_target",
|
|
"//foundation/appexecfwk/standard/tools/fm:tools_fm",
|
|
"//foundation/appexecfwk/standard/interfaces/innerkits:innerkits_target",
|
|
"//foundation/appexecfwk/standard/kits:app_context",
|
|
"//foundation/appexecfwk/standard/kits:appkit_native",
|
|
"//foundation/appexecfwk/standard/kits:appexec",
|
|
"//foundation/appexecfwk/standard/sa_profile:appexecfwk_sa_profile",
|
|
"//foundation/appexecfwk/standard/sa_profile:foundation.rc",
|
|
"//foundation/appexecfwk/standard/test/resource/amssystemtestability/abilitySrc:ams_system_test_app",
|
|
"//foundation/appexecfwk/standard/test/resource/bmssystemtestability/abilitySrc:bms_system_test_app",
|
|
"//foundation/appexecfwk/standard/test/resource/formsystemtestability:fms_system_test_app",
|
|
"//foundation/appexecfwk/standard/kits/appkit/napi:napi_packages"
|
|
],
|
|
"test_list": [
|
|
"//foundation/appexecfwk/standard/kits/appkit/native/test:unittest",
|
|
"//foundation/appexecfwk/standard/kits/appkit/test:moduletest",
|
|
"//foundation/appexecfwk/standard/services/test:moduletest",
|
|
"//foundation/appexecfwk/standard/services/bundlemgr/test:unittest",
|
|
"//foundation/appexecfwk/standard/services/appmgr/test:unittest",
|
|
"//foundation/appexecfwk/standard/services/formmgr/test:unittest",
|
|
"//foundation/appexecfwk/standard/test/systemtest:systemtest",
|
|
"//foundation/appexecfwk/standard/libs/test:moduletest",
|
|
"//foundation/appexecfwk/standard/interfaces/innerkits/task_dispatcher/test:unittest",
|
|
"//foundation/appexecfwk/standard/interfaces/innerkits/test:moduletest"
|
|
],
|
|
"variants": [
|
|
"phone",
|
|
"ivi"
|
|
]
|
|
}
|
|
},
|
|
"subsystem": "appexecfwk"
|
|
}
|