mirror of
https://gitee.com/openharmony/commonlibrary_memory_utils
synced 2024-11-27 17:30:23 +00:00
06c539e18a
Signed-off-by: Chengke Wang <wangchengke2@huawei.com> Signed-off-by: lijiawei <lijiawei49@huawei.com>
34 lines
791 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|