1 Star 0 Fork 131

OpenHarmonyForIneouI / distributeddatamgr_pasteboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.75 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/pasteboard",
"description": "Allowing paste/copy functions",
"version": "3.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/distributeddatamgr/pasteboard"
},
"dirs": {},
"scripts": {},
"component": {
"name": "pasteboard",
"subsystem": "distributeddatamgr",
"syscap": [
"SystemCapability.Miscservices.Pasteboard"
],
"features": [
],
"adapted_system_type": [
"standard"
],
"rom":"300KB",
"ram":"1024KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"access_token",
"app_file_service",
"bundle_framework",
"c_utils",
"common_event_service",
"device_info_manager",
"device_manager",
"dfs_service",
"dlp_permission_service",
"eventhandler",
"file_api",
"hisysevent",
"hitrace",
"hilog",
"init",
"input",
"imf",
"ipc",
"image_framework",
"napi",
"os_account",
"safwk",
"samgr",
"time_service",
"window_manager"
],
"third_party": [
"libuv",
"cJSON"
]
},
"build": {
"group_type": {
"base_group": [
],
"fwk_group": [
"//foundation/distributeddatamgr/pasteboard/framework/framework:pasteboard_framework",
"//foundation/distributeddatamgr/pasteboard/framework/innerkits:pasteboard_client",
"//foundation/distributeddatamgr/pasteboard/interfaces/kits:pasteboard_napi"
],
"service_group": [
"//foundation/distributeddatamgr/pasteboard/etc/init:pasteboardservice.cfg",
"//foundation/distributeddatamgr/pasteboard/profile:distributeddatamgr_pasteboard_sa_profiles",
"//foundation/distributeddatamgr/pasteboard/services:pasteboard_service",
"//foundation/distributeddatamgr/pasteboard/services/etc:pasteboard.para.dac"
]
},
"inner_kits": [
{
"name": "//foundation/distributeddatamgr/pasteboard/framework/innerkits:pasteboard_client",
"header": {
"header_files": [
"pasteboard_client.h",
"paste_data.h",
"paste_data_record.h"
],
"header_base":"//foundation/distributeddatamgr/pasteboard/framework/innerkits/include"
}
},
{
"name": "//foundation/distributeddatamgr/pasteboard/framework/framework:pasteboard_framework",
"header": {
"header_files": [
"clip/clip_plugin.h",
"device/clip_para.h",
"device/dm_adapter.h",
"common/block_object.h"
],
"header_base":"//foundation/distributeddatamgr/pasteboard/framework/framework/include"
}
}
],
"test": [
"//foundation/distributeddatamgr/pasteboard/framework/test:PasteboardFrameworkTest",
"//foundation/distributeddatamgr/pasteboard/services/test:PasteboardServiceTest",
"//foundation/distributeddatamgr/pasteboard/test/fuzztest:fuzztest",
"//foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi:unittest",
"//foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardperf:unittest"
]
},
"hisysevent_config": [
"//foundation/distributeddatamgr/pasteboard/pasteboardEvent.yaml"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-harmony-for-ineou-i/distributeddatamgr_pasteboard.git
git@gitee.com:open-harmony-for-ineou-i/distributeddatamgr_pasteboard.git
open-harmony-for-ineou-i
distributeddatamgr_pasteboard
distributeddatamgr_pasteboard
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891