1 Star 0 Fork 421

dy/inputmethod_imf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 3.87 KB
一键复制 编辑 原始数据 按行查看 历史
zhaolinglan 提交于 2022-08-20 16:19 +08:00 . modify for level9 and ima napi
{
"name": "@ohos/imf",
"description": "Provide input capability to ime app",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/inputmethod/imf"
},
"dirs": {},
"scripts": {},
"component": {
"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": [
"ace_engine",
"init",
"napi",
"samgr",
"common_event_service",
"ipc",
"eventhandler",
"bundle_framework",
"ability_runtime",
"resource_management",
"hiviewdfx_hilog_native",
"ability_base",
"safwk",
"input",
"c_utils"
],
"third_party": [
"jsoncpp"
]
},
"build": {
"group_type": {
"base_group": [
],
"fwk_group": [
"//base/inputmethod/imf/frameworks/inputmethod_ability:inputmethod_ability",
"//base/inputmethod/imf/frameworks/inputmethod_controller:inputmethod_client",
"//base/inputmethod/imf/frameworks/kits/extension:inputmethod_extension",
"//base/inputmethod/imf/frameworks/kits/extension:inputmethod_extension_module",
"//base/inputmethod/imf/interfaces/kits/js/declaration:inputmethod",
"//base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient:inputmethod",
"//base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability:inputmethodengine",
"//base/inputmethod/imf/interfaces/kits/js/napi/inputmethod_extension_ability:inputmethodextensionability_napi",
"//base/inputmethod/imf/interfaces/kits/js/napi/inputmethod_extension_context:inputmethodextensioncontext_napi",
"//base/inputmethod/imf/services/dfx:inputmethod_dfx_static"
],
"service_group": [
"//base/inputmethod/imf/etc/init:inputmethodservice.cfg",
"//base/inputmethod/imf/etc/para:inputmethod.para",
"//base/inputmethod/imf/etc/para:inputmethod_para",
"//base/inputmethod/imf/profile:inputmethod_inputmethod_sa_profiles",
"//base/inputmethod/imf/services:inputmethod_service"
]
},
"inner_kits": [
{
"name": "//base/inputmethod/imf/frameworks/inputmethod_controller:inputmethod_client",
"header": {
"header_files": [
"i_input_client.h",
"i_input_data_channel.h",
"input_client_proxy.h",
"input_client_stub.h",
"input_data_channel_proxy.h",
"input_data_channel_stub.h",
"input_method_controller.h",
"input_method_system_ability_proxy.h",
"input_method_utils.h"
],
"header_base": "//base/inputmethod/imf/frameworks/inputmethod_controller/include"
}
},
{
"name": "//base/inputmethod/imf/frameworks/inputmethod_ability:inputmethod_ability",
"header": {
"header_files": [
"i_input_method_agent.h",
"i_input_method_core.h",
"input_method_ability.h",
"input_method_agent_proxy.h",
"input_method_agent_stub.h",
"input_method_core_proxy.h",
"input_method_core_stub.h"
],
"header_base": "//base/inputmethod/imf/frameworks/inputmethod_ability/include"
}
}
],
"test": [
"//base/inputmethod/imf/unitest:InputMethodControllerTest",
"//base/inputmethod/imf/unitest:InputMethodAbilityTest",
"//base/inputmethod/imf/test/fuzztest:fuzztest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dy_study/inputmethod_imf.git
git@gitee.com:dy_study/inputmethod_imf.git
dy_study
inputmethod_imf
inputmethod_imf
master

搜索帮助