1{ 2 "name": "@ohos/wifi_aware", 3 "version": "3.1.0", 4 "description": "wifi_aware", 5 "publishAs": "code-segment", 6 "scripts": { 7 "install": "DEST_PATH=${DEP_BUNDLE_BASE}/foundation/communication/wifi_aware && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" 8 }, 9 "author": {}, 10 "repository": "", 11 "license": "Apache License 2.0", 12 "segment": { 13 "destPath": "foundation/communication/wifi_aware" 14 }, 15 "component": { 16 "name": "wifi_aware", 17 "subsystem": "communication", 18 "adapted_system_type": [ 19 "small", 20 "standard" 21 ], 22 "features": [ 23 ], 24 "rom": "967KB", 25 "ram": "28MB", 26 "deps": { 27 "components": [ 28 ], 29 "third_party": [ 30 ] 31 }, 32 "build": { 33 "sub_component": [ 34 "//foundation/communication/wifi_aware:wifiaware" 35 ], 36 "inner_kits": [ 37 ], 38 "test": [ 39 ] 40 } 41 } 42 } 43