1 Star 0 Fork 726

mengweiwww/multimodalinput_input_fuzz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 4.10 KB
一键复制 编辑 原始数据 按行查看 历史
Yuanxinying 提交于 2023-08-10 11:19 . update bundle.json.
{
"name": "@ohos/input",
"description": "Provide input capabilities",
"version": "3.1",
"license": "Apache License 2.0",
"segment": {
"destPath": "foundation/multimodalinput/input"
},
"component": {
"name": "input",
"subsystem": "multimodalinput",
"syscap": [
"SystemCapability.MultimodalInput.Input.InputConsumer",
"SystemCapability.MultimodalInput.Input.InputDevice",
"SystemCapability.MultimodalInput.Input.Core",
"SystemCapability.MultimodalInput.Input.InputSimulator",
"SystemCapability.MultimodalInput.Input.InputMonitor",
"SystemCapability.MultimodalInput.Input.Pointer",
"SystemCapability.MultimodalInput.Input.ShortKey"
],
"features": [
"input_feature_combination_key",
"input_feature_input_device",
"input_feature_interceptor",
"input_feature_keyboard",
"input_feature_monitor",
"input_feature_mouse",
"input_feature_pointer_drawing",
"input_feature_switch",
"input_feature_touchscreen",
"input_feature_short_key"
],
"adapted_system_type": [
"standard"
],
"rom": "5120KB",
"ram": "5120KB",
"hisysevent_config":[
"//foundation/multimodalinput/input/service/hisysevent.yaml"
],
"deps": {
"components": [
"window_manager",
"hisysevent",
"start",
"napi",
"c_utils",
"ipc",
"hitrace",
"resource_schedule_service",
"eventhandler",
"image_framework",
"graphic_2d",
"drivers_interface_input",
"safwk",
"ability_runtime",
"access_token",
"ability_base",
"samgr",
"build_framework",
"config_policy",
"hicollie",
"init",
"preferences",
"security_component",
"hilog",
"common_event_service"
],
"third_party": [
"cJSON",
"node",
"libuv",
"libevdev",
"mtdev",
"libinput"
]
},
"build": {
"group_type": {
"base_group": [
"//foundation/multimodalinput/input:multimodalinput_mmi_base"
],
"fwk_group": [
"//foundation/multimodalinput/input:multimodalinput_mmi_frameworks",
"//foundation/multimodalinput/input:input_jsapi_group"
],
"service_group": [
"//foundation/multimodalinput/input:multimodalinput_mmi_service",
"//foundation/multimodalinput/input/sa_profile:multimodalinput_sa_profile",
"//foundation/multimodalinput/input:multimodalinput.rc",
"//foundation/multimodalinput/input/patch:patch_packages",
"//third_party/eudev:libudev",
"//third_party/eudev:udevd",
"//third_party/eudev:udevadm",
"//third_party/eudev:udevd.rc",
"//third_party/eudev:udev_conf",
"//third_party/eudev:udev_touchscreen_rule",
"//third_party/eudev:udev_vk_rule",
"//third_party/libevdev:libevdev",
"//foundation/multimodalinput/input:uinput_inject",
"//foundation/multimodalinput/input:mmi_uinput.rc",
"//foundation/multimodalinput/input:examples_group"
]
},
"inner_kits": [
{
"name": "//foundation/multimodalinput/input/frameworks/proxy:libmmi-client",
"header": {
"header_files": [
"proxy/include/window_info.h",
"proxy/include/input_manager.h",
"event/include/key_event.h",
"event/include/pointer_event.h",
"event/include/input_event.h"
],
"header_base": "//foundation/multimodalinput/input/interfaces/native/innerkits"
},
"type": "so"
},
{
"name": "//foundation/multimodalinput/input/util:libmmi-util",
"header": {
"header_files": [
"key_event_napi.h"
],
"header_base": "//foundation/multimodalinput/input/util/common/include"
},
"type": "so"
}
],
"test": [
"//foundation/multimodalinput/input:mmi_tests"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mengweiwww/multimodalinput_input_fuzz.git
git@gitee.com:mengweiwww/multimodalinput_input_fuzz.git
mengweiwww
multimodalinput_input_fuzz
multimodalinput_input_fuzz
master

搜索帮助