1{ 2 "name": "@ohos/product_unionpi_tiger", 3 "description": "product_unionpi_tiger", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "private": false, 7 "segment": { 8 "destPath": "vendor/unionman/unionpi_tiger" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "product_unionpi_tiger", 14 "subsystem": "product", 15 "adapted_system_type": ["standard"], 16 "deps": { 17 "components": [ 18 "hilog", 19 "c_utils", 20 "hdf_core" 21 ], 22 "third_party": [ 23 ] 24 }, 25 "build": { 26 "sub_component": [ 27 "//vendor/unionman/unionpi_tiger/custom_config:custom_config", 28 "//vendor/unionman/unionpi_tiger/hals/audio:hdf_audio_config", 29 "//vendor/unionman/unionpi_tiger/hdf_config/uhdf:hdf_config", 30 "//vendor/unionman/unionpi_tiger/power_config:power_config", 31 "//vendor/unionman/unionpi_tiger/resourceschedule:resourceschedule", 32 "//vendor/unionman/unionpi_tiger/sample:sample_group" 33 ], 34 "test": [ 35 ], 36 "inner_kits": [] 37 } 38 } 39}