commonlibrary_memory_utils/bundle.json
leejiawei 06c539e18a add libpurgeablemem to support purgeable mem
Signed-off-by: Chengke Wang <wangchengke2@huawei.com>
Signed-off-by: lijiawei <lijiawei49@huawei.com>
2022-06-01 16:12:47 +08:00

34 lines
791 B
JSON

{
"name": "@ohos/utils_memory",
"version": "3.1.0",
"description": "memory base libraries",
"publishAs": "source",
"scripts": {},
"author": {},
"repository": "",
"license": "Apache License 2.0",
"component": {
"name": "utils_memory",
"subsystem": "utils",
"adapted_system_type": [ "standard" ],
"deps": {
"components": [
"libhilog",
"utils_base"
],
"third_party": []
},
"build": {
"sub_component": [
"//utils/memory/libdmabufheap:libdmabufheap",
"//utils/memory/libpurgeablemem:libpurgeablemem"
],
"inner_kits": [],
"test": [
"//utils/memory/libdmabufheap/test:unittest",
"//utils/memory/libpurgeablemem/test:libpurgeablemem_test"
]
}
}
}