1{ 2 "name": "@ohos/smartperf_host", 3 "description": "The SmartPerf performance tuning tool includes SmartPerf_Host and SmartPerf_Device.", 4 "version": "1.0.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "developtools/smartperf_host" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "smartperf_host", 14 "subsystem": "developtools", 15 "adapted_system_type": [ 16 "standard" 17 ], 18 "hisysevent_config": [ 19 "//developtools/smartperf_host/smartperf_device/hisysevent.yaml" 20 ], 21 "rom": "188KB", 22 "ram": "2000KB", 23 "deps": { 24 "components": [ 25 "ability_base", 26 "arkxtest", 27 "bounds_checking_function", 28 "common_event_service", 29 "c_utils", 30 "hilog", 31 "hisysevent", 32 "hiview", 33 "ipc", 34 "init", 35 "libpng", 36 "protobuf", 37 "samgr", 38 "graphic_2d", 39 "window_manager", 40 "image_framework", 41 "zlib" 42 ], 43 "third_party": [ 44 "libsec_static", 45 "libunwind", 46 "sqlite" 47 ] 48 }, 49 "build": { 50 "sub_component": [ 51 "//developtools/smartperf_host/smartperf_device/device_command/:SP_daemon", 52 "//developtools/smartperf_host/smartperf_device/:SmartPerf", 53 "//developtools/smartperf_host/smartperf_device/device_command:smartperf_daemon" 54 ], 55 "inner_kits": [ 56 { 57 "header": { 58 "header_base": "//developtools/smartperf_host/smartperf_device/device_command/interface", 59 "header_files": [ 60 "GameServicePlugin.h", 61 "GameEventCallback.h", 62 "GpuCounterCallback.h" 63 ] 64 }, 65 "name": "//developtools/smartperf_host/smartperf_device/device_command:smartperf_daemon" 66 } 67 ], 68 "test": [ 69 "//developtools/smartperf_host/smartperf_device/device_command/test:unittest" 70 ] 71 } 72 } 73}