1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 1136, 5 .content = "processor\t: 0\n" 6 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 7 "BogoMIPS\t: 38.40\n" 8 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt \n" 9 "CPU implementer\t: 0x51\n" 10 "CPU architecture: 7\n" 11 "CPU variant\t: 0x3\n" 12 "CPU part\t: 0x06f\n" 13 "CPU revision\t: 1\n" 14 "\n" 15 "processor\t: 1\n" 16 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 17 "BogoMIPS\t: 38.40\n" 18 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt \n" 19 "CPU implementer\t: 0x51\n" 20 "CPU architecture: 7\n" 21 "CPU variant\t: 0x3\n" 22 "CPU part\t: 0x06f\n" 23 "CPU revision\t: 1\n" 24 "\n" 25 "processor\t: 2\n" 26 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 27 "BogoMIPS\t: 38.40\n" 28 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt \n" 29 "CPU implementer\t: 0x51\n" 30 "CPU architecture: 7\n" 31 "CPU variant\t: 0x3\n" 32 "CPU part\t: 0x06f\n" 33 "CPU revision\t: 1\n" 34 "\n" 35 "processor\t: 3\n" 36 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 37 "BogoMIPS\t: 38.40\n" 38 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt \n" 39 "CPU implementer\t: 0x51\n" 40 "CPU architecture: 7\n" 41 "CPU variant\t: 0x3\n" 42 "CPU part\t: 0x06f\n" 43 "CPU revision\t: 1\n" 44 "\n" 45 "Hardware\t: Qualcomm APQ 8084 (Flattened Device Tree)\n" 46 "Revision\t: 83a0\n" 47 "Serial\t\t: 68123d0111000000\n" 48 "Device\t\t: shamu\n" 49 "Radio\t\t: 6\n" 50 "MSM Hardware\t: APQ8084 ES1.1\n", 51 }, 52 { 53 .path = "/system/build.prop", 54 .size = 4715, 55 .content = 56 "\n" 57 "#\n" 58 "# PRODUCT_OEM_PROPERTIES\n" 59 "#\n" 60 "import /oem/oem.prop ro.config.ringtone\n" 61 "import /oem/oem.prop ro.config.notification_sound\n" 62 "import /oem/oem.prop ro.config.alarm_alert\n" 63 "import /oem/oem.prop ro.config.wallpaper\n" 64 "import /oem/oem.prop ro.config.wallpaper_component\n" 65 "import /oem/oem.prop ro.oem.*\n" 66 "import /oem/oem.prop oem.*\n" 67 "# begin build properties\n" 68 "# autogenerated by buildinfo.sh\n" 69 "ro.build.id=MPA44I\n" 70 "ro.build.display.id=MPA44I\n" 71 "ro.build.version.incremental=2172151\n" 72 "ro.build.version.sdk=23\n" 73 "ro.build.version.preview_sdk=0\n" 74 "ro.build.version.codename=REL\n" 75 "ro.build.version.all_codenames=REL\n" 76 "ro.build.version.release=6.0\n" 77 "ro.build.version.security_patch=\n" 78 "ro.build.version.base_os=\n" 79 "ro.build.date=Mon Aug 17 16:07:31 UTC 2015\n" 80 "ro.build.date.utc=1439827651\n" 81 "ro.build.type=user\n" 82 "ro.build.user=android-build\n" 83 "ro.build.host=wpee25.hot.corp.google.com\n" 84 "ro.build.tags=release-keys\n" 85 "ro.build.flavor=shamu-user\n" 86 "ro.product.model=Nexus 6\n" 87 "ro.product.brand=google\n" 88 "ro.product.name=shamu\n" 89 "ro.product.device=shamu\n" 90 "ro.product.board=shamu\n" 91 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 92 "# use ro.product.cpu.abilist instead.\n" 93 "ro.product.cpu.abi=armeabi-v7a\n" 94 "ro.product.cpu.abi2=armeabi\n" 95 "ro.product.cpu.abilist=armeabi-v7a,armeabi\n" 96 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 97 "ro.product.cpu.abilist64=\n" 98 "ro.product.manufacturer=motorola\n" 99 "ro.product.locale=en-US\n" 100 "ro.wifi.channels=\n" 101 "ro.board.platform=msm8084\n" 102 "# ro.build.product is obsolete; use ro.product.device\n" 103 "ro.build.product=shamu\n" 104 "# Do not try to parse description, fingerprint, or thumbprint\n" 105 "ro.build.description=shamu-user 6.0 MPA44I 2172151 release-keys\n" 106 "ro.build.fingerprint=google/shamu/shamu:6.0/MPA44I/2172151:user/release-keys\n" 107 "ro.build.characteristics=nosdcard\n" 108 "# end build properties\n" 109 "\n" 110 "#\n" 111 "# ADDITIONAL_BUILD_PROPERTIES\n" 112 "#\n" 113 "ro.config.ringtone=Titania.ogg\n" 114 "ro.config.notification_sound=Tethys.ogg\n" 115 "ro.config.alarm_alert=Oxygen.ogg\n" 116 "ro.com.android.dataroaming=false\n" 117 "ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html\n" 118 "ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html\n" 119 "ro.com.google.clientidbase=android-google\n" 120 "ro.carrier=unknown\n" 121 "ro.com.android.wifi-watchlist=GoogleGuest\n" 122 "ro.error.receiver.system.apps=com.google.android.gms\n" 123 "ro.setupwizard.enterprise_mode=1\n" 124 "fmas.spkr_6ch=35,20,110\n" 125 "fmas.spkr_2ch=35,25\n" 126 "fmas.spkr_angles=10\n" 127 "fmas.spkr_sgain=0\n" 128 "media.aac_51_output_enabled=true\n" 129 "ro.audio.monitorRotation=true\n" 130 "ro.opengles.version=196609\n" 131 "ro.sf.lcd_density=560\n" 132 "persist.hwc.mdpcomp.enable=true\n" 133 "rild.libpath=/system/vendor/lib/libril-qc-qmi-1.so\n" 134 "persist.radio.apm_sim_not_pwdn=1\n" 135 "persist.radio.no_wait_for_card=1\n" 136 "persist.ims.disableDebugLogs=1\n" 137 "persist.ims.disableADBLogs=2\n" 138 "persist.ims.disableQXDMLogs=0\n" 139 "persist.ims.disableIMSLogs=1\n" 140 "persist.camera.hal.debug.mask=7\n" 141 "persist.camera.ISP.debug.mask=0\n" 142 "persist.camera.pproc.debug.mask=7\n" 143 "persist.camera.stats.debug.mask=0\n" 144 "persit.camera.imglib.logs=1\n" 145 "persist.camera.mct.debug.mask=1\n" 146 "persist.camera.sensor.debug=0\n" 147 "vidc.debug.level=1\n" 148 "persist.radio.oem_socket=false\n" 149 "persist.qcril_uim_vcc_feature=1\n" 150 "ro.telephony.default_cdma_sub=0\n" 151 "ro.telephony.default_network=10\n" 152 "telephony.lteOnCdmaDevice=1\n" 153 "persist.radio.fsg_reload_on=1\n" 154 "persist.radio.mcfg_enabled=1\n" 155 "ro.hwui.texture_cache_size=72\n" 156 "ro.hwui.layer_cache_size=48\n" 157 "ro.hwui.r_buffer_cache_size=8\n" 158 "ro.hwui.path_cache_size=32\n" 159 "ro.hwui.gradient_cache_size=1\n" 160 "ro.hwui.drop_shadow_cache_size=6\n" 161 "ro.hwui.texture_cache_flushrate=0.4\n" 162 "ro.hwui.text_small_cache_width=1024\n" 163 "ro.hwui.text_small_cache_height=1024\n" 164 "ro.hwui.text_large_cache_width=2048\n" 165 "ro.hwui.text_large_cache_height=1024\n" 166 "dalvik.vm.heapgrowthlimit=256m\n" 167 "dalvik.vm.heapstartsize=8m\n" 168 "dalvik.vm.heapsize=512m\n" 169 "dalvik.vm.heaptargetutilization=0.75\n" 170 "dalvik.vm.heapminfree=512k\n" 171 "dalvik.vm.heapmaxfree=8m\n" 172 "ro.frp.pst=/dev/block/platform/msm_sdcc.1/by-name/frp\n" 173 "af.fast_track_multiplier=1\n" 174 "audio_hal.period_size=192\n" 175 "persist.rcs.supported=0\n" 176 "persist.audio.dualmic.config=endfire\n" 177 "persist.audio.fluence.voicecall=true\n" 178 "persist.audio.fluence.voicerec=false\n" 179 "persist.audio.fluence.speaker=false\n" 180 "persist.radio.sib16_support=1\n" 181 "persist.data.qmi.adb_logmask=0\n" 182 "persist.data.iwlan.enable=true\n" 183 "persist.radio.ignore_ims_wlan=1\n" 184 "persist.radio.data_con_rprt=1\n" 185 "keyguard.no_require_sim=true\n" 186 "drm.service.enabled=true\n" 187 "ro.facelock.black_timeout=400\n" 188 "ro.facelock.det_timeout=1500\n" 189 "ro.facelock.rec_timeout=2500\n" 190 "ro.facelock.lively_timeout=2500\n" 191 "ro.facelock.est_max_time=600\n" 192 "ro.facelock.use_intro_anim=false\n" 193 "persist.sys.dalvik.vm.lib.2=libart\n" 194 "dalvik.vm.isa.arm.variant=krait\n" 195 "dalvik.vm.isa.arm.features=default\n" 196 "net.bt.name=Android\n" 197 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 198 "ro.build.expect.bootloader=moto-apq8084-71.15\n" 199 "ro.build.expect.baseband=D4.01-9625-05.24+FSG-9625-02.101\n" 200 "ro.expect.recovery_id=0xc7e3a51dcb8bb9aac02a77707b095512cd8b751a000000000000000000000000\n" 201 "\n", 202 }, 203 { 204 .path = "/sys/devices/system/cpu/kernel_max", 205 .size = 2, 206 .content = "3\n", 207 }, 208 { 209 .path = "/sys/devices/system/cpu/possible", 210 .size = 4, 211 .content = "0-3\n", 212 }, 213 { 214 .path = "/sys/devices/system/cpu/present", 215 .size = 4, 216 .content = "0-3\n", 217 }, 218 { 219 .path = "/sys/devices/system/cpu/online", 220 .size = 4, 221 .content = "0-1\n", 222 }, 223 { 224 .path = "/sys/devices/system/cpu/offline", 225 .size = 4, 226 .content = "2-3\n", 227 }, 228 { 229 .path = "/sys/devices/system/cpu/cpufreq/all_time_in_state", 230 .size = 31, 231 .content = "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\t\n", 232 }, 233 { 234 .path = "/sys/devices/system/cpu/cpufreq/current_in_state", 235 .size = 1058, 236 .content = 237 "CPU0:300000=71000 422400=83000 652800=97000 729600=106000 883200=115000 960000=146000 1036800=153000 1190400=167000 1267200=213000 1497600=249000 1574400=263000 1728000=288000 1958400=324000 2265600=377000 2457600=405000 2496000=405000 2572800=413000 2649600=414000 \n" 238 "CPU1:300000=40470 422400=47309 652800=55289 729600=60419 883200=65550 960000=83220 1036800=87209 1190400=95189 1267200=121409 1497600=141930 1574400=149910 1728000=164160 1958400=184679 2265600=214889 2457600=230849 2496000=230849 2572800=235409 2649600=235979 \n" 239 "CPU2:300000=46860 422400=54780 652800=64020 729600=69960 883200=75900 960000=96360 1036800=100980 1190400=110220 1267200=140580 1497600=164340 1574400=173580 1728000=190080 1958400=213840 2265600=248820 2457600=267300 2496000=267300 2572800=272580 2649600=273240 \n" 240 "CPU3:300000=53960 422400=63080 652800=73720 729600=80560 883200=87400 960000=110960 1036800=116280 1190400=126920 1267200=161880 1497600=189240 1574400=199880 1728000=218880 1958400=246240 2265600=286520 2457600=307800 2496000=307800 2572800=313880 2649600=314640 \n", 241 }, 242 { 243 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 244 .size = 9, 245 .content = "msm_idle\n", 246 }, 247 { 248 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 249 .size = 5, 250 .content = "menu\n", 251 }, 252 { 253 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 254 .size = 2, 255 .content = "0\n", 256 }, 257 { 258 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 259 .size = 8, 260 .content = "2649600\n", 261 }, 262 { 263 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 264 .size = 7, 265 .content = "300000\n", 266 }, 267 { 268 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 269 .size = 2, 270 .content = "0\n", 271 }, 272 { 273 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 274 .size = 2, 275 .content = "0\n", 276 }, 277 { 278 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 279 .size = 139, 280 .content = 281 "300000 422400 652800 729600 883200 960000 1036800 1190400 1267200 1497600 1574400 1728000 1958400 2265600 2457600 2496000 2572800 2649600 \n", 282 }, 283 { 284 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 285 .size = 67, 286 .content = "interactive conservative ondemand userspace powersave performance \n", 287 }, 288 { 289 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 290 .size = 8, 291 .content = "1728000\n", 292 }, 293 { 294 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 295 .size = 4, 296 .content = "msm\n", 297 }, 298 { 299 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 300 .size = 12, 301 .content = "interactive\n", 302 }, 303 { 304 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 305 .size = 7, 306 .content = "300000\n", 307 }, 308 { 309 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 310 .size = 190, 311 .content = "300000 75\n" 312 "422400 8\n" 313 "652800 28\n" 314 "729600 18\n" 315 "883200 52\n" 316 "960000 36\n" 317 "1036800 42\n" 318 "1190400 38\n" 319 "1267200 50\n" 320 "1497600 224\n" 321 "1574400 64\n" 322 "1728000 2427\n" 323 "1958400 0\n" 324 "2265600 0\n" 325 "2457600 0\n" 326 "2496000 0\n" 327 "2572800 0\n" 328 "2649600 293\n", 329 }, 330 { 331 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 332 .size = 4, 333 .content = "112\n", 334 }, 335 { 336 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 337 .size = 2, 338 .content = "0\n", 339 }, 340 { 341 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 342 .size = 4, 343 .content = "0-3\n", 344 }, 345 { 346 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 347 .size = 2, 348 .content = "f\n", 349 }, 350 { 351 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 352 .size = 2, 353 .content = "0\n", 354 }, 355 { 356 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 357 .size = 2, 358 .content = "0\n", 359 }, 360 { 361 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 362 .size = 2, 363 .content = "1\n", 364 }, 365 { 366 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 367 .size = 2, 368 .content = "1\n", 369 }, 370 { 371 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 372 .size = 8, 373 .content = "2649600\n", 374 }, 375 { 376 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 377 .size = 7, 378 .content = "300000\n", 379 }, 380 { 381 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 382 .size = 2, 383 .content = "0\n", 384 }, 385 { 386 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 387 .size = 2, 388 .content = "1\n", 389 }, 390 { 391 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 392 .size = 139, 393 .content = 394 "300000 422400 652800 729600 883200 960000 1036800 1190400 1267200 1497600 1574400 1728000 1958400 2265600 2457600 2496000 2572800 2649600 \n", 395 }, 396 { 397 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 398 .size = 67, 399 .content = "interactive conservative ondemand userspace powersave performance \n", 400 }, 401 { 402 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 403 .size = 8, 404 .content = "1728000\n", 405 }, 406 { 407 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 408 .size = 4, 409 .content = "msm\n", 410 }, 411 { 412 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 413 .size = 12, 414 .content = "interactive\n", 415 }, 416 { 417 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq", 418 .size = 8, 419 .content = "1728000\n", 420 }, 421 { 422 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 423 .size = 7, 424 .content = "300000\n", 425 }, 426 { 427 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 428 .size = 179, 429 .content = "300000 0\n" 430 "422400 4\n" 431 "652800 0\n" 432 "729600 0\n" 433 "883200 0\n" 434 "960000 0\n" 435 "1036800 0\n" 436 "1190400 0\n" 437 "1267200 0\n" 438 "1497600 4\n" 439 "1574400 4\n" 440 "1728000 3242\n" 441 "1958400 0\n" 442 "2265600 0\n" 443 "2457600 0\n" 444 "2496000 0\n" 445 "2572800 0\n" 446 "2649600 376\n", 447 }, 448 { 449 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 450 .size = 2, 451 .content = "6\n", 452 }, 453 { 454 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 455 .size = 2, 456 .content = "0\n", 457 }, 458 { 459 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 460 .size = 4, 461 .content = "0-3\n", 462 }, 463 { 464 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 465 .size = 2, 466 .content = "f\n", 467 }, 468 { 469 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 470 .size = 2, 471 .content = "1\n", 472 }, 473 { 474 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 475 .size = 2, 476 .content = "1\n", 477 }, 478 { 479 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 480 .size = 2, 481 .content = "2\n", 482 }, 483 {NULL}, 484 }; 485 486 #ifdef __ANDROID__ 487 struct cpuinfo_mock_property properties[] = { 488 { 489 .key = "af.fast_track_multiplier", 490 .value = "1", 491 }, 492 { 493 .key = "audio_hal.period_size", 494 .value = "192", 495 }, 496 { 497 .key = "camera.disable_zsl_mode", 498 .value = "0", 499 }, 500 { 501 .key = "dalvik.vm.dex2oat-Xms", 502 .value = "64m", 503 }, 504 { 505 .key = "dalvik.vm.dex2oat-Xmx", 506 .value = "512m", 507 }, 508 { 509 .key = "dalvik.vm.heapgrowthlimit", 510 .value = "256m", 511 }, 512 { 513 .key = "dalvik.vm.heapmaxfree", 514 .value = "8m", 515 }, 516 { 517 .key = "dalvik.vm.heapminfree", 518 .value = "512k", 519 }, 520 { 521 .key = "dalvik.vm.heapsize", 522 .value = "512m", 523 }, 524 { 525 .key = "dalvik.vm.heapstartsize", 526 .value = "8m", 527 }, 528 { 529 .key = "dalvik.vm.heaptargetutilization", 530 .value = "0.75", 531 }, 532 { 533 .key = "dalvik.vm.image-dex2oat-Xms", 534 .value = "64m", 535 }, 536 { 537 .key = "dalvik.vm.image-dex2oat-Xmx", 538 .value = "64m", 539 }, 540 { 541 .key = "dalvik.vm.isa.arm.features", 542 .value = "default", 543 }, 544 { 545 .key = "dalvik.vm.isa.arm.variant", 546 .value = "krait", 547 }, 548 { 549 .key = "dalvik.vm.stack-trace-file", 550 .value = "/data/anr/traces.txt", 551 }, 552 { 553 .key = "debug.atrace.tags.enableflags", 554 .value = "0", 555 }, 556 { 557 .key = "debug.force_rtl", 558 .value = "0", 559 }, 560 { 561 .key = "dev.bootcomplete", 562 .value = "1", 563 }, 564 { 565 .key = "drm.service.enabled", 566 .value = "true", 567 }, 568 { 569 .key = "fmas.spkr_2ch", 570 .value = "35,25", 571 }, 572 { 573 .key = "fmas.spkr_6ch", 574 .value = "35,20,110", 575 }, 576 { 577 .key = "fmas.spkr_angles", 578 .value = "10", 579 }, 580 { 581 .key = "fmas.spkr_sgain", 582 .value = "0", 583 }, 584 { 585 .key = "gsm.current.phone-type", 586 .value = "1", 587 }, 588 { 589 .key = "gsm.network.type", 590 .value = "Unknown", 591 }, 592 { 593 .key = "gsm.operator.alpha", 594 .value = "", 595 }, 596 { 597 .key = "gsm.operator.iso-country", 598 .value = "", 599 }, 600 { 601 .key = "gsm.operator.isroaming", 602 .value = "false", 603 }, 604 { 605 .key = "gsm.operator.numeric", 606 .value = "", 607 }, 608 { 609 .key = "gsm.sim.operator.alpha", 610 .value = "", 611 }, 612 { 613 .key = "gsm.sim.operator.iso-country", 614 .value = "", 615 }, 616 { 617 .key = "gsm.sim.operator.numeric", 618 .value = "", 619 }, 620 { 621 .key = "gsm.sim.state", 622 .value = "ABSENT", 623 }, 624 { 625 .key = "gsm.version.baseband", 626 .value = "MDM9625_104662.22.05.24R", 627 }, 628 { 629 .key = "gsm.version.ril-impl", 630 .value = "Qualcomm RIL 1.0", 631 }, 632 { 633 .key = "init.svc.adbd", 634 .value = "running", 635 }, 636 { 637 .key = "init.svc.adspd", 638 .value = "running", 639 }, 640 { 641 .key = "init.svc.atfwd", 642 .value = "running", 643 }, 644 { 645 .key = "init.svc.bdAddrLoader", 646 .value = "stopped", 647 }, 648 { 649 .key = "init.svc.bootanim", 650 .value = "stopped", 651 }, 652 { 653 .key = "init.svc.bridgemgrd", 654 .value = "running", 655 }, 656 { 657 .key = "init.svc.cnd", 658 .value = "running", 659 }, 660 { 661 .key = "init.svc.debuggerd", 662 .value = "running", 663 }, 664 { 665 .key = "init.svc.defaultcrypto", 666 .value = "stopped", 667 }, 668 { 669 .key = "init.svc.drm", 670 .value = "running", 671 }, 672 { 673 .key = "init.svc.flash_recovery", 674 .value = "stopped", 675 }, 676 { 677 .key = "init.svc.gatekeeperd", 678 .value = "running", 679 }, 680 { 681 .key = "init.svc.healthd", 682 .value = "running", 683 }, 684 { 685 .key = "init.svc.imsdatadaemon", 686 .value = "running", 687 }, 688 { 689 .key = "init.svc.imsqmidaemon", 690 .value = "running", 691 }, 692 { 693 .key = "init.svc.installd", 694 .value = "running", 695 }, 696 { 697 .key = "init.svc.irsc_util", 698 .value = "stopped", 699 }, 700 { 701 .key = "init.svc.keystore", 702 .value = "running", 703 }, 704 { 705 .key = "init.svc.lmkd", 706 .value = "running", 707 }, 708 { 709 .key = "init.svc.logd", 710 .value = "running", 711 }, 712 { 713 .key = "init.svc.logd-reinit", 714 .value = "stopped", 715 }, 716 { 717 .key = "init.svc.mdm_helper", 718 .value = "running", 719 }, 720 { 721 .key = "init.svc.mdm_helper_proxy", 722 .value = "running", 723 }, 724 { 725 .key = "init.svc.media", 726 .value = "running", 727 }, 728 { 729 .key = "init.svc.mmi-touch-sh", 730 .value = "stopped", 731 }, 732 { 733 .key = "init.svc.mpdecision", 734 .value = "running", 735 }, 736 { 737 .key = "init.svc.netd", 738 .value = "running", 739 }, 740 { 741 .key = "init.svc.netmgrd", 742 .value = "running", 743 }, 744 { 745 .key = "init.svc.p2p_supplicant", 746 .value = "running", 747 }, 748 { 749 .key = "init.svc.qcamerasvr", 750 .value = "running", 751 }, 752 { 753 .key = "init.svc.qmuxd", 754 .value = "running", 755 }, 756 { 757 .key = "init.svc.qseecomd", 758 .value = "running", 759 }, 760 { 761 .key = "init.svc.ril-daemon", 762 .value = "running", 763 }, 764 { 765 .key = "init.svc.sensors", 766 .value = "running", 767 }, 768 { 769 .key = "init.svc.servicemanager", 770 .value = "running", 771 }, 772 { 773 .key = "init.svc.surfaceflinger", 774 .value = "running", 775 }, 776 { 777 .key = "init.svc.thermal-engine", 778 .value = "running", 779 }, 780 { 781 .key = "init.svc.time_daemon", 782 .value = "running", 783 }, 784 { 785 .key = "init.svc.ueventd", 786 .value = "running", 787 }, 788 { 789 .key = "init.svc.vold", 790 .value = "running", 791 }, 792 { 793 .key = "init.svc.zygote", 794 .value = "running", 795 }, 796 { 797 .key = "keyguard.no_require_sim", 798 .value = "true", 799 }, 800 { 801 .key = "media.aac_51_output_enabled", 802 .value = "true", 803 }, 804 { 805 .key = "net.bt.name", 806 .value = "Android", 807 }, 808 { 809 .key = "net.change", 810 .value = "net.dns2", 811 }, 812 { 813 .key = "net.dns1", 814 .value = "208.67.222.222", 815 }, 816 { 817 .key = "net.dns2", 818 .value = "208.67.220.220", 819 }, 820 { 821 .key = "net.hostname", 822 .value = "android-261421b7106da458", 823 }, 824 { 825 .key = "net.qtaguid_enabled", 826 .value = "1", 827 }, 828 { 829 .key = "net.tcp.default_init_rwnd", 830 .value = "60", 831 }, 832 { 833 .key = "partition.system.verified", 834 .value = "2", 835 }, 836 { 837 .key = "persist.audio.dualmic.config", 838 .value = "endfire", 839 }, 840 { 841 .key = "persist.audio.fluence.speaker", 842 .value = "false", 843 }, 844 { 845 .key = "persist.audio.fluence.voicecall", 846 .value = "true", 847 }, 848 { 849 .key = "persist.audio.fluence.voicerec", 850 .value = "false", 851 }, 852 { 853 .key = "persist.camera.HAL3.enabled", 854 .value = "1", 855 }, 856 { 857 .key = "persist.camera.ISP.debug.mask", 858 .value = "0", 859 }, 860 { 861 .key = "persist.camera.hal.debug.mask", 862 .value = "7", 863 }, 864 { 865 .key = "persist.camera.mct.debug.mask", 866 .value = "1", 867 }, 868 { 869 .key = "persist.camera.ois.disable", 870 .value = "0", 871 }, 872 { 873 .key = "persist.camera.pproc.debug.mask", 874 .value = "7", 875 }, 876 { 877 .key = "persist.camera.sensor.debug", 878 .value = "0", 879 }, 880 { 881 .key = "persist.camera.stats.debug.mask", 882 .value = "0", 883 }, 884 { 885 .key = "persist.data.df.agg.dl_pkt", 886 .value = "10", 887 }, 888 { 889 .key = "persist.data.df.agg.dl_size", 890 .value = "4096", 891 }, 892 { 893 .key = "persist.data.iwlan.enable", 894 .value = "true", 895 }, 896 { 897 .key = "persist.data.qmi.adb_logmask", 898 .value = "0", 899 }, 900 { 901 .key = "persist.data.wda.enable", 902 .value = "true", 903 }, 904 { 905 .key = "persist.hwc.mdpcomp.enable", 906 .value = "true", 907 }, 908 { 909 .key = "persist.ims.disableADBLogs", 910 .value = "2", 911 }, 912 { 913 .key = "persist.ims.disableDebugLogs", 914 .value = "1", 915 }, 916 { 917 .key = "persist.ims.disableIMSLogs", 918 .value = "1", 919 }, 920 { 921 .key = "persist.ims.disableQXDMLogs", 922 .value = "0", 923 }, 924 { 925 .key = "persist.logd.size", 926 .value = "", 927 }, 928 { 929 .key = "persist.qcril_uim_vcc_feature", 930 .value = "1", 931 }, 932 { 933 .key = "persist.radio.adb_log_on", 934 .value = "0", 935 }, 936 { 937 .key = "persist.radio.apm_sim_not_pwdn", 938 .value = "1", 939 }, 940 { 941 .key = "persist.radio.data_con_rprt", 942 .value = "1", 943 }, 944 { 945 .key = "persist.radio.eons.enabled", 946 .value = "false", 947 }, 948 { 949 .key = "persist.radio.fsg_reload_on", 950 .value = "1", 951 }, 952 { 953 .key = "persist.radio.ignore_ims_wlan", 954 .value = "1", 955 }, 956 { 957 .key = "persist.radio.mcfg_enabled", 958 .value = "1", 959 }, 960 { 961 .key = "persist.radio.no_wait_for_card", 962 .value = "1", 963 }, 964 { 965 .key = "persist.radio.oem_socket", 966 .value = "false", 967 }, 968 { 969 .key = "persist.radio.sib16_support", 970 .value = "1", 971 }, 972 { 973 .key = "persist.rcs.supported", 974 .value = "0", 975 }, 976 { 977 .key = "persist.rmnet.data.enable", 978 .value = "true", 979 }, 980 { 981 .key = "persist.rmnet.mux", 982 .value = "enabled", 983 }, 984 { 985 .key = "persist.service.bdroid.bdaddr", 986 .value = "5C:51:88:AC:C3:9F", 987 }, 988 { 989 .key = "persist.sys.dalvik.vm.lib.2", 990 .value = "libart.so", 991 }, 992 { 993 .key = "persist.sys.locale", 994 .value = "en-US", 995 }, 996 { 997 .key = "persist.sys.profiler_ms", 998 .value = "0", 999 }, 1000 { 1001 .key = "persist.sys.timezone", 1002 .value = "America/Los_Angeles", 1003 }, 1004 { 1005 .key = "persist.sys.usb.config", 1006 .value = "mtp,adb", 1007 }, 1008 { 1009 .key = "persit.camera.imglib.logs", 1010 .value = "1", 1011 }, 1012 { 1013 .key = "ril.baseband.config.version", 1014 .value = "SHAMU_ATT_CUST", 1015 }, 1016 { 1017 .key = "ril.ecclist", 1018 .value = "911,*911,#911,112,000,08,110,999,118,119", 1019 }, 1020 { 1021 .key = "ril.lte.bc.config", 1022 .value = "268501086", 1023 }, 1024 { 1025 .key = "ril.qcril_pre_init_lock_held", 1026 .value = "0", 1027 }, 1028 { 1029 .key = "ril.radio.ctbk_inst", 1030 .value = "371", 1031 }, 1032 { 1033 .key = "ril.radio.ctbk_val", 1034 .value = "1,0,0,0,0,0,0,0,0,0,1,0", 1035 }, 1036 { 1037 .key = "rild.libpath", 1038 .value = "/system/vendor/lib/libril-qc-qmi-1.so", 1039 }, 1040 { 1041 .key = "ro.adb.secure", 1042 .value = "1", 1043 }, 1044 { 1045 .key = "ro.allow.mock.location", 1046 .value = "0", 1047 }, 1048 { 1049 .key = "ro.audio.monitorRotation", 1050 .value = "true", 1051 }, 1052 { 1053 .key = "ro.baseband", 1054 .value = "mdm", 1055 }, 1056 { 1057 .key = "ro.board.platform", 1058 .value = "msm8084", 1059 }, 1060 { 1061 .key = "ro.boot.baseband", 1062 .value = "mdm", 1063 }, 1064 { 1065 .key = "ro.boot.bl_state", 1066 .value = "2", 1067 }, 1068 { 1069 .key = "ro.boot.bootdevice", 1070 .value = "msm_sdcc.1", 1071 }, 1072 { 1073 .key = "ro.boot.bootloader", 1074 .value = "moto-apq8084-71.15", 1075 }, 1076 { 1077 .key = "ro.boot.bootreason", 1078 .value = "reboot", 1079 }, 1080 { 1081 .key = "ro.boot.btmacaddr", 1082 .value = "5C:51:88:AC:C3:9F", 1083 }, 1084 { 1085 .key = "ro.boot.carrier", 1086 .value = "", 1087 }, 1088 { 1089 .key = "ro.boot.cid", 1090 .value = "0xDE", 1091 }, 1092 { 1093 .key = "ro.boot.device", 1094 .value = "shamu", 1095 }, 1096 { 1097 .key = "ro.boot.fsg-id", 1098 .value = "", 1099 }, 1100 { 1101 .key = "ro.boot.hardware", 1102 .value = "shamu", 1103 }, 1104 { 1105 .key = "ro.boot.hardware.sku", 1106 .value = "XT1103", 1107 }, 1108 { 1109 .key = "ro.boot.hwrev", 1110 .value = "0x83A0", 1111 }, 1112 { 1113 .key = "ro.boot.mode", 1114 .value = "normal", 1115 }, 1116 { 1117 .key = "ro.boot.powerup_reason", 1118 .value = "0x00004000", 1119 }, 1120 { 1121 .key = "ro.boot.radio", 1122 .value = "0x6", 1123 }, 1124 { 1125 .key = "ro.boot.secure_hardware", 1126 .value = "1", 1127 }, 1128 { 1129 .key = "ro.boot.serialno", 1130 .value = "ZX1G22TBGF", 1131 }, 1132 { 1133 .key = "ro.boot.version-baseband", 1134 .value = "D4.01-9625-05.24+FSG-9625-02.101", 1135 }, 1136 { 1137 .key = "ro.boot.wifimacaddr", 1138 .value = "5C:51:88:AC:C3:A0", 1139 }, 1140 { 1141 .key = "ro.boot.write_protect", 1142 .value = "0", 1143 }, 1144 { 1145 .key = "ro.bootimage.build.date", 1146 .value = "Mon Aug 17 16:12:18 UTC 2015", 1147 }, 1148 { 1149 .key = "ro.bootimage.build.date.utc", 1150 .value = "1439827938", 1151 }, 1152 { 1153 .key = "ro.bootimage.build.fingerprint", 1154 .value = "google/shamu/shamu:6.0/MPA44I/2172151:user/dev-keys", 1155 }, 1156 { 1157 .key = "ro.bootloader", 1158 .value = "moto-apq8084-71.15", 1159 }, 1160 { 1161 .key = "ro.bootmode", 1162 .value = "normal", 1163 }, 1164 { 1165 .key = "ro.build.characteristics", 1166 .value = "nosdcard", 1167 }, 1168 { 1169 .key = "ro.build.date", 1170 .value = "Mon Aug 17 16:07:31 UTC 2015", 1171 }, 1172 { 1173 .key = "ro.build.date.utc", 1174 .value = "1439827651", 1175 }, 1176 { 1177 .key = "ro.build.description", 1178 .value = "shamu-user 6.0 MPA44I 2172151 release-keys", 1179 }, 1180 { 1181 .key = "ro.build.display.id", 1182 .value = "MPA44I", 1183 }, 1184 { 1185 .key = "ro.build.expect.baseband", 1186 .value = "D4.01-9625-05.24+FSG-9625-02.101", 1187 }, 1188 { 1189 .key = "ro.build.expect.bootloader", 1190 .value = "moto-apq8084-71.15", 1191 }, 1192 { 1193 .key = "ro.build.fingerprint", 1194 .value = "google/shamu/shamu:6.0/MPA44I/2172151:user/release-keys", 1195 }, 1196 { 1197 .key = "ro.build.flavor", 1198 .value = "shamu-user", 1199 }, 1200 { 1201 .key = "ro.build.host", 1202 .value = "wpee25.hot.corp.google.com", 1203 }, 1204 { 1205 .key = "ro.build.id", 1206 .value = "MPA44I", 1207 }, 1208 { 1209 .key = "ro.build.product", 1210 .value = "shamu", 1211 }, 1212 { 1213 .key = "ro.build.tags", 1214 .value = "release-keys", 1215 }, 1216 { 1217 .key = "ro.build.type", 1218 .value = "user", 1219 }, 1220 { 1221 .key = "ro.build.user", 1222 .value = "android-build", 1223 }, 1224 { 1225 .key = "ro.build.version.all_codenames", 1226 .value = "REL", 1227 }, 1228 { 1229 .key = "ro.build.version.base_os", 1230 .value = "", 1231 }, 1232 { 1233 .key = "ro.build.version.codename", 1234 .value = "REL", 1235 }, 1236 { 1237 .key = "ro.build.version.incremental", 1238 .value = "2172151", 1239 }, 1240 { 1241 .key = "ro.build.version.preview_sdk", 1242 .value = "0", 1243 }, 1244 { 1245 .key = "ro.build.version.release", 1246 .value = "6.0", 1247 }, 1248 { 1249 .key = "ro.build.version.sdk", 1250 .value = "23", 1251 }, 1252 { 1253 .key = "ro.build.version.security_patch", 1254 .value = "", 1255 }, 1256 { 1257 .key = "ro.carrier", 1258 .value = "unknown", 1259 }, 1260 { 1261 .key = "ro.com.android.dataroaming", 1262 .value = "false", 1263 }, 1264 { 1265 .key = "ro.com.android.wifi-watchlist", 1266 .value = "GoogleGuest", 1267 }, 1268 { 1269 .key = "ro.com.google.clientidbase", 1270 .value = "android-google", 1271 }, 1272 { 1273 .key = "ro.config.alarm_alert", 1274 .value = "Oxygen.ogg", 1275 }, 1276 { 1277 .key = "ro.config.notification_sound", 1278 .value = "Tethys.ogg", 1279 }, 1280 { 1281 .key = "ro.config.ringtone", 1282 .value = "Titania.ogg", 1283 }, 1284 { 1285 .key = "ro.crypto.fs_crypto_blkdev", 1286 .value = "/dev/block/dm-1", 1287 }, 1288 { 1289 .key = "ro.crypto.state", 1290 .value = "encrypted", 1291 }, 1292 { 1293 .key = "ro.crypto.type", 1294 .value = "block", 1295 }, 1296 { 1297 .key = "ro.dalvik.vm.native.bridge", 1298 .value = "0", 1299 }, 1300 { 1301 .key = "ro.debuggable", 1302 .value = "0", 1303 }, 1304 { 1305 .key = "ro.error.receiver.system.apps", 1306 .value = "com.google.android.gms", 1307 }, 1308 { 1309 .key = "ro.expect.recovery_id", 1310 .value = "0xc7e3a51dcb8bb9aac02a77707b095512cd8b751a000000000000000000000000", 1311 }, 1312 { 1313 .key = "ro.facelock.black_timeout", 1314 .value = "400", 1315 }, 1316 { 1317 .key = "ro.facelock.det_timeout", 1318 .value = "1500", 1319 }, 1320 { 1321 .key = "ro.facelock.est_max_time", 1322 .value = "600", 1323 }, 1324 { 1325 .key = "ro.facelock.lively_timeout", 1326 .value = "2500", 1327 }, 1328 { 1329 .key = "ro.facelock.rec_timeout", 1330 .value = "2500", 1331 }, 1332 { 1333 .key = "ro.facelock.use_intro_anim", 1334 .value = "false", 1335 }, 1336 { 1337 .key = "ro.frp.pst", 1338 .value = "/dev/block/platform/msm_sdcc.1/by-name/frp", 1339 }, 1340 { 1341 .key = "ro.hardware", 1342 .value = "shamu", 1343 }, 1344 { 1345 .key = "ro.hwui.drop_shadow_cache_size", 1346 .value = "6", 1347 }, 1348 { 1349 .key = "ro.hwui.gradient_cache_size", 1350 .value = "1", 1351 }, 1352 { 1353 .key = "ro.hwui.layer_cache_size", 1354 .value = "48", 1355 }, 1356 { 1357 .key = "ro.hwui.path_cache_size", 1358 .value = "32", 1359 }, 1360 { 1361 .key = "ro.hwui.r_buffer_cache_size", 1362 .value = "8", 1363 }, 1364 { 1365 .key = "ro.hwui.text_large_cache_height", 1366 .value = "1024", 1367 }, 1368 { 1369 .key = "ro.hwui.text_large_cache_width", 1370 .value = "2048", 1371 }, 1372 { 1373 .key = "ro.hwui.text_small_cache_height", 1374 .value = "1024", 1375 }, 1376 { 1377 .key = "ro.hwui.text_small_cache_width", 1378 .value = "1024", 1379 }, 1380 { 1381 .key = "ro.hwui.texture_cache_flushrate", 1382 .value = "0.4", 1383 }, 1384 { 1385 .key = "ro.hwui.texture_cache_size", 1386 .value = "72", 1387 }, 1388 { 1389 .key = "ro.mdm_helper_proxy_req", 1390 .value = "true", 1391 }, 1392 { 1393 .key = "ro.opengles.version", 1394 .value = "196609", 1395 }, 1396 { 1397 .key = "ro.product.board", 1398 .value = "shamu", 1399 }, 1400 { 1401 .key = "ro.product.brand", 1402 .value = "google", 1403 }, 1404 { 1405 .key = "ro.product.cpu.abi", 1406 .value = "armeabi-v7a", 1407 }, 1408 { 1409 .key = "ro.product.cpu.abi2", 1410 .value = "armeabi", 1411 }, 1412 { 1413 .key = "ro.product.cpu.abilist", 1414 .value = "armeabi-v7a,armeabi", 1415 }, 1416 { 1417 .key = "ro.product.cpu.abilist32", 1418 .value = "armeabi-v7a,armeabi", 1419 }, 1420 { 1421 .key = "ro.product.cpu.abilist64", 1422 .value = "", 1423 }, 1424 { 1425 .key = "ro.product.device", 1426 .value = "shamu", 1427 }, 1428 { 1429 .key = "ro.product.locale", 1430 .value = "en-US", 1431 }, 1432 { 1433 .key = "ro.product.manufacturer", 1434 .value = "motorola", 1435 }, 1436 { 1437 .key = "ro.product.model", 1438 .value = "Nexus 6", 1439 }, 1440 { 1441 .key = "ro.product.name", 1442 .value = "shamu", 1443 }, 1444 { 1445 .key = "ro.qualcomm.perf.cores_online", 1446 .value = "2", 1447 }, 1448 { 1449 .key = "ro.recovery_id", 1450 .value = "0xc7c6270d7b27f78db1c6d8e41b37e5bf13310428000000000000000000000000", 1451 }, 1452 { 1453 .key = "ro.revision", 1454 .value = "0", 1455 }, 1456 { 1457 .key = "ro.ril.svdo", 1458 .value = "false", 1459 }, 1460 { 1461 .key = "ro.ril.svlte1x", 1462 .value = "false", 1463 }, 1464 { 1465 .key = "ro.secure", 1466 .value = "1", 1467 }, 1468 { 1469 .key = "ro.serialno", 1470 .value = "ZX1G22TBGF", 1471 }, 1472 { 1473 .key = "ro.setupwizard.enterprise_mode", 1474 .value = "1", 1475 }, 1476 { 1477 .key = "ro.sf.lcd_density", 1478 .value = "560", 1479 }, 1480 { 1481 .key = "ro.telephony.call_ring.multiple", 1482 .value = "false", 1483 }, 1484 { 1485 .key = "ro.telephony.default_cdma_sub", 1486 .value = "0", 1487 }, 1488 { 1489 .key = "ro.telephony.default_network", 1490 .value = "10", 1491 }, 1492 { 1493 .key = "ro.url.legal", 1494 .value = "http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html", 1495 }, 1496 { 1497 .key = "ro.url.legal.android_privacy", 1498 .value = "http://www.google.com/intl/%s/mobile/android/basic/privacy.html", 1499 }, 1500 { 1501 .key = "ro.wifi.channels", 1502 .value = "", 1503 }, 1504 { 1505 .key = "ro.zygote", 1506 .value = "zygote32", 1507 }, 1508 { 1509 .key = "selinux.reload_policy", 1510 .value = "1", 1511 }, 1512 { 1513 .key = "service.bootanim.exit", 1514 .value = "1", 1515 }, 1516 { 1517 .key = "sys.boot_completed", 1518 .value = "1", 1519 }, 1520 { 1521 .key = "sys.ims.QMI_DAEMON_STATUS", 1522 .value = "1", 1523 }, 1524 { 1525 .key = "sys.oem_unlock_allowed", 1526 .value = "0", 1527 }, 1528 { 1529 .key = "sys.sysctl.extra_free_kbytes", 1530 .value = "43200", 1531 }, 1532 { 1533 .key = "sys.sysctl.tcp_def_init_rwnd", 1534 .value = "60", 1535 }, 1536 { 1537 .key = "sys.usb.config", 1538 .value = "mtp,adb", 1539 }, 1540 { 1541 .key = "sys.usb.ffs.ready", 1542 .value = "1", 1543 }, 1544 { 1545 .key = "sys.usb.state", 1546 .value = "mtp,adb", 1547 }, 1548 { 1549 .key = "telephony.lteOnCdmaDevice", 1550 .value = "1", 1551 }, 1552 { 1553 .key = "vidc.debug.level", 1554 .value = "1", 1555 }, 1556 { 1557 .key = "vold.decrypt", 1558 .value = "trigger_restart_framework", 1559 }, 1560 { 1561 .key = "vold.has_adoptable", 1562 .value = "0", 1563 }, 1564 { 1565 .key = "vold.post_fs_data_done", 1566 .value = "1", 1567 }, 1568 { 1569 .key = "wifi.interface", 1570 .value = "wlan0", 1571 }, 1572 { 1573 .key = "wlan.driver.status", 1574 .value = "ok", 1575 }, 1576 {NULL}, 1577 }; 1578 #endif /* __ANDROID__ */ 1579