Files
miscservices_pasteboard/bundle.json
T
liulinna e6fe594dd6 修改依赖文件
Signed-off-by: guduhanyan <xuyanjun27@163.com>
2022-03-13 19:00:49 +08:00

66 lines
1.7 KiB
JSON

{
"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",
"ces_standard",
"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"
]
}
}
}