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"
|
|
|
|
],
|
|
|
|
"features": [ ],
|
|
|
|
"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",
|
2023-08-24 02:54:38 +00:00
|
|
|
"graphic_2d",
|
2023-10-14 08:43:30 +00:00
|
|
|
"ffrt",
|
|
|
|
"config_policy"
|
2022-08-30 12:09:06 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
|
|
|
"jsoncpp"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"group_type": {
|
|
|
|
"base_group": [ ],
|
|
|
|
"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",
|
2022-08-30 12:09:06 +00:00
|
|
|
"//base/inputmethod/imf/services/dfx:inputmethod_dfx_static"
|
|
|
|
],
|
|
|
|
"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",
|
|
|
|
"//base/inputmethod/imf/frameworks/js/napi/inputmethod_extension_context:inputmethodextensioncontext_napi"
|
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",
|
|
|
|
"../../../../frameworks/native/inputmethod_controller/include/i_input_data_channel.h",
|
2022-08-30 12:09:06 +00:00
|
|
|
"input_method_controller.h",
|
2023-02-07 01:43:39 +00:00
|
|
|
"../../../../frameworks/native/inputmethod_controller/include/input_method_utils.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",
|
|
|
|
"unRegistered_type.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
|
|
|
}
|