1{ 2 "name": "@ohos/device_usage_statistics", 3 "description": "device usage statistics", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath" : "foundation/resourceschedule/device_usage_statistics" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "device_usage_statistics", 14 "subsystem": "resourceschedule", 15 "syscap": [ "SystemCapability.ResourceSchedule.UsageStatistics.AppGroup", 16 "SystemCapability.ResourceSchedule.UsageStatistics.App" 17 ], 18 "features": [ "device_usage_statistics_device_enable" ], 19 "adapted_system_type": [ 20 "standard" 21 ], 22 "rom": "11264KB", 23 "ram": "10240KB", 24 "deps": { 25 "components": [ 26 "bundle_framework", 27 "relational_store", 28 "safwk", 29 "common_event_service", 30 "os_account", 31 "ipc", 32 "access_token", 33 "ability_runtime", 34 "hilog", 35 "samgr", 36 "c_utils", 37 "napi", 38 "ability_base", 39 "background_task_mgr", 40 "eventhandler", 41 "power_manager", 42 "time_service", 43 "init", 44 "ffrt" 45 ], 46 "third_party": [] 47 }, 48 "build": { 49 "group_type" : { 50 "base_group": [], 51 "fwk_group": [ 52 "//foundation/resourceschedule/device_usage_statistics:bfwk_group_all" 53 ], 54 "service_group": [ 55 "//foundation/resourceschedule/device_usage_statistics:service_group_all" 56 ] 57 }, 58 "inner_kits": [ 59 { 60 "header": { 61 "header_base": "//foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include", 62 "header_files": [ 63 "app_group_callback_info.h", 64 "app_group_callback_proxy.h", 65 "app_group_callback_stub.h", 66 "bundle_active_client.h", 67 "bundle_active_event.h", 68 "bundle_active_event_stats.h", 69 "bundle_active_form_record.h", 70 "bundle_active_group_map.h", 71 "bundle_active_module_record.h", 72 "bundle_active_package_stats.h", 73 "bundle_active_proxy.h", 74 "iapp_group_callback.h" 75 ] 76 }, 77 "name": "//foundation/resourceschedule/device_usage_statistics:usagestatsinner" 78 } 79 ], 80 "test": [ 81 "//foundation/resourceschedule/device_usage_statistics:test_all" 82 ] 83 } 84 } 85}