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 "config_policy", 31 "os_account", 32 "ipc", 33 "access_token", 34 "ability_runtime", 35 "hicollie", 36 "hilog", 37 "samgr", 38 "c_utils", 39 "napi", 40 "ability_base", 41 "background_task_mgr", 42 "eventhandler", 43 "power_manager", 44 "time_service", 45 "init", 46 "jsoncpp", 47 "ffrt" 48 ], 49 "third_party": [] 50 }, 51 "build": { 52 "group_type" : { 53 "base_group": [], 54 "fwk_group": [ 55 "//foundation/resourceschedule/device_usage_statistics:bfwk_group_all" 56 ], 57 "service_group": [ 58 "//foundation/resourceschedule/device_usage_statistics:service_group_all" 59 ] 60 }, 61 "inner_kits": [ 62 { 63 "header": { 64 "header_base": "//foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include", 65 "header_files": [ 66 "app_group_callback_info.h", 67 "app_group_callback_proxy.h", 68 "app_group_callback_stub.h", 69 "bundle_active_client.h", 70 "bundle_active_event.h", 71 "bundle_active_event_stats.h", 72 "bundle_active_form_record.h", 73 "bundle_active_group_map.h", 74 "bundle_active_module_record.h", 75 "bundle_active_package_stats.h", 76 "bundle_active_proxy.h", 77 "iapp_group_callback.h" 78 ] 79 }, 80 "name": "//foundation/resourceschedule/device_usage_statistics:usagestatsinner" 81 } 82 ], 83 "test": [ 84 "//foundation/resourceschedule/device_usage_statistics:test_all" 85 ] 86 } 87 } 88}