1{ 2 "name": "@ohos/commonlibrary_memory_utils", 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 "segment": { 11 "destPath": "commonlibrary/memory_utils" 12 }, 13 "component": { 14 "name": "memory_utils", 15 "subsystem": "commonlibrary", 16 "adapted_system_type": [ "standard" ], 17 "deps": { 18 "components": [ 19 "c_utils", 20 "hiviewdfx_hilog_native" 21 ], 22 "third_party": [] 23 }, 24 "build": { 25 "sub_component": [ 26 "//commonlibrary/memory_utils/libdmabufheap:libdmabufheap", 27 "//commonlibrary/memory_utils/libpurgeablemem:libpurgeablemem" 28 ], 29 "inner_kits": [], 30 "test": [ 31 "//commonlibrary/memory_utils/libdmabufheap/test:unittest", 32 "//commonlibrary/memory_utils/libpurgeablemem/test:libpurgeablemem_test" 33 ] 34 } 35 } 36} 37