1 struct cpuinfo_mock_file filesystem[] = { 2 #if CPUINFO_ARCH_ARM64 3 { 4 .path = "/proc/cpuinfo", 5 .size = 333, 6 .content = 7 "Processor\t: AArch64 Processor rev 4 (aarch64)\n" 8 "processor\t: 0\n" 9 "processor\t: 1\n" 10 "processor\t: 2\n" 11 "processor\t: 3\n" 12 "processor\t: 4\n" 13 "processor\t: 5\n" 14 "processor\t: 6\n" 15 "processor\t: 7\n" 16 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 \n" 17 "CPU implementer\t: 0x41\n" 18 "CPU architecture: AArch64\n" 19 "CPU variant\t: 0x0\n" 20 "CPU part\t: 0xd03\n" 21 "CPU revision\t: 4\n" 22 "\n" 23 "Hardware\t: hi6250\n", 24 }, 25 #elif CPUINFO_ARCH_ARM 26 { 27 .path = "/proc/cpuinfo", 28 .size = 392, 29 .content = 30 "Processor\t: AArch64 Processor rev 4 (aarch64)\n" 31 "processor\t: 0\n" 32 "processor\t: 1\n" 33 "processor\t: 2\n" 34 "processor\t: 3\n" 35 "processor\t: 4\n" 36 "processor\t: 5\n" 37 "processor\t: 6\n" 38 "processor\t: 7\n" 39 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 wp half thumb fastmult vfp edsp neon vfpv3 tlsi vfpv4 idiva idivt \n" 40 "CPU implementer\t: 0x41\n" 41 "CPU architecture: 8\n" 42 "CPU variant\t: 0x0\n" 43 "CPU part\t: 0xd03\n" 44 "CPU revision\t: 4\n" 45 "\n" 46 "Hardware\t: hi6250", 47 }, 48 #endif 49 { 50 .path = "/system/build.prop", 51 .size = 7249, 52 .content = 53 "\n" 54 "# begin build properties\n" 55 "# autogenerated by buildinfo.sh\n" 56 "ro.build.id=MRA58K\n" 57 "#ro.build.display.id=deleted\n" 58 "#ro.build.version.incremental=deleted\n" 59 "ro.build.version.sdk=23\n" 60 "ro.build.version.preview_sdk=0\n" 61 "ro.build.version.codename=REL\n" 62 "ro.build.version.all_codenames=REL\n" 63 "ro.build.version.release=6.0\n" 64 "ro.build.version.security_patch=2016-11-01\n" 65 "ro.build.version.base_os=\n" 66 "ro.build.date=Fri Nov 25 19:25:55 CST 2016\n" 67 "ro.build.date.utc=1480073155\n" 68 "ro.build.type=user\n" 69 "ro.build.user=jenkins\n" 70 "ro.build.host=huawei-RH2288H-V2-12L\n" 71 "ro.build.flavor=hi6250-user\n" 72 "ro.product.model=hi6250\n" 73 "ro.product.brand=HUAWEI\n" 74 "ro.product.name=hi6250\n" 75 "ro.product.device=HWVNS-H\n" 76 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 77 "# use ro.product.cpu.abilist instead.\n" 78 "ro.product.cpu.abi=arm64-v8a\n" 79 "ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n" 80 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 81 "ro.product.cpu.abilist64=arm64-v8a\n" 82 "ro.product.manufacturer=HUAWEI\n" 83 "ro.product.locale=en-US\n" 84 "ro.wifi.channels=\n" 85 "ro.board.platform=hi6250\n" 86 "# ro.build.product is obsolete; use ro.product.device\n" 87 "ro.build.product=hi6250\n" 88 "# Do not try to parse description, fingerprint, or thumbprint\n" 89 "#ro.build.description=deleted\n" 90 "#ro.build.fingerprint=deleted\n" 91 "ro.build.characteristics=nosdcard\n" 92 "ro.build.hide=false\n" 93 "# end build properties\n" 94 "\n" 95 "# begin huawei emui properties\n" 96 "# autogenerated by build_emui_info.sh\n" 97 "ro.build.hw_emui_api_level=10\n" 98 "# end huawei emui properties\n" 99 "\n" 100 "#\n" 101 "# from device/hisi/hi6250/system.prop\n" 102 "#\n" 103 "ro.config.mmu_en=1\n" 104 "dalvik.vm.heapsize=512m\n" 105 "ro.opengles.version=196609\n" 106 "ro.sf.lcd_density=480\n" 107 "hw.lcd.density=480\n" 108 "persist.fw.force_adoptable=true\n" 109 "dalvik.vm.checkjni=false\n" 110 "ro.bt.bdaddr_path=/data/misc/bluedroid/macbt\n" 111 "ro.config.hw_navigationbar=true\n" 112 "ro.hwui.texture_cache_size=48\n" 113 "ro.hwui.texture_cache_flushrate=0.4\n" 114 "ro.hwui.layer_cache_size=32\n" 115 "ro.hwui.path_cache_size=16\n" 116 "ro.hwui.shape_cache_size=2\n" 117 "ro.hwui.drop_shadow_cache_size=6\n" 118 "ro.hwui.gradient_cache_size=1\n" 119 "ro.hwui.text_large_cache_height=1024\n" 120 "ro.hwui.text_large_cache_width=2048\n" 121 "ro.hwui.text_small_cache_height=1024\n" 122 "ro.hwui.text_small_cache_width=1024\n" 123 "ro.hwui.r_buffer_cache_size=8\n" 124 "ro.hwui.fbo_cache_size=0\n" 125 "debug.hwui.render_dirty_regions=false\n" 126 "debug.hwui.enable_bp_cache=false\n" 127 "ro.config.hw_music_lp=true\n" 128 "ro.tui.service=true\n" 129 "persist.media.offload.enable=true\n" 130 "ro.config.hw_sensorhub=true\n" 131 "ro.hwcamera.sm.video_size=640x480\n" 132 "build.hisi_perf_opt=true\n" 133 "ro.config.hw_perfhub=true\n" 134 "ro.product.platform.pseudonym=1ARB9CV\n" 135 "persist.sys.jankenable=true\n" 136 "\n" 137 "#\n" 138 "# ADDITIONAL_BUILD_PROPERTIES\n" 139 "#\n" 140 "ro.config.ringtone=Dream_It_Possible.ogg\n" 141 "ro.config.notification_sound=Bongo.ogg\n" 142 "ro.carrier=unknown\n" 143 "ro.config.alarm_alert=Creamy.ogg\n" 144 "ro.setupwizard.mode=OPTIONAL\n" 145 "ro.com.google.gmsversion=6.0_r8\n" 146 "persist.sys.dalvik.vm.lib.2=libart\n" 147 "dalvik.vm.isa.arm64.variant=generic\n" 148 "dalvik.vm.isa.arm64.features=default\n" 149 "dalvik.vm.isa.arm.variant=cortex-a15\n" 150 "dalvik.vm.isa.arm.features=default\n" 151 "net.bt.name=Android\n" 152 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 153 "ro.expect.recovery_id=\n" 154 "\n" 155 "ro.config.fm_type=libbcmfm_if\n" 156 "\n" 157 "\n" 158 "persist.radio.apm_sim_not_pwdn=1\n" 159 "persist.service.tm2.tofile=true\n" 160 "persist.sys.dualcards=true\n" 161 "ril.hw_modem0.rssi=-1\n" 162 "ril.hw_modem1.rssi=-1\n" 163 "ro.cellbroadcast.emergencyids=0-65534\n" 164 "ro.config.delay_send_signal=true\n" 165 "ro.config.hw_accesscontrol=true\n" 166 "ro.config.hw_disable_cops=true\n" 167 "ro.config.hw_useCtrlSocket=true\n" 168 "ro.config.updatelocation=true\n" 169 "ro.networkstatus.delaytimer=20\n" 170 "ro.ril.ecclist=112,911,#911,*911\n" 171 "ro.check.modem_network=true\n" 172 "ro.config.ipv4.mtu=1400\n" 173 "gsm.fastdormancy.mode=3\n" 174 "ro.config.hw_hotswap_on=true\n" 175 "\n" 176 "\n" 177 "\n" 178 "\n" 179 "\n" 180 "\n" 181 "\n" 182 "\n" 183 "\n" 184 "ro.config.hw_showTestInfo=true\n" 185 "\n" 186 "ro.config.app_big_icon_size=172\n" 187 "ro.config.launcher_matchcard=0\n" 188 "ro.config.hw_navi_launcher=false\n" 189 "ro.build.hw_emui_lite.enable=true\n" 190 "keyguard.no_require_sim=true\n" 191 "ro.config.hwft_PinPukUnlockscr=true\n" 192 "\n" 193 "ro.config.bg_call_twinking=true\n" 194 "ro.config.carkitmodenotif=true\n" 195 "ro.config.hw_sim2airplane=true\n" 196 "modify_ram_show=true\n" 197 "ro.config.colorTemperature_K3=true\n" 198 "ro.config.hw_glovemode_enabled=1\n" 199 "ro.config.readBtAddress=true\n" 200 "ro.config.show2846=true\n" 201 "\n" 202 "ro.config.hw_enable_merge=true\n" 203 "ro.config.hw_gps_power_track=true\n" 204 "ro.config.hw_smartcardservice=true\n" 205 "ro.config.hw_subtitle_support=true\n" 206 "ro.config.hw_support_geofence=true\n" 207 "ro.dual.sim.phone=true\n" 208 "ro.hwcamera.previeweffects=true\n" 209 "ro.config.lvm_mode=true\n" 210 "\n" 211 "ro.config.hw_wifipro_enable=true\n" 212 "ro.config.signalplus.tas=true\n" 213 "ro.config.signalplus.xpass=true\n" 214 "ro.config.linkplus.roaming=true\n" 215 "ro.config.linkplus.liveupdate=true\n" 216 "ro.systemui.debug=true\n" 217 "ro.config.fp_navigation=true\n" 218 "ro.config.conn_diagnose=true\n" 219 "ro.config.earphone_hint=true\n" 220 "ro.config.hw_multiscreen=true\n" 221 "\n" 222 "ro.cust.cdrom=/system/cdrom/autorun.iso\n" 223 "\n" 224 "sys.refresh.dirty=1\n" 225 "ro.config.ringtone2=Huawei_Tune.ogg\n" 226 "qemu.hw.mainkeys=0\n" 227 "ro.config.hw_singlehand=1\n" 228 "ro.config.show6130=true\n" 229 "ro.config.apn_cancel_nopop=true\n" 230 "ro.config.hw_testingsettings=true\n" 231 "ro.config.isSLEntitleSet=true\n" 232 "ro.config.hw_easywakeup=false\n" 233 "ro.config.fp_launch_app=false\n" 234 "ro.config.cpu_info_display=Kirin 650\n" 235 "ro.config.hw_smart_backlight=0\n" 236 "ro.config.hw_lite_oom=true\n" 237 "ro.product.hardwareversion=HL2VENUSM\n" 238 "ro.config.colorTemperature_3d=true\n" 239 "ro.config.hw_eyes_protection=7\n" 240 "ro.config.antimal_enable=true\n" 241 "audioril.lib=libhuawei-audio-ril.so\n" 242 "media.stagefright.use-awesome=false\n" 243 "ro.config.hw_media_flags=3\n" 244 "ro.config.widevine_level3=true\n" 245 "drm.service.enabled=true\n" 246 "ro.camera.sound.forced=1\n" 247 "persist.hw_camera.video_sta=false\n" 248 "ro.config.hw_camera_docbeauty=true\n" 249 "ro.config.hw_camera_smartae=false\n" 250 "ro.config.speed_control_enable=true\n" 251 "ro.config.hw_auto_scene=true\n" 252 "ro.config.hw_dts=false\n" 253 "ro.config.hw_sws=true\n" 254 "ro.config.hw_dts_settings=true\n" 255 "ro.config.swsAlwaysActiveForSPK=true\n" 256 "audio.offload.disable=1\n" 257 "ro.media.radar=0\n" 258 "ro.media.NxpSmartPACurve=VNS_HISI_1225:1,-40:87,-4:93,-2:100,0.0:-15:\n" 259 "ro.config.hw_camera_omron=true\n" 260 "ro.config.hw_camera_hdr=true\n" 261 "ro.config.hw_camera_bestShot=true\n" 262 "ro.config.hw_camera_refocus=true\n" 263 "ro.config.small.previewpos=left\n" 264 "ro.config.camera_target_track=true\n" 265 "ro.config.hw_camera_zsl=true\n" 266 "ro.config.hw_camera_mfd=true\n" 267 "ro.config.hw_burst_snapshot=true\n" 268 "ro.config.hw_manual_focus=true\n" 269 "ro.config.hw_camera_davinci=true\n" 270 "ro.config.hw_photo_beauty=true\n" 271 "ro.config.hw_video_beauty=true\n" 272 "ro.hwcamera.jpeg.quality=95\n" 273 "ro.config.slow_play_enable=true\n" 274 "ro.config.hw.security_volume=10\n" 275 "ro.config.amrwb_disable=true\n" 276 "ro.config.hw_audio_plus=false\n" 277 "ro.config.hwinternet_audio=1\n" 278 "ro.config.hw_dolby=false\n" 279 "ro.hwcamera.isdm=false\n" 280 "ro.config.sws_version=sws2\n" 281 "ro.gallery.thumbnailLoading=true\n" 282 "ro.hwcamera.SlowMotionZoom=false\n" 283 "ro.hwcamera.BackSnapShotLimit=true\n" 284 "ro.hwcamera.brightness_range=60,178\n" 285 "ro.media.maxmem=4294967295\n" 286 "\n" 287 "ro.com.google.clientidbase=android-huawei\n" 288 "\n" 289 "ro.config.incall_notify_mms=true\n" 290 "ro.config.huawei_smallwindow=0\n" 291 "ro.com.android.mobiledata=true\n" 292 "ro.config.hw_power_saving=true\n" 293 "\n" 294 "ro.build.hide.matchers=Honor;ARM;hi6250;Mali-T830;Mali-T880;\n" 295 "ro.build.hide.replacements=Huawei;unknown;unknown;unknown;unknown;\n" 296 "ro.build.hide.settings=4;1.2 GHz;1.0GB;405 MB;4.00 GB;540 x 960;4.3;3.0.8;2.0\n" 297 "\n" 298 "dalvik.vm.heaptargetutilization=0.75\n" 299 "dalvik.vm.heapgrowthlimit=192m\n" 300 "dalvik.vm.heapstartsize=8m\n" 301 "ro.config.hw_directly_callfdn=true\n" 302 "ro.am.reschedule_service=true\n" 303 "ro.readfastboot=0\n" 304 "debug.aps.battery_limit=5\n" 305 "\n" 306 "\n" 307 "\n" 308 "\n" 309 "\n" 310 "\n" 311 "\n" 312 "\n" 313 "\n" 314 "\n" 315 "\n" 316 "\n" 317 "\n" 318 "\n" 319 "\n" 320 "\n" 321 "\n" 322 "\n" 323 "ro.build.version.emui=EmotionUI_4.1.1\n" 324 "persist.sys.hidewindow.enable=true\n" 325 "\n" 326 "ro.product.board=VNS\n" 327 "\n" 328 "ro.build.tags=release-keys\n" 329 "\n" 330 "ro.product.BaseVersion=VNS-C900B120\n" 331 "\n" 332 "ro.confg.hw_systemversion=VNS-C900B120_SYSTEM\n", 333 }, 334 { 335 .path = "/sys/devices/system/cpu/kernel_max", 336 .size = 2, 337 .content = "7\n", 338 }, 339 { 340 .path = "/sys/devices/system/cpu/modalias", 341 .size = 66, 342 .content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n", 343 }, 344 { 345 .path = "/sys/devices/system/cpu/offline", 346 .size = 1, 347 .content = "\n", 348 }, 349 { 350 .path = "/sys/devices/system/cpu/online", 351 .size = 4, 352 .content = "0-7\n", 353 }, 354 { 355 .path = "/sys/devices/system/cpu/possible", 356 .size = 4, 357 .content = "0-7\n", 358 }, 359 { 360 .path = "/sys/devices/system/cpu/present", 361 .size = 4, 362 .content = "0-7\n", 363 }, 364 { 365 .path = "/sys/devices/system/cpu/cpufreq/all_time_in_state", 366 .size = 431, 367 .content = 368 "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\tcpu4\t\tcpu5\t\tcpu6\t\tcpu7\t\t\n" 369 "480000\t\t28116\t\t28116\t\t28116\t\t28116\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 370 "807000\t\t444\t\t444\t\t444\t\t444\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 371 "1306000\t\t137\t\t137\t\t137\t\t137\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 372 "1402000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t33207\t\t33207\t\t33207\t\t33207\t\t\n" 373 "1709000\t\t13225\t\t13225\t\t13225\t\t13225\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 374 "1805000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t889\t\t889\t\t889\t\t889\t\t\n" 375 "2016000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t7826\t\t7826\t\t7826\t\t7826\t\t\n", 376 }, 377 { 378 .path = "/sys/devices/system/cpu/cpufreq/current_in_state", 379 .size = 176, 380 .content = 381 "CPU4:480000=0 807000=0 1306000=0 1709000=0 \n" 382 "CPU5:480000=0 807000=0 1306000=0 1709000=0 \n" 383 "CPU6:480000=0 807000=0 1306000=0 1709000=0 \n" 384 "CPU7:480000=0 807000=0 1306000=0 1709000=0 \n", 385 }, 386 { 387 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 388 .size = 25, 389 .content = "hisi_little_cluster_idle\n", 390 }, 391 { 392 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 393 .size = 5, 394 .content = "menu\n", 395 }, 396 { 397 .path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name", 398 .size = 25, 399 .content = "hisi_little_cluster_idle\n", 400 }, 401 { 402 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 403 .size = 8, 404 .content = "0 1 2 3\n", 405 }, 406 { 407 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 408 .size = 8, 409 .content = "1709000\n", 410 }, 411 { 412 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 413 .size = 7, 414 .content = "480000\n", 415 }, 416 { 417 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 418 .size = 2, 419 .content = "0\n", 420 }, 421 { 422 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 423 .size = 8, 424 .content = "0 1 2 3\n", 425 }, 426 { 427 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 428 .size = 31, 429 .content = "480000 807000 1306000 1709000 \n", 430 }, 431 { 432 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 433 .size = 67, 434 .content = "interactive conservative ondemand userspace powersave performance \n", 435 }, 436 { 437 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 438 .size = 7, 439 .content = "480000\n", 440 }, 441 { 442 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 443 .size = 15, 444 .content = "arm-big-little\n", 445 }, 446 { 447 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 448 .size = 12, 449 .content = "interactive\n", 450 }, 451 { 452 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq", 453 .size = 8, 454 .content = "1709000\n", 455 }, 456 { 457 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 458 .size = 7, 459 .content = "480000\n", 460 }, 461 { 462 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 463 .size = 50, 464 .content = 465 "480000 28222\n" 466 "807000 445\n" 467 "1306000 137\n" 468 "1709000 13257\n", 469 }, 470 { 471 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 472 .size = 4, 473 .content = "329\n", 474 }, 475 { 476 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/trans_table", 477 .size = 277, 478 .content = 479 " From : To\n" 480 " : 480000 807000 1306000 1709000 \n" 481 " 480000: 0 56 0 78 \n" 482 " 807000: 28 0 5 31 \n" 483 " 1306000: 3 1 0 9 \n" 484 " 1709000: 102 8 8 0 \n", 485 }, 486 { 487 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 488 .size = 2, 489 .content = "0\n", 490 }, 491 { 492 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 493 .size = 3, 494 .content = "0f\n", 495 }, 496 { 497 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 498 .size = 4, 499 .content = "0-3\n", 500 }, 501 { 502 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 503 .size = 2, 504 .content = "0\n", 505 }, 506 { 507 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 508 .size = 3, 509 .content = "01\n", 510 }, 511 { 512 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 513 .size = 2, 514 .content = "0\n", 515 }, 516 { 517 .path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name", 518 .size = 25, 519 .content = "hisi_little_cluster_idle\n", 520 }, 521 { 522 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 523 .size = 8, 524 .content = "0 1 2 3\n", 525 }, 526 { 527 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 528 .size = 8, 529 .content = "1709000\n", 530 }, 531 { 532 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 533 .size = 7, 534 .content = "480000\n", 535 }, 536 { 537 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 538 .size = 2, 539 .content = "0\n", 540 }, 541 { 542 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 543 .size = 8, 544 .content = "0 1 2 3\n", 545 }, 546 { 547 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 548 .size = 31, 549 .content = "480000 807000 1306000 1709000 \n", 550 }, 551 { 552 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 553 .size = 67, 554 .content = "interactive conservative ondemand userspace powersave performance \n", 555 }, 556 { 557 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 558 .size = 7, 559 .content = "480000\n", 560 }, 561 { 562 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 563 .size = 15, 564 .content = "arm-big-little\n", 565 }, 566 { 567 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 568 .size = 12, 569 .content = "interactive\n", 570 }, 571 { 572 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq", 573 .size = 8, 574 .content = "1709000\n", 575 }, 576 { 577 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 578 .size = 7, 579 .content = "480000\n", 580 }, 581 { 582 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 583 .size = 50, 584 .content = 585 "480000 28423\n" 586 "807000 454\n" 587 "1306000 137\n" 588 "1709000 13267\n", 589 }, 590 { 591 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 592 .size = 4, 593 .content = "332\n", 594 }, 595 { 596 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/trans_table", 597 .size = 277, 598 .content = 599 " From : To\n" 600 " : 480000 807000 1306000 1709000 \n" 601 " 480000: 0 56 0 79 \n" 602 " 807000: 29 0 5 31 \n" 603 " 1306000: 3 1 0 9 \n" 604 " 1709000: 103 8 8 0 \n", 605 }, 606 { 607 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 608 .size = 2, 609 .content = "1\n", 610 }, 611 { 612 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 613 .size = 3, 614 .content = "0f\n", 615 }, 616 { 617 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 618 .size = 4, 619 .content = "0-3\n", 620 }, 621 { 622 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 623 .size = 2, 624 .content = "0\n", 625 }, 626 { 627 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 628 .size = 3, 629 .content = "02\n", 630 }, 631 { 632 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 633 .size = 2, 634 .content = "1\n", 635 }, 636 { 637 .path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name", 638 .size = 25, 639 .content = "hisi_little_cluster_idle\n", 640 }, 641 { 642 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", 643 .size = 8, 644 .content = "0 1 2 3\n", 645 }, 646 { 647 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", 648 .size = 8, 649 .content = "1709000\n", 650 }, 651 { 652 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq", 653 .size = 7, 654 .content = "480000\n", 655 }, 656 { 657 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency", 658 .size = 2, 659 .content = "0\n", 660 }, 661 { 662 .path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus", 663 .size = 8, 664 .content = "0 1 2 3\n", 665 }, 666 { 667 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies", 668 .size = 31, 669 .content = "480000 807000 1306000 1709000 \n", 670 }, 671 { 672 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors", 673 .size = 67, 674 .content = "interactive conservative ondemand userspace powersave performance \n", 675 }, 676 { 677 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq", 678 .size = 7, 679 .content = "807000\n", 680 }, 681 { 682 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", 683 .size = 15, 684 .content = "arm-big-little\n", 685 }, 686 { 687 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor", 688 .size = 12, 689 .content = "interactive\n", 690 }, 691 { 692 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq", 693 .size = 8, 694 .content = "1709000\n", 695 }, 696 { 697 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq", 698 .size = 7, 699 .content = "480000\n", 700 }, 701 { 702 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state", 703 .size = 50, 704 .content = 705 "480000 28586\n" 706 "807000 456\n" 707 "1306000 137\n" 708 "1709000 13325\n", 709 }, 710 { 711 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", 712 .size = 4, 713 .content = "337\n", 714 }, 715 { 716 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/trans_table", 717 .size = 277, 718 .content = 719 " From : To\n" 720 " : 480000 807000 1306000 1709000 \n" 721 " 480000: 0 57 0 81 \n" 722 " 807000: 29 0 5 32 \n" 723 " 1306000: 3 1 0 9 \n" 724 " 1709000: 105 8 8 0 \n", 725 }, 726 { 727 .path = "/sys/devices/system/cpu/cpu2/topology/core_id", 728 .size = 2, 729 .content = "2\n", 730 }, 731 { 732 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings", 733 .size = 3, 734 .content = "0f\n", 735 }, 736 { 737 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", 738 .size = 4, 739 .content = "0-3\n", 740 }, 741 { 742 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", 743 .size = 2, 744 .content = "0\n", 745 }, 746 { 747 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", 748 .size = 3, 749 .content = "04\n", 750 }, 751 { 752 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", 753 .size = 2, 754 .content = "2\n", 755 }, 756 { 757 .path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name", 758 .size = 25, 759 .content = "hisi_little_cluster_idle\n", 760 }, 761 { 762 .path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus", 763 .size = 8, 764 .content = "0 1 2 3\n", 765 }, 766 { 767 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq", 768 .size = 8, 769 .content = "1709000\n", 770 }, 771 { 772 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq", 773 .size = 7, 774 .content = "480000\n", 775 }, 776 { 777 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency", 778 .size = 2, 779 .content = "0\n", 780 }, 781 { 782 .path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus", 783 .size = 8, 784 .content = "0 1 2 3\n", 785 }, 786 { 787 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies", 788 .size = 31, 789 .content = "480000 807000 1306000 1709000 \n", 790 }, 791 { 792 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors", 793 .size = 67, 794 .content = "interactive conservative ondemand userspace powersave performance \n", 795 }, 796 { 797 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq", 798 .size = 7, 799 .content = "480000\n", 800 }, 801 { 802 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver", 803 .size = 15, 804 .content = "arm-big-little\n", 805 }, 806 { 807 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor", 808 .size = 12, 809 .content = "interactive\n", 810 }, 811 { 812 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq", 813 .size = 8, 814 .content = "1709000\n", 815 }, 816 { 817 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq", 818 .size = 7, 819 .content = "480000\n", 820 }, 821 { 822 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state", 823 .size = 50, 824 .content = 825 "480000 28762\n" 826 "807000 458\n" 827 "1306000 137\n" 828 "1709000 13396\n", 829 }, 830 { 831 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans", 832 .size = 4, 833 .content = "343\n", 834 }, 835 { 836 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/trans_table", 837 .size = 277, 838 .content = 839 " From : To\n" 840 " : 480000 807000 1306000 1709000 \n" 841 " 480000: 0 58 0 82 \n" 842 " 807000: 29 0 5 33 \n" 843 " 1306000: 3 1 0 9 \n" 844 " 1709000: 108 8 8 0 \n", 845 }, 846 { 847 .path = "/sys/devices/system/cpu/cpu3/topology/core_id", 848 .size = 2, 849 .content = "3\n", 850 }, 851 { 852 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings", 853 .size = 3, 854 .content = "0f\n", 855 }, 856 { 857 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list", 858 .size = 4, 859 .content = "0-3\n", 860 }, 861 { 862 .path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id", 863 .size = 2, 864 .content = "0\n", 865 }, 866 { 867 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings", 868 .size = 3, 869 .content = "08\n", 870 }, 871 { 872 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list", 873 .size = 2, 874 .content = "3\n", 875 }, 876 { 877 .path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name", 878 .size = 22, 879 .content = "hisi_big_cluster_idle\n", 880 }, 881 { 882 .path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus", 883 .size = 8, 884 .content = "4 5 6 7\n", 885 }, 886 { 887 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq", 888 .size = 8, 889 .content = "2016000\n", 890 }, 891 { 892 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq", 893 .size = 8, 894 .content = "1402000\n", 895 }, 896 { 897 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency", 898 .size = 2, 899 .content = "0\n", 900 }, 901 { 902 .path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus", 903 .size = 8, 904 .content = "4 5 6 7\n", 905 }, 906 { 907 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies", 908 .size = 25, 909 .content = "1402000 1805000 2016000 \n", 910 }, 911 { 912 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors", 913 .size = 67, 914 .content = "interactive conservative ondemand userspace powersave performance \n", 915 }, 916 { 917 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq", 918 .size = 8, 919 .content = "1402000\n", 920 }, 921 { 922 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver", 923 .size = 15, 924 .content = "arm-big-little\n", 925 }, 926 { 927 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor", 928 .size = 9, 929 .content = "ondemand\n", 930 }, 931 { 932 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq", 933 .size = 8, 934 .content = "2016000\n", 935 }, 936 { 937 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq", 938 .size = 8, 939 .content = "1402000\n", 940 }, 941 { 942 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state", 943 .size = 39, 944 .content = 945 "1402000 34215\n" 946 "1805000 894\n" 947 "2016000 7902\n", 948 }, 949 { 950 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans", 951 .size = 4, 952 .content = "401\n", 953 }, 954 { 955 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/trans_table", 956 .size = 185, 957 .content = 958 " From : To\n" 959 " : 1402000 1805000 2016000 \n" 960 " 1402000: 0 102 56 \n" 961 " 1805000: 97 0 45 \n" 962 " 2016000: 61 40 0 \n", 963 }, 964 { 965 .path = "/sys/devices/system/cpu/cpu4/topology/core_id", 966 .size = 2, 967 .content = "0\n", 968 }, 969 { 970 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings", 971 .size = 3, 972 .content = "f0\n", 973 }, 974 { 975 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list", 976 .size = 4, 977 .content = "4-7\n", 978 }, 979 { 980 .path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id", 981 .size = 2, 982 .content = "1\n", 983 }, 984 { 985 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings", 986 .size = 3, 987 .content = "10\n", 988 }, 989 { 990 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list", 991 .size = 2, 992 .content = "4\n", 993 }, 994 { 995 .path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name", 996 .size = 22, 997 .content = "hisi_big_cluster_idle\n", 998 }, 999 { 1000 .path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus", 1001 .size = 8, 1002 .content = "4 5 6 7\n", 1003 }, 1004 { 1005 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq", 1006 .size = 8, 1007 .content = "2016000\n", 1008 }, 1009 { 1010 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq", 1011 .size = 8, 1012 .content = "1402000\n", 1013 }, 1014 { 1015 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency", 1016 .size = 2, 1017 .content = "0\n", 1018 }, 1019 { 1020 .path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus", 1021 .size = 8, 1022 .content = "4 5 6 7\n", 1023 }, 1024 { 1025 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_frequencies", 1026 .size = 25, 1027 .content = "1402000 1805000 2016000 \n", 1028 }, 1029 { 1030 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors", 1031 .size = 67, 1032 .content = "interactive conservative ondemand userspace powersave performance \n", 1033 }, 1034 { 1035 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq", 1036 .size = 8, 1037 .content = "1402000\n", 1038 }, 1039 { 1040 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver", 1041 .size = 15, 1042 .content = "arm-big-little\n", 1043 }, 1044 { 1045 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor", 1046 .size = 9, 1047 .content = "ondemand\n", 1048 }, 1049 { 1050 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq", 1051 .size = 8, 1052 .content = "2016000\n", 1053 }, 1054 { 1055 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq", 1056 .size = 8, 1057 .content = "1402000\n", 1058 }, 1059 { 1060 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state", 1061 .size = 39, 1062 .content = 1063 "1402000 34481\n" 1064 "1805000 894\n" 1065 "2016000 7902\n", 1066 }, 1067 { 1068 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans", 1069 .size = 4, 1070 .content = "401\n", 1071 }, 1072 { 1073 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/trans_table", 1074 .size = 185, 1075 .content = 1076 " From : To\n" 1077 " : 1402000 1805000 2016000 \n" 1078 " 1402000: 0 102 56 \n" 1079 " 1805000: 97 0 45 \n" 1080 " 2016000: 61 40 0 \n", 1081 }, 1082 { 1083 .path = "/sys/devices/system/cpu/cpu5/topology/core_id", 1084 .size = 2, 1085 .content = "1\n", 1086 }, 1087 { 1088 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings", 1089 .size = 3, 1090 .content = "f0\n", 1091 }, 1092 { 1093 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list", 1094 .size = 4, 1095 .content = "4-7\n", 1096 }, 1097 { 1098 .path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id", 1099 .size = 2, 1100 .content = "1\n", 1101 }, 1102 { 1103 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings", 1104 .size = 3, 1105 .content = "20\n", 1106 }, 1107 { 1108 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list", 1109 .size = 2, 1110 .content = "5\n", 1111 }, 1112 { 1113 .path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name", 1114 .size = 22, 1115 .content = "hisi_big_cluster_idle\n", 1116 }, 1117 { 1118 .path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus", 1119 .size = 8, 1120 .content = "4 5 6 7\n", 1121 }, 1122 { 1123 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq", 1124 .size = 8, 1125 .content = "2016000\n", 1126 }, 1127 { 1128 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq", 1129 .size = 8, 1130 .content = "1402000\n", 1131 }, 1132 { 1133 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency", 1134 .size = 2, 1135 .content = "0\n", 1136 }, 1137 { 1138 .path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus", 1139 .size = 8, 1140 .content = "4 5 6 7\n", 1141 }, 1142 { 1143 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies", 1144 .size = 25, 1145 .content = "1402000 1805000 2016000 \n", 1146 }, 1147 { 1148 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors", 1149 .size = 67, 1150 .content = "interactive conservative ondemand userspace powersave performance \n", 1151 }, 1152 { 1153 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq", 1154 .size = 8, 1155 .content = "1402000\n", 1156 }, 1157 { 1158 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver", 1159 .size = 15, 1160 .content = "arm-big-little\n", 1161 }, 1162 { 1163 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor", 1164 .size = 9, 1165 .content = "ondemand\n", 1166 }, 1167 { 1168 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq", 1169 .size = 8, 1170 .content = "2016000\n", 1171 }, 1172 { 1173 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq", 1174 .size = 8, 1175 .content = "1402000\n", 1176 }, 1177 { 1178 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state", 1179 .size = 39, 1180 .content = 1181 "1402000 34735\n" 1182 "1805000 894\n" 1183 "2016000 7902\n", 1184 }, 1185 { 1186 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans", 1187 .size = 4, 1188 .content = "401\n", 1189 }, 1190 { 1191 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/trans_table", 1192 .size = 185, 1193 .content = 1194 " From : To\n" 1195 " : 1402000 1805000 2016000 \n" 1196 " 1402000: 0 102 56 \n" 1197 " 1805000: 97 0 45 \n" 1198 " 2016000: 61 40 0 \n", 1199 }, 1200 { 1201 .path = "/sys/devices/system/cpu/cpu6/topology/core_id", 1202 .size = 2, 1203 .content = "2\n", 1204 }, 1205 { 1206 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings", 1207 .size = 3, 1208 .content = "f0\n", 1209 }, 1210 { 1211 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings_list", 1212 .size = 4, 1213 .content = "4-7\n", 1214 }, 1215 { 1216 .path = "/sys/devices/system/cpu/cpu6/topology/physical_package_id", 1217 .size = 2, 1218 .content = "1\n", 1219 }, 1220 { 1221 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings", 1222 .size = 3, 1223 .content = "40\n", 1224 }, 1225 { 1226 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings_list", 1227 .size = 2, 1228 .content = "6\n", 1229 }, 1230 { 1231 .path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name", 1232 .size = 22, 1233 .content = "hisi_big_cluster_idle\n", 1234 }, 1235 { 1236 .path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus", 1237 .size = 8, 1238 .content = "4 5 6 7\n", 1239 }, 1240 { 1241 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq", 1242 .size = 8, 1243 .content = "2016000\n", 1244 }, 1245 { 1246 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq", 1247 .size = 8, 1248 .content = "1402000\n", 1249 }, 1250 { 1251 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency", 1252 .size = 2, 1253 .content = "0\n", 1254 }, 1255 { 1256 .path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus", 1257 .size = 8, 1258 .content = "4 5 6 7\n", 1259 }, 1260 { 1261 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_frequencies", 1262 .size = 25, 1263 .content = "1402000 1805000 2016000 \n", 1264 }, 1265 { 1266 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors", 1267 .size = 67, 1268 .content = "interactive conservative ondemand userspace powersave performance \n", 1269 }, 1270 { 1271 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq", 1272 .size = 8, 1273 .content = "1402000\n", 1274 }, 1275 { 1276 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver", 1277 .size = 15, 1278 .content = "arm-big-little\n", 1279 }, 1280 { 1281 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor", 1282 .size = 9, 1283 .content = "ondemand\n", 1284 }, 1285 { 1286 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq", 1287 .size = 8, 1288 .content = "2016000\n", 1289 }, 1290 { 1291 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq", 1292 .size = 8, 1293 .content = "1402000\n", 1294 }, 1295 { 1296 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state", 1297 .size = 39, 1298 .content = 1299 "1402000 34972\n" 1300 "1805000 894\n" 1301 "2016000 7902\n", 1302 }, 1303 { 1304 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans", 1305 .size = 4, 1306 .content = "401\n", 1307 }, 1308 { 1309 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/trans_table", 1310 .size = 185, 1311 .content = 1312 " From : To\n" 1313 " : 1402000 1805000 2016000 \n" 1314 " 1402000: 0 102 56 \n" 1315 " 1805000: 97 0 45 \n" 1316 " 2016000: 61 40 0 \n", 1317 }, 1318 { 1319 .path = "/sys/devices/system/cpu/cpu7/topology/core_id", 1320 .size = 2, 1321 .content = "3\n", 1322 }, 1323 { 1324 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings", 1325 .size = 3, 1326 .content = "f0\n", 1327 }, 1328 { 1329 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings_list", 1330 .size = 4, 1331 .content = "4-7\n", 1332 }, 1333 { 1334 .path = "/sys/devices/system/cpu/cpu7/topology/physical_package_id", 1335 .size = 2, 1336 .content = "1\n", 1337 }, 1338 { 1339 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings", 1340 .size = 3, 1341 .content = "80\n", 1342 }, 1343 { 1344 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings_list", 1345 .size = 2, 1346 .content = "7\n", 1347 }, 1348 { NULL }, 1349 }; 1350 #ifdef __ANDROID__ 1351 struct cpuinfo_mock_property properties[] = { 1352 { 1353 .key = "audio.offload.disable", 1354 .value = "1", 1355 }, 1356 { 1357 .key = "audioril.lib", 1358 .value = "libhuawei-audio-ril.so", 1359 }, 1360 { 1361 .key = "build.hisi_perf_opt", 1362 .value = "true", 1363 }, 1364 { 1365 .key = "camera.dis.flag", 1366 .value = "2", 1367 }, 1368 { 1369 .key = "camera.drop.buffer", 1370 .value = "1", 1371 }, 1372 { 1373 .key = "dalvik.vm.checkjni", 1374 .value = "false", 1375 }, 1376 { 1377 .key = "dalvik.vm.dex2oat-Xms", 1378 .value = "64m", 1379 }, 1380 { 1381 .key = "dalvik.vm.dex2oat-Xmx", 1382 .value = "512m", 1383 }, 1384 { 1385 .key = "dalvik.vm.heapgrowthlimit", 1386 .value = "192m", 1387 }, 1388 { 1389 .key = "dalvik.vm.heapsize", 1390 .value = "512m", 1391 }, 1392 { 1393 .key = "dalvik.vm.heapstartsize", 1394 .value = "8m", 1395 }, 1396 { 1397 .key = "dalvik.vm.heaptargetutilization", 1398 .value = "0.75", 1399 }, 1400 { 1401 .key = "dalvik.vm.image-dex2oat-Xms", 1402 .value = "64m", 1403 }, 1404 { 1405 .key = "dalvik.vm.image-dex2oat-Xmx", 1406 .value = "64m", 1407 }, 1408 { 1409 .key = "dalvik.vm.isa.arm.features", 1410 .value = "default", 1411 }, 1412 { 1413 .key = "dalvik.vm.isa.arm.variant", 1414 .value = "cortex-a15", 1415 }, 1416 { 1417 .key = "dalvik.vm.isa.arm64.features", 1418 .value = "default", 1419 }, 1420 { 1421 .key = "dalvik.vm.isa.arm64.variant", 1422 .value = "generic", 1423 }, 1424 { 1425 .key = "dalvik.vm.stack-trace-file", 1426 .value = "/data/anr/traces.txt", 1427 }, 1428 { 1429 .key = "debug.aps.battery_limit", 1430 .value = "5", 1431 }, 1432 { 1433 .key = "debug.aps.current_battery", 1434 .value = "52", 1435 }, 1436 { 1437 .key = "debug.aps.enable", 1438 .value = "0", 1439 }, 1440 { 1441 .key = "debug.aps.process.name", 1442 .value = "", 1443 }, 1444 { 1445 .key = "debug.aps.scene_num", 1446 .value = "5", 1447 }, 1448 { 1449 .key = "debug.atrace.tags.enableflags", 1450 .value = "0", 1451 }, 1452 { 1453 .key = "debug.force_rtl", 1454 .value = "0", 1455 }, 1456 { 1457 .key = "debug.hwui.enable_bp_cache", 1458 .value = "false", 1459 }, 1460 { 1461 .key = "debug.hwui.render_dirty_regions", 1462 .value = "false", 1463 }, 1464 { 1465 .key = "dev.bootcomplete", 1466 .value = "1", 1467 }, 1468 { 1469 .key = "dhcp.wlan0.dns1", 1470 .value = "208.67.222.222", 1471 }, 1472 { 1473 .key = "dhcp.wlan0.dns2", 1474 .value = "208.67.220.220", 1475 }, 1476 { 1477 .key = "dhcp.wlan0.dns3", 1478 .value = "", 1479 }, 1480 { 1481 .key = "dhcp.wlan0.dns4", 1482 .value = "", 1483 }, 1484 { 1485 .key = "dhcp.wlan0.domain", 1486 .value = "tfbnw.net", 1487 }, 1488 { 1489 .key = "dhcp.wlan0.gateway", 1490 .value = "172.22.192.1", 1491 }, 1492 { 1493 .key = "dhcp.wlan0.ipaddress", 1494 .value = "172.22.206.163", 1495 }, 1496 { 1497 .key = "dhcp.wlan0.leasetime", 1498 .value = "1800", 1499 }, 1500 { 1501 .key = "dhcp.wlan0.mask", 1502 .value = "255.255.224.0", 1503 }, 1504 { 1505 .key = "dhcp.wlan0.mtu", 1506 .value = "", 1507 }, 1508 { 1509 .key = "dhcp.wlan0.pid", 1510 .value = "3390", 1511 }, 1512 { 1513 .key = "dhcp.wlan0.reason", 1514 .value = "BOUND", 1515 }, 1516 { 1517 .key = "dhcp.wlan0.result", 1518 .value = "ok", 1519 }, 1520 { 1521 .key = "dhcp.wlan0.server", 1522 .value = "192.168.47.185", 1523 }, 1524 { 1525 .key = "dhcp.wlan0.vendorInfo", 1526 .value = "", 1527 }, 1528 { 1529 .key = "drm.service.enabled", 1530 .value = "true", 1531 }, 1532 { 1533 .key = "dumptool.run", 1534 .value = "1", 1535 }, 1536 { 1537 .key = "fw.max_users", 1538 .value = "1", 1539 }, 1540 { 1541 .key = "fw.show_multiuserui", 1542 .value = "0", 1543 }, 1544 { 1545 .key = "gsm.current.phone-type", 1546 .value = "1,1", 1547 }, 1548 { 1549 .key = "gsm.dualcards.switch", 1550 .value = "false", 1551 }, 1552 { 1553 .key = "gsm.fastdormancy.mode", 1554 .value = "0", 1555 }, 1556 { 1557 .key = "gsm.hw.fdn.activated1", 1558 .value = "false", 1559 }, 1560 { 1561 .key = "gsm.hw.fdn.activated2", 1562 .value = "false", 1563 }, 1564 { 1565 .key = "gsm.hw.operator.iso-country", 1566 .value = "", 1567 }, 1568 { 1569 .key = "gsm.hw.operator.isroaming", 1570 .value = "false", 1571 }, 1572 { 1573 .key = "gsm.hw.operator.numeric", 1574 .value = "", 1575 }, 1576 { 1577 .key = "gsm.hw.sim.operator.iso-country", 1578 .value = "", 1579 }, 1580 { 1581 .key = "gsm.network.type", 1582 .value = "UMTS,Unknown", 1583 }, 1584 { 1585 .key = "gsm.operator.alpha", 1586 .value = "", 1587 }, 1588 { 1589 .key = "gsm.operator.iso-country", 1590 .value = "", 1591 }, 1592 { 1593 .key = "gsm.operator.isroaming", 1594 .value = "false", 1595 }, 1596 { 1597 .key = "gsm.operator.numeric", 1598 .value = "", 1599 }, 1600 { 1601 .key = "gsm.sigcust.configured", 1602 .value = "true", 1603 }, 1604 { 1605 .key = "gsm.sim.hw_atr", 1606 .value = "null", 1607 }, 1608 { 1609 .key = "gsm.sim.hw_atr1", 1610 .value = "null", 1611 }, 1612 { 1613 .key = "gsm.sim.operator.alpha", 1614 .value = ",", 1615 }, 1616 { 1617 .key = "gsm.sim.operator.iso-country", 1618 .value = ",", 1619 }, 1620 { 1621 .key = "gsm.sim.operator.numeric", 1622 .value = ",", 1623 }, 1624 { 1625 .key = "gsm.sim.state", 1626 .value = "ABSENT,ABSENT", 1627 }, 1628 { 1629 .key = "gsm.sim1.type", 1630 .value = "-1", 1631 }, 1632 { 1633 .key = "gsm.sim2.type", 1634 .value = "-1", 1635 }, 1636 { 1637 .key = "gsm.version.baseband", 1638 .value = "21.290.06.00.031,21.290.06.00.031", 1639 }, 1640 { 1641 .key = "gsm.version.ril-impl", 1642 .value = "android infineon balong-ril 1.0", 1643 }, 1644 { 1645 .key = "hifi.watchdog.come", 1646 .value = "false", 1647 }, 1648 { 1649 .key = "huawei.check_root.hotapermit", 1650 .value = "safe", 1651 }, 1652 { 1653 .key = "huawei.check_root.oldstate", 1654 .value = "safe", 1655 }, 1656 { 1657 .key = "huawei.check_root.prop", 1658 .value = "safe", 1659 }, 1660 { 1661 .key = "huawei.check_root.setids", 1662 .value = "safe", 1663 }, 1664 { 1665 .key = "huawei.check_root.verifyboot", 1666 .value = "safe", 1667 }, 1668 { 1669 .key = "hw.check.system", 1670 .value = "cs-pass", 1671 }, 1672 { 1673 .key = "hw.lcd.density", 1674 .value = "480", 1675 }, 1676 { 1677 .key = "hw.wifi.dns_stat", 1678 .value = "52,14,1687,1,7217", 1679 }, 1680 { 1681 .key = "hw.wifipro.dns_fail_count", 1682 .value = "4", 1683 }, 1684 { 1685 .key = "hw_chargemonitor.log", 1686 .value = "start", 1687 }, 1688 { 1689 .key = "init.svc.HwCamCfgSvr", 1690 .value = "running", 1691 }, 1692 { 1693 .key = "init.svc.adbd", 1694 .value = "stopping", 1695 }, 1696 { 1697 .key = "init.svc.agnsscontrol", 1698 .value = "running", 1699 }, 1700 { 1701 .key = "init.svc.applogcat", 1702 .value = "stopped", 1703 }, 1704 { 1705 .key = "init.svc.atcmdserver", 1706 .value = "running", 1707 }, 1708 { 1709 .key = "init.svc.bastetd", 1710 .value = "running", 1711 }, 1712 { 1713 .key = "init.svc.bootanim", 1714 .value = "stopped", 1715 }, 1716 { 1717 .key = "init.svc.chargelogcat", 1718 .value = "stopped", 1719 }, 1720 { 1721 .key = "init.svc.chargemonitor", 1722 .value = "running", 1723 }, 1724 { 1725 .key = "init.svc.check_hota", 1726 .value = "stopped", 1727 }, 1728 { 1729 .key = "init.svc.check_root", 1730 .value = "stopped", 1731 }, 1732 { 1733 .key = "init.svc.check_system", 1734 .value = "stopped", 1735 }, 1736 { 1737 .key = "init.svc.chr_logd", 1738 .value = "stopped", 1739 }, 1740 { 1741 .key = "init.svc.cs-set", 1742 .value = "stopped", 1743 }, 1744 { 1745 .key = "init.svc.data_cleanner", 1746 .value = "stopped", 1747 }, 1748 { 1749 .key = "init.svc.debuggerd", 1750 .value = "running", 1751 }, 1752 { 1753 .key = "init.svc.debuggerd64", 1754 .value = "running", 1755 }, 1756 { 1757 .key = "init.svc.defaultcrypto", 1758 .value = "stopped", 1759 }, 1760 { 1761 .key = "init.svc.device-monitor", 1762 .value = "running", 1763 }, 1764 { 1765 .key = "init.svc.dhcpcd_bnep0", 1766 .value = "stopped", 1767 }, 1768 { 1769 .key = "init.svc.dhcpcd_bt-pan", 1770 .value = "stopped", 1771 }, 1772 { 1773 .key = "init.svc.dhcpcd_p2p", 1774 .value = "stopped", 1775 }, 1776 { 1777 .key = "init.svc.dhcpcd_wlan0", 1778 .value = "running", 1779 }, 1780 { 1781 .key = "init.svc.diagserver", 1782 .value = "running", 1783 }, 1784 { 1785 .key = "init.svc.drm", 1786 .value = "running", 1787 }, 1788 { 1789 .key = "init.svc.dumpstate", 1790 .value = "stopped", 1791 }, 1792 { 1793 .key = "init.svc.dumptool", 1794 .value = "running", 1795 }, 1796 { 1797 .key = "init.svc.eventslogcat", 1798 .value = "stopped", 1799 }, 1800 { 1801 .key = "init.svc.fac_log_service", 1802 .value = "stopped", 1803 }, 1804 { 1805 .key = "init.svc.filebackup", 1806 .value = "stopped", 1807 }, 1808 { 1809 .key = "init.svc.fingerprintd", 1810 .value = "running", 1811 }, 1812 { 1813 .key = "init.svc.flash_recovery", 1814 .value = "stopped", 1815 }, 1816 { 1817 .key = "init.svc.fm_server_hisi", 1818 .value = "running", 1819 }, 1820 { 1821 .key = "init.svc.fuse_sdcard1", 1822 .value = "stopped", 1823 }, 1824 { 1825 .key = "init.svc.fuse_sdcard1rw", 1826 .value = "stopped", 1827 }, 1828 { 1829 .key = "init.svc.fuse_usbotg", 1830 .value = "stopped", 1831 }, 1832 { 1833 .key = "init.svc.gatekeeperd", 1834 .value = "running", 1835 }, 1836 { 1837 .key = "init.svc.goldeneye", 1838 .value = "stopped", 1839 }, 1840 { 1841 .key = "init.svc.hdbd", 1842 .value = "stopped", 1843 }, 1844 { 1845 .key = "init.svc.healthd", 1846 .value = "running", 1847 }, 1848 { 1849 .key = "init.svc.hilogcat", 1850 .value = "stopped", 1851 }, 1852 { 1853 .key = "init.svc.hiscoutmanager", 1854 .value = "stopped", 1855 }, 1856 { 1857 .key = "init.svc.hisi_bfg", 1858 .value = "stopped", 1859 }, 1860 { 1861 .key = "init.svc.hostapd_bin", 1862 .value = "stopped", 1863 }, 1864 { 1865 .key = "init.svc.hsgnss", 1866 .value = "running", 1867 }, 1868 { 1869 .key = "init.svc.hw_cdma_service", 1870 .value = "stopped", 1871 }, 1872 { 1873 .key = "init.svc.hw_ueventd", 1874 .value = "running", 1875 }, 1876 { 1877 .key = "init.svc.hwnffserver", 1878 .value = "running", 1879 }, 1880 { 1881 .key = "init.svc.hwpged", 1882 .value = "running", 1883 }, 1884 { 1885 .key = "init.svc.inputlogcat", 1886 .value = "stopped", 1887 }, 1888 { 1889 .key = "init.svc.installd", 1890 .value = "running", 1891 }, 1892 { 1893 .key = "init.svc.iprenew_bnep0", 1894 .value = "stopped", 1895 }, 1896 { 1897 .key = "init.svc.iprenew_p2p", 1898 .value = "stopped", 1899 }, 1900 { 1901 .key = "init.svc.iprenew_wlan0", 1902 .value = "stopped", 1903 }, 1904 { 1905 .key = "init.svc.isplogcat", 1906 .value = "stopped", 1907 }, 1908 { 1909 .key = "init.svc.jankservice", 1910 .value = "stopped", 1911 }, 1912 { 1913 .key = "init.svc.keystore", 1914 .value = "running", 1915 }, 1916 { 1917 .key = "init.svc.kmemleak_debug", 1918 .value = "stopped", 1919 }, 1920 { 1921 .key = "init.svc.kmsgcat_cp", 1922 .value = "stopped", 1923 }, 1924 { 1925 .key = "init.svc.kmsglogcat", 1926 .value = "stopped", 1927 }, 1928 { 1929 .key = "init.svc.lmkd", 1930 .value = "running", 1931 }, 1932 { 1933 .key = "init.svc.logcat_service", 1934 .value = "stopped", 1935 }, 1936 { 1937 .key = "init.svc.logcatd", 1938 .value = "stopped", 1939 }, 1940 { 1941 .key = "init.svc.logctl_service", 1942 .value = "stopped", 1943 }, 1944 { 1945 .key = "init.svc.logd", 1946 .value = "running", 1947 }, 1948 { 1949 .key = "init.svc.logd-reinit", 1950 .value = "stopped", 1951 }, 1952 { 1953 .key = "init.svc.logserver", 1954 .value = "running", 1955 }, 1956 { 1957 .key = "init.svc.macaddr", 1958 .value = "stopped", 1959 }, 1960 { 1961 .key = "init.svc.mapper", 1962 .value = "stopped", 1963 }, 1964 { 1965 .key = "init.svc.mdnsd", 1966 .value = "stopped", 1967 }, 1968 { 1969 .key = "init.svc.media", 1970 .value = "running", 1971 }, 1972 { 1973 .key = "init.svc.modematserver", 1974 .value = "stopped", 1975 }, 1976 { 1977 .key = "init.svc.modemlogcat", 1978 .value = "stopped", 1979 }, 1980 { 1981 .key = "init.svc.modemlogcat_VIA", 1982 .value = "stopped", 1983 }, 1984 { 1985 .key = "init.svc.mtpd", 1986 .value = "stopped", 1987 }, 1988 { 1989 .key = "init.svc.netd", 1990 .value = "running", 1991 }, 1992 { 1993 .key = "init.svc.oam_hisi", 1994 .value = "running", 1995 }, 1996 { 1997 .key = "init.svc.octty", 1998 .value = "running", 1999 }, 2000 { 2001 .key = "init.svc.oeminfo_nvm", 2002 .value = "running", 2003 }, 2004 { 2005 .key = "init.svc.p2p_supplicant", 2006 .value = "running", 2007 }, 2008 { 2009 .key = "init.svc.perfhub", 2010 .value = "running", 2011 }, 2012 { 2013 .key = "init.svc.perfprofd", 2014 .value = "stopped", 2015 }, 2016 { 2017 .key = "init.svc.pmom", 2018 .value = "running", 2019 }, 2020 { 2021 .key = "init.svc.powerlogd", 2022 .value = "running", 2023 }, 2024 { 2025 .key = "init.svc.pre-recovery", 2026 .value = "stopped", 2027 }, 2028 { 2029 .key = "init.svc.preparesdservice", 2030 .value = "stopped", 2031 }, 2032 { 2033 .key = "init.svc.racoon", 2034 .value = "stopped", 2035 }, 2036 { 2037 .key = "init.svc.ril-daemon", 2038 .value = "running", 2039 }, 2040 { 2041 .key = "init.svc.rillogcat", 2042 .value = "stopped", 2043 }, 2044 { 2045 .key = "init.svc.servicemanager", 2046 .value = "running", 2047 }, 2048 { 2049 .key = "init.svc.shlogd", 2050 .value = "stopped", 2051 }, 2052 { 2053 .key = "init.svc.sleeplogcat", 2054 .value = "stopped", 2055 }, 2056 { 2057 .key = "init.svc.supl20clientd", 2058 .value = "running", 2059 }, 2060 { 2061 .key = "init.svc.surfaceflinger", 2062 .value = "running", 2063 }, 2064 { 2065 .key = "init.svc.systeminfo", 2066 .value = "stopped", 2067 }, 2068 { 2069 .key = "init.svc.teecd", 2070 .value = "running", 2071 }, 2072 { 2073 .key = "init.svc.teelogcat", 2074 .value = "stopped", 2075 }, 2076 { 2077 .key = "init.svc.telemntncat", 2078 .value = "running", 2079 }, 2080 { 2081 .key = "init.svc.thermal-daemon", 2082 .value = "running", 2083 }, 2084 { 2085 .key = "init.svc.ueventd", 2086 .value = "running", 2087 }, 2088 { 2089 .key = "init.svc.uncrypt", 2090 .value = "stopped", 2091 }, 2092 { 2093 .key = "init.svc.usbshell", 2094 .value = "stopped", 2095 }, 2096 { 2097 .key = "init.svc.vold", 2098 .value = "running", 2099 }, 2100 { 2101 .key = "init.svc.watchlssd", 2102 .value = "running", 2103 }, 2104 { 2105 .key = "init.svc.wpa_supplicant", 2106 .value = "stopped", 2107 }, 2108 { 2109 .key = "init.svc.zygote", 2110 .value = "running", 2111 }, 2112 { 2113 .key = "init.svc.zygote_secondary", 2114 .value = "running", 2115 }, 2116 { 2117 .key = "is_hisi_connectivity_chip", 2118 .value = "1", 2119 }, 2120 { 2121 .key = "keyguard.no_require_sim", 2122 .value = "true", 2123 }, 2124 { 2125 .key = "media.stagefright.use-awesome", 2126 .value = "false", 2127 }, 2128 { 2129 .key = "modify_ram_show", 2130 .value = "true", 2131 }, 2132 { 2133 .key = "net.bt.name", 2134 .value = "Android", 2135 }, 2136 { 2137 .key = "net.change", 2138 .value = "net.ntp.timereference", 2139 }, 2140 { 2141 .key = "net.dns1", 2142 .value = "208.67.222.222", 2143 }, 2144 { 2145 .key = "net.dns2", 2146 .value = "208.67.220.220", 2147 }, 2148 { 2149 .key = "net.hostname", 2150 .value = "HUAWEI_P9_lite", 2151 }, 2152 { 2153 .key = "net.ntp.time", 2154 .value = "1524184465758", 2155 }, 2156 { 2157 .key = "net.ntp.timereference", 2158 .value = "38780", 2159 }, 2160 { 2161 .key = "net.qtaguid_enabled", 2162 .value = "1", 2163 }, 2164 { 2165 .key = "net.tcp.default_init_rwnd", 2166 .value = "60", 2167 }, 2168 { 2169 .key = "net.tethering.noprovisioning", 2170 .value = "true", 2171 }, 2172 { 2173 .key = "persist.config.hw.lca.region", 2174 .value = "inland", 2175 }, 2176 { 2177 .key = "persist.dsds.enabled", 2178 .value = "true", 2179 }, 2180 { 2181 .key = "persist.fw.force_adoptable", 2182 .value = "true", 2183 }, 2184 { 2185 .key = "persist.hw_camera.video_sta", 2186 .value = "false", 2187 }, 2188 { 2189 .key = "persist.media.offload.enable", 2190 .value = "true", 2191 }, 2192 { 2193 .key = "persist.radio.airmode_sim0", 2194 .value = "false", 2195 }, 2196 { 2197 .key = "persist.radio.apm_sim_not_pwdn", 2198 .value = "1", 2199 }, 2200 { 2201 .key = "persist.radio.commril_mode", 2202 .value = "ULG_MODE", 2203 }, 2204 { 2205 .key = "persist.radio.modem.cap", 2206 .value = "09A9C", 2207 }, 2208 { 2209 .key = "persist.radio.multisim.config", 2210 .value = "dsds", 2211 }, 2212 { 2213 .key = "persist.radio.sub_state_cfg", 2214 .value = "1,1,1", 2215 }, 2216 { 2217 .key = "persist.service.hdb.enable", 2218 .value = "true", 2219 }, 2220 { 2221 .key = "persist.service.tm2.tofile", 2222 .value = "false", 2223 }, 2224 { 2225 .key = "persist.sys.dalvik.vm.lib.2", 2226 .value = "libart.so", 2227 }, 2228 { 2229 .key = "persist.sys.dualcards", 2230 .value = "true", 2231 }, 2232 { 2233 .key = "persist.sys.fingerpressnavi", 2234 .value = "0", 2235 }, 2236 { 2237 .key = "persist.sys.hidewindow.enable", 2238 .value = "true", 2239 }, 2240 { 2241 .key = "persist.sys.huawei.debug.on", 2242 .value = "0", 2243 }, 2244 { 2245 .key = "persist.sys.hwairplanestate", 2246 .value = "error", 2247 }, 2248 { 2249 .key = "persist.sys.jankenable", 2250 .value = "true", 2251 }, 2252 { 2253 .key = "persist.sys.kmemleak.debug", 2254 .value = "0", 2255 }, 2256 { 2257 .key = "persist.sys.locale", 2258 .value = "en-US", 2259 }, 2260 { 2261 .key = "persist.sys.logsystem.coredump", 2262 .value = "off", 2263 }, 2264 { 2265 .key = "persist.sys.logsystem.modem", 2266 .value = "0", 2267 }, 2268 { 2269 .key = "persist.sys.logsystem.protohint", 2270 .value = "0", 2271 }, 2272 { 2273 .key = "persist.sys.powerup_reason", 2274 .value = "NORMAL", 2275 }, 2276 { 2277 .key = "persist.sys.profiler_ms", 2278 .value = "0", 2279 }, 2280 { 2281 .key = "persist.sys.shut_alarm", 2282 .value = "none", 2283 }, 2284 { 2285 .key = "persist.sys.smart_power", 2286 .value = "2", 2287 }, 2288 { 2289 .key = "persist.sys.timezone", 2290 .value = "America/Los_Angeles", 2291 }, 2292 { 2293 .key = "persist.sys.usb.config", 2294 .value = "hisuite,mtp,mass_storage,adb", 2295 }, 2296 { 2297 .key = "persist.telephony.mpdn", 2298 .value = "true", 2299 }, 2300 { 2301 .key = "qemu.hw.mainkeys", 2302 .value = "0", 2303 }, 2304 { 2305 .key = "ril.balong_cid", 2306 .value = "0", 2307 }, 2308 { 2309 .key = "ril.ecclist", 2310 .value = "112,911,000,08,110,118,119,999,911,112", 2311 }, 2312 { 2313 .key = "ril.ecclist1", 2314 .value = "112,911,000,08,110,118,119,999,911,112", 2315 }, 2316 { 2317 .key = "ril.force_to_set_ecc", 2318 .value = "invalid", 2319 }, 2320 { 2321 .key = "ril.hw_modem0.rssi", 2322 .value = "-1", 2323 }, 2324 { 2325 .key = "ril.hw_modem1.rssi", 2326 .value = "-1", 2327 }, 2328 { 2329 .key = "ril.modem.balong_nvm_server", 2330 .value = "true", 2331 }, 2332 { 2333 .key = "ril.operator.numeric", 2334 .value = "310260", 2335 }, 2336 { 2337 .key = "rild.libargs", 2338 .value = "-m modem0", 2339 }, 2340 { 2341 .key = "rild.libargs1", 2342 .value = "-m modem1", 2343 }, 2344 { 2345 .key = "rild.libpath", 2346 .value = "/system/lib64/libbalong-ril.so", 2347 }, 2348 { 2349 .key = "rild.libpath1", 2350 .value = "/system/lib64/libbalong-ril-1.so", 2351 }, 2352 { 2353 .key = "rild.rild1_ready_to_start", 2354 .value = "false", 2355 }, 2356 { 2357 .key = "ro.adb.secure", 2358 .value = "1", 2359 }, 2360 { 2361 .key = "ro.allow.mock.location", 2362 .value = "0", 2363 }, 2364 { 2365 .key = "ro.am.reschedule_service", 2366 .value = "true", 2367 }, 2368 { 2369 .key = "ro.baseband", 2370 .value = "unknown", 2371 }, 2372 { 2373 .key = "ro.board.boardid", 2374 .value = "4732", 2375 }, 2376 { 2377 .key = "ro.board.boardname", 2378 .value = "VENUS_L23_VC", 2379 }, 2380 { 2381 .key = "ro.board.modemid", 2382 .value = "3b413000", 2383 }, 2384 { 2385 .key = "ro.board.platform", 2386 .value = "hi6250", 2387 }, 2388 { 2389 .key = "ro.boardid.product", 2390 .value = "51312", 2391 }, 2392 { 2393 .key = "ro.boardserialno", 2394 .value = "4C3SVU173C004182", 2395 }, 2396 { 2397 .key = "ro.boot.ddrsize", 2398 .value = "2", 2399 }, 2400 { 2401 .key = "ro.boot.hardware", 2402 .value = "hi6250", 2403 }, 2404 { 2405 .key = "ro.boot.mode", 2406 .value = "normal", 2407 }, 2408 { 2409 .key = "ro.boot.selinux", 2410 .value = "enforcing", 2411 }, 2412 { 2413 .key = "ro.boot.serialno", 2414 .value = "GVY4C17303001067", 2415 }, 2416 { 2417 .key = "ro.boot.verifiedbootstate", 2418 .value = "GREEN", 2419 }, 2420 { 2421 .key = "ro.boot.veritymode", 2422 .value = "enforcing", 2423 }, 2424 { 2425 .key = "ro.bootimage.build.date", 2426 .value = "Fri Nov 25 19:29:30 CST 2016", 2427 }, 2428 { 2429 .key = "ro.bootimage.build.date.utc", 2430 .value = "1480073370", 2431 }, 2432 { 2433 .key = "ro.bootimage.build.fingerprint", 2434 .value = "hi6250/hi6250/hi6250:6.0/MRA58K/jenkins11251923:user/test-keys", 2435 }, 2436 { 2437 .key = "ro.bootloader", 2438 .value = "unknown", 2439 }, 2440 { 2441 .key = "ro.bootmode", 2442 .value = "normal", 2443 }, 2444 { 2445 .key = "ro.bt.bdaddr_path", 2446 .value = "/data/misc/bluedroid/macbt", 2447 }, 2448 { 2449 .key = "ro.build.characteristics", 2450 .value = "nosdcard", 2451 }, 2452 { 2453 .key = "ro.build.date", 2454 .value = "Fri Nov 25 19:25:55 CST 2016", 2455 }, 2456 { 2457 .key = "ro.build.date.utc", 2458 .value = "1480073155", 2459 }, 2460 { 2461 .key = "ro.build.description", 2462 .value = "VNS-L23-user 6.0 HUAWEIVNS-L23 C605B120 release-keys", 2463 }, 2464 { 2465 .key = "ro.build.display.id", 2466 .value = "VNS-L23C605B120", 2467 }, 2468 { 2469 .key = "ro.build.fingerprint", 2470 .value = "HUAWEI/VNS-L23/HWVNS-H:6.0/HUAWEIVNS-L23/C605B120:user/release-keys", 2471 }, 2472 { 2473 .key = "ro.build.flavor", 2474 .value = "hi6250-user", 2475 }, 2476 { 2477 .key = "ro.build.hide", 2478 .value = "false", 2479 }, 2480 { 2481 .key = "ro.build.hide.matchers", 2482 .value = "Honor;ARM;hi6250;Mali-T830;Mali-T880;", 2483 }, 2484 { 2485 .key = "ro.build.hide.replacements", 2486 .value = "Huawei;unknown;unknown;unknown;unknown;", 2487 }, 2488 { 2489 .key = "ro.build.hide.settings", 2490 .value = "4;1.2 GHz;1.0GB;405 MB;4.00 GB;540 x 960;4.3;3.0.8;2.0", 2491 }, 2492 { 2493 .key = "ro.build.host", 2494 .value = "huawei-RH2288H-V2-12L", 2495 }, 2496 { 2497 .key = "ro.build.hw_emui_api_level", 2498 .value = "10", 2499 }, 2500 { 2501 .key = "ro.build.hw_emui_lite.enable", 2502 .value = "true", 2503 }, 2504 { 2505 .key = "ro.build.id", 2506 .value = "HUAWEIVNS-L23", 2507 }, 2508 { 2509 .key = "ro.build.product", 2510 .value = "hi6250", 2511 }, 2512 { 2513 .key = "ro.build.tags", 2514 .value = "release-keys", 2515 }, 2516 { 2517 .key = "ro.build.type", 2518 .value = "user", 2519 }, 2520 { 2521 .key = "ro.build.update_version", 2522 .value = "V1_2", 2523 }, 2524 { 2525 .key = "ro.build.user", 2526 .value = "jenkins", 2527 }, 2528 { 2529 .key = "ro.build.version.all_codenames", 2530 .value = "REL", 2531 }, 2532 { 2533 .key = "ro.build.version.base_os", 2534 .value = "", 2535 }, 2536 { 2537 .key = "ro.build.version.codename", 2538 .value = "REL", 2539 }, 2540 { 2541 .key = "ro.build.version.emui", 2542 .value = "EmotionUI_4.1.1", 2543 }, 2544 { 2545 .key = "ro.build.version.incremental", 2546 .value = "C605B120", 2547 }, 2548 { 2549 .key = "ro.build.version.preview_sdk", 2550 .value = "0", 2551 }, 2552 { 2553 .key = "ro.build.version.release", 2554 .value = "6.0", 2555 }, 2556 { 2557 .key = "ro.build.version.sdk", 2558 .value = "23", 2559 }, 2560 { 2561 .key = "ro.build.version.security_patch", 2562 .value = "2016-11-01", 2563 }, 2564 { 2565 .key = "ro.camera.sound.forced", 2566 .value = "1", 2567 }, 2568 { 2569 .key = "ro.carrier", 2570 .value = "unknown", 2571 }, 2572 { 2573 .key = "ro.cellbroadcast.emergencyids", 2574 .value = "0-65534", 2575 }, 2576 { 2577 .key = "ro.check.modem_network", 2578 .value = "true", 2579 }, 2580 { 2581 .key = "ro.cofig.onlinemusic.enabled", 2582 .value = "false", 2583 }, 2584 { 2585 .key = "ro.cofig.onlinevideo.enabled", 2586 .value = "false", 2587 }, 2588 { 2589 .key = "ro.com.android.mobiledata", 2590 .value = "true", 2591 }, 2592 { 2593 .key = "ro.com.google.clientidbase", 2594 .value = "android-huawei", 2595 }, 2596 { 2597 .key = "ro.com.google.clientidbase.am", 2598 .value = "android-huawei", 2599 }, 2600 { 2601 .key = "ro.com.google.clientidbase.gmm", 2602 .value = "android-huawei", 2603 }, 2604 { 2605 .key = "ro.com.google.clientidbase.ms", 2606 .value = "android-huawei", 2607 }, 2608 { 2609 .key = "ro.com.google.clientidbase.yt", 2610 .value = "android-huawei", 2611 }, 2612 { 2613 .key = "ro.com.google.gmsversion", 2614 .value = "6.0_r8", 2615 }, 2616 { 2617 .key = "ro.confg.hw_bootversion", 2618 .value = "Dallas-Trunk_BOOT", 2619 }, 2620 { 2621 .key = "ro.confg.hw_fastbootversion", 2622 .value = "Dallas-Trunk_FASTBOOT", 2623 }, 2624 { 2625 .key = "ro.confg.hw_systemversion", 2626 .value = "VNS-L23C900B120_SYSTEM", 2627 }, 2628 { 2629 .key = "ro.confg.hw_userdataversion", 2630 .value = "VNS-C900B120_DATA_hw_la", 2631 }, 2632 { 2633 .key = "ro.config.CphsOnsEnabled", 2634 .value = "true", 2635 }, 2636 { 2637 .key = "ro.config.alarm_alert", 2638 .value = "Creamy.ogg", 2639 }, 2640 { 2641 .key = "ro.config.amrwb_disable", 2642 .value = "true", 2643 }, 2644 { 2645 .key = "ro.config.antimal_enable", 2646 .value = "true", 2647 }, 2648 { 2649 .key = "ro.config.apn_cancel_nopop", 2650 .value = "true", 2651 }, 2652 { 2653 .key = "ro.config.app_big_icon_size", 2654 .value = "172", 2655 }, 2656 { 2657 .key = "ro.config.att_unknown", 2658 .value = "true", 2659 }, 2660 { 2661 .key = "ro.config.attach_apn_enabled", 2662 .value = "true", 2663 }, 2664 { 2665 .key = "ro.config.attach_ip_type", 2666 .value = "IPV4V6", 2667 }, 2668 { 2669 .key = "ro.config.bg_call_twinking", 2670 .value = "true", 2671 }, 2672 { 2673 .key = "ro.config.c2dmdelay", 2674 .value = "30000", 2675 }, 2676 { 2677 .key = "ro.config.ca_withoutcat", 2678 .value = "true", 2679 }, 2680 { 2681 .key = "ro.config.calendar_del_fir_sub", 2682 .value = "true", 2683 }, 2684 { 2685 .key = "ro.config.calendar_del_show_cal", 2686 .value = "true", 2687 }, 2688 { 2689 .key = "ro.config.camera_target_track", 2690 .value = "true", 2691 }, 2692 { 2693 .key = "ro.config.carkitmodenotif", 2694 .value = "true", 2695 }, 2696 { 2697 .key = "ro.config.cbs_del_2B", 2698 .value = "true", 2699 }, 2700 { 2701 .key = "ro.config.client_number", 2702 .value = "2", 2703 }, 2704 { 2705 .key = "ro.config.colorTemperature_3d", 2706 .value = "true", 2707 }, 2708 { 2709 .key = "ro.config.colorTemperature_K3", 2710 .value = "true", 2711 }, 2712 { 2713 .key = "ro.config.compatibility_enable", 2714 .value = "1", 2715 }, 2716 { 2717 .key = "ro.config.conn_diagnose", 2718 .value = "true", 2719 }, 2720 { 2721 .key = "ro.config.cpu_info_display", 2722 .value = "Kirin 650", 2723 }, 2724 { 2725 .key = "ro.config.data_preinstalled", 2726 .value = "true", 2727 }, 2728 { 2729 .key = "ro.config.default_commril_mode", 2730 .value = "ULG_MODE", 2731 }, 2732 { 2733 .key = "ro.config.delay_send_signal", 2734 .value = "true", 2735 }, 2736 { 2737 .key = "ro.config.delete.preferapn", 2738 .value = "true", 2739 }, 2740 { 2741 .key = "ro.config.device_time_for_mms", 2742 .value = "true", 2743 }, 2744 { 2745 .key = "ro.config.dsds_mode", 2746 .value = "umts_gsm", 2747 }, 2748 { 2749 .key = "ro.config.dualsim_display", 2750 .value = "true", 2751 }, 2752 { 2753 .key = "ro.config.earphone_hint", 2754 .value = "true", 2755 }, 2756 { 2757 .key = "ro.config.enable_c2dm_delay", 2758 .value = "true", 2759 }, 2760 { 2761 .key = "ro.config.fm_type", 2762 .value = "libbcmfm_if", 2763 }, 2764 { 2765 .key = "ro.config.fp_launch_app", 2766 .value = "false", 2767 }, 2768 { 2769 .key = "ro.config.fp_navigation", 2770 .value = "true", 2771 }, 2772 { 2773 .key = "ro.config.gcm_hb_speed_factor", 2774 .value = "4", 2775 }, 2776 { 2777 .key = "ro.config.gcm_hb_speedup", 2778 .value = "true", 2779 }, 2780 { 2781 .key = "ro.config.hebrew_dialpad_show", 2782 .value = "true", 2783 }, 2784 { 2785 .key = "ro.config.helix_enable", 2786 .value = "true", 2787 }, 2788 { 2789 .key = "ro.config.hide_simcard_index", 2790 .value = "true", 2791 }, 2792 { 2793 .key = "ro.config.hspap_hsdpa_open", 2794 .value = "1", 2795 }, 2796 { 2797 .key = "ro.config.huawei_smallwindow", 2798 .value = "0", 2799 }, 2800 { 2801 .key = "ro.config.hw.filterApnNotify", 2802 .value = "true", 2803 }, 2804 { 2805 .key = "ro.config.hw.imeisv", 2806 .value = "true", 2807 }, 2808 { 2809 .key = "ro.config.hw.security_volume", 2810 .value = "8", 2811 }, 2812 { 2813 .key = "ro.config.hw_3G_support", 2814 .value = "true", 2815 }, 2816 { 2817 .key = "ro.config.hw_ReduceSAR", 2818 .value = "true", 2819 }, 2820 { 2821 .key = "ro.config.hw_RemindWifiToPdp", 2822 .value = "false", 2823 }, 2824 { 2825 .key = "ro.config.hw_SkipGpsErrorMsg", 2826 .value = "true", 2827 }, 2828 { 2829 .key = "ro.config.hw_accesscontrol", 2830 .value = "true", 2831 }, 2832 { 2833 .key = "ro.config.hw_allow_rs_mms", 2834 .value = "true", 2835 }, 2836 { 2837 .key = "ro.config.hw_always_allow_mms", 2838 .value = "0", 2839 }, 2840 { 2841 .key = "ro.config.hw_audio_plus", 2842 .value = "false", 2843 }, 2844 { 2845 .key = "ro.config.hw_autoConFirmBT", 2846 .value = "false", 2847 }, 2848 { 2849 .key = "ro.config.hw_auto_scene", 2850 .value = "true", 2851 }, 2852 { 2853 .key = "ro.config.hw_beam_per", 2854 .value = "true", 2855 }, 2856 { 2857 .key = "ro.config.hw_burst_snapshot", 2858 .value = "true", 2859 }, 2860 { 2861 .key = "ro.config.hw_camera_bestShot", 2862 .value = "true", 2863 }, 2864 { 2865 .key = "ro.config.hw_camera_davinci", 2866 .value = "true", 2867 }, 2868 { 2869 .key = "ro.config.hw_camera_docbeauty", 2870 .value = "true", 2871 }, 2872 { 2873 .key = "ro.config.hw_camera_hdr", 2874 .value = "true", 2875 }, 2876 { 2877 .key = "ro.config.hw_camera_mfd", 2878 .value = "true", 2879 }, 2880 { 2881 .key = "ro.config.hw_camera_omron", 2882 .value = "true", 2883 }, 2884 { 2885 .key = "ro.config.hw_camera_refocus", 2886 .value = "true", 2887 }, 2888 { 2889 .key = "ro.config.hw_camera_smartae", 2890 .value = "false", 2891 }, 2892 { 2893 .key = "ro.config.hw_camera_zsl", 2894 .value = "true", 2895 }, 2896 { 2897 .key = "ro.config.hw_cbs_mcc", 2898 .value = "730", 2899 }, 2900 { 2901 .key = "ro.config.hw_channel_info", 2902 .value = "0,0,0,0", 2903 }, 2904 { 2905 .key = "ro.config.hw_confirm_waiting", 2906 .value = "true", 2907 }, 2908 { 2909 .key = "ro.config.hw_custverdisplay", 2910 .value = "true", 2911 }, 2912 { 2913 .key = "ro.config.hw_directly_callfdn", 2914 .value = "true", 2915 }, 2916 { 2917 .key = "ro.config.hw_disable_cops", 2918 .value = "true", 2919 }, 2920 { 2921 .key = "ro.config.hw_dolby", 2922 .value = "false", 2923 }, 2924 { 2925 .key = "ro.config.hw_dsda", 2926 .value = "false", 2927 }, 2928 { 2929 .key = "ro.config.hw_dsdspowerup", 2930 .value = "true", 2931 }, 2932 { 2933 .key = "ro.config.hw_dts", 2934 .value = "false", 2935 }, 2936 { 2937 .key = "ro.config.hw_dts_settings", 2938 .value = "true", 2939 }, 2940 { 2941 .key = "ro.config.hw_eapsim", 2942 .value = "true", 2943 }, 2944 { 2945 .key = "ro.config.hw_easywakeup", 2946 .value = "false", 2947 }, 2948 { 2949 .key = "ro.config.hw_ecc_with_sim_card", 2950 .value = "true", 2951 }, 2952 { 2953 .key = "ro.config.hw_enable_merge", 2954 .value = "true", 2955 }, 2956 { 2957 .key = "ro.config.hw_eyes_protection", 2958 .value = "0", 2959 }, 2960 { 2961 .key = "ro.config.hw_floatvideo", 2962 .value = "true", 2963 }, 2964 { 2965 .key = "ro.config.hw_globalEcc", 2966 .value = "true", 2967 }, 2968 { 2969 .key = "ro.config.hw_glovemode_enabled", 2970 .value = "1", 2971 }, 2972 { 2973 .key = "ro.config.hw_gps_power_track", 2974 .value = "true", 2975 }, 2976 { 2977 .key = "ro.config.hw_hideIcons", 2978 .value = "true", 2979 }, 2980 { 2981 .key = "ro.config.hw_hideSimIcon", 2982 .value = "false", 2983 }, 2984 { 2985 .key = "ro.config.hw_hidecallforward", 2986 .value = "true", 2987 }, 2988 { 2989 .key = "ro.config.hw_holdRetrivedToast", 2990 .value = "false", 2991 }, 2992 { 2993 .key = "ro.config.hw_hotswap_on", 2994 .value = "true", 2995 }, 2996 { 2997 .key = "ro.config.hw_hungtasklist", 2998 .value = "whitelist,system_server,SurfaceFlinger", 2999 }, 3000 { 3001 .key = "ro.config.hw_imei_sv_enable", 3002 .value = "true", 3003 }, 3004 { 3005 .key = "ro.config.hw_imei_sv_show_two", 3006 .value = "true", 3007 }, 3008 { 3009 .key = "ro.config.hw_lite_oom", 3010 .value = "true", 3011 }, 3012 { 3013 .key = "ro.config.hw_lock_emergency", 3014 .value = "true", 3015 }, 3016 { 3017 .key = "ro.config.hw_low_ram", 3018 .value = "true", 3019 }, 3020 { 3021 .key = "ro.config.hw_lte_support", 3022 .value = "true", 3023 }, 3024 { 3025 .key = "ro.config.hw_manual_focus", 3026 .value = "true", 3027 }, 3028 { 3029 .key = "ro.config.hw_media_flags", 3030 .value = "3", 3031 }, 3032 { 3033 .key = "ro.config.hw_multiscreen", 3034 .value = "true", 3035 }, 3036 { 3037 .key = "ro.config.hw_music_lp", 3038 .value = "true", 3039 }, 3040 { 3041 .key = "ro.config.hw_navi_launcher", 3042 .value = "false", 3043 }, 3044 { 3045 .key = "ro.config.hw_navigationbar", 3046 .value = "true", 3047 }, 3048 { 3049 .key = "ro.config.hw_nfc_on", 3050 .value = "true", 3051 }, 3052 { 3053 .key = "ro.config.hw_omacp", 3054 .value = "1", 3055 }, 3056 { 3057 .key = "ro.config.hw_opt_pre_contact", 3058 .value = "true", 3059 }, 3060 { 3061 .key = "ro.config.hw_opta", 3062 .value = "605", 3063 }, 3064 { 3065 .key = "ro.config.hw_optb", 3066 .value = "999", 3067 }, 3068 { 3069 .key = "ro.config.hw_perfhub", 3070 .value = "true", 3071 }, 3072 { 3073 .key = "ro.config.hw_photo_beauty", 3074 .value = "true", 3075 }, 3076 { 3077 .key = "ro.config.hw_pop_unsupport_lte", 3078 .value = "false", 3079 }, 3080 { 3081 .key = "ro.config.hw_power_saving", 3082 .value = "true", 3083 }, 3084 { 3085 .key = "ro.config.hw_rcm_cert", 3086 .value = "true", 3087 }, 3088 { 3089 .key = "ro.config.hw_remindBT", 3090 .value = "true", 3091 }, 3092 { 3093 .key = "ro.config.hw_sdlEyNumber", 3094 .value = "true", 3095 }, 3096 { 3097 .key = "ro.config.hw_sensorhub", 3098 .value = "true", 3099 }, 3100 { 3101 .key = "ro.config.hw_showSimName", 3102 .value = "true", 3103 }, 3104 { 3105 .key = "ro.config.hw_showTestInfo", 3106 .value = "false", 3107 }, 3108 { 3109 .key = "ro.config.hw_show_4G_Plus_icon", 3110 .value = "true", 3111 }, 3112 { 3113 .key = "ro.config.hw_show_network_icon", 3114 .value = "true", 3115 }, 3116 { 3117 .key = "ro.config.hw_sim2airplane", 3118 .value = "true", 3119 }, 3120 { 3121 .key = "ro.config.hw_simlock_retries", 3122 .value = "true", 3123 }, 3124 { 3125 .key = "ro.config.hw_simpleui_enable", 3126 .value = "1", 3127 }, 3128 { 3129 .key = "ro.config.hw_singlehand", 3130 .value = "1", 3131 }, 3132 { 3133 .key = "ro.config.hw_smart_backlight", 3134 .value = "0", 3135 }, 3136 { 3137 .key = "ro.config.hw_smartcardservice", 3138 .value = "true", 3139 }, 3140 { 3141 .key = "ro.config.hw_stkTitleSim", 3142 .value = "true", 3143 }, 3144 { 3145 .key = "ro.config.hw_subtitle_support", 3146 .value = "true", 3147 }, 3148 { 3149 .key = "ro.config.hw_support_geofence", 3150 .value = "true", 3151 }, 3152 { 3153 .key = "ro.config.hw_support_ipcall", 3154 .value = "false", 3155 }, 3156 { 3157 .key = "ro.config.hw_support_vm_ecc", 3158 .value = "true", 3159 }, 3160 { 3161 .key = "ro.config.hw_sws", 3162 .value = "true", 3163 }, 3164 { 3165 .key = "ro.config.hw_testingsettings", 3166 .value = "true", 3167 }, 3168 { 3169 .key = "ro.config.hw_timeformat", 3170 .value = "true", 3171 }, 3172 { 3173 .key = "ro.config.hw_useCtrlSocket", 3174 .value = "true", 3175 }, 3176 { 3177 .key = "ro.config.hw_use_browser_ua", 3178 .value = "http://wap1.huawei.com/uaprof/HUAWEI_VNS_L23_UAProfile.xml", 3179 }, 3180 { 3181 .key = "ro.config.hw_vcardBase64", 3182 .value = "true", 3183 }, 3184 { 3185 .key = "ro.config.hw_version_app_info", 3186 .value = "true", 3187 }, 3188 { 3189 .key = "ro.config.hw_video_beauty", 3190 .value = "true", 3191 }, 3192 { 3193 .key = "ro.config.hw_voicemail_sim", 3194 .value = "true", 3195 }, 3196 { 3197 .key = "ro.config.hw_volte_icon_rule", 3198 .value = "2", 3199 }, 3200 { 3201 .key = "ro.config.hw_wifipro_enable", 3202 .value = "true", 3203 }, 3204 { 3205 .key = "ro.config.hwft_PinPukUnlockscr", 3206 .value = "true", 3207 }, 3208 { 3209 .key = "ro.config.hwinternet_audio", 3210 .value = "1", 3211 }, 3212 { 3213 .key = "ro.config.hwtheme", 3214 .value = "1", 3215 }, 3216 { 3217 .key = "ro.config.incall_notify_mms", 3218 .value = "true", 3219 }, 3220 { 3221 .key = "ro.config.ipv4.mtu", 3222 .value = "1400", 3223 }, 3224 { 3225 .key = "ro.config.isSLEntitleSet", 3226 .value = "true", 3227 }, 3228 { 3229 .key = "ro.config.is_4g_show_lte", 3230 .value = "false", 3231 }, 3232 { 3233 .key = "ro.config.is_start_commril", 3234 .value = "true", 3235 }, 3236 { 3237 .key = "ro.config.keyguard_unusedata", 3238 .value = "false", 3239 }, 3240 { 3241 .key = "ro.config.launcher_matchcard", 3242 .value = "0", 3243 }, 3244 { 3245 .key = "ro.config.linkplus.liveupdate", 3246 .value = "true", 3247 }, 3248 { 3249 .key = "ro.config.linkplus.roaming", 3250 .value = "true", 3251 }, 3252 { 3253 .key = "ro.config.longDtmf", 3254 .value = "true", 3255 }, 3256 { 3257 .key = "ro.config.lte_show_northamerica", 3258 .value = "false", 3259 }, 3260 { 3261 .key = "ro.config.lvm_mode", 3262 .value = "true", 3263 }, 3264 { 3265 .key = "ro.config.marketing_name", 3266 .value = "HUAWEI P9 lite", 3267 }, 3268 { 3269 .key = "ro.config.mccmnc_stk_icon", 3270 .value = "false", 3271 }, 3272 { 3273 .key = "ro.config.mmu_en", 3274 .value = "1", 3275 }, 3276 { 3277 .key = "ro.config.modem_number", 3278 .value = "2", 3279 }, 3280 { 3281 .key = "ro.config.nfc_ce_transevt", 3282 .value = "true", 3283 }, 3284 { 3285 .key = "ro.config.notification_sound", 3286 .value = "Bongo.ogg", 3287 }, 3288 { 3289 .key = "ro.config.only_ussd", 3290 .value = "true", 3291 }, 3292 { 3293 .key = "ro.config.plmn_to_settings", 3294 .value = "true", 3295 }, 3296 { 3297 .key = "ro.config.pre_apn_NotDel", 3298 .value = "false", 3299 }, 3300 { 3301 .key = "ro.config.pre_apn_unable", 3302 .value = "false", 3303 }, 3304 { 3305 .key = "ro.config.protect_launcher", 3306 .value = "true", 3307 }, 3308 { 3309 .key = "ro.config.readBtAddress", 3310 .value = "true", 3311 }, 3312 { 3313 .key = "ro.config.ringtone", 3314 .value = "Dream_It_Possible.ogg", 3315 }, 3316 { 3317 .key = "ro.config.ringtone2", 3318 .value = "Huawei_Tune.ogg", 3319 }, 3320 { 3321 .key = "ro.config.show2846", 3322 .value = "true", 3323 }, 3324 { 3325 .key = "ro.config.show6130", 3326 .value = "true", 3327 }, 3328 { 3329 .key = "ro.config.showPinRetryTimes", 3330 .value = "true", 3331 }, 3332 { 3333 .key = "ro.config.showSutelInLegalInfo", 3334 .value = "true", 3335 }, 3336 { 3337 .key = "ro.config.show_epg_menu", 3338 .value = "false", 3339 }, 3340 { 3341 .key = "ro.config.show_full_month", 3342 .value = "true", 3343 }, 3344 { 3345 .key = "ro.config.show_nw_mode", 3346 .value = "true", 3347 }, 3348 { 3349 .key = "ro.config.show_sim_icon", 3350 .value = "true", 3351 }, 3352 { 3353 .key = "ro.config.show_subname", 3354 .value = "true", 3355 }, 3356 { 3357 .key = "ro.config.show_vmail_number", 3358 .value = "true", 3359 }, 3360 { 3361 .key = "ro.config.signalplus.tas", 3362 .value = "true", 3363 }, 3364 { 3365 .key = "ro.config.signalplus.xpass", 3366 .value = "true", 3367 }, 3368 { 3369 .key = "ro.config.simlang", 3370 .value = "true", 3371 }, 3372 { 3373 .key = "ro.config.slow_play_enable", 3374 .value = "true", 3375 }, 3376 { 3377 .key = "ro.config.small.previewpos", 3378 .value = "left", 3379 }, 3380 { 3381 .key = "ro.config.soundtrigger_enabled", 3382 .value = "0", 3383 }, 3384 { 3385 .key = "ro.config.spare_ntp_server", 3386 .value = "ntp.sjtu.edu.cn,time.windows.com,time.nist.gov,1.cn.pool.ntp.org", 3387 }, 3388 { 3389 .key = "ro.config.speed_control_enable", 3390 .value = "true", 3391 }, 3392 { 3393 .key = "ro.config.stk_name_imsi_start", 3394 .value = "true", 3395 }, 3396 { 3397 .key = "ro.config.stk_use_lasttitle", 3398 .value = "true", 3399 }, 3400 { 3401 .key = "ro.config.support_internetCall", 3402 .value = "false", 3403 }, 3404 { 3405 .key = "ro.config.support_one_time_hota", 3406 .value = "true", 3407 }, 3408 { 3409 .key = "ro.config.switchPrimaryVolume", 3410 .value = "true", 3411 }, 3412 { 3413 .key = "ro.config.swsAlwaysActiveForSPK", 3414 .value = "true", 3415 }, 3416 { 3417 .key = "ro.config.sws_version", 3418 .value = "sws2", 3419 }, 3420 { 3421 .key = "ro.config.timeformat", 3422 .value = "12", 3423 }, 3424 { 3425 .key = "ro.config.tw_dialpad_show", 3426 .value = "true", 3427 }, 3428 { 3429 .key = "ro.config.updatelocation", 3430 .value = "true", 3431 }, 3432 { 3433 .key = "ro.config.utkShowIcon", 3434 .value = "true", 3435 }, 3436 { 3437 .key = "ro.config.vm_prioritymode", 3438 .value = "2", 3439 }, 3440 { 3441 .key = "ro.config.widevine_level3", 3442 .value = "true", 3443 }, 3444 { 3445 .key = "ro.config.wifi_country_code", 3446 .value = "true", 3447 }, 3448 { 3449 .key = "ro.config.wifi_reduce_power", 3450 .value = "true,17,17,17,17,12", 3451 }, 3452 { 3453 .key = "ro.connectivity.chiptype", 3454 .value = "hisi", 3455 }, 3456 { 3457 .key = "ro.connectivity.sub_chiptype", 3458 .value = "hisi", 3459 }, 3460 { 3461 .key = "ro.contacts.camcard_enable", 3462 .value = "false", 3463 }, 3464 { 3465 .key = "ro.crypto.fs_crypto_blkdev", 3466 .value = "/dev/block/dm-2", 3467 }, 3468 { 3469 .key = "ro.crypto.fuse_sdcard", 3470 .value = "true", 3471 }, 3472 { 3473 .key = "ro.crypto.state", 3474 .value = "encrypted", 3475 }, 3476 { 3477 .key = "ro.crypto.type", 3478 .value = "block", 3479 }, 3480 { 3481 .key = "ro.cust.cdrom", 3482 .value = "/system/cdrom/autorun.iso", 3483 }, 3484 { 3485 .key = "ro.dalvik.vm.native.bridge", 3486 .value = "0", 3487 }, 3488 { 3489 .key = "ro.debuggable", 3490 .value = "0", 3491 }, 3492 { 3493 .key = "ro.dropbox.partnerpath", 3494 .value = "data/cust/xml/huawei_dropboxpartner.txt", 3495 }, 3496 { 3497 .key = "ro.dual.sim.phone", 3498 .value = "true", 3499 }, 3500 { 3501 .key = "ro.expect.recovery_id", 3502 .value = "", 3503 }, 3504 { 3505 .key = "ro.frp.pst", 3506 .value = "/dev/block/platform/hi_mci.0/by-name/frp", 3507 }, 3508 { 3509 .key = "ro.gallery.thumbnailLoading", 3510 .value = "true", 3511 }, 3512 { 3513 .key = "ro.hardware", 3514 .value = "hi6250", 3515 }, 3516 { 3517 .key = "ro.hardware.consumerir", 3518 .value = "hisi.hi6250", 3519 }, 3520 { 3521 .key = "ro.huawei.cust.oma", 3522 .value = "false", 3523 }, 3524 { 3525 .key = "ro.huawei.cust.oma_drm", 3526 .value = "false", 3527 }, 3528 { 3529 .key = "ro.huawei.flag.oma_reboot", 3530 .value = "true", 3531 }, 3532 { 3533 .key = "ro.hw.country", 3534 .value = "la", 3535 }, 3536 { 3537 .key = "ro.hw.custPath", 3538 .value = "/cust/hw/la", 3539 }, 3540 { 3541 .key = "ro.hw.oemName", 3542 .value = "VNS-L23", 3543 }, 3544 { 3545 .key = "ro.hw.specialCustPath", 3546 .value = "/cust_spec", 3547 }, 3548 { 3549 .key = "ro.hw.vendor", 3550 .value = "hw", 3551 }, 3552 { 3553 .key = "ro.hwcamera.BackSnapShotLimit", 3554 .value = "true", 3555 }, 3556 { 3557 .key = "ro.hwcamera.SlowMotionZoom", 3558 .value = "false", 3559 }, 3560 { 3561 .key = "ro.hwcamera.brightness_range", 3562 .value = "60,178", 3563 }, 3564 { 3565 .key = "ro.hwcamera.isdm", 3566 .value = "false", 3567 }, 3568 { 3569 .key = "ro.hwcamera.jpeg.quality", 3570 .value = "95", 3571 }, 3572 { 3573 .key = "ro.hwcamera.lowmemory.crop", 3574 .value = "true", 3575 }, 3576 { 3577 .key = "ro.hwcamera.previeweffects", 3578 .value = "true", 3579 }, 3580 { 3581 .key = "ro.hwcamera.sm.video_size", 3582 .value = "640x480", 3583 }, 3584 { 3585 .key = "ro.hwcamera.suppernight", 3586 .value = "false", 3587 }, 3588 { 3589 .key = "ro.hwui.drop_shadow_cache_size", 3590 .value = "6", 3591 }, 3592 { 3593 .key = "ro.hwui.fbo_cache_size", 3594 .value = "0", 3595 }, 3596 { 3597 .key = "ro.hwui.gradient_cache_size", 3598 .value = "1", 3599 }, 3600 { 3601 .key = "ro.hwui.layer_cache_size", 3602 .value = "32", 3603 }, 3604 { 3605 .key = "ro.hwui.path_cache_size", 3606 .value = "16", 3607 }, 3608 { 3609 .key = "ro.hwui.r_buffer_cache_size", 3610 .value = "8", 3611 }, 3612 { 3613 .key = "ro.hwui.shape_cache_size", 3614 .value = "2", 3615 }, 3616 { 3617 .key = "ro.hwui.text_large_cache_height", 3618 .value = "1024", 3619 }, 3620 { 3621 .key = "ro.hwui.text_large_cache_width", 3622 .value = "2048", 3623 }, 3624 { 3625 .key = "ro.hwui.text_small_cache_height", 3626 .value = "1024", 3627 }, 3628 { 3629 .key = "ro.hwui.text_small_cache_width", 3630 .value = "1024", 3631 }, 3632 { 3633 .key = "ro.hwui.texture_cache_flushrate", 3634 .value = "0.4", 3635 }, 3636 { 3637 .key = "ro.hwui.texture_cache_size", 3638 .value = "48", 3639 }, 3640 { 3641 .key = "ro.image", 3642 .value = "bootimage", 3643 }, 3644 { 3645 .key = "ro.logsystem.usertype", 3646 .value = "1", 3647 }, 3648 { 3649 .key = "ro.lte.goodstd", 3650 .value = "-105", 3651 }, 3652 { 3653 .key = "ro.lte.greatstd", 3654 .value = "-97", 3655 }, 3656 { 3657 .key = "ro.lte.modstd", 3658 .value = "-113", 3659 }, 3660 { 3661 .key = "ro.lte.poorstd", 3662 .value = "-120", 3663 }, 3664 { 3665 .key = "ro.magic.api.version", 3666 .value = "0.1", 3667 }, 3668 { 3669 .key = "ro.media.NxpSmartPACurve", 3670 .value = "VNS_HISI_1225:1,-40:87,-4:93,-2:100,0.0:-15:", 3671 }, 3672 { 3673 .key = "ro.media.maxmem", 3674 .value = "4294967295", 3675 }, 3676 { 3677 .key = "ro.media.radar", 3678 .value = "0", 3679 }, 3680 { 3681 .key = "ro.multi.rild", 3682 .value = "false", 3683 }, 3684 { 3685 .key = "ro.networkstatus.delaytimer", 3686 .value = "20", 3687 }, 3688 { 3689 .key = "ro.opengles.version", 3690 .value = "196609", 3691 }, 3692 { 3693 .key = "ro.product.BaseDescription", 3694 .value = "VNS-L23-user 6.0 HUAWEIVNS-L23 C900B120 release-keys", 3695 }, 3696 { 3697 .key = "ro.product.BaseFingerprint", 3698 .value = "HUAWEI/VNS-L23/HWVNS-H:6.0/HUAWEIVNS-L23/C900B120:user/release-keys", 3699 }, 3700 { 3701 .key = "ro.product.BaseVersion", 3702 .value = "VNS-L23C900B120", 3703 }, 3704 { 3705 .key = "ro.product.CustCVersion", 3706 .value = "C605", 3707 }, 3708 { 3709 .key = "ro.product.CustDVersion", 3710 .value = "D126", 3711 }, 3712 { 3713 .key = "ro.product.board", 3714 .value = "VNS-L23", 3715 }, 3716 { 3717 .key = "ro.product.brand", 3718 .value = "HUAWEI", 3719 }, 3720 { 3721 .key = "ro.product.cpu.abi", 3722 .value = "arm64-v8a", 3723 }, 3724 { 3725 .key = "ro.product.cpu.abilist", 3726 .value = "arm64-v8a,armeabi-v7a,armeabi", 3727 }, 3728 { 3729 .key = "ro.product.cpu.abilist32", 3730 .value = "armeabi-v7a,armeabi", 3731 }, 3732 { 3733 .key = "ro.product.cpu.abilist64", 3734 .value = "arm64-v8a", 3735 }, 3736 { 3737 .key = "ro.product.device", 3738 .value = "HWVNS-H", 3739 }, 3740 { 3741 .key = "ro.product.hardwareversion", 3742 .value = "HL2VENUSM", 3743 }, 3744 { 3745 .key = "ro.product.locale", 3746 .value = "es-AR", 3747 }, 3748 { 3749 .key = "ro.product.locale.language", 3750 .value = "en", 3751 }, 3752 { 3753 .key = "ro.product.locale.region", 3754 .value = "US", 3755 }, 3756 { 3757 .key = "ro.product.manufacturer", 3758 .value = "HUAWEI", 3759 }, 3760 { 3761 .key = "ro.product.model", 3762 .value = "HUAWEI VNS-L23", 3763 }, 3764 { 3765 .key = "ro.product.name", 3766 .value = "VNS-L23", 3767 }, 3768 { 3769 .key = "ro.product.platform.pseudonym", 3770 .value = "1ARB9CV", 3771 }, 3772 { 3773 .key = "ro.product.show_hardwareversion", 3774 .value = "true", 3775 }, 3776 { 3777 .key = "ro.readfastboot", 3778 .value = "0", 3779 }, 3780 { 3781 .key = "ro.revision", 3782 .value = "0", 3783 }, 3784 { 3785 .key = "ro.ril.ecclist", 3786 .value = "112,911,#911,*911", 3787 }, 3788 { 3789 .key = "ro.runmode", 3790 .value = "normal", 3791 }, 3792 { 3793 .key = "ro.runtime.firstboot", 3794 .value = "1524184467918", 3795 }, 3796 { 3797 .key = "ro.secure", 3798 .value = "1", 3799 }, 3800 { 3801 .key = "ro.serialno", 3802 .value = "GVY4C17303001067", 3803 }, 3804 { 3805 .key = "ro.setupwizard.mode", 3806 .value = "DISABLED", 3807 }, 3808 { 3809 .key = "ro.sf.lcd_density", 3810 .value = "480", 3811 }, 3812 { 3813 .key = "ro.sys.fw.bg_apps_limit", 3814 .value = "20", 3815 }, 3816 { 3817 .key = "ro.sys.powerup_reason", 3818 .value = "NORMAL", 3819 }, 3820 { 3821 .key = "ro.systemui.debug", 3822 .value = "true", 3823 }, 3824 { 3825 .key = "ro.telephony.default_network", 3826 .value = "9", 3827 }, 3828 { 3829 .key = "ro.tui.service", 3830 .value = "true", 3831 }, 3832 { 3833 .key = "ro.wifi.channels", 3834 .value = "", 3835 }, 3836 { 3837 .key = "ro.zygote", 3838 .value = "zygote64_32", 3839 }, 3840 { 3841 .key = "security.perf_harden", 3842 .value = "1", 3843 }, 3844 { 3845 .key = "selinux.reload_policy", 3846 .value = "1", 3847 }, 3848 { 3849 .key = "service.bootanim.exit", 3850 .value = "1", 3851 }, 3852 { 3853 .key = "setup_hi110x_modules", 3854 .value = "success", 3855 }, 3856 { 3857 .key = "sys.2dsdr.pkgname", 3858 .value = "*", 3859 }, 3860 { 3861 .key = "sys.2dsdr.startratio", 3862 .value = "0.75", 3863 }, 3864 { 3865 .key = "sys.aps.support", 3866 .value = "6651", 3867 }, 3868 { 3869 .key = "sys.aps.support.tmp", 3870 .value = "6651", 3871 }, 3872 { 3873 .key = "sys.aps.version", 3874 .value = "3.2.12-3.1.15", 3875 }, 3876 { 3877 .key = "sys.boot_completed", 3878 .value = "1", 3879 }, 3880 { 3881 .key = "sys.defaultapn.enabled", 3882 .value = "false", 3883 }, 3884 { 3885 .key = "sys.fingerprint.deviceId", 3886 .value = "0", 3887 }, 3888 { 3889 .key = "sys.hwsholder.count", 3890 .value = "0", 3891 }, 3892 { 3893 .key = "sys.iswifihotspoton", 3894 .value = "false", 3895 }, 3896 { 3897 .key = "sys.oem_unlock_allowed", 3898 .value = "0", 3899 }, 3900 { 3901 .key = "sys.refresh.dirty", 3902 .value = "1", 3903 }, 3904 { 3905 .key = "sys.resettype", 3906 .value = "normal:coldboot", 3907 }, 3908 { 3909 .key = "sys.settings_global_version", 3910 .value = "8", 3911 }, 3912 { 3913 .key = "sys.settings_secure_version", 3914 .value = "2", 3915 }, 3916 { 3917 .key = "sys.settings_system_version", 3918 .value = "5", 3919 }, 3920 { 3921 .key = "sys.show_google_nlp", 3922 .value = "true", 3923 }, 3924 { 3925 .key = "sys.super_power_save", 3926 .value = "false", 3927 }, 3928 { 3929 .key = "sys.sysctl.extra_free_kbytes", 3930 .value = "24300", 3931 }, 3932 { 3933 .key = "sys.sysctl.tcp_def_init_rwnd", 3934 .value = "60", 3935 }, 3936 { 3937 .key = "sys.usb.config", 3938 .value = "hisuite,mtp,mass_storage,adb", 3939 }, 3940 { 3941 .key = "sys.usb.start_atdiag", 3942 .value = "1", 3943 }, 3944 { 3945 .key = "sys.usb.start_modempcui", 3946 .value = "0", 3947 }, 3948 { 3949 .key = "sys.usb.state", 3950 .value = "hisuite,mtp,mass_storage,adb", 3951 }, 3952 { 3953 .key = "sys.userdata_is_ready", 3954 .value = "1", 3955 }, 3956 { 3957 .key = "thread_ca_server_work_property", 3958 .value = "1", 3959 }, 3960 { 3961 .key = "trustedcore_sfs_property", 3962 .value = "1", 3963 }, 3964 { 3965 .key = "viatel.device.at", 3966 .value = "spi.10.ttySPI", 3967 }, 3968 { 3969 .key = "viatel.device.data", 3970 .value = "spi.0.ttySPI", 3971 }, 3972 { 3973 .key = "viatel.device.fls", 3974 .value = "spi.2.ttySPI", 3975 }, 3976 { 3977 .key = "viatel.device.gps", 3978 .value = "spi.5.ttySPI", 3979 }, 3980 { 3981 .key = "viatel.device.pcv", 3982 .value = "spi.4.ttySPI", 3983 }, 3984 { 3985 .key = "vold.crypto_support_innersd", 3986 .value = "1", 3987 }, 3988 { 3989 .key = "vold.decrypt", 3990 .value = "trigger_restart_framework", 3991 }, 3992 { 3993 .key = "vold.has_adoptable", 3994 .value = "0", 3995 }, 3996 { 3997 .key = "vold.post_fs_data_done", 3998 .value = "1", 3999 }, 4000 { 4001 .key = "wifi.interface", 4002 .value = "wlan0", 4003 }, 4004 { 4005 .key = "wlan.driver.status", 4006 .value = "ok", 4007 }, 4008 { NULL }, 4009 }; 4010 #endif /* __ANDROID__ */ 4011