mirror of
https://github.com/openharmony/miscservices_pasteboard.git
synced 2026-07-01 03:23:18 -04:00
c6eccc5d84
Signed-off-by: illybyy <baoyayong@huawei.com> Change-Id: I6b4745e5df05c9c88c06a5ced40d08803879a621
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "@ohos/pasteboard",
|
|
"description": "Allowing paste/copy functions",
|
|
"version": "3.1",
|
|
"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": [
|
|
"jsoncpp",
|
|
"hisysevent_native",
|
|
"napi",
|
|
"samgr_standard",
|
|
"os_account",
|
|
"ipc",
|
|
"eventhandler",
|
|
"ability_base",
|
|
"hiviewdfx_hilog_native",
|
|
"ability_runtime",
|
|
"libuv",
|
|
"safwk",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"jsoncpp"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/distributeddatamgr/pasteboard:pasteboard_packages"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//foundation/distributeddatamgr/pasteboard/services/test:PasteboardServiceTest",
|
|
"//foundation/distributeddatamgr/pasteboard/test/fuzztest:fuzztest"
|
|
]
|
|
},
|
|
"hisysevent_config": [
|
|
"//foundation/distributeddatamgr/pasteboard/pasteboardEvent.yaml"
|
|
]
|
|
}
|
|
} |