1{ 2 "name": "@openharmony/wifi_lite", 3 "version": "3.1.0", 4 "description": "wifi_lite", 5 "publishAs": "code-segment", 6 "scripts": { 7 "install": "DEST_PATH=${DEP_BUNDLE_BASE}/foundation/communication/wifi_lite && 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_lite" 14 }, 15 "component": { 16 "name": "wifi_lite", 17 "subsystem": "communication", 18 "adapted_system_type": [ 19 "mini" 20 ], 21 "features": [ 22 ], 23 "rom": "", 24 "ram": "", 25 "deps": { 26 "components": [ 27 ], 28 "third_party": [ 29 ] 30 }, 31 "build": { 32 "sub_component": [ 33 "//foundation/communication/wifi_lite:wifi" 34 ], 35 "inner_kits": [ 36 ], 37 "test": [ 38 ] 39 } 40 } 41 } 42