mirror of
https://github.com/openharmony/miscservices_pasteboard.git
synced 2026-07-20 01:23:33 -04:00
e6fe594dd6
Signed-off-by: guduhanyan <xuyanjun27@163.com>
66 lines
1.7 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |