1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 1121, 5 .content = 6 "Processor\t: ARMv7 Processor rev 5 (v7l)\n" 7 "processor\t: 0\n" 8 "model name\t: ARMv7 Processor rev 5 (v7l)\n" 9 "BogoMIPS\t: 2603.41\n" 10 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 11 "CPU implementer\t: 0x41\n" 12 "CPU architecture: 7\n" 13 "CPU variant\t: 0x0\n" 14 "CPU part\t: 0xc07\n" 15 "CPU revision\t: 5\n" 16 "\n" 17 "processor\t: 1\n" 18 "model name\t: ARMv7 Processor rev 5 (v7l)\n" 19 "BogoMIPS\t: 2609.97\n" 20 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 21 "CPU implementer\t: 0x41\n" 22 "CPU architecture: 7\n" 23 "CPU variant\t: 0x0\n" 24 "CPU part\t: 0xc07\n" 25 "CPU revision\t: 5\n" 26 "\n" 27 "processor\t: 2\n" 28 "model name\t: ARMv7 Processor rev 5 (v7l)\n" 29 "BogoMIPS\t: 2609.97\n" 30 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 31 "CPU implementer\t: 0x41\n" 32 "CPU architecture: 7\n" 33 "CPU variant\t: 0x0\n" 34 "CPU part\t: 0xc07\n" 35 "CPU revision\t: 5\n" 36 "\n" 37 "processor\t: 3\n" 38 "model name\t: ARMv7 Processor rev 5 (v7l)\n" 39 "BogoMIPS\t: 2609.97\n" 40 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 41 "CPU implementer\t: 0x41\n" 42 "CPU architecture: 7\n" 43 "CPU variant\t: 0x0\n" 44 "CPU part\t: 0xc07\n" 45 "CPU revision\t: 5\n" 46 "\n" 47 "Hardware\t: sc8830\n" 48 "Revision\t: 0004\n" 49 "Serial\t\t: 4200ddccd2da6300\n", 50 }, 51 { 52 .path = "/system/build.prop", 53 .size = 5350, 54 .content = 55 "\n" 56 "# begin build properties\n" 57 "# autogenerated by buildinfo.sh\n" 58 "ro.build.id=LMY48B\n" 59 "ro.build.display.id=LMY48B.G531HUBU0APE2\n" 60 "ro.build.version.incremental=G531HUBU0APE2\n" 61 "ro.build.version.sdk=22\n" 62 "ro.build.version.codename=REL\n" 63 "ro.build.version.all_codenames=REL\n" 64 "ro.build.version.release=5.1.1\n" 65 "ro.build.version.security_patch=2016-06-01\n" 66 "ro.build.version.base_os=\n" 67 "ro.build.date=Tue May 31 14:49:04 KST 2016\n" 68 "ro.build.date.utc=1464673744\n" 69 "ro.build.type=user\n" 70 "ro.build.user=dpi\n" 71 "ro.build.host=SWHC3703\n" 72 "ro.build.tags=release-keys\n" 73 "ro.build.flavor=grandprimeve3gub-user\n" 74 "ro.product.model=SM-G531H\n" 75 "ro.product.brand=samsung\n" 76 "ro.product.name=grandprimeve3gub\n" 77 "ro.product.device=grandprimeve3g\n" 78 "ro.product.board=SC7730SE\n" 79 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 80 "# use ro.product.cpu.abilist instead.\n" 81 "ro.product.cpu.abi=armeabi-v7a\n" 82 "ro.product.cpu.abi2=armeabi\n" 83 "ro.product.cpu.abilist=armeabi-v7a,armeabi\n" 84 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 85 "ro.product.cpu.abilist64=\n" 86 "ro.product.manufacturer=samsung\n" 87 "ro.product.locale.language=en\n" 88 "ro.product.locale.region=US\n" 89 "ro.wifi.channels=\n" 90 "ro.board.platform=sc8830\n" 91 "# ro.build.product is obsolete; use ro.product.device\n" 92 "ro.build.product=grandprimeve3g\n" 93 "# Do not try to parse description, fingerprint, or thumbprint\n" 94 "ro.build.description=grandprimeve3gub-user 5.1.1 LMY48B G531HUBU0APE2 release-keys\n" 95 "ro.build.fingerprint=samsung/grandprimeve3gub/grandprimeve3g:5.1.1/LMY48B/G531HUBU0APE2:user/release-keys\n" 96 "ro.build.characteristics=default\n" 97 "# Samsung Specific Properties\n" 98 "ro.build.PDA=G531HUBU0APE2\n" 99 "ro.build.hidden_ver=G531HUBU0APE2\n" 100 "ro.config.rm_preload_enabled=0\n" 101 "ro.build.changelist=1045439\n" 102 "ro.product_ship=true\n" 103 "ro.chipname=SC7730SE\n" 104 "# end build properties\n" 105 "#\n" 106 "# from device/samsung/grandprimeve3g/system.prop\n" 107 "#\n" 108 "\n" 109 "ro.sf.lcd_density=240\n" 110 "ro.sf.lcd_width=154\n" 111 "ro.sf.lcd_height=90\n" 112 "ro.opengles.version=131072\n" 113 "ro.product.hardware=TSHARK2TABE_V1.0.0\n" 114 "\n" 115 "debug.hwui.render_dirty_regions=false\n" 116 "\n" 117 "# Bluetooth OPP low speed for save power\n" 118 "debug.bt.lowspeed=true\n" 119 "\n" 120 "persist.ttydev=ttyVUART0\n" 121 "\n" 122 "# delay for ConnectivityChange broadcast (ms)\n" 123 "conn.connectivity_change_delay = 0\n" 124 "\n" 125 "ro.product.partitionpath=/dev/block/platform/sdio_emmc/by-name/\n" 126 "\n" 127 "# Default ecclist\n" 128 "ro.ril.ecclist=112,911,#911,*911\n" 129 "\n" 130 "persist.modem.w.enable=1\n" 131 "persist.modem.w.nvp=w\n" 132 "ro.modem.w.dev=/proc/cpw/\n" 133 "ro.modem.w.tty=/dev/stty_w\n" 134 "ro.modem.w.eth=rmnet\n" 135 "ro.modem.w.snd=1\n" 136 "ro.modem.w.diag=/dev/slog_w\n" 137 "ro.modem.w.loop=/dev/spipe_w0\n" 138 "ro.modem.w.nv=/dev/spipe_w1\n" 139 "ro.modem.w.assert=/dev/spipe_w2\n" 140 "ro.modem.w.vbc=/dev/spipe_w6\n" 141 "ro.modem.w.id=0\n" 142 "ro.modem.w.fixnv_size=0x40000\n" 143 "ro.modem.w.runnv_size=0x60000\n" 144 "\n" 145 "ro.modem.wcn.enable=1\n" 146 "ro.modem.wcn.dev=/dev/cpwcn\n" 147 "ro.modem.wcn.tty=/deiv/stty_wcn\n" 148 "ro.modem.wcn.diag=/dev/slog_wcn\n" 149 "ro.modem.wcn.assert=/dev/spipe_wcn2\n" 150 "ro.modem.wcn.id=1\n" 151 "ro.modem.wcn.count=1\n" 152 "ro.digital.fm.support=1\n" 153 "\n" 154 "persist.sys.engpc.disable=0\n" 155 "\n" 156 "ro.config.ksm.support=true\n" 157 "\n" 158 "#zram config\n" 159 "#ro.config.zram.support=true\n" 160 "#ro.board_ram_size=mid\n" 161 "\n" 162 "# SPRD: add low cost low memory\n" 163 "ro.config.low_ram=true\n" 164 "\n" 165 "#if our product not support drm,set as false\n" 166 "drm.service.enabled=true\n" 167 "\n" 168 "# hotspot development\n" 169 "ro.hotspot.enabled=1\n" 170 "\n" 171 "# this product does not support bt and softap coexist\n" 172 "ro.btwifisoftap.coexist=false\n" 173 "# SPRD: add support hwrotation\n" 174 "ro.sf.hwrotation=0\n" 175 "\n" 176 "# System property for storage_preload\n" 177 "persist.sys.storage_preload=1\n" 178 "\n" 179 "# SAMP_SPCM\n" 180 "sys.config.samp_spcm_enable=true\n" 181 "sys.config.spcm_db_enable=true\n" 182 "sys.config.spcm_db_launcher=true\n" 183 "sys.config.spcm_preload_enable=true\n" 184 "\n" 185 "#\n" 186 "# ADDITIONAL_BUILD_PROPERTIES\n" 187 "#\n" 188 "ro.com.android.dateformat=MM-dd-yyyy\n" 189 "ro.carrier=unknown\n" 190 "ro.com.google.clientidbase=android-samsung\n" 191 "ro.security.icd.flagmode=single\n" 192 "drm.service.enabled=true\n" 193 "ro.modem.wcn.enable=1\n" 194 "ro.modem.wcn.dev=/dev/cpwcn\n" 195 "ro.modem.wcn.tty=/deiv/stty_wcn\n" 196 "ro.modem.wcn.diag=/dev/slog_wcn\n" 197 "ro.modem.wcn.assert=/dev/spipe_wcn2\n" 198 "ro.modem.wcn.id=1\n" 199 "ro.modem.wcn.count=1\n" 200 "camera.disable_zsl_mode=1\n" 201 "ro.digital.fm.support=1\n" 202 "persist.sys.sprd.modemreset=1\n" 203 "ro.adb.secure=1\n" 204 "persist.sys.sprd.wcnreset=1\n" 205 "ro.storage.flash_type=2\n" 206 "persist.storage.type=2\n" 207 "sys.tempsd.enable=0\n" 208 "sys.internal.emulated=1\n" 209 "ro.storage.install2internal=0\n" 210 "keyguard.no_require_sim=true\n" 211 "ro.com.android.dataroaming=false\n" 212 "ro.msms.phone_count=2\n" 213 "persist.msms.phone_count=2\n" 214 "persist.msms.phone_default=0\n" 215 "ro.modem.w.count=2\n" 216 "persist.sys.modem.diag=,gser\n" 217 "sys.usb.gser.count=4\n" 218 "lmk.autocalc=false\n" 219 "dalvik.vm.heapstartsize=8m\n" 220 "dalvik.vm.heapgrowthlimit=96m\n" 221 "dalvik.vm.heapsize=256m\n" 222 "dalvik.vm.heaptargetutilization=0.75\n" 223 "dalvik.vm.heapminfree=2m\n" 224 "dalvik.vm.heapmaxfree=8m\n" 225 "ro.build.scafe=americano\n" 226 "ro.build.scafe.size=short\n" 227 "ro.build.scafe.cream=white\n" 228 "ro.build.scafe.shot=single\n" 229 "ro.sec.fle.encryption=true\n" 230 "ro.error.receiver.default=com.samsung.receiver.error\n" 231 "sys.config.samp_ppm_enable=false\n" 232 "ro.config.oomminfree=49152,61440,73728,86016,98304,122880\n" 233 "ro.config.sdha_default_margin=25\n" 234 "ro.config.is_lowend_samp=true\n" 235 "ro.multisim.simslotcount=2\n" 236 "ro.config.ringtone_2=Basic_Bell.ogg\n" 237 "ro.config.notification_sound_2=S_Charming_Bell.ogg\n" 238 "ro.config.ringtone=Over_the_horizon.ogg\n" 239 "ro.config.notification_sound=S_Whistle.ogg\n" 240 "ro.config.alarm_alert=Morning_flower.ogg\n" 241 "ro.config.media_sound=Media_preview_Touch_the_light.ogg\n" 242 "ro.frp.pst=/dev/block/persistent\n" 243 "ro.com.google.gmsversion=5.1_r3\n" 244 "ro.setupwizard.mode=DISABLED\n" 245 "persist.sys.dalvik.vm.lib.2=libart.so\n" 246 "dalvik.vm.isa.arm.features=div\n" 247 "ro.build.selinux=1\n" 248 "ro.config.knox=v00\n" 249 "ro.kernel.qemu=0\n" 250 "net.bt.name=Android\n" 251 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 252 "\n", 253 }, 254 { 255 .path = "/sys/devices/system/cpu/kernel_max", 256 .size = 2, 257 .content = "3\n", 258 }, 259 { 260 .path = "/sys/devices/system/cpu/possible", 261 .size = 4, 262 .content = "0-3\n", 263 }, 264 { 265 .path = "/sys/devices/system/cpu/present", 266 .size = 4, 267 .content = "0-3\n", 268 }, 269 { 270 .path = "/sys/devices/system/cpu/online", 271 .size = 4, 272 .content = "0-3\n", 273 }, 274 { 275 .path = "/sys/devices/system/cpu/offline", 276 .size = 1, 277 .content = "\n", 278 }, 279 { 280 .path = "/sys/devices/system/cpu/cpufreq/all_time_in_state", 281 .size = 130, 282 .content = 283 "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\t\n" 284 "768000\t\t0\t\t0\t\t0\t\t0\t\t\n" 285 "1000000\t\t0\t\t0\t\t0\t\t0\t\t\n" 286 "1200000\t\t0\t\t0\t\t0\t\t0\t\t\n" 287 "1300000\t\t2191\t\t2191\t\t2191\t\t2191\t\t\n", 288 }, 289 { 290 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 291 .size = 11, 292 .content = "sc_cpuidle\n", 293 }, 294 { 295 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 296 .size = 5, 297 .content = "menu\n", 298 }, 299 { 300 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 301 .size = 8, 302 .content = "0 1 2 3\n", 303 }, 304 { 305 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 306 .size = 8, 307 .content = "1300000\n", 308 }, 309 { 310 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 311 .size = 7, 312 .content = "768000\n", 313 }, 314 { 315 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 316 .size = 6, 317 .content = "50000\n", 318 }, 319 { 320 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 321 .size = 8, 322 .content = "0 1 2 3\n", 323 }, 324 { 325 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 326 .size = 32, 327 .content = "1300000 1200000 1000000 768000 \n", 328 }, 329 { 330 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 331 .size = 25, 332 .content = "interactive performance \n", 333 }, 334 { 335 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 336 .size = 8, 337 .content = "1300000\n", 338 }, 339 { 340 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 341 .size = 5, 342 .content = "sprd\n", 343 }, 344 { 345 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 346 .size = 7, 347 .content = "768000\n", 348 }, 349 { 350 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 351 .size = 42, 352 .content = 353 "1300000 2275\n" 354 "1200000 0\n" 355 "1000000 0\n" 356 "768000 0\n", 357 }, 358 { 359 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 360 .size = 2, 361 .content = "0\n", 362 }, 363 { 364 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 365 .size = 3, 366 .content = "15\n", 367 }, 368 { 369 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 370 .size = 4, 371 .content = "0-3\n", 372 }, 373 { 374 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 375 .size = 2, 376 .content = "f\n", 377 }, 378 { 379 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 380 .size = 2, 381 .content = "0\n", 382 }, 383 { 384 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 385 .size = 2, 386 .content = "0\n", 387 }, 388 { 389 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 390 .size = 2, 391 .content = "1\n", 392 }, 393 { 394 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 395 .size = 8, 396 .content = "0 1 2 3\n", 397 }, 398 { 399 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 400 .size = 8, 401 .content = "1300000\n", 402 }, 403 { 404 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 405 .size = 7, 406 .content = "768000\n", 407 }, 408 { 409 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 410 .size = 6, 411 .content = "50000\n", 412 }, 413 { 414 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 415 .size = 8, 416 .content = "0 1 2 3\n", 417 }, 418 { 419 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 420 .size = 32, 421 .content = "1300000 1200000 1000000 768000 \n", 422 }, 423 { 424 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 425 .size = 25, 426 .content = "interactive performance \n", 427 }, 428 { 429 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 430 .size = 8, 431 .content = "1300000\n", 432 }, 433 { 434 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 435 .size = 5, 436 .content = "sprd\n", 437 }, 438 { 439 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 440 .size = 7, 441 .content = "768000\n", 442 }, 443 { 444 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 445 .size = 42, 446 .content = 447 "1300000 2506\n" 448 "1200000 0\n" 449 "1000000 0\n" 450 "768000 0\n", 451 }, 452 { 453 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 454 .size = 2, 455 .content = "0\n", 456 }, 457 { 458 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 459 .size = 3, 460 .content = "15\n", 461 }, 462 { 463 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 464 .size = 4, 465 .content = "0-3\n", 466 }, 467 { 468 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 469 .size = 2, 470 .content = "f\n", 471 }, 472 { 473 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 474 .size = 2, 475 .content = "1\n", 476 }, 477 { 478 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 479 .size = 2, 480 .content = "1\n", 481 }, 482 { 483 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 484 .size = 2, 485 .content = "2\n", 486 }, 487 { 488 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", 489 .size = 8, 490 .content = "0 1 2 3\n", 491 }, 492 { 493 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", 494 .size = 8, 495 .content = "1300000\n", 496 }, 497 { 498 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq", 499 .size = 7, 500 .content = "768000\n", 501 }, 502 { 503 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency", 504 .size = 6, 505 .content = "50000\n", 506 }, 507 { 508 .path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus", 509 .size = 8, 510 .content = "0 1 2 3\n", 511 }, 512 { 513 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies", 514 .size = 32, 515 .content = "1300000 1200000 1000000 768000 \n", 516 }, 517 { 518 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors", 519 .size = 25, 520 .content = "interactive performance \n", 521 }, 522 { 523 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq", 524 .size = 8, 525 .content = "1300000\n", 526 }, 527 { 528 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", 529 .size = 5, 530 .content = "sprd\n", 531 }, 532 { 533 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq", 534 .size = 7, 535 .content = "768000\n", 536 }, 537 { 538 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state", 539 .size = 42, 540 .content = 541 "1300000 2707\n" 542 "1200000 0\n" 543 "1000000 0\n" 544 "768000 0\n", 545 }, 546 { 547 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", 548 .size = 2, 549 .content = "0\n", 550 }, 551 { 552 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", 553 .size = 3, 554 .content = "15\n", 555 }, 556 { 557 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", 558 .size = 4, 559 .content = "0-3\n", 560 }, 561 { 562 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings", 563 .size = 2, 564 .content = "f\n", 565 }, 566 { 567 .path = "/sys/devices/system/cpu/cpu2/topology/core_id", 568 .size = 2, 569 .content = "2\n", 570 }, 571 { 572 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", 573 .size = 2, 574 .content = "2\n", 575 }, 576 { 577 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", 578 .size = 2, 579 .content = "4\n", 580 }, 581 { 582 .path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus", 583 .size = 8, 584 .content = "0 1 2 3\n", 585 }, 586 { 587 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq", 588 .size = 8, 589 .content = "1300000\n", 590 }, 591 { 592 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq", 593 .size = 7, 594 .content = "768000\n", 595 }, 596 { 597 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency", 598 .size = 6, 599 .content = "50000\n", 600 }, 601 { 602 .path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus", 603 .size = 8, 604 .content = "0 1 2 3\n", 605 }, 606 { 607 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies", 608 .size = 32, 609 .content = "1300000 1200000 1000000 768000 \n", 610 }, 611 { 612 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors", 613 .size = 25, 614 .content = "interactive performance \n", 615 }, 616 { 617 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq", 618 .size = 8, 619 .content = "1300000\n", 620 }, 621 { 622 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver", 623 .size = 5, 624 .content = "sprd\n", 625 }, 626 { 627 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq", 628 .size = 7, 629 .content = "768000\n", 630 }, 631 { 632 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state", 633 .size = 42, 634 .content = 635 "1300000 2902\n" 636 "1200000 0\n" 637 "1000000 0\n" 638 "768000 0\n", 639 }, 640 { 641 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans", 642 .size = 2, 643 .content = "0\n", 644 }, 645 { 646 .path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id", 647 .size = 3, 648 .content = "15\n", 649 }, 650 { 651 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list", 652 .size = 4, 653 .content = "0-3\n", 654 }, 655 { 656 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings", 657 .size = 2, 658 .content = "f\n", 659 }, 660 { 661 .path = "/sys/devices/system/cpu/cpu3/topology/core_id", 662 .size = 2, 663 .content = "3\n", 664 }, 665 { 666 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list", 667 .size = 2, 668 .content = "3\n", 669 }, 670 { 671 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings", 672 .size = 2, 673 .content = "8\n", 674 }, 675 { NULL }, 676 }; 677 678 #ifdef __ANDROID__ 679 struct cpuinfo_mock_property properties[] = { 680 { 681 .key = "audioflinger.bootsnd", 682 .value = "0", 683 }, 684 { 685 .key = "boot.sfbootcomplete", 686 .value = "0", 687 }, 688 { 689 .key = "camera.disable_zsl_mode", 690 .value = "1", 691 }, 692 { 693 .key = "conn.connectivity_change_delay", 694 .value = "0", 695 }, 696 { 697 .key = "dalvik.vm.dex2oat-Xms", 698 .value = "64m", 699 }, 700 { 701 .key = "dalvik.vm.dex2oat-Xmx", 702 .value = "512m", 703 }, 704 { 705 .key = "dalvik.vm.heapgrowthlimit", 706 .value = "96m", 707 }, 708 { 709 .key = "dalvik.vm.heapmaxfree", 710 .value = "8m", 711 }, 712 { 713 .key = "dalvik.vm.heapminfree", 714 .value = "2m", 715 }, 716 { 717 .key = "dalvik.vm.heapsize", 718 .value = "256m", 719 }, 720 { 721 .key = "dalvik.vm.heapstartsize", 722 .value = "8m", 723 }, 724 { 725 .key = "dalvik.vm.heaptargetutilization", 726 .value = "0.75", 727 }, 728 { 729 .key = "dalvik.vm.image-dex2oat-Xms", 730 .value = "64m", 731 }, 732 { 733 .key = "dalvik.vm.image-dex2oat-Xmx", 734 .value = "64m", 735 }, 736 { 737 .key = "dalvik.vm.isa.arm.features", 738 .value = "div", 739 }, 740 { 741 .key = "dalvik.vm.stack-trace-file", 742 .value = "/data/anr/traces.txt", 743 }, 744 { 745 .key = "debug.bt.lowspeed", 746 .value = "true", 747 }, 748 { 749 .key = "debug.force_rtl", 750 .value = "0", 751 }, 752 { 753 .key = "debug.hwui.render_dirty_regions", 754 .value = "false", 755 }, 756 { 757 .key = "debug.sf.layerdump", 758 .value = "0", 759 }, 760 { 761 .key = "dev.MDPLimitCondition", 762 .value = "0", 763 }, 764 { 765 .key = "dev.bootcomplete", 766 .value = "1", 767 }, 768 { 769 .key = "dev.kies.sommode", 770 .value = "TRUE", 771 }, 772 { 773 .key = "dev.kiessupport", 774 .value = "TRUE", 775 }, 776 { 777 .key = "dev.ssrm.appsync3p", 778 .value = "true", 779 }, 780 { 781 .key = "drm.service.enabled", 782 .value = "true", 783 }, 784 { 785 .key = "gsm.current.phone-type", 786 .value = "1", 787 }, 788 { 789 .key = "gsm.network.type", 790 .value = "Unknown", 791 }, 792 { 793 .key = "gsm.operator.alpha", 794 .value = "", 795 }, 796 { 797 .key = "gsm.operator.iso-country", 798 .value = "", 799 }, 800 { 801 .key = "gsm.operator.isroaming", 802 .value = "false", 803 }, 804 { 805 .key = "gsm.operator.numeric", 806 .value = "", 807 }, 808 { 809 .key = "gsm.sim.operator.alpha", 810 .value = "", 811 }, 812 { 813 .key = "gsm.sim.operator.iso-country", 814 .value = "", 815 }, 816 { 817 .key = "gsm.sim.operator.numeric", 818 .value = "", 819 }, 820 { 821 .key = "gsm.sim.state", 822 .value = "ABSENT", 823 }, 824 { 825 .key = "gsm.version.baseband", 826 .value = "G531HUBU0APF2", 827 }, 828 { 829 .key = "gsm.version.ril-impl", 830 .value = "android reference-ril 1.0", 831 }, 832 { 833 .key = "init.svc.BCS-daemon", 834 .value = "running", 835 }, 836 { 837 .key = "init.svc.DR-daemon", 838 .value = "running", 839 }, 840 { 841 .key = "init.svc.SMD-daemon", 842 .value = "running", 843 }, 844 { 845 .key = "init.svc.adbd", 846 .value = "running", 847 }, 848 { 849 .key = "init.svc.apanic_rename", 850 .value = "stopped", 851 }, 852 { 853 .key = "init.svc.at_distributor", 854 .value = "running", 855 }, 856 { 857 .key = "init.svc.auditd", 858 .value = "running", 859 }, 860 { 861 .key = "init.svc.batterysrv", 862 .value = "running", 863 }, 864 { 865 .key = "init.svc.bootanim", 866 .value = "stopped", 867 }, 868 { 869 .key = "init.svc.bootchecker", 870 .value = "running", 871 }, 872 { 873 .key = "init.svc.cmd_services", 874 .value = "stopped", 875 }, 876 { 877 .key = "init.svc.copy_cp_imgs", 878 .value = "stopped", 879 }, 880 { 881 .key = "init.svc.debuggerd", 882 .value = "running", 883 }, 884 { 885 .key = "init.svc.drm", 886 .value = "running", 887 }, 888 { 889 .key = "init.svc.drsd", 890 .value = "running", 891 }, 892 { 893 .key = "init.svc.engpcclientw", 894 .value = "running", 895 }, 896 { 897 .key = "init.svc.flash_recovery", 898 .value = "stopped", 899 }, 900 { 901 .key = "init.svc.gpsd", 902 .value = "running", 903 }, 904 { 905 .key = "init.svc.healthd", 906 .value = "running", 907 }, 908 { 909 .key = "init.svc.installd", 910 .value = "running", 911 }, 912 { 913 .key = "init.svc.keystore", 914 .value = "running", 915 }, 916 { 917 .key = "init.svc.lmkd", 918 .value = "running", 919 }, 920 { 921 .key = "init.svc.logd", 922 .value = "running", 923 }, 924 { 925 .key = "init.svc.macloader", 926 .value = "stopped", 927 }, 928 { 929 .key = "init.svc.media", 930 .value = "running", 931 }, 932 { 933 .key = "init.svc.mobex-daemon", 934 .value = "running", 935 }, 936 { 937 .key = "init.svc.modem_control", 938 .value = "stopped", 939 }, 940 { 941 .key = "init.svc.modemd", 942 .value = "running", 943 }, 944 { 945 .key = "init.svc.napa_ts", 946 .value = "stopped", 947 }, 948 { 949 .key = "init.svc.netd", 950 .value = "running", 951 }, 952 { 953 .key = "init.svc.nvitemd_w", 954 .value = "running", 955 }, 956 { 957 .key = "init.svc.phoneserver_w", 958 .value = "running", 959 }, 960 { 961 .key = "init.svc.powersnd", 962 .value = "stopped", 963 }, 964 { 965 .key = "init.svc.prepare_param", 966 .value = "stopped", 967 }, 968 { 969 .key = "init.svc.refnotify_w", 970 .value = "running", 971 }, 972 { 973 .key = "init.svc.ril-daemon", 974 .value = "running", 975 }, 976 { 977 .key = "init.svc.scs", 978 .value = "stopped", 979 }, 980 { 981 .key = "init.svc.sdcard", 982 .value = "stopped", 983 }, 984 { 985 .key = "init.svc.servicemanager", 986 .value = "running", 987 }, 988 { 989 .key = "init.svc.slog", 990 .value = "running", 991 }, 992 { 993 .key = "init.svc.smd_symlink", 994 .value = "stopped", 995 }, 996 { 997 .key = "init.svc.surfaceflinger", 998 .value = "running", 999 }, 1000 { 1001 .key = "init.svc.swapon", 1002 .value = "stopped", 1003 }, 1004 { 1005 .key = "init.svc.ueventd", 1006 .value = "running", 1007 }, 1008 { 1009 .key = "init.svc.vold", 1010 .value = "running", 1011 }, 1012 { 1013 .key = "init.svc.zygote", 1014 .value = "running", 1015 }, 1016 { 1017 .key = "installd.sdcard_manipulate_done", 1018 .value = "1", 1019 }, 1020 { 1021 .key = "keyguard.no_require_sim", 1022 .value = "true", 1023 }, 1024 { 1025 .key = "lmk.autocalc", 1026 .value = "false", 1027 }, 1028 { 1029 .key = "logd.auditd", 1030 .value = "false", 1031 }, 1032 { 1033 .key = "media.dump.path", 1034 .value = "/data/local/media/", 1035 }, 1036 { 1037 .key = "media.dump.switch", 1038 .value = "0x0", 1039 }, 1040 { 1041 .key = "net.bt.name", 1042 .value = "Android", 1043 }, 1044 { 1045 .key = "net.change", 1046 .value = "net.qtaguid_enabled", 1047 }, 1048 { 1049 .key = "net.hostname", 1050 .value = "android-c7c14ac6539e9f14", 1051 }, 1052 { 1053 .key = "net.knoxscep.version", 1054 .value = "2.0.1", 1055 }, 1056 { 1057 .key = "net.knoxsso.version", 1058 .value = "2.4.0", 1059 }, 1060 { 1061 .key = "net.knoxvpn.version", 1062 .value = "2.2.0", 1063 }, 1064 { 1065 .key = "net.qtaguid_enabled", 1066 .value = "1", 1067 }, 1068 { 1069 .key = "net.tcp.default_init_rwnd", 1070 .value = "60", 1071 }, 1072 { 1073 .key = "persist.audio.allsoundmute", 1074 .value = "0", 1075 }, 1076 { 1077 .key = "persist.audio.globaleffect", 1078 .value = "0", 1079 }, 1080 { 1081 .key = "persist.audio.headsetsysvolume", 1082 .value = "9", 1083 }, 1084 { 1085 .key = "persist.audio.hphonesysvolume", 1086 .value = "9", 1087 }, 1088 { 1089 .key = "persist.audio.mpseek", 1090 .value = "0", 1091 }, 1092 { 1093 .key = "persist.audio.mysound", 1094 .value = "0", 1095 }, 1096 { 1097 .key = "persist.audio.ringermode", 1098 .value = "2", 1099 }, 1100 { 1101 .key = "persist.audio.soundalivefxsec", 1102 .value = "1", 1103 }, 1104 { 1105 .key = "persist.audio.stereospeaker", 1106 .value = "0", 1107 }, 1108 { 1109 .key = "persist.audio.sysvolume", 1110 .value = "9", 1111 }, 1112 { 1113 .key = "persist.audio.uhqa", 1114 .value = "0", 1115 }, 1116 { 1117 .key = "persist.bluetooth_fw_ver", 1118 .value = "BCM43430A1_V0025.0070.hcd", 1119 }, 1120 { 1121 .key = "persist.logd.size", 1122 .value = "", 1123 }, 1124 { 1125 .key = "persist.modem.w.enable", 1126 .value = "1", 1127 }, 1128 { 1129 .key = "persist.modem.w.nvp", 1130 .value = "w", 1131 }, 1132 { 1133 .key = "persist.msms.phone_count", 1134 .value = "2", 1135 }, 1136 { 1137 .key = "persist.msms.phone_default", 1138 .value = "0", 1139 }, 1140 { 1141 .key = "persist.radio.gprsattachmode", 1142 .value = "1", 1143 }, 1144 { 1145 .key = "persist.radio.initphone-type", 1146 .value = "1", 1147 }, 1148 { 1149 .key = "persist.radio.plmnname_1", 1150 .value = "", 1151 }, 1152 { 1153 .key = "persist.radio.plmnname_2", 1154 .value = "", 1155 }, 1156 { 1157 .key = "persist.radio.singlesim.network", 1158 .value = "1", 1159 }, 1160 { 1161 .key = "persist.security.ams.enforcing", 1162 .value = "1", 1163 }, 1164 { 1165 .key = "persist.service.bdroid.version", 1166 .value = "4.1", 1167 }, 1168 { 1169 .key = "persist.storage.type", 1170 .value = "2", 1171 }, 1172 { 1173 .key = "persist.sys.cmdservice.enable", 1174 .value = "disable", 1175 }, 1176 { 1177 .key = "persist.sys.country", 1178 .value = "US", 1179 }, 1180 { 1181 .key = "persist.sys.dalvik.vm.lib.2", 1182 .value = "libart.so", 1183 }, 1184 { 1185 .key = "persist.sys.drs.date", 1186 .value = "Tue May 31 14:49:04 KST 2016", 1187 }, 1188 { 1189 .key = "persist.sys.engpc.disable", 1190 .value = "0", 1191 }, 1192 { 1193 .key = "persist.sys.language", 1194 .value = "en", 1195 }, 1196 { 1197 .key = "persist.sys.localevar", 1198 .value = "", 1199 }, 1200 { 1201 .key = "persist.sys.media.use-awesome", 1202 .value = "true", 1203 }, 1204 { 1205 .key = "persist.sys.modem.diag", 1206 .value = ",gser", 1207 }, 1208 { 1209 .key = "persist.sys.profiler_ms", 1210 .value = "0", 1211 }, 1212 { 1213 .key = "persist.sys.setupwizard", 1214 .value = "FINISH", 1215 }, 1216 { 1217 .key = "persist.sys.sprd.modemreset", 1218 .value = "1", 1219 }, 1220 { 1221 .key = "persist.sys.sprd.wcnreset", 1222 .value = "1", 1223 }, 1224 { 1225 .key = "persist.sys.ssrm_unbox_cnt", 1226 .value = "2", 1227 }, 1228 { 1229 .key = "persist.sys.storage_preload", 1230 .value = "2", 1231 }, 1232 { 1233 .key = "persist.sys.timezone", 1234 .value = "Pacific/Majuro", 1235 }, 1236 { 1237 .key = "persist.sys.usb.config", 1238 .value = "ptp,adb", 1239 }, 1240 { 1241 .key = "persist.ttydev", 1242 .value = "ttyVUART0", 1243 }, 1244 { 1245 .key = "ril.ICC_TYPE", 1246 .value = "0", 1247 }, 1248 { 1249 .key = "ril.MSIMM", 1250 .value = "0", 1251 }, 1252 { 1253 .key = "ril.RildInit", 1254 .value = "1", 1255 }, 1256 { 1257 .key = "ril.SIMSLOT_EXCHANGED", 1258 .value = "0", 1259 }, 1260 { 1261 .key = "ril.atd_status", 1262 .value = "1_0_0", 1263 }, 1264 { 1265 .key = "ril.cp_ver", 1266 .value = "G531HUBU0APF2", 1267 }, 1268 { 1269 .key = "ril.deviceOffRes", 1270 .value = "1", 1271 }, 1272 { 1273 .key = "ril.ecclist00", 1274 .value = "112,911,999,000,08,110,118,119", 1275 }, 1276 { 1277 .key = "ril.hw_ver", 1278 .value = "MP 0.300", 1279 }, 1280 { 1281 .key = "ril.modem.board", 1282 .value = "SC7730SE", 1283 }, 1284 { 1285 .key = "ril.product_code", 1286 .value = "SM-G531HZDATPA", 1287 }, 1288 { 1289 .key = "ril.rfcal_date", 1290 .value = "20160920", 1291 }, 1292 { 1293 .key = "ril.serialnumber", 1294 .value = "R51H90R1BPX", 1295 }, 1296 { 1297 .key = "ril.servicestate", 1298 .value = "3", 1299 }, 1300 { 1301 .key = "ril.subinfo", 1302 .value = "0:2147483643", 1303 }, 1304 { 1305 .key = "ril.sw_ver", 1306 .value = "G531HUBU0APF2", 1307 }, 1308 { 1309 .key = "ril.valid_certsig1", 1310 .value = "true", 1311 }, 1312 { 1313 .key = "ril.valid_certsig2", 1314 .value = "false", 1315 }, 1316 { 1317 .key = "ril.w.sim.power", 1318 .value = "1", 1319 }, 1320 { 1321 .key = "ro.SecEDS.enable", 1322 .value = "false", 1323 }, 1324 { 1325 .key = "ro.adb.secure", 1326 .value = "1", 1327 }, 1328 { 1329 .key = "ro.allow.mock.location", 1330 .value = "0", 1331 }, 1332 { 1333 .key = "ro.baseband", 1334 .value = "unknown", 1335 }, 1336 { 1337 .key = "ro.board.platform", 1338 .value = "sc8830", 1339 }, 1340 { 1341 .key = "ro.boot.bootloader", 1342 .value = "G531HUBU0APE2", 1343 }, 1344 { 1345 .key = "ro.boot.debug_level", 1346 .value = "0x4f4c", 1347 }, 1348 { 1349 .key = "ro.boot.emmc_checksum", 1350 .value = "0", 1351 }, 1352 { 1353 .key = "ro.boot.serialno", 1354 .value = "4200ddccd2da6300", 1355 }, 1356 { 1357 .key = "ro.bootloader", 1358 .value = "G531HUBU0APE2", 1359 }, 1360 { 1361 .key = "ro.bootmode", 1362 .value = "unknown", 1363 }, 1364 { 1365 .key = "ro.bt.bdaddr_path", 1366 .value = "/efs/bluetooth/bt_addr", 1367 }, 1368 { 1369 .key = "ro.btwifisoftap.coexist", 1370 .value = "false", 1371 }, 1372 { 1373 .key = "ro.build.PDA", 1374 .value = "G531HUBU0APE2", 1375 }, 1376 { 1377 .key = "ro.build.changelist", 1378 .value = "1045439", 1379 }, 1380 { 1381 .key = "ro.build.characteristics", 1382 .value = "default", 1383 }, 1384 { 1385 .key = "ro.build.date.utc", 1386 .value = "1464673744", 1387 }, 1388 { 1389 .key = "ro.build.date", 1390 .value = "Tue May 31 14:49:04 KST 2016", 1391 }, 1392 { 1393 .key = "ro.build.description", 1394 .value = "grandprimeve3gub-user 5.1.1 LMY48B G531HUBU0APE2 release-keys", 1395 }, 1396 { 1397 .key = "ro.build.display.id", 1398 .value = "LMY48B.G531HUBU0APE2", 1399 }, 1400 { 1401 .key = "ro.build.fingerprint", 1402 .value = "samsung/grandprimeve3gub/grandprimeve3g:5.1.1/LMY48B/G531HUBU0APE2:user/release-keys", 1403 }, 1404 { 1405 .key = "ro.build.flavor", 1406 .value = "grandprimeve3gub-user", 1407 }, 1408 { 1409 .key = "ro.build.hidden_ver", 1410 .value = "G531HUBU0APE2", 1411 }, 1412 { 1413 .key = "ro.build.host", 1414 .value = "SWHC3703", 1415 }, 1416 { 1417 .key = "ro.build.id", 1418 .value = "LMY48B", 1419 }, 1420 { 1421 .key = "ro.build.product", 1422 .value = "grandprimeve3g", 1423 }, 1424 { 1425 .key = "ro.build.scafe.cream", 1426 .value = "white", 1427 }, 1428 { 1429 .key = "ro.build.scafe.shot", 1430 .value = "single", 1431 }, 1432 { 1433 .key = "ro.build.scafe.size", 1434 .value = "short", 1435 }, 1436 { 1437 .key = "ro.build.scafe", 1438 .value = "americano", 1439 }, 1440 { 1441 .key = "ro.build.selinux.enforce", 1442 .value = "1", 1443 }, 1444 { 1445 .key = "ro.build.selinux", 1446 .value = "1", 1447 }, 1448 { 1449 .key = "ro.build.tags", 1450 .value = "release-keys", 1451 }, 1452 { 1453 .key = "ro.build.type", 1454 .value = "user", 1455 }, 1456 { 1457 .key = "ro.build.user", 1458 .value = "dpi", 1459 }, 1460 { 1461 .key = "ro.build.version.all_codenames", 1462 .value = "REL", 1463 }, 1464 { 1465 .key = "ro.build.version.base_os", 1466 .value = "", 1467 }, 1468 { 1469 .key = "ro.build.version.codename", 1470 .value = "REL", 1471 }, 1472 { 1473 .key = "ro.build.version.incremental", 1474 .value = "G531HUBU0APE2", 1475 }, 1476 { 1477 .key = "ro.build.version.release", 1478 .value = "5.1.1", 1479 }, 1480 { 1481 .key = "ro.build.version.sdk", 1482 .value = "22", 1483 }, 1484 { 1485 .key = "ro.build.version.security_patch", 1486 .value = "2016-06-01", 1487 }, 1488 { 1489 .key = "ro.carrier", 1490 .value = "unknown", 1491 }, 1492 { 1493 .key = "ro.chipname", 1494 .value = "SC7730SE", 1495 }, 1496 { 1497 .key = "ro.com.android.dataroaming", 1498 .value = "false", 1499 }, 1500 { 1501 .key = "ro.com.android.dateformat", 1502 .value = "MM-dd-yyyy", 1503 }, 1504 { 1505 .key = "ro.com.google.clientidbase", 1506 .value = "android-samsung", 1507 }, 1508 { 1509 .key = "ro.com.google.gmsversion", 1510 .value = "5.1_r3", 1511 }, 1512 { 1513 .key = "ro.config.alarm_alert", 1514 .value = "Morning_flower.ogg", 1515 }, 1516 { 1517 .key = "ro.config.is_lowend_samp", 1518 .value = "true", 1519 }, 1520 { 1521 .key = "ro.config.knox", 1522 .value = "v00", 1523 }, 1524 { 1525 .key = "ro.config.ksm.support", 1526 .value = "true", 1527 }, 1528 { 1529 .key = "ro.config.low_ram", 1530 .value = "true", 1531 }, 1532 { 1533 .key = "ro.config.media_sound", 1534 .value = "Media_preview_Touch_the_light.ogg", 1535 }, 1536 { 1537 .key = "ro.config.notification_sound", 1538 .value = "S_Whistle.ogg", 1539 }, 1540 { 1541 .key = "ro.config.notification_sound_2", 1542 .value = "S_Charming_Bell.ogg", 1543 }, 1544 { 1545 .key = "ro.config.oomminfree", 1546 .value = "49152,61440,73728,86016,98304,122880", 1547 }, 1548 { 1549 .key = "ro.config.ringtone", 1550 .value = "Over_the_horizon.ogg", 1551 }, 1552 { 1553 .key = "ro.config.ringtone_2", 1554 .value = "Basic_Bell.ogg", 1555 }, 1556 { 1557 .key = "ro.config.rm_preload_enabled", 1558 .value = "0", 1559 }, 1560 { 1561 .key = "ro.config.sdha_default_margin", 1562 .value = "25", 1563 }, 1564 { 1565 .key = "ro.crypto.fuse_sdcard", 1566 .value = "true", 1567 }, 1568 { 1569 .key = "ro.crypto.state", 1570 .value = "unencrypted", 1571 }, 1572 { 1573 .key = "ro.csc.country_code", 1574 .value = "PANAMA", 1575 }, 1576 { 1577 .key = "ro.csc.countryiso_code", 1578 .value = "PA", 1579 }, 1580 { 1581 .key = "ro.csc.sales_code", 1582 .value = "TPA", 1583 }, 1584 { 1585 .key = "ro.dalvik.vm.native.bridge", 1586 .value = "0", 1587 }, 1588 { 1589 .key = "ro.debug_level", 1590 .value = "0x4f4c", 1591 }, 1592 { 1593 .key = "ro.debuggable", 1594 .value = "0", 1595 }, 1596 { 1597 .key = "ro.digital.fm.support", 1598 .value = "1", 1599 }, 1600 { 1601 .key = "ro.error.receiver.default", 1602 .value = "com.samsung.receiver.error", 1603 }, 1604 { 1605 .key = "ro.factorytest", 1606 .value = "0", 1607 }, 1608 { 1609 .key = "ro.frp.pst", 1610 .value = "/dev/block/persistent", 1611 }, 1612 { 1613 .key = "ro.hardware", 1614 .value = "sc8830", 1615 }, 1616 { 1617 .key = "ro.hotspot.enabled", 1618 .value = "1", 1619 }, 1620 { 1621 .key = "ro.kernel.qemu", 1622 .value = "0", 1623 }, 1624 { 1625 .key = "ro.modem.w.assert", 1626 .value = "/dev/spipe_w2", 1627 }, 1628 { 1629 .key = "ro.modem.w.count", 1630 .value = "1", 1631 }, 1632 { 1633 .key = "ro.modem.w.dev", 1634 .value = "/proc/cpw/", 1635 }, 1636 { 1637 .key = "ro.modem.w.diag", 1638 .value = "/dev/slog_w", 1639 }, 1640 { 1641 .key = "ro.modem.w.eth", 1642 .value = "rmnet", 1643 }, 1644 { 1645 .key = "ro.modem.w.fixnv_size", 1646 .value = "0x40000", 1647 }, 1648 { 1649 .key = "ro.modem.w.id", 1650 .value = "0", 1651 }, 1652 { 1653 .key = "ro.modem.w.loop", 1654 .value = "/dev/spipe_w0", 1655 }, 1656 { 1657 .key = "ro.modem.w.nv", 1658 .value = "/dev/spipe_w1", 1659 }, 1660 { 1661 .key = "ro.modem.w.runnv_size", 1662 .value = "0x60000", 1663 }, 1664 { 1665 .key = "ro.modem.w.snd", 1666 .value = "1", 1667 }, 1668 { 1669 .key = "ro.modem.w.tty", 1670 .value = "/dev/stty_w", 1671 }, 1672 { 1673 .key = "ro.modem.w.vbc", 1674 .value = "/dev/spipe_w6", 1675 }, 1676 { 1677 .key = "ro.modem.wcn.assert", 1678 .value = "/dev/spipe_wcn2", 1679 }, 1680 { 1681 .key = "ro.modem.wcn.count", 1682 .value = "1", 1683 }, 1684 { 1685 .key = "ro.modem.wcn.dev", 1686 .value = "/dev/cpwcn", 1687 }, 1688 { 1689 .key = "ro.modem.wcn.diag", 1690 .value = "/dev/slog_wcn", 1691 }, 1692 { 1693 .key = "ro.modem.wcn.enable", 1694 .value = "1", 1695 }, 1696 { 1697 .key = "ro.modem.wcn.id", 1698 .value = "1", 1699 }, 1700 { 1701 .key = "ro.modem.wcn.tty", 1702 .value = "/deiv/stty_wcn", 1703 }, 1704 { 1705 .key = "ro.msms.phone_count", 1706 .value = "1", 1707 }, 1708 { 1709 .key = "ro.multisim.simslotcount", 1710 .value = "1", 1711 }, 1712 { 1713 .key = "ro.opengles.version", 1714 .value = "131072", 1715 }, 1716 { 1717 .key = "ro.product.board", 1718 .value = "SC7730SE", 1719 }, 1720 { 1721 .key = "ro.product.brand", 1722 .value = "samsung", 1723 }, 1724 { 1725 .key = "ro.product.cpu.abi2", 1726 .value = "armeabi", 1727 }, 1728 { 1729 .key = "ro.product.cpu.abi", 1730 .value = "armeabi-v7a", 1731 }, 1732 { 1733 .key = "ro.product.cpu.abilist32", 1734 .value = "armeabi-v7a,armeabi", 1735 }, 1736 { 1737 .key = "ro.product.cpu.abilist64", 1738 .value = "", 1739 }, 1740 { 1741 .key = "ro.product.cpu.abilist", 1742 .value = "armeabi-v7a,armeabi", 1743 }, 1744 { 1745 .key = "ro.product.device", 1746 .value = "grandprimeve3g", 1747 }, 1748 { 1749 .key = "ro.product.hardware", 1750 .value = "TSHARK2TABE_V1.0.0", 1751 }, 1752 { 1753 .key = "ro.product.locale.language", 1754 .value = "en", 1755 }, 1756 { 1757 .key = "ro.product.locale.region", 1758 .value = "US", 1759 }, 1760 { 1761 .key = "ro.product.manufacturer", 1762 .value = "samsung", 1763 }, 1764 { 1765 .key = "ro.product.model", 1766 .value = "SM-G531H", 1767 }, 1768 { 1769 .key = "ro.product.name", 1770 .value = "grandprimeve3gub", 1771 }, 1772 { 1773 .key = "ro.product.partitionpath", 1774 .value = "/dev/block/platform/sdio_emmc/by-name/", 1775 }, 1776 { 1777 .key = "ro.product_ship", 1778 .value = "true", 1779 }, 1780 { 1781 .key = "ro.radio.noril", 1782 .value = "no", 1783 }, 1784 { 1785 .key = "ro.revision", 1786 .value = "4", 1787 }, 1788 { 1789 .key = "ro.ril.ecclist", 1790 .value = "112,911,#911,*911", 1791 }, 1792 { 1793 .key = "ro.sec.fle.encryption", 1794 .value = "true", 1795 }, 1796 { 1797 .key = "ro.secure", 1798 .value = "1", 1799 }, 1800 { 1801 .key = "ro.security.icd.flagmode", 1802 .value = "single", 1803 }, 1804 { 1805 .key = "ro.serialno", 1806 .value = "4200ddccd2da6300", 1807 }, 1808 { 1809 .key = "ro.setupwizard.mode", 1810 .value = "DISABLED", 1811 }, 1812 { 1813 .key = "ro.sf.hwrotation", 1814 .value = "0", 1815 }, 1816 { 1817 .key = "ro.sf.lcd_density", 1818 .value = "240", 1819 }, 1820 { 1821 .key = "ro.sf.lcd_height", 1822 .value = "90", 1823 }, 1824 { 1825 .key = "ro.sf.lcd_width", 1826 .value = "154", 1827 }, 1828 { 1829 .key = "ro.storage.flash_type", 1830 .value = "2", 1831 }, 1832 { 1833 .key = "ro.storage.install2internal", 1834 .value = "0", 1835 }, 1836 { 1837 .key = "ro.telephony.call_ring.multiple", 1838 .value = "0", 1839 }, 1840 { 1841 .key = "ro.wifi.channels", 1842 .value = "", 1843 }, 1844 { 1845 .key = "ro.zygote", 1846 .value = "zygote32", 1847 }, 1848 { 1849 .key = "selinux.policy_version", 1850 .value = "SEPF_SM-G531H_5.1.1_0048", 1851 }, 1852 { 1853 .key = "selinux.reload_policy", 1854 .value = "1", 1855 }, 1856 { 1857 .key = "selinux.sec.restorecon", 1858 .value = "1", 1859 }, 1860 { 1861 .key = "service.bootanim.exit", 1862 .value = "0", 1863 }, 1864 { 1865 .key = "service.brcm.fm.set_blndmute", 1866 .value = "1", 1867 }, 1868 { 1869 .key = "service.brcm.fm.start_mute", 1870 .value = "8", 1871 }, 1872 { 1873 .key = "service.brcm.fm.start_snr", 1874 .value = "37", 1875 }, 1876 { 1877 .key = "service.media.powersnd", 1878 .value = "1", 1879 }, 1880 { 1881 .key = "slog.reload", 1882 .value = "0", 1883 }, 1884 { 1885 .key = "status.battery.level", 1886 .value = "10", 1887 }, 1888 { 1889 .key = "status.battery.level_raw", 1890 .value = "100", 1891 }, 1892 { 1893 .key = "status.battery.level_scale", 1894 .value = "10", 1895 }, 1896 { 1897 .key = "status.battery.state", 1898 .value = "Slow", 1899 }, 1900 { 1901 .key = "storage.mmc.size", 1902 .value = "7818182656", 1903 }, 1904 { 1905 .key = "storage.preload.complete", 1906 .value = "1", 1907 }, 1908 { 1909 .key = "sys.boot_completed", 1910 .value = "1", 1911 }, 1912 { 1913 .key = "sys.config.samp_ppm_enable", 1914 .value = "false", 1915 }, 1916 { 1917 .key = "sys.config.samp_spcm_enable", 1918 .value = "true", 1919 }, 1920 { 1921 .key = "sys.config.spcm_db_enable", 1922 .value = "true", 1923 }, 1924 { 1925 .key = "sys.config.spcm_db_launcher", 1926 .value = "true", 1927 }, 1928 { 1929 .key = "sys.config.spcm_preload_enable", 1930 .value = "true", 1931 }, 1932 { 1933 .key = "sys.enterprise.billing.version", 1934 .value = "1.1.0", 1935 }, 1936 { 1937 .key = "sys.internal.emulated", 1938 .value = "1", 1939 }, 1940 { 1941 .key = "sys.onemodem.start.enable", 1942 .value = "1", 1943 }, 1944 { 1945 .key = "sys.settings_system_version", 1946 .value = "7", 1947 }, 1948 { 1949 .key = "sys.symlink.umts_router", 1950 .value = "/dev/pts/7 /dev/umts_router", 1951 }, 1952 { 1953 .key = "sys.sysctl.extra_free_kbytes", 1954 .value = "6075", 1955 }, 1956 { 1957 .key = "sys.tempsd.enable", 1958 .value = "0", 1959 }, 1960 { 1961 .key = "sys.usb.config", 1962 .value = "ptp,adb", 1963 }, 1964 { 1965 .key = "sys.usb.gser.count", 1966 .value = "4", 1967 }, 1968 { 1969 .key = "sys.usb.state", 1970 .value = "ptp,adb", 1971 }, 1972 { 1973 .key = "vold.pfe", 1974 .value = "deactivated", 1975 }, 1976 { 1977 .key = "vold.post_fs_data_done", 1978 .value = "1", 1979 }, 1980 { 1981 .key = "wifi.interface", 1982 .value = "wlan0", 1983 }, 1984 { 1985 .key = "wlan.driver.status", 1986 .value = "unloaded", 1987 }, 1988 { 1989 .key = "wlan.wfd.status", 1990 .value = "disconnected", 1991 }, 1992 { NULL }, 1993 }; 1994 #endif /* __ANDROID__ */ 1995