{ "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": [ "hisysevent_native", "napi", "samgr", "os_account", "ipc", "eventhandler", "ability_base", "hiviewdfx_hilog_native", "ability_runtime", "libuv", "safwk", "c_utils" ], "third_party": [ ] }, "build": { "group_type": { "base_group": [ ], "fwk_group": [ "//foundation/distributeddatamgr/pasteboard/framework/framework:pasteboard_framework", "//foundation/distributeddatamgr/pasteboard/framework/innerkits:pasteboard_client", "//foundation/distributeddatamgr/pasteboard/interfaces/declaration:pasteboard_js", "//foundation/distributeddatamgr/pasteboard/interfaces/kits:pasteboard_napi" ], "service_group": [ "//foundation/distributeddatamgr/pasteboard/etc/init:pasteboardservice.cfg", "//foundation/distributeddatamgr/pasteboard/profile:distributeddatamgr_pasteboard_sa_profiles", "//foundation/distributeddatamgr/pasteboard/services:pasteboard_service", "//foundation/distributeddatamgr/pasteboard/services/etc:pasteboard.para.dac" ] }, "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/framework/test:PasteboardFrameworkTest", "//foundation/distributeddatamgr/pasteboard/services/test:PasteboardServiceTest", "//foundation/distributeddatamgr/pasteboard/test/fuzztest:fuzztest", "//foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test:unittest" ] }, "hisysevent_config": [ "//foundation/distributeddatamgr/pasteboard/pasteboardEvent.yaml" ] } }