• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/utils_memory",
3  "version": "3.1.0",
4  "description": "memory base libraries",
5  "publishAs": "source",
6  "scripts": {},
7  "author": {},
8  "repository": "",
9  "license": "Apache License 2.0",
10  "component": {
11    "name": "utils_memory",
12    "subsystem": "utils",
13    "adapted_system_type": [ "standard" ],
14    "deps": {
15      "components": [
16        "libhilog",
17        "utils_base"
18      ],
19      "third_party": []
20    },
21    "build": {
22      "sub_component": [
23          "//utils/memory/libdmabufheap:libdmabufheap"
24      ],
25      "inner_kits": [],
26      "test": [
27          "//utils/memory/libdmabufheap/test:unittest"
28      ]
29    }
30  }
31}