Files
GlaryCastle b26bba1cb4 Signed-off-by: GlaryCastle <yangpeng190@huawei.com>
Changes to be committed:
	modified:   bundle.json
2022-07-06 09:36:38 +08:00

71 lines
1.8 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": [
"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": [
"//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",
"//base/miscservices/pasteboard/test/fuzztest:fuzztest"
]
},
"hisysevent_config": [
"//base/miscservices/pasteboard/pasteboardEvent.yaml"
]
}
}