2022-01-28 12:24:37 +00:00
|
|
|
{
|
2022-08-30 12:09:06 +00:00
|
|
|
"name": "@ohos/imf",
|
|
|
|
"description": "Provide input capability to ime app",
|
|
|
|
"version": "3.1",
|
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
2022-01-28 12:24:37 +00:00
|
|
|
"segment": {
|
2022-08-30 12:09:06 +00:00
|
|
|
"destPath": "base/inputmethod/imf"
|
|
|
|
},
|
|
|
|
"dirs": { },
|
|
|
|
"scripts": { },
|
2022-01-28 12:24:37 +00:00
|
|
|
"component": {
|
2022-08-30 12:09:06 +00:00
|
|
|
"name": "imf",
|
|
|
|
"subsystem": "inputmethod",
|
|
|
|
"syscap": [
|
|
|
|
"SystemCapability.MiscServices.InputMethodFramework"
|
|
|
|
],
|
2024-09-09 10:59:49 +00:00
|
|
|
"features": [
|
|
|
|
"imf_screenlock_mgr_enable"
|
|
|
|
],
|
2022-08-30 12:09:06 +00:00
|
|
|
"hisysevent_config": [
|
|
|
|
"//base/inputmethod/imf/hisysevent.yaml"
|
|
|
|
],
|
|
|
|
"adapted_system_type": [
|
|
|
|
"standard"
|
|
|
|
],
|
|
|
|
"rom": "300KB",
|
|
|
|
"ram": "1024KB",
|
|
|
|
"deps": {
|
|
|
|
"components": [
|
2023-08-24 02:54:38 +00:00
|
|
|
"init",
|
|
|
|
"napi",
|
|
|
|
"samgr",
|
|
|
|
"common_event_service",
|
|
|
|
"ipc",
|
|
|
|
"eventhandler",
|
|
|
|
"bundle_framework",
|
|
|
|
"ability_runtime",
|
|
|
|
"hilog",
|
|
|
|
"ability_base",
|
|
|
|
"safwk",
|
|
|
|
"input",
|
2023-02-07 01:43:39 +00:00
|
|
|
"c_utils",
|
|
|
|
"access_token",
|
|
|
|
"i18n",
|
|
|
|
"window_manager",
|
|
|
|
"os_account",
|
2023-06-28 08:36:41 +00:00
|
|
|
"hisysevent",
|
|
|
|
"hitrace",
|
2024-06-08 12:16:03 +00:00
|
|
|
"ffrt",
|
2023-08-24 02:54:38 +00:00
|
|
|
"graphic_2d",
|
2023-10-15 08:15:29 +00:00
|
|
|
"config_policy",
|
2024-03-13 10:48:19 +00:00
|
|
|
"data_share",
|
2024-05-18 09:56:21 +00:00
|
|
|
"resource_schedule_service",
|
2024-06-08 12:03:14 +00:00
|
|
|
"memmgr",
|
2024-07-12 10:54:17 +00:00
|
|
|
"hicollie",
|
2024-09-09 10:59:49 +00:00
|
|
|
"resource_management",
|
|
|
|
"screenlock_mgr"
|
2022-08-30 12:09:06 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
2024-02-07 11:12:57 +00:00
|
|
|
"cJSON"
|
2022-08-30 12:09:06 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"group_type": {
|
2024-04-23 14:03:55 +00:00
|
|
|
"base_group": ["//base/inputmethod/imf/common:inputmethod_common"],
|
2022-08-30 12:09:06 +00:00
|
|
|
"fwk_group": [
|
2023-02-07 08:32:53 +00:00
|
|
|
"//base/inputmethod/imf/interfaces/inner_api/inputmethod_controller:inputmethod_client",
|
|
|
|
"//base/inputmethod/imf/frameworks/js/napi/inputmethodclient:inputmethod",
|
2023-10-16 03:46:10 +00:00
|
|
|
"//base/inputmethod/imf/frameworks/js/napi/inputmethodlist:inputmethodlist",
|
2024-08-25 06:57:14 +00:00
|
|
|
"//base/inputmethod/imf/frameworks/js/napi/inputmethodpanel:panel",
|
|
|
|
"//base/inputmethod/imf/frameworks/ndk:ohinputmethod"
|
2022-08-30 12:09:06 +00:00
|
|
|
],
|
|
|
|
"service_group": [
|
2023-02-07 08:48:02 +00:00
|
|
|
"//base/inputmethod/imf/etc/init:inputmethodservice.cfg",
|
2022-10-24 02:28:38 +00:00
|
|
|
"//base/inputmethod/imf/etc/para:inputmethod.para.dac",
|
2023-01-17 13:38:28 +00:00
|
|
|
"//base/inputmethod/imf/etc/para:inputmethod.para",
|
2023-09-22 10:09:26 +00:00
|
|
|
"//base/inputmethod/imf/interfaces/inner_api/inputmethod_ability:inputmethod_ability",
|
2023-01-17 13:38:28 +00:00
|
|
|
"//base/inputmethod/imf/profile:inputmethod_inputmethod_sa_profiles",
|
2023-02-03 08:33:41 +00:00
|
|
|
"//base/inputmethod/imf/services:inputmethod_service",
|
2023-02-07 08:48:02 +00:00
|
|
|
"//base/inputmethod/imf/frameworks/kits/extension:inputmethod_extension",
|
2023-02-07 08:32:53 +00:00
|
|
|
"//base/inputmethod/imf/frameworks/kits/extension:inputmethod_extension_module",
|
|
|
|
"//base/inputmethod/imf/frameworks/js/napi/inputmethodability:inputmethodengine",
|
2023-02-07 08:48:02 +00:00
|
|
|
"//base/inputmethod/imf/frameworks/js/napi/inputmethod_extension_ability:inputmethodextensionability_napi",
|
2024-04-25 00:54:49 +00:00
|
|
|
"//base/inputmethod/imf/frameworks/js/napi/inputmethod_extension_context:inputmethodextensioncontext_napi",
|
2024-05-15 03:48:57 +00:00
|
|
|
"//base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager:keyboardpanelmanager",
|
|
|
|
"//base/inputmethod/imf/seccomp_policy:imf_ext_secure_filter"
|
2022-08-30 12:09:06 +00:00
|
|
|
]
|
2022-10-29 07:26:20 +00:00
|
|
|
},
|
2023-02-07 01:43:39 +00:00
|
|
|
"inner_api": [
|
2022-08-30 12:09:06 +00:00
|
|
|
{
|
2023-02-07 01:43:39 +00:00
|
|
|
"name": "//base/inputmethod/imf/interfaces/inner_api/inputmethod_controller:inputmethod_client",
|
2022-08-30 12:09:06 +00:00
|
|
|
"header": {
|
|
|
|
"header_files": [
|
2023-02-07 01:43:39 +00:00
|
|
|
"../../../../frameworks/native/inputmethod_controller/include/i_input_client.h",
|
2024-03-29 02:05:26 +00:00
|
|
|
"../../../../frameworks/native/inputmethod_controller/include/i_input_data_channel.h",
|
|
|
|
"../../../../frameworks/native/inputmethod_controller/include/input_method_property.h",
|
|
|
|
"../../../../frameworks/native/inputmethod_controller/include/input_method_utils.h",
|
|
|
|
"../../../../frameworks/native/inputmethod_controller/include/input_window_info.h",
|
|
|
|
"ime_event_listener.h",
|
|
|
|
"ime_event_monitor_manager.h",
|
|
|
|
"input_method_controller.h"
|
2022-08-30 12:09:06 +00:00
|
|
|
],
|
2023-02-07 01:43:39 +00:00
|
|
|
"header_base": "//base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include"
|
2022-08-30 12:09:06 +00:00
|
|
|
}
|
2023-09-22 10:09:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "//base/inputmethod/imf/interfaces/inner_api/inputmethod_ability:inputmethod_ability",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
2023-10-11 12:14:39 +00:00
|
|
|
"input_method_ability_interface.h",
|
|
|
|
"input_method_engine_listener.h",
|
|
|
|
"keyboard_listener.h",
|
2024-10-29 12:32:51 +00:00
|
|
|
"input_method_types.h"
|
2023-09-22 10:09:26 +00:00
|
|
|
],
|
|
|
|
"header_base": "//base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include"
|
|
|
|
}
|
2022-09-02 15:37:26 +00:00
|
|
|
}
|
2022-08-30 12:09:06 +00:00
|
|
|
],
|
|
|
|
"test": [
|
2022-11-01 06:30:48 +00:00
|
|
|
"//base/inputmethod/imf/test/fuzztest:fuzztest",
|
2022-12-17 12:17:32 +00:00
|
|
|
"//base/inputmethod/imf/test/unittest:unittest"
|
2022-08-30 12:09:06 +00:00
|
|
|
]
|
|
|
|
}
|
2022-01-28 12:24:37 +00:00
|
|
|
}
|
2022-07-20 14:28:53 +00:00
|
|
|
}
|