• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/pasteboard",
3    "description": "Allowing paste/copy functions",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8      "destPath": "base/miscservices/pasteboard"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "pasteboard_native",
14      "subsystem": "miscservices",
15      "syscap": [
16        "SystemCapability.MiscServices.Pasteboard"
17      ],
18      "features": [
19      ],
20      "adapted_system_type": [
21        "standard"
22      ],
23      "rom":"300KB",
24      "ram":"1024KB",
25      "deps": {
26        "components": [
27          "ability_manager",
28          "appexecfwk_standard",
29          "ans_standard",
30          "ces_standard",
31          "googletest",
32          "hisysevent_native",
33          "hiviewdfx_hilog_native",
34          "ipc",
35          "safwk",
36          "samgr_standard",
37          "startup_l2",
38          "utils_base"
39        ],
40        "third_party": [
41          "jsoncpp"
42        ]
43        },
44      "build": {
45        "sub_component": [
46          "//base/miscservices/pasteboard:pasteboard_native_packages"
47        ],
48        "inner_kits": [
49          {
50            "name": "//base/miscservices/pasteboard/framework/innerkits:pasteboard_client",
51            "header": {
52              "header_files": [
53                "pasteboard_client.h",
54                "paste_data.h",
55                "paste_data_record.h"
56              ],
57            "header_base":"//base/miscservices/pasteboard/framework/innerkits/include"
58            }
59          }
60        ],
61        "test": [
62          "//base/miscservices/pasteboard/services/test:PasteboardServiceTest"
63        ]
64      }
65    }
66}