加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/pasteboard",
"description": "Allowing paste/copy functions",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/miscservices/pasteboard"
},
"dirs": {},
"scripts": {},
"component": {
"name": "pasteboard_native",
"subsystem": "miscservices",
"syscap": [
"SystemCapability.MiscServices.Pasteboard"
],
"features": [
],
"adapted_system_type": [
"standard"
],
"rom":"300KB",
"ram":"1024KB",
"deps": {
"components": [
"ability_manager",
"appexecfwk_standard",
"ans_standard",
"common_event_service",
"googletest",
"hisysevent_native",
"hiviewdfx_hilog_native",
"ipc",
"safwk",
"samgr_standard",
"startup_l2",
"utils_base"
],
"third_party": [
"jsoncpp"
]
},
"build": {
"sub_component": [
"//base/miscservices/pasteboard:pasteboard_native_packages"
],
"inner_kits": [
{
"name": "//base/miscservices/pasteboard/framework/innerkits:pasteboard_client",
"header": {
"header_files": [
"pasteboard_client.h",
"paste_data.h",
"paste_data_record.h"
],
"header_base":"//base/miscservices/pasteboard/framework/innerkits/include"
}
}
],
"test": [
"//base/miscservices/pasteboard/services/test:PasteboardServiceTest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化