1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 395, 5 .content = 6 "Processor\t: ARMv7 Processor rev 0 (v7l)\n" 7 "processor\t: 0\n" 8 "BogoMIPS\t: 13.53\n" 9 "\n" 10 "processor\t: 1\n" 11 "BogoMIPS\t: 13.53\n" 12 "\n" 13 "processor\t: 2\n" 14 "BogoMIPS\t: 13.53\n" 15 "\n" 16 "processor\t: 3\n" 17 "BogoMIPS\t: 13.53\n" 18 "\n" 19 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 \n" 20 "CPU implementer\t: 0x51\n" 21 "CPU architecture: 7\n" 22 "CPU variant\t: 0x1\n" 23 "CPU part\t: 0x06f\n" 24 "CPU revision\t: 0\n" 25 "\n" 26 "Hardware\t: SAMSUNG JF\n" 27 "Revision\t: 000a\n" 28 "Serial\t\t: 000012a70000ac49\n", 29 }, 30 { 31 .path = "/system/build.prop", 32 .size = 6846, 33 .content = 34 "# begin build properties\n" 35 "# autogenerated by buildinfo.sh\n" 36 "ro.build.id=KOT49H\n" 37 "ro.build.display.id=KOT49H.I337UCUFNC1\n" 38 "ro.build.version.incremental=I337UCUFNC1\n" 39 "ro.build.version.sdk=19\n" 40 "ro.build.version.codename=REL\n" 41 "ro.build.version.release=4.4.2\n" 42 "ro.build.date=Tue Mar 25 13:32:47 KST 2014\n" 43 "ro.build.date.utc=1395721967\n" 44 "ro.build.type=user\n" 45 "ro.build.user=dpi\n" 46 "ro.build.host=SWDD5916\n" 47 "ro.build.tags=release-keys\n" 48 "ro.product.model=SAMSUNG-SGH-I337\n" 49 "ro.product.brand=samsung\n" 50 "ro.product.name=jflteuc\n" 51 "ro.product.device=jflteatt\n" 52 "ro.product.board=MSM8960\n" 53 "ro.product.cpu.abi=armeabi-v7a\n" 54 "ro.product.cpu.abi2=armeabi\n" 55 "ro.product.manufacturer=samsung\n" 56 "ro.product.locale.language=en\n" 57 "ro.product.locale.region=US\n" 58 "ro.wifi.channels=\n" 59 "ro.board.platform=msm8960\n" 60 "# ro.build.product is obsolete; use ro.product.device\n" 61 "ro.build.product=jflteatt\n" 62 "# Do not try to parse ro.build.description or .fingerprint\n" 63 "ro.build.description=jflteuc-user 4.4.2 KOT49H I337UCUFNC1 release-keys\n" 64 "ro.build.fingerprint=samsung/jflteuc/jflteatt:4.4.2/KOT49H/I337UCUFNC1:user/release-keys\n" 65 "ro.build.characteristics=att\n" 66 "# Samsung Specific Properties\n" 67 "ro.build.PDA=I337UCUFNC1\n" 68 "ro.build.hidden_ver=I337UCUFNC1\n" 69 "ro.build.changelist=1125940\n" 70 "ro.product_ship=true\n" 71 "ro.chipname=apq8064\n" 72 "# end build properties\n" 73 "#\n" 74 "# from device/samsung/jflteatt/system.prop\n" 75 "#\n" 76 "#\n" 77 "# system.prop for surf\n" 78 "#\n" 79 "\n" 80 "ro.sf.lcd_density=480\n" 81 "\n" 82 "rild.libpath=/system/lib/libsec-ril.so\n" 83 "rild.libargs=-d /dev/smd0\n" 84 "persist.rild.nitz_plmn=\n" 85 "persist.rild.nitz_long_ons_0=\n" 86 "persist.rild.nitz_long_ons_1=\n" 87 "persist.rild.nitz_long_ons_2=\n" 88 "persist.rild.nitz_long_ons_3=\n" 89 "persist.rild.nitz_short_ons_0=\n" 90 "persist.rild.nitz_short_ons_1=\n" 91 "persist.rild.nitz_short_ons_2=\n" 92 "persist.rild.nitz_short_ons_3=\n" 93 "ril.subscription.types=NV,RUIM\n" 94 "DEVICE_PROVISIONED=1\n" 95 "debug.sf.hw=1\n" 96 "debug.egl.hw=1\n" 97 "debug.composition.type=gpu\n" 98 "dalvik.vm.heapsize=36m\n" 99 "debug.enable.wl_log=1\n" 100 "persist.hwc.mdpcomp.enable=true\n" 101 "debug.mdpcomp.logs=0\n" 102 "\n" 103 "#\n" 104 "# system props for the cne module\n" 105 "#\n" 106 "persist.cne.feature=0\n" 107 "\n" 108 "lpa.decode=false\n" 109 "tunnel.decode=true\n" 110 "tunnel.audiovideo.decode=false\n" 111 "lpa.use-stagefright=true\n" 112 "qcom.hw.aac.encoder=true\n" 113 "\n" 114 "#system props for the MM modules\n" 115 "\n" 116 "media.stagefright.enable-player=true\n" 117 "media.stagefright.enable-http=true\n" 118 "media.stagefright.enable-aac=true\n" 119 "media.stagefright.enable-qcp=true\n" 120 "media.stagefright.enable-fma2dp=true\n" 121 "media.stagefright.enable-scan=true\n" 122 "mmp.enable.3g2=true\n" 123 "media.aac_51_output_enabled=true\n" 124 "#33395 is sum of supported format flags in AAL\n" 125 "#Formats: AVI AC3 ASF AAC QCP DTS 3G2\n" 126 "mm.enable.qcom_parser=33395\n" 127 "\n" 128 "#\n" 129 "# system props for the data modules\n" 130 "#\n" 131 "ro.use_data_netmgrd=true\n" 132 "persist.data.netmgrd.qos.enable=false\n" 133 "\n" 134 "#system props for time-services\n" 135 "persist.timed.enable=true\n" 136 "\n" 137 "# System props for audio\n" 138 "persist.audio.fluence.mode=endfire\n" 139 "persist.audio.vr.enable=false\n" 140 "persist.audio.handset.mic=digital\n" 141 "persist.audio.lowlatency.rec=false\n" 142 "\n" 143 "# System prop to select audio resampler quality\n" 144 "af.resampler.quality=255\n" 145 "# System prop to select MPQAudioPlayer by default on mpq8064\n" 146 "mpq.audio.decode=true\n" 147 "\n" 148 "#\n" 149 "# system prop for opengles version\n" 150 "#\n" 151 "# 196608 is decimal for 0x30000 to report version 3\n" 152 "ro.opengles.version=196608\n" 153 "\n" 154 "# system prop for requesting Master role in incoming Bluetooth connection.\n" 155 "#\n" 156 "ro.bluetooth.request.master=true\n" 157 "#\n" 158 "# system prop for Bluetooth Auto connect for remote initated connections\n" 159 "#\n" 160 "ro.bluetooth.remote.autoconnect=true\n" 161 "# system property for Bluetooth discoverability time out in seconds\n" 162 "# 0: Always discoverable\n" 163 "#debug.bt.discoverable_time=0\n" 164 "\n" 165 "#system prop for switching gps driver to qmi\n" 166 "persist.gps.qmienabled=true\n" 167 "\n" 168 "#System prop to enable ehrpd capability\n" 169 "ro.config.ehrpd=true\n" 170 "\n" 171 "# System property for cabl\n" 172 "ro.qualcomm.cabl=0\n" 173 "\n" 174 "\n" 175 "# System prop for sending transmit power request to RIL during WiFi hotspot on/off\n" 176 "#\n" 177 "ro.ril.transmitpower=true\n" 178 "\n" 179 "\n" 180 "#Simulate sdcard on /data/media\n" 181 "#\n" 182 "persist.fuse_sdcard=true\n" 183 "ro.hwui.text_cache_width=2048\n" 184 "\n" 185 "#\n" 186 "# Supports warmboot capabilities\n" 187 "#\n" 188 "ro.warmboot.capability=1\n" 189 "\n" 190 "#\n" 191 "#snapdragon value add features\n" 192 "#\n" 193 "ro.qc.sdk.audio.ssr=false\n" 194 "##fluencetype can be \"fluence\" or \"fluencepro\" or \"none\"\n" 195 "ro.qc.sdk.audio.fluencetype=none\n" 196 "ro.qc.sdk.camera.facialproc=true\n" 197 "ro.qc.sdk.gestures.camera=false\n" 198 "ro.qc.sdk.sensors.gestures=false\n" 199 "#property to check if dynamic resolution change is supported in framework\n" 200 "ro.streaming.video.drs=true\n" 201 "#property to enable user to access Google WFD settings.\n" 202 "persist.debug.wfd.enable=1\n" 203 "#property to choose between virtual/external wfd display\n" 204 "persist.sys.wfd.virtual=0\n" 205 "\n" 206 "#system prop for setting rmnet mux mode\n" 207 "persist.rmnet.mux=disabled\n" 208 "\n" 209 "#\n" 210 "# System prop for Tvout/HDMI\n" 211 "#\n" 212 "persist.sys.camera.transform=0\n" 213 "persist.sys.camera.connect=0\n" 214 "persist.sys.videomode=0\n" 215 "ro.hdmi.enable=true\n" 216 "\n" 217 "\n" 218 "# System property for Default Brightness\n" 219 "ro.lcd_min_brightness=10\n" 220 "ro.lcd_brightness=143\n" 221 "\n" 222 "# System proverty for sys info indication\n" 223 "persist.radio.add_power_save=1\n" 224 "\n" 225 "# Keep SIM state on LPM mode\n" 226 "persist.radio.apm_sim_not_pwdn=1\n" 227 "\n" 228 "# use se table when search list\n" 229 "persist.radio.use_se_table_only=1\n" 230 "\n" 231 "# System prop for PLMN\n" 232 "persist.radio.fill_eons=1\n" 233 "\n" 234 "# System prop for SPN\n" 235 "persist.radio.prefer_spn=0\n" 236 "\n" 237 "media.enable-commonsource=true\n" 238 "\n" 239 "#\n" 240 "# ADDITIONAL_BUILD_PROPERTIES\n" 241 "#\n" 242 "dalvik.vm.heapstartsize=8m\n" 243 "dalvik.vm.heapgrowthlimit=128m\n" 244 "dalvik.vm.heapsize=512m\n" 245 "dalvik.vm.heaptargetutilization=0.75\n" 246 "dalvik.vm.heapminfree=2m\n" 247 "dalvik.vm.heapmaxfree=8m\n" 248 "keyguard.no_require_sim=true\n" 249 "ro.com.android.dateformat=MM-dd-yyyy\n" 250 "ro.carrier=unknown\n" 251 "ro.vendor.extension_library=/vendor/lib/libqc-opt.so\n" 252 "ro.build.scafe=americano\n" 253 "ro.build.scafe.size=short\n" 254 "ro.build.scafe.shot=single\n" 255 "ro.hdcp2.rx=tz\n" 256 "ro.secwvk=144\n" 257 "ro.securestorage.support=true\n" 258 "security.mdpp=None\n" 259 "ro.security.mdpp.ver=1.0\n" 260 "ro.security.mdpp.release=2\n" 261 "security.mdpp.result=None\n" 262 "ro.sec.fle.encryption=true\n" 263 "ro.hwui.texture_cache_size=48\n" 264 "ro.hwui.layer_cache_size=32\n" 265 "ro.hwui.path_cache_size=8\n" 266 "ro.hwui.shape_cache_size=2\n" 267 "ro.hwui.gradient_cache_size=1\n" 268 "ro.hwui.drop_shadow_cache_size=4\n" 269 "ro.hwui.texture_cache_flush_rate=0.5\n" 270 "ro.hwui.text_small_cache_width=1024\n" 271 "ro.hwui.text_small_cache_height=512\n" 272 "ro.hwui.text_large_cache_width=2048\n" 273 "ro.hwui.text_large_cache_height=1024\n" 274 "ro.error.receiver.default=com.samsung.receiver.error\n" 275 "ro.config.ringtone=ATT_Firefly_Default.ogg\n" 276 "ro.config.notification_sound=Whisper.ogg\n" 277 "ro.config.alarm_alert=Alarm_Morning_flower.ogg\n" 278 "ro.config.media_sound=Media_preview_Touch_the_light.ogg\n" 279 "ro.security.mdpp.ux=Enabled\n" 280 "ro.setupwizard.mode=OPTIONAL\n" 281 "ro.com.google.clientidbase=android-samsung\n" 282 "ro.com.google.clientidbase.ms=android-att-us\n" 283 "ro.com.google.clientidbase.am=android-att-us\n" 284 "ro.com.google.clientidbase.yt=android-samsung\n" 285 "ro.com.google.clientidbase.gmm=android-samsung\n" 286 "ro.com.google.gmsversion=4.4.2_r1\n" 287 "persist.sys.dalvik.vm.lib=libdvm.so\n" 288 "ro.kernel.qemu=0\n" 289 "ro.build.selinux=1\n" 290 "ro.config.knox=1\n" 291 "ro.config.tima=1\n" 292 "ro.config.timaversion=2.0\n" 293 "net.bt.name=Android\n" 294 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 295 "ro.qc.sdk.izat.premium_enabled=1\n" 296 "ro.qc.sdk.izat.service_mask=0x5\n" 297 "persist.gps.qc_nlp_in_use=0\n" 298 "ro.gps.agps_provider=1\n" 299 "\n", 300 }, 301 { 302 .path = "/sys/devices/system/cpu/kernel_max", 303 .size = 2, 304 .content = "3\n", 305 }, 306 { 307 .path = "/sys/devices/system/cpu/possible", 308 .size = 4, 309 .content = "0-3\n", 310 }, 311 { 312 .path = "/sys/devices/system/cpu/present", 313 .size = 4, 314 .content = "0-3\n", 315 }, 316 { 317 .path = "/sys/devices/system/cpu/online", 318 .size = 4, 319 .content = "0-3\n", 320 }, 321 { 322 .path = "/sys/devices/system/cpu/offline", 323 .size = 1, 324 .content = "\n", 325 }, 326 { 327 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 328 .size = 9, 329 .content = "msm_idle\n", 330 }, 331 { 332 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 333 .size = 5, 334 .content = "menu\n", 335 }, 336 { 337 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 338 .size = 2, 339 .content = "0\n", 340 }, 341 { 342 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 343 .size = 8, 344 .content = "1890000\n", 345 }, 346 { 347 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 348 .size = 7, 349 .content = "384000\n", 350 }, 351 { 352 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 353 .size = 2, 354 .content = "0\n", 355 }, 356 { 357 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 358 .size = 2, 359 .content = "0\n", 360 }, 361 { 362 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 363 .size = 115, 364 .content = "384000 486000 594000 702000 810000 918000 1026000 1134000 1242000 1350000 1458000 1566000 1674000 1782000 1890000 \n", 365 }, 366 { 367 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 368 .size = 54, 369 .content = "interactive ondemand userspace powersave performance \n", 370 }, 371 { 372 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 373 .size = 8, 374 .content = "1890000\n", 375 }, 376 { 377 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 378 .size = 4, 379 .content = "msm\n", 380 }, 381 { 382 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 383 .size = 12, 384 .content = "performance\n", 385 }, 386 { 387 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 388 .size = 7, 389 .content = "384000\n", 390 }, 391 { 392 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 393 .size = 147, 394 .content = 395 "384000 0\n" 396 "486000 0\n" 397 "594000 0\n" 398 "702000 0\n" 399 "810000 0\n" 400 "918000 1\n" 401 "1026000 0\n" 402 "1134000 0\n" 403 "1242000 0\n" 404 "1350000 0\n" 405 "1458000 0\n" 406 "1566000 0\n" 407 "1674000 0\n" 408 "1782000 0\n" 409 "1890000 1125\n", 410 }, 411 { 412 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 413 .size = 2, 414 .content = "1\n", 415 }, 416 { 417 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 418 .size = 2, 419 .content = "0\n", 420 }, 421 { 422 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 423 .size = 4, 424 .content = "0-3\n", 425 }, 426 { 427 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 428 .size = 2, 429 .content = "f\n", 430 }, 431 { 432 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 433 .size = 2, 434 .content = "0\n", 435 }, 436 { 437 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 438 .size = 2, 439 .content = "0\n", 440 }, 441 { 442 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 443 .size = 2, 444 .content = "1\n", 445 }, 446 { 447 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 448 .size = 2, 449 .content = "1\n", 450 }, 451 { 452 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 453 .size = 8, 454 .content = "1890000\n", 455 }, 456 { 457 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 458 .size = 7, 459 .content = "384000\n", 460 }, 461 { 462 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 463 .size = 2, 464 .content = "0\n", 465 }, 466 { 467 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 468 .size = 2, 469 .content = "1\n", 470 }, 471 { 472 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 473 .size = 115, 474 .content = "384000 486000 594000 702000 810000 918000 1026000 1134000 1242000 1350000 1458000 1566000 1674000 1782000 1890000 \n", 475 }, 476 { 477 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 478 .size = 54, 479 .content = "interactive ondemand userspace powersave performance \n", 480 }, 481 { 482 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 483 .size = 8, 484 .content = "1890000\n", 485 }, 486 { 487 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 488 .size = 4, 489 .content = "msm\n", 490 }, 491 { 492 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 493 .size = 12, 494 .content = "performance\n", 495 }, 496 { 497 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq", 498 .size = 8, 499 .content = "1890000\n", 500 }, 501 { 502 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 503 .size = 7, 504 .content = "384000\n", 505 }, 506 { 507 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 508 .size = 147, 509 .content = 510 "384000 0\n" 511 "486000 0\n" 512 "594000 0\n" 513 "702000 0\n" 514 "810000 0\n" 515 "918000 0\n" 516 "1026000 0\n" 517 "1134000 0\n" 518 "1242000 0\n" 519 "1350000 0\n" 520 "1458000 0\n" 521 "1566000 0\n" 522 "1674000 0\n" 523 "1782000 0\n" 524 "1890000 1350\n", 525 }, 526 { 527 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 528 .size = 2, 529 .content = "1\n", 530 }, 531 { 532 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 533 .size = 2, 534 .content = "0\n", 535 }, 536 { 537 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 538 .size = 4, 539 .content = "0-3\n", 540 }, 541 { 542 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 543 .size = 2, 544 .content = "f\n", 545 }, 546 { 547 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 548 .size = 2, 549 .content = "1\n", 550 }, 551 { 552 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 553 .size = 2, 554 .content = "1\n", 555 }, 556 { 557 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 558 .size = 2, 559 .content = "2\n", 560 }, 561 { 562 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", 563 .size = 2, 564 .content = "2\n", 565 }, 566 { 567 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", 568 .size = 8, 569 .content = "1890000\n", 570 }, 571 { 572 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq", 573 .size = 7, 574 .content = "384000\n", 575 }, 576 { 577 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency", 578 .size = 2, 579 .content = "0\n", 580 }, 581 { 582 .path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus", 583 .size = 2, 584 .content = "2\n", 585 }, 586 { 587 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies", 588 .size = 115, 589 .content = "384000 486000 594000 702000 810000 918000 1026000 1134000 1242000 1350000 1458000 1566000 1674000 1782000 1890000 \n", 590 }, 591 { 592 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors", 593 .size = 54, 594 .content = "interactive ondemand userspace powersave performance \n", 595 }, 596 { 597 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq", 598 .size = 8, 599 .content = "1890000\n", 600 }, 601 { 602 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", 603 .size = 4, 604 .content = "msm\n", 605 }, 606 { 607 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor", 608 .size = 12, 609 .content = "performance\n", 610 }, 611 { 612 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq", 613 .size = 8, 614 .content = "1890000\n", 615 }, 616 { 617 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq", 618 .size = 7, 619 .content = "384000\n", 620 }, 621 { 622 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state", 623 .size = 147, 624 .content = 625 "384000 0\n" 626 "486000 0\n" 627 "594000 0\n" 628 "702000 0\n" 629 "810000 0\n" 630 "918000 0\n" 631 "1026000 0\n" 632 "1134000 0\n" 633 "1242000 0\n" 634 "1350000 0\n" 635 "1458000 0\n" 636 "1566000 0\n" 637 "1674000 0\n" 638 "1782000 0\n" 639 "1890000 1588\n", 640 }, 641 { 642 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", 643 .size = 2, 644 .content = "1\n", 645 }, 646 { 647 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", 648 .size = 2, 649 .content = "0\n", 650 }, 651 { 652 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", 653 .size = 4, 654 .content = "0-3\n", 655 }, 656 { 657 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings", 658 .size = 2, 659 .content = "f\n", 660 }, 661 { 662 .path = "/sys/devices/system/cpu/cpu2/topology/core_id", 663 .size = 2, 664 .content = "2\n", 665 }, 666 { 667 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", 668 .size = 2, 669 .content = "2\n", 670 }, 671 { 672 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", 673 .size = 2, 674 .content = "4\n", 675 }, 676 { 677 .path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus", 678 .size = 2, 679 .content = "3\n", 680 }, 681 { 682 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq", 683 .size = 8, 684 .content = "1890000\n", 685 }, 686 { 687 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq", 688 .size = 7, 689 .content = "384000\n", 690 }, 691 { 692 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency", 693 .size = 2, 694 .content = "0\n", 695 }, 696 { 697 .path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus", 698 .size = 2, 699 .content = "3\n", 700 }, 701 { 702 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies", 703 .size = 115, 704 .content = "384000 486000 594000 702000 810000 918000 1026000 1134000 1242000 1350000 1458000 1566000 1674000 1782000 1890000 \n", 705 }, 706 { 707 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors", 708 .size = 54, 709 .content = "interactive ondemand userspace powersave performance \n", 710 }, 711 { 712 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq", 713 .size = 8, 714 .content = "1890000\n", 715 }, 716 { 717 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver", 718 .size = 4, 719 .content = "msm\n", 720 }, 721 { 722 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor", 723 .size = 12, 724 .content = "performance\n", 725 }, 726 { 727 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq", 728 .size = 8, 729 .content = "1890000\n", 730 }, 731 { 732 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq", 733 .size = 7, 734 .content = "384000\n", 735 }, 736 { 737 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state", 738 .size = 147, 739 .content = 740 "384000 0\n" 741 "486000 0\n" 742 "594000 0\n" 743 "702000 0\n" 744 "810000 0\n" 745 "918000 0\n" 746 "1026000 0\n" 747 "1134000 0\n" 748 "1242000 0\n" 749 "1350000 0\n" 750 "1458000 0\n" 751 "1566000 0\n" 752 "1674000 0\n" 753 "1782000 0\n" 754 "1890000 1828\n", 755 }, 756 { 757 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans", 758 .size = 2, 759 .content = "1\n", 760 }, 761 { 762 .path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id", 763 .size = 2, 764 .content = "0\n", 765 }, 766 { 767 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list", 768 .size = 4, 769 .content = "0-3\n", 770 }, 771 { 772 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings", 773 .size = 2, 774 .content = "f\n", 775 }, 776 { 777 .path = "/sys/devices/system/cpu/cpu3/topology/core_id", 778 .size = 2, 779 .content = "3\n", 780 }, 781 { 782 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list", 783 .size = 2, 784 .content = "3\n", 785 }, 786 { 787 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings", 788 .size = 2, 789 .content = "8\n", 790 }, 791 { NULL }, 792 }; 793 794 #ifdef __ANDROID__ 795 struct cpuinfo_mock_property properties[] = { 796 { 797 .key = "DEVICE_PROVISIONED", 798 .value = "1", 799 }, 800 { 801 .key = "af.resampler.quality", 802 .value = "255", 803 }, 804 { 805 .key = "boot.sfbootcomplete", 806 .value = "0", 807 }, 808 { 809 .key = "dalvik.vm.heapgrowthlimit", 810 .value = "128m", 811 }, 812 { 813 .key = "dalvik.vm.heapmaxfree", 814 .value = "8m", 815 }, 816 { 817 .key = "dalvik.vm.heapminfree", 818 .value = "2m", 819 }, 820 { 821 .key = "dalvik.vm.heapsize", 822 .value = "512m", 823 }, 824 { 825 .key = "dalvik.vm.heapstartsize", 826 .value = "8m", 827 }, 828 { 829 .key = "dalvik.vm.heaptargetutilization", 830 .value = "0.75", 831 }, 832 { 833 .key = "dalvik.vm.stack-trace-file", 834 .value = "/data/anr/traces.txt", 835 }, 836 { 837 .key = "debug.composition.type", 838 .value = "c2d", 839 }, 840 { 841 .key = "debug.egl.hw", 842 .value = "1", 843 }, 844 { 845 .key = "debug.enable.wl_log", 846 .value = "1", 847 }, 848 { 849 .key = "debug.mdpcomp.logs", 850 .value = "0", 851 }, 852 { 853 .key = "debug.sf.hw", 854 .value = "1", 855 }, 856 { 857 .key = "debug.sf.layerdump", 858 .value = "0", 859 }, 860 { 861 .key = "dev.kies.sommode", 862 .value = "TRUE", 863 }, 864 { 865 .key = "dev.kiessupport", 866 .value = "TRUE", 867 }, 868 { 869 .key = "hw.cabl.version", 870 .value = "1.1.20130401", 871 }, 872 { 873 .key = "hw.cabl.yuv", 874 .value = "0", 875 }, 876 { 877 .key = "init.svc.BCS-daemon", 878 .value = "running", 879 }, 880 { 881 .key = "init.svc.DR-daemon", 882 .value = "running", 883 }, 884 { 885 .key = "init.svc.SIDESYNC_service", 886 .value = "running", 887 }, 888 { 889 .key = "init.svc.TvoutService_C", 890 .value = "running", 891 }, 892 { 893 .key = "init.svc.adbd", 894 .value = "running", 895 }, 896 { 897 .key = "init.svc.at_distributor", 898 .value = "running", 899 }, 900 { 901 .key = "init.svc.atfwd", 902 .value = "running", 903 }, 904 { 905 .key = "init.svc.bootanim", 906 .value = "running", 907 }, 908 { 909 .key = "init.svc.cnd", 910 .value = "running", 911 }, 912 { 913 .key = "init.svc.config_bluetooth", 914 .value = "stopped", 915 }, 916 { 917 .key = "init.svc.container", 918 .value = "stopped", 919 }, 920 { 921 .key = "init.svc.debuggerd", 922 .value = "running", 923 }, 924 { 925 .key = "init.svc.diag_uart_log", 926 .value = "running", 927 }, 928 { 929 .key = "init.svc.drm", 930 .value = "running", 931 }, 932 { 933 .key = "init.svc.drsd", 934 .value = "running", 935 }, 936 { 937 .key = "init.svc.edmaudit", 938 .value = "running", 939 }, 940 { 941 .key = "init.svc.flash_recovery", 942 .value = "stopped", 943 }, 944 { 945 .key = "init.svc.healthd", 946 .value = "running", 947 }, 948 { 949 .key = "init.svc.icd", 950 .value = "stopped", 951 }, 952 { 953 .key = "init.svc.immvibed", 954 .value = "stopped", 955 }, 956 { 957 .key = "init.svc.imsdatadaemon", 958 .value = "restarting", 959 }, 960 { 961 .key = "init.svc.imsqmidaemon", 962 .value = "running", 963 }, 964 { 965 .key = "init.svc.installd", 966 .value = "running", 967 }, 968 { 969 .key = "init.svc.irsc_util", 970 .value = "stopped", 971 }, 972 { 973 .key = "init.svc.keystore", 974 .value = "running", 975 }, 976 { 977 .key = "init.svc.kickstart", 978 .value = "running", 979 }, 980 { 981 .key = "init.svc.macloader", 982 .value = "stopped", 983 }, 984 { 985 .key = "init.svc.media", 986 .value = "running", 987 }, 988 { 989 .key = "init.svc.mobex-daemon", 990 .value = "running", 991 }, 992 { 993 .key = "init.svc.modem-sh", 994 .value = "stopped", 995 }, 996 { 997 .key = "init.svc.netd", 998 .value = "running", 999 }, 1000 { 1001 .key = "init.svc.powersnd", 1002 .value = "running", 1003 }, 1004 { 1005 .key = "init.svc.ppd", 1006 .value = "running", 1007 }, 1008 { 1009 .key = "init.svc.prepare-mobicore", 1010 .value = "stopped", 1011 }, 1012 { 1013 .key = "init.svc.prepare_param", 1014 .value = "stopped", 1015 }, 1016 { 1017 .key = "init.svc.qcamerasvr", 1018 .value = "running", 1019 }, 1020 { 1021 .key = "init.svc.qcom-c_core-sh", 1022 .value = "stopped", 1023 }, 1024 { 1025 .key = "init.svc.qcom-sh", 1026 .value = "stopped", 1027 }, 1028 { 1029 .key = "init.svc.qcom-usb-sh", 1030 .value = "stopped", 1031 }, 1032 { 1033 .key = "init.svc.qmuxd", 1034 .value = "running", 1035 }, 1036 { 1037 .key = "init.svc.qrngd", 1038 .value = "running", 1039 }, 1040 { 1041 .key = "init.svc.qseecomd", 1042 .value = "running", 1043 }, 1044 { 1045 .key = "init.svc.ril-daemon", 1046 .value = "running", 1047 }, 1048 { 1049 .key = "init.svc.rmt_storage", 1050 .value = "stopped", 1051 }, 1052 { 1053 .key = "init.svc.rtccd", 1054 .value = "stopped", 1055 }, 1056 { 1057 .key = "init.svc.run-mobicore", 1058 .value = "running", 1059 }, 1060 { 1061 .key = "init.svc.scranton_RD", 1062 .value = "stopped", 1063 }, 1064 { 1065 .key = "init.svc.sdcard", 1066 .value = "stopped", 1067 }, 1068 { 1069 .key = "init.svc.secure_storage", 1070 .value = "running", 1071 }, 1072 { 1073 .key = "init.svc.sensorhubservice", 1074 .value = "running", 1075 }, 1076 { 1077 .key = "init.svc.servicemanager", 1078 .value = "running", 1079 }, 1080 { 1081 .key = "init.svc.ssr_diag", 1082 .value = "restarting", 1083 }, 1084 { 1085 .key = "init.svc.surfaceflinger", 1086 .value = "running", 1087 }, 1088 { 1089 .key = "init.svc.time_daemon", 1090 .value = "running", 1091 }, 1092 { 1093 .key = "init.svc.ueventd", 1094 .value = "running", 1095 }, 1096 { 1097 .key = "init.svc.vold", 1098 .value = "running", 1099 }, 1100 { 1101 .key = "init.svc.wcnss-service", 1102 .value = "stopped", 1103 }, 1104 { 1105 .key = "init.svc.zygote", 1106 .value = "running", 1107 }, 1108 { 1109 .key = "installd.sdcard_manipulate_done", 1110 .value = "1", 1111 }, 1112 { 1113 .key = "keyguard.no_require_sim", 1114 .value = "true", 1115 }, 1116 { 1117 .key = "lpa.decode", 1118 .value = "false", 1119 }, 1120 { 1121 .key = "lpa.use-stagefright", 1122 .value = "true", 1123 }, 1124 { 1125 .key = "media.aac_51_output_enabled", 1126 .value = "true", 1127 }, 1128 { 1129 .key = "media.enable-commonsource", 1130 .value = "true", 1131 }, 1132 { 1133 .key = "media.stagefright.enable-aac", 1134 .value = "true", 1135 }, 1136 { 1137 .key = "media.stagefright.enable-fma2dp", 1138 .value = "true", 1139 }, 1140 { 1141 .key = "media.stagefright.enable-http", 1142 .value = "true", 1143 }, 1144 { 1145 .key = "media.stagefright.enable-player", 1146 .value = "true", 1147 }, 1148 { 1149 .key = "media.stagefright.enable-qcp", 1150 .value = "true", 1151 }, 1152 { 1153 .key = "media.stagefright.enable-scan", 1154 .value = "true", 1155 }, 1156 { 1157 .key = "mm.enable.qcom_parser", 1158 .value = "33395", 1159 }, 1160 { 1161 .key = "mmp.enable.3g2", 1162 .value = "true", 1163 }, 1164 { 1165 .key = "mpq.audio.decode", 1166 .value = "true", 1167 }, 1168 { 1169 .key = "net.bt.name", 1170 .value = "Android", 1171 }, 1172 { 1173 .key = "net.change", 1174 .value = "net.tcp.buffersize.evdo", 1175 }, 1176 { 1177 .key = "net.tcp.buffersize.default", 1178 .value = "4096,87380,110208,4096,16384,110208", 1179 }, 1180 { 1181 .key = "net.tcp.buffersize.edge", 1182 .value = "4093,26280,35040,4096,16384,35040", 1183 }, 1184 { 1185 .key = "net.tcp.buffersize.evdo", 1186 .value = "4094,87380,262144,4096,16384,262144", 1187 }, 1188 { 1189 .key = "net.tcp.buffersize.gprs", 1190 .value = "4092,8760,11680,4096,8760,11680", 1191 }, 1192 { 1193 .key = "net.tcp.buffersize.hsdpa", 1194 .value = "4092,87380,704512,4096,16384,110208", 1195 }, 1196 { 1197 .key = "net.tcp.buffersize.hspa", 1198 .value = "4092,87380,704512,4096,16384,262144", 1199 }, 1200 { 1201 .key = "net.tcp.buffersize.hspap", 1202 .value = "4092,87380,704512,4096,16384,262144", 1203 }, 1204 { 1205 .key = "net.tcp.buffersize.hsupa", 1206 .value = "4092,87380,704512,4096,16384,262144", 1207 }, 1208 { 1209 .key = "net.tcp.buffersize.lte", 1210 .value = "524288,1048576,2560000,262144,524288,1220608", 1211 }, 1212 { 1213 .key = "net.tcp.buffersize.umts", 1214 .value = "4094,87380,704512,4096,16384,110208", 1215 }, 1216 { 1217 .key = "net.tcp.buffersize.wifi", 1218 .value = "524288,1048576,2097152,262144,524288,1048576", 1219 }, 1220 { 1221 .key = "persist.audio.allsoundmute", 1222 .value = "0", 1223 }, 1224 { 1225 .key = "persist.audio.fluence.mode", 1226 .value = "endfire", 1227 }, 1228 { 1229 .key = "persist.audio.handset.mic", 1230 .value = "digital", 1231 }, 1232 { 1233 .key = "persist.audio.headsetsysvolume", 1234 .value = "4", 1235 }, 1236 { 1237 .key = "persist.audio.hphonesysvolume", 1238 .value = "4", 1239 }, 1240 { 1241 .key = "persist.audio.lowlatency.rec", 1242 .value = "false", 1243 }, 1244 { 1245 .key = "persist.audio.ringermode", 1246 .value = "0", 1247 }, 1248 { 1249 .key = "persist.audio.sysvolume", 1250 .value = "4", 1251 }, 1252 { 1253 .key = "persist.audio.vr.enable", 1254 .value = "false", 1255 }, 1256 { 1257 .key = "persist.cne.feature", 1258 .value = "0", 1259 }, 1260 { 1261 .key = "persist.data.netmgrd.qos.enable", 1262 .value = "false", 1263 }, 1264 { 1265 .key = "persist.debug.wfd.enable", 1266 .value = "1", 1267 }, 1268 { 1269 .key = "persist.fuse_sdcard", 1270 .value = "true", 1271 }, 1272 { 1273 .key = "persist.gps.qc_nlp_in_use", 1274 .value = "0", 1275 }, 1276 { 1277 .key = "persist.gps.qmienabled", 1278 .value = "true", 1279 }, 1280 { 1281 .key = "persist.hwc.mdpcomp.enable", 1282 .value = "true", 1283 }, 1284 { 1285 .key = "persist.radio.add_power_save", 1286 .value = "1", 1287 }, 1288 { 1289 .key = "persist.radio.apm_sim_not_pwdn", 1290 .value = "1", 1291 }, 1292 { 1293 .key = "persist.radio.fill_eons", 1294 .value = "1", 1295 }, 1296 { 1297 .key = "persist.radio.initphone-type", 1298 .value = "1", 1299 }, 1300 { 1301 .key = "persist.radio.prefer_spn", 1302 .value = "0", 1303 }, 1304 { 1305 .key = "persist.radio.use_se_table_only", 1306 .value = "1", 1307 }, 1308 { 1309 .key = "persist.rild.nitz_long_ons_0", 1310 .value = "", 1311 }, 1312 { 1313 .key = "persist.rild.nitz_long_ons_1", 1314 .value = "", 1315 }, 1316 { 1317 .key = "persist.rild.nitz_long_ons_2", 1318 .value = "", 1319 }, 1320 { 1321 .key = "persist.rild.nitz_long_ons_3", 1322 .value = "", 1323 }, 1324 { 1325 .key = "persist.rild.nitz_plmn", 1326 .value = "", 1327 }, 1328 { 1329 .key = "persist.rild.nitz_short_ons_0", 1330 .value = "", 1331 }, 1332 { 1333 .key = "persist.rild.nitz_short_ons_1", 1334 .value = "", 1335 }, 1336 { 1337 .key = "persist.rild.nitz_short_ons_2", 1338 .value = "", 1339 }, 1340 { 1341 .key = "persist.rild.nitz_short_ons_3", 1342 .value = "", 1343 }, 1344 { 1345 .key = "persist.rmnet.mux", 1346 .value = "disabled", 1347 }, 1348 { 1349 .key = "persist.sys.camera.connect", 1350 .value = "0", 1351 }, 1352 { 1353 .key = "persist.sys.camera.transform", 1354 .value = "0", 1355 }, 1356 { 1357 .key = "persist.sys.clssprld1", 1358 .value = "594", 1359 }, 1360 { 1361 .key = "persist.sys.clssprld2", 1362 .value = "702", 1363 }, 1364 { 1365 .key = "persist.sys.country", 1366 .value = "", 1367 }, 1368 { 1369 .key = "persist.sys.dalvik.vm.lib", 1370 .value = "libdvm.so", 1371 }, 1372 { 1373 .key = "persist.sys.drs.date", 1374 .value = "Tue Mar 25 13:32:47 KST 2014", 1375 }, 1376 { 1377 .key = "persist.sys.flipfontpath", 1378 .value = "default", 1379 }, 1380 { 1381 .key = "persist.sys.language", 1382 .value = "", 1383 }, 1384 { 1385 .key = "persist.sys.localevar", 1386 .value = "", 1387 }, 1388 { 1389 .key = "persist.sys.profiler_ms", 1390 .value = "0", 1391 }, 1392 { 1393 .key = "persist.sys.setupwizard", 1394 .value = "FINISH", 1395 }, 1396 { 1397 .key = "persist.sys.storage_preload", 1398 .value = "2", 1399 }, 1400 { 1401 .key = "persist.sys.usb.config", 1402 .value = "mtp,adb", 1403 }, 1404 { 1405 .key = "persist.sys.videomode", 1406 .value = "0", 1407 }, 1408 { 1409 .key = "persist.sys.wfd.virtual", 1410 .value = "0", 1411 }, 1412 { 1413 .key = "persist.timed.enable", 1414 .value = "true", 1415 }, 1416 { 1417 .key = "qcom.audio.init", 1418 .value = "complete", 1419 }, 1420 { 1421 .key = "qcom.hw.aac.encoder", 1422 .value = "true", 1423 }, 1424 { 1425 .key = "ril.subscription.types", 1426 .value = "NV,RUIM", 1427 }, 1428 { 1429 .key = "rild.libargs", 1430 .value = "-d /dev/smd0", 1431 }, 1432 { 1433 .key = "rild.libpath", 1434 .value = "/system/lib/libsec-ril.so", 1435 }, 1436 { 1437 .key = "ro.adb.secure", 1438 .value = "1", 1439 }, 1440 { 1441 .key = "ro.allow.mock.location", 1442 .value = "0", 1443 }, 1444 { 1445 .key = "ro.baseband", 1446 .value = "mdm", 1447 }, 1448 { 1449 .key = "ro.bluetooth.hfp.ver", 1450 .value = "1.6", 1451 }, 1452 { 1453 .key = "ro.bluetooth.remote.autoconnect", 1454 .value = "true", 1455 }, 1456 { 1457 .key = "ro.bluetooth.request.master", 1458 .value = "true", 1459 }, 1460 { 1461 .key = "ro.bluetooth.sap", 1462 .value = "true", 1463 }, 1464 { 1465 .key = "ro.board.platform", 1466 .value = "msm8960", 1467 }, 1468 { 1469 .key = "ro.boot.baseband", 1470 .value = "mdm", 1471 }, 1472 { 1473 .key = "ro.boot.boot_recovery", 1474 .value = "0", 1475 }, 1476 { 1477 .key = "ro.boot.bootloader", 1478 .value = "I337UCUFNC1", 1479 }, 1480 { 1481 .key = "ro.boot.cp_debug_level", 1482 .value = "0x55FF", 1483 }, 1484 { 1485 .key = "ro.boot.csb_val", 1486 .value = "1", 1487 }, 1488 { 1489 .key = "ro.boot.debug_level", 1490 .value = "0x4f4c", 1491 }, 1492 { 1493 .key = "ro.boot.emmc", 1494 .value = "true", 1495 }, 1496 { 1497 .key = "ro.boot.emmc_checksum", 1498 .value = "3", 1499 }, 1500 { 1501 .key = "ro.boot.hardware", 1502 .value = "qcom", 1503 }, 1504 { 1505 .key = "ro.boot.nvdata_backup", 1506 .value = "0", 1507 }, 1508 { 1509 .key = "ro.boot.serialno", 1510 .value = "12a7ac49", 1511 }, 1512 { 1513 .key = "ro.boot.warranty_bit", 1514 .value = "0", 1515 }, 1516 { 1517 .key = "ro.boot_recovery", 1518 .value = "0", 1519 }, 1520 { 1521 .key = "ro.bootloader", 1522 .value = "I337UCUFNC1", 1523 }, 1524 { 1525 .key = "ro.bootmode", 1526 .value = "unknown", 1527 }, 1528 { 1529 .key = "ro.bt.bdaddr_path", 1530 .value = "/efs/bluetooth/bt_addr", 1531 }, 1532 { 1533 .key = "ro.build.PDA", 1534 .value = "I337UCUFNC1", 1535 }, 1536 { 1537 .key = "ro.build.changelist", 1538 .value = "1125940", 1539 }, 1540 { 1541 .key = "ro.build.characteristics", 1542 .value = "att", 1543 }, 1544 { 1545 .key = "ro.build.date.utc", 1546 .value = "1395721967", 1547 }, 1548 { 1549 .key = "ro.build.date", 1550 .value = "Tue Mar 25 13:32:47 KST 2014", 1551 }, 1552 { 1553 .key = "ro.build.description", 1554 .value = "jflteuc-user 4.4.2 KOT49H I337UCUFNC1 release-keys", 1555 }, 1556 { 1557 .key = "ro.build.display.id", 1558 .value = "KOT49H.I337UCUFNC1", 1559 }, 1560 { 1561 .key = "ro.build.fingerprint", 1562 .value = "samsung/jflteuc/jflteatt:4.4.2/KOT49H/I337UCUFNC1:user/release-keys", 1563 }, 1564 { 1565 .key = "ro.build.hidden_ver", 1566 .value = "I337UCUFNC1", 1567 }, 1568 { 1569 .key = "ro.build.host", 1570 .value = "SWDD5916", 1571 }, 1572 { 1573 .key = "ro.build.id", 1574 .value = "KOT49H", 1575 }, 1576 { 1577 .key = "ro.build.product", 1578 .value = "jflteatt", 1579 }, 1580 { 1581 .key = "ro.build.scafe.shot", 1582 .value = "single", 1583 }, 1584 { 1585 .key = "ro.build.scafe.size", 1586 .value = "short", 1587 }, 1588 { 1589 .key = "ro.build.scafe", 1590 .value = "americano", 1591 }, 1592 { 1593 .key = "ro.build.selinux.enforce", 1594 .value = "1", 1595 }, 1596 { 1597 .key = "ro.build.selinux", 1598 .value = "1", 1599 }, 1600 { 1601 .key = "ro.build.tags", 1602 .value = "release-keys", 1603 }, 1604 { 1605 .key = "ro.build.type", 1606 .value = "user", 1607 }, 1608 { 1609 .key = "ro.build.user", 1610 .value = "dpi", 1611 }, 1612 { 1613 .key = "ro.build.version.codename", 1614 .value = "REL", 1615 }, 1616 { 1617 .key = "ro.build.version.incremental", 1618 .value = "I337UCUFNC1", 1619 }, 1620 { 1621 .key = "ro.build.version.release", 1622 .value = "4.4.2", 1623 }, 1624 { 1625 .key = "ro.build.version.sdk", 1626 .value = "19", 1627 }, 1628 { 1629 .key = "ro.carrier", 1630 .value = "unknown", 1631 }, 1632 { 1633 .key = "ro.chipname", 1634 .value = "apq8064", 1635 }, 1636 { 1637 .key = "ro.com.android.dateformat", 1638 .value = "MM-dd-yyyy", 1639 }, 1640 { 1641 .key = "ro.com.google.clientidbase.am", 1642 .value = "android-att-us", 1643 }, 1644 { 1645 .key = "ro.com.google.clientidbase.gmm", 1646 .value = "android-samsung", 1647 }, 1648 { 1649 .key = "ro.com.google.clientidbase.ms", 1650 .value = "android-att-us", 1651 }, 1652 { 1653 .key = "ro.com.google.clientidbase.yt", 1654 .value = "android-samsung", 1655 }, 1656 { 1657 .key = "ro.com.google.clientidbase", 1658 .value = "android-samsung", 1659 }, 1660 { 1661 .key = "ro.com.google.gmsversion", 1662 .value = "4.4.2_r1", 1663 }, 1664 { 1665 .key = "ro.config.alarm_alert", 1666 .value = "Alarm_Morning_flower.ogg", 1667 }, 1668 { 1669 .key = "ro.config.ehrpd", 1670 .value = "true", 1671 }, 1672 { 1673 .key = "ro.config.knox", 1674 .value = "1", 1675 }, 1676 { 1677 .key = "ro.config.media_sound", 1678 .value = "Media_preview_Touch_the_light.ogg", 1679 }, 1680 { 1681 .key = "ro.config.notification_sound", 1682 .value = "Whisper.ogg", 1683 }, 1684 { 1685 .key = "ro.config.ringtone", 1686 .value = "ATT_Firefly_Default.ogg", 1687 }, 1688 { 1689 .key = "ro.config.tima", 1690 .value = "1", 1691 }, 1692 { 1693 .key = "ro.config.timaversion", 1694 .value = "2.0", 1695 }, 1696 { 1697 .key = "ro.cp_debug_level", 1698 .value = "0x55FF", 1699 }, 1700 { 1701 .key = "ro.crypto.fuse_sdcard", 1702 .value = "true", 1703 }, 1704 { 1705 .key = "ro.crypto.state", 1706 .value = "unencrypted", 1707 }, 1708 { 1709 .key = "ro.csb_val", 1710 .value = "1", 1711 }, 1712 { 1713 .key = "ro.csc.country_code", 1714 .value = "USA", 1715 }, 1716 { 1717 .key = "ro.csc.countryiso_code", 1718 .value = "US", 1719 }, 1720 { 1721 .key = "ro.csc.sales_code", 1722 .value = "ATT", 1723 }, 1724 { 1725 .key = "ro.debug_level", 1726 .value = "0x4f4c", 1727 }, 1728 { 1729 .key = "ro.debuggable", 1730 .value = "0", 1731 }, 1732 { 1733 .key = "ro.emmc", 1734 .value = "true", 1735 }, 1736 { 1737 .key = "ro.emmc_checksum", 1738 .value = "3", 1739 }, 1740 { 1741 .key = "ro.error.receiver.default", 1742 .value = "com.samsung.receiver.error", 1743 }, 1744 { 1745 .key = "ro.factorytest", 1746 .value = "0", 1747 }, 1748 { 1749 .key = "ro.fuse_sdcard", 1750 .value = "true", 1751 }, 1752 { 1753 .key = "ro.gps.agps_provider", 1754 .value = "1", 1755 }, 1756 { 1757 .key = "ro.hardware", 1758 .value = "qcom", 1759 }, 1760 { 1761 .key = "ro.hdcp2.rx", 1762 .value = "tz", 1763 }, 1764 { 1765 .key = "ro.hdmi.enable", 1766 .value = "true", 1767 }, 1768 { 1769 .key = "ro.hwui.drop_shadow_cache_size", 1770 .value = "4", 1771 }, 1772 { 1773 .key = "ro.hwui.gradient_cache_size", 1774 .value = "1", 1775 }, 1776 { 1777 .key = "ro.hwui.layer_cache_size", 1778 .value = "32", 1779 }, 1780 { 1781 .key = "ro.hwui.path_cache_size", 1782 .value = "8", 1783 }, 1784 { 1785 .key = "ro.hwui.shape_cache_size", 1786 .value = "2", 1787 }, 1788 { 1789 .key = "ro.hwui.text_cache_width", 1790 .value = "2048", 1791 }, 1792 { 1793 .key = "ro.hwui.text_large_cache_height", 1794 .value = "1024", 1795 }, 1796 { 1797 .key = "ro.hwui.text_large_cache_width", 1798 .value = "2048", 1799 }, 1800 { 1801 .key = "ro.hwui.text_small_cache_height", 1802 .value = "512", 1803 }, 1804 { 1805 .key = "ro.hwui.text_small_cache_width", 1806 .value = "1024", 1807 }, 1808 { 1809 .key = "ro.hwui.texture_cache_size", 1810 .value = "48", 1811 }, 1812 { 1813 .key = "ro.kernel.qemu", 1814 .value = "0", 1815 }, 1816 { 1817 .key = "ro.lcd_brightness", 1818 .value = "143", 1819 }, 1820 { 1821 .key = "ro.lcd_min_brightness", 1822 .value = "10", 1823 }, 1824 { 1825 .key = "ro.nfc.port", 1826 .value = "I2C", 1827 }, 1828 { 1829 .key = "ro.nvdata_backup", 1830 .value = "0", 1831 }, 1832 { 1833 .key = "ro.opengles.version", 1834 .value = "196608", 1835 }, 1836 { 1837 .key = "ro.product.board", 1838 .value = "MSM8960", 1839 }, 1840 { 1841 .key = "ro.product.brand", 1842 .value = "samsung", 1843 }, 1844 { 1845 .key = "ro.product.cpu.abi2", 1846 .value = "armeabi", 1847 }, 1848 { 1849 .key = "ro.product.cpu.abi", 1850 .value = "armeabi-v7a", 1851 }, 1852 { 1853 .key = "ro.product.device", 1854 .value = "jflteatt", 1855 }, 1856 { 1857 .key = "ro.product.locale.language", 1858 .value = "en", 1859 }, 1860 { 1861 .key = "ro.product.locale.region", 1862 .value = "US", 1863 }, 1864 { 1865 .key = "ro.product.manufacturer", 1866 .value = "samsung", 1867 }, 1868 { 1869 .key = "ro.product.model", 1870 .value = "SAMSUNG-SGH-I337", 1871 }, 1872 { 1873 .key = "ro.product.name", 1874 .value = "jflteuc", 1875 }, 1876 { 1877 .key = "ro.product_ship", 1878 .value = "true", 1879 }, 1880 { 1881 .key = "ro.qc.sdk.audio.fluencetype", 1882 .value = "none", 1883 }, 1884 { 1885 .key = "ro.qc.sdk.audio.ssr", 1886 .value = "false", 1887 }, 1888 { 1889 .key = "ro.qc.sdk.camera.facialproc", 1890 .value = "true", 1891 }, 1892 { 1893 .key = "ro.qc.sdk.gestures.camera", 1894 .value = "false", 1895 }, 1896 { 1897 .key = "ro.qc.sdk.izat.premium_enabled", 1898 .value = "1", 1899 }, 1900 { 1901 .key = "ro.qc.sdk.izat.service_mask", 1902 .value = "0x5", 1903 }, 1904 { 1905 .key = "ro.qc.sdk.sensors.gestures", 1906 .value = "false", 1907 }, 1908 { 1909 .key = "ro.qualcomm.bluetooth.ftp", 1910 .value = "true", 1911 }, 1912 { 1913 .key = "ro.qualcomm.bluetooth.hfp", 1914 .value = "true", 1915 }, 1916 { 1917 .key = "ro.qualcomm.bluetooth.hsp", 1918 .value = "true", 1919 }, 1920 { 1921 .key = "ro.qualcomm.bluetooth.map", 1922 .value = "true", 1923 }, 1924 { 1925 .key = "ro.qualcomm.bluetooth.nap", 1926 .value = "true", 1927 }, 1928 { 1929 .key = "ro.qualcomm.bluetooth.opp", 1930 .value = "true", 1931 }, 1932 { 1933 .key = "ro.qualcomm.bluetooth.pbap", 1934 .value = "true", 1935 }, 1936 { 1937 .key = "ro.qualcomm.bt.hci_transport", 1938 .value = "smd", 1939 }, 1940 { 1941 .key = "ro.qualcomm.cabl", 1942 .value = "0", 1943 }, 1944 { 1945 .key = "ro.revision", 1946 .value = "10", 1947 }, 1948 { 1949 .key = "ro.ril.transmitpower", 1950 .value = "true", 1951 }, 1952 { 1953 .key = "ro.sec.fle.encryption", 1954 .value = "true", 1955 }, 1956 { 1957 .key = "ro.secure", 1958 .value = "1", 1959 }, 1960 { 1961 .key = "ro.securestorage.support", 1962 .value = "true", 1963 }, 1964 { 1965 .key = "ro.security.mdpp.release", 1966 .value = "2", 1967 }, 1968 { 1969 .key = "ro.security.mdpp.ux", 1970 .value = "Enabled", 1971 }, 1972 { 1973 .key = "ro.security.mdpp.ver", 1974 .value = "1.0", 1975 }, 1976 { 1977 .key = "ro.secwvk", 1978 .value = "144", 1979 }, 1980 { 1981 .key = "ro.serialno", 1982 .value = "12a7ac49", 1983 }, 1984 { 1985 .key = "ro.setupwizard.mode", 1986 .value = "OPTIONAL", 1987 }, 1988 { 1989 .key = "ro.sf.lcd_density", 1990 .value = "480", 1991 }, 1992 { 1993 .key = "ro.streaming.video.drs", 1994 .value = "true", 1995 }, 1996 { 1997 .key = "ro.telephony.call_ring.multiple", 1998 .value = "false", 1999 }, 2000 { 2001 .key = "ro.use_data_netmgrd", 2002 .value = "true", 2003 }, 2004 { 2005 .key = "ro.vendor.extension_library", 2006 .value = "/vendor/lib/libqc-opt.so", 2007 }, 2008 { 2009 .key = "ro.warmboot.capability", 2010 .value = "1", 2011 }, 2012 { 2013 .key = "ro.warranty_bit", 2014 .value = "0", 2015 }, 2016 { 2017 .key = "ro.wifi.channels", 2018 .value = "", 2019 }, 2020 { 2021 .key = "secmm.player.disabledivx", 2022 .value = "False", 2023 }, 2024 { 2025 .key = "security.mdpp.result", 2026 .value = "None", 2027 }, 2028 { 2029 .key = "security.mdpp", 2030 .value = "Ready", 2031 }, 2032 { 2033 .key = "selinux.reload_policy", 2034 .value = "1", 2035 }, 2036 { 2037 .key = "service.bootanim.exit", 2038 .value = "0", 2039 }, 2040 { 2041 .key = "service.media.powersnd", 2042 .value = "1", 2043 }, 2044 { 2045 .key = "storage.mmc.size", 2046 .value = "15758000128", 2047 }, 2048 { 2049 .key = "sys.ims.QMI_DAEMON_STATUS", 2050 .value = "1", 2051 }, 2052 { 2053 .key = "sys.mobicoredaemon.enable", 2054 .value = "true", 2055 }, 2056 { 2057 .key = "sys.qseecomd.enable", 2058 .value = "true", 2059 }, 2060 { 2061 .key = "sys.usb.config", 2062 .value = "mtp,adb", 2063 }, 2064 { 2065 .key = "sys.usb.state", 2066 .value = "mtp,adb", 2067 }, 2068 { 2069 .key = "tunnel.audiovideo.decode", 2070 .value = "false", 2071 }, 2072 { 2073 .key = "tunnel.decode", 2074 .value = "true", 2075 }, 2076 { 2077 .key = "vold.post_fs_data_done", 2078 .value = "1", 2079 }, 2080 { 2081 .key = "wifi.interface", 2082 .value = "wlan0", 2083 }, 2084 { NULL }, 2085 }; 2086 #endif /* __ANDROID__ */ 2087