1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 419, 5 .content = 6 "Processor\t: ARMv7 Processor rev 1 (v7l)\n" 7 "processor\t: 0\n" 8 "BogoMIPS\t: 38.40\n" 9 "\n" 10 "processor\t: 1\n" 11 "BogoMIPS\t: 38.40\n" 12 "\n" 13 "processor\t: 2\n" 14 "BogoMIPS\t: 38.40\n" 15 "\n" 16 "processor\t: 3\n" 17 "BogoMIPS\t: 38.40\n" 18 "\n" 19 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt \n" 20 "CPU implementer\t: 0x51\n" 21 "CPU architecture: 7\n" 22 "CPU variant\t: 0x2\n" 23 "CPU part\t: 0x06f\n" 24 "CPU revision\t: 1\n" 25 "\n" 26 "Hardware\t: Qualcomm MSM8974PRO-AC\n" 27 "Revision\t: 000e\n" 28 "Serial\t\t: 0000cec2000097e3\n", 29 }, 30 { 31 .path = "/system/build.prop", 32 .size = 7266, 33 .content = 34 "\n" 35 "# begin build properties\n" 36 "# autogenerated by buildinfo.sh\n" 37 "ro.build.id=LMY47X\n" 38 "ro.build.display.id=LMY47X.G900AUCU4CPA1\n" 39 "ro.build.version.incremental=G900AUCU4CPA1\n" 40 "ro.build.version.sdk=22\n" 41 "ro.build.version.codename=REL\n" 42 "ro.build.version.all_codenames=REL\n" 43 "ro.build.version.release=5.1.1\n" 44 "ro.build.version.security_patch=2016-02-01\n" 45 "ro.build.version.base_os=\n" 46 "ro.build.date=Wed Jan 27 21:23:36 KST 2016\n" 47 "ro.build.date.utc=1453897416\n" 48 "ro.build.type=user\n" 49 "ro.build.user=dpi\n" 50 "ro.build.host=SWHC3812\n" 51 "ro.build.tags=release-keys\n" 52 "ro.build.flavor=klteuc-user\n" 53 "ro.product.model=SAMSUNG-SM-G900A\n" 54 "ro.product.brand=samsung\n" 55 "ro.product.name=klteuc\n" 56 "ro.product.device=klteatt\n" 57 "ro.product.board=MSM8974\n" 58 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 59 "# use ro.product.cpu.abilist instead.\n" 60 "ro.product.cpu.abi=armeabi-v7a\n" 61 "ro.product.cpu.abi2=armeabi\n" 62 "ro.product.cpu.abilist=armeabi-v7a,armeabi\n" 63 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 64 "ro.product.cpu.abilist64=\n" 65 "ro.product.manufacturer=samsung\n" 66 "ro.product.locale.language=en\n" 67 "ro.product.locale.region=US\n" 68 "ro.wifi.channels=\n" 69 "ro.board.platform=msm8974\n" 70 "# ro.build.product is obsolete; use ro.product.device\n" 71 "ro.build.product=klteatt\n" 72 "# Do not try to parse description, fingerprint, or thumbprint\n" 73 "ro.build.description=klteuc-user 5.1.1 LMY47X G900AUCU4CPA1 release-keys\n" 74 "ro.build.fingerprint=samsung/klteuc/klteatt:5.1.1/LMY47X/G900AUCU4CPA1:user/release-keys\n" 75 "ro.build.characteristics=att\n" 76 "# Samsung Specific Properties\n" 77 "ro.build.PDA=G900AUCU4CPA1\n" 78 "ro.build.hidden_ver=G900AUCU4CPA1\n" 79 "ro.config.rm_preload_enabled=0\n" 80 "ro.build.changelist=5869384\n" 81 "ro.product_ship=true\n" 82 "ro.chipname=MSM8974PRO\n" 83 "persist.sys.storage_preload=1\n" 84 "# end build properties\n" 85 "\n" 86 "#\n" 87 "# HWUI_BUILD_PROPERTIES\n" 88 "#\n" 89 "ro.hwui.texture_cache_size=50\n" 90 "ro.hwui.layer_cache_size=34\n" 91 "ro.hwui.path_cache_size=10\n" 92 "ro.hwui.shape_cache_size=4\n" 93 "ro.hwui.gradient_cache_size=2\n" 94 "ro.hwui.drop_shadow_cache_size=6\n" 95 "ro.hwui.r_buffer_cache_size=4\n" 96 "ro.hwui.text_small_cache_width=2048\n" 97 "ro.hwui.text_small_cache_height=2048\n" 98 "ro.hwui.text_large_cache_width=4096\n" 99 "ro.hwui.text_large_cache_height=4096\n" 100 "ro.hwui.fbo_cache_size=16\n" 101 "#\n" 102 "# from device/samsung/klteatt/system.prop\n" 103 "#\n" 104 "#\n" 105 "# system.prop for msm8974\n" 106 "#\n" 107 "\n" 108 "# LCD Density\n" 109 "ro.sf.lcd_density=480\n" 110 "\n" 111 "# Evolution RIL (8xxx)\n" 112 "rild.libpath=/system/lib/libsec-ril.so\n" 113 "rild.libargs=-d /dev/smd0\n" 114 "ril.subscription.types=NV,RUIM\n" 115 "DEVICE_PROVISIONED=1\n" 116 "\n" 117 "debug.sf.hw=1\n" 118 "debug.egl.hw=1\n" 119 "debug.composition.type=c2d\n" 120 "persist.hwc.mdpcomp.enable=true\n" 121 "debug.mdpcomp.logs=0\n" 122 "dalvik.vm.heapsize=36m\n" 123 "dev.pm.dyn_samplingrate=1\n" 124 "persist.demo.hdmirotationlock=false\n" 125 "\n" 126 "ro.hdmi.enable=true\n" 127 "persist.speaker.prot.enable=false\n" 128 "qcom.hw.aac.encoder=true\n" 129 "#\n" 130 "# system props for the cne module\n" 131 "#\n" 132 "#persist.cne.feature=1\n" 133 "\n" 134 "#system props for the MM modules\n" 135 "media.stagefright.enable-player=true\n" 136 "media.stagefright.enable-http=true\n" 137 "media.stagefright.enable-aac=true\n" 138 "media.stagefright.enable-qcp=true\n" 139 "media.stagefright.enable-fma2dp=true\n" 140 "media.stagefright.enable-scan=true\n" 141 "mmp.enable.3g2=true\n" 142 "mm.enable.smoothstreaming=true\n" 143 "media.aac_51_output_enabled=true\n" 144 "#37491 is decimal sum of supported codecs in AAL\n" 145 "#codecs: AVI AC3 ASF AAC QCP DTS 3G2 MP2TS\n" 146 "mm.enable.qcom_parser=37491\n" 147 "\n" 148 "# VIDC: debug_levels\n" 149 "# 1:ERROR 2:HIGH 4:LOW 0:NOLOGS 7:AllLOGS\n" 150 "vidc.debug.level=1\n" 151 "#\n" 152 "ro.data.large_tcp_window_size=true\n" 153 "\n" 154 "# system prop for opengles version\n" 155 "#\n" 156 "# 196608 is decimal for 0x30000 to report version 3\n" 157 "ro.opengles.version=196608\n" 158 "\n" 159 "# System property for cabl\n" 160 "ro.qualcomm.cabl=1\n" 161 "\n" 162 "#\n" 163 "# System props for bluetooth\n" 164 "# System prop to turn on hfp client\n" 165 "bluetooth.hfp.client=1\n" 166 "\n" 167 "#\n" 168 "# System props for bluetooth LE Always on feature\n" 169 "#\n" 170 "ro.bluetooth.alwaysbleon=true\n" 171 "\n" 172 "#Simulate sdcard on /data/media\n" 173 "#\n" 174 "persist.fuse_sdcard=true\n" 175 "\n" 176 "#\n" 177 "#snapdragon value add features\n" 178 "#\n" 179 "ro.qc.sdk.audio.ssr=false\n" 180 "##fluencetype can be \"fluence\" or \"fluencepro\" or \"none\"\n" 181 "ro.qc.sdk.audio.fluencetype=none\n" 182 "persist.audio.fluence.voicecall=true\n" 183 "persist.audio.fluence.voicerec=false\n" 184 "persist.audio.fluence.speaker=true\n" 185 "\n" 186 "ro.qc.sdk.sensors.gestures=true\n" 187 "ro.qc.sdk.gestures.camera=false\n" 188 "ro.qc.sdk.camera.facialproc=false\n" 189 "# system prop for NFC DT\n" 190 "ro.nfc.port=I2C\n" 191 "#property to enable user to access Google WFD settings.\n" 192 "persist.debug.wfd.enable=1\n" 193 "#property to choose between virtual/external wfd display\n" 194 "persist.sys.wfd.virtual=0\n" 195 "tunnel.audio.encode = true\n" 196 "\n" 197 "#use VERY_HIGH_QUALITY for audio resampler\n" 198 "af.resampler.quality=4\n" 199 "\n" 200 "#Buffer size in kbytes for compress offload playback\n" 201 "audio.offload.buffer.size.kb=32\n" 202 "\n" 203 "#Enable offload audio video playback by default\n" 204 "av.offload.enable=true\n" 205 "\n" 206 "#enable voice path for PCM VoIP by default\n" 207 "use.voice.path.for.pcm.voip=true\n" 208 "\n" 209 "#hwui properties\n" 210 "ro.hwui.texture_cache_size=72\n" 211 "ro.hwui.layer_cache_size=48\n" 212 "ro.hwui.r_buffer_cache_size=8\n" 213 "ro.hwui.path_cache_size=32\n" 214 "ro.hwui.gradient_cache_size=1\n" 215 "ro.hwui.drop_shadow_cache_size=6\n" 216 "ro.hwui.texture_cache_flushrate=0.4\n" 217 "ro.hwui.text_small_cache_width=1024\n" 218 "ro.hwui.text_small_cache_height=1024\n" 219 "ro.hwui.text_large_cache_width=2048\n" 220 "ro.hwui.text_large_cache_height=1024\n" 221 "\n" 222 "#disable dsp gapless mode by default\n" 223 "audio.offload.gapless.enabled=false\n" 224 "\n" 225 "\n" 226 "# Enable time services daemon\n" 227 "persist.timed.enable=true\n" 228 "\n" 229 "# Data modules (For evolution RIL model)\n" 230 "ro.use_data_netmgrd=false\n" 231 "persist.data.netmgrd.qos.enable=false\n" 232 "\n" 233 "# SAMP SDHA\n" 234 "ro.config.oomminfree_high32=73728,92160,110592,129024,147456,184320\n" 235 "\n" 236 "#\n" 237 "# ADDITIONAL_BUILD_PROPERTIES\n" 238 "#\n" 239 "ro.astcenc.astcsupport=0\n" 240 "ro.mct.compressiontype=ETC2\n" 241 "ro.config.tima=1\n" 242 "ro.config.timaversion=3.0\n" 243 "ro.config.rkp=true\n" 244 "ro.use_data_netmgrd=false\n" 245 "ro.config.alarm_alert=Morning_flower.ogg\n" 246 "ro.config.ringtone=ATT_Firefly_Default.ogg\n" 247 "ro.config.notification_sound=Whisper.ogg\n" 248 "ro.config.ringtone_2=Basic_Bell.ogg\n" 249 "ro.config.notification_sound_2=S_Charming_Bell.ogg\n" 250 "keyguard.no_require_sim=true\n" 251 "ro.com.android.dateformat=MM-dd-yyyy\n" 252 "ro.carrier=unknown\n" 253 "ro.com.google.clientidbase=android-samsung\n" 254 "ro.security.icd.flagmode=single\n" 255 "ro.vendor.extension_library=libqti-perfd-client.so\n" 256 "persist.radio.apm_sim_not_pwdn=1\n" 257 "dalvik.vm.heapstartsize=8m\n" 258 "dalvik.vm.heapgrowthlimit=128m\n" 259 "dalvik.vm.heapsize=512m\n" 260 "dalvik.vm.heaptargetutilization=0.75\n" 261 "dalvik.vm.heapminfree=2m\n" 262 "dalvik.vm.heapmaxfree=8m\n" 263 "ro.build.scafe=americano\n" 264 "ro.build.scafe.size=short\n" 265 "ro.build.scafe.shot=single\n" 266 "ro.build.scafe.cream=white\n" 267 "ro.sec.fle.encryption=true\n" 268 "ro.hdcp2.rx=tz\n" 269 "media.enable-commonsource=true\n" 270 "ro.secwvk=144\n" 271 "ro.securestorage.support=true\n" 272 "security.mdpp=None\n" 273 "ro.security.mdpp.ver=1.1\n" 274 "ro.security.mdpp.release=4\n" 275 "ro.security.vpnpp.ver=1.4\n" 276 "ro.security.vpnpp.release=5.3\n" 277 "security.mdpp.result=None\n" 278 "ro.security.mdpp.ux=Enabled\n" 279 "ro.config.dha_cached_max=8\n" 280 "ro.config.dha_empty_init=36\n" 281 "ro.config.dha_empty_max=36\n" 282 "ro.config.dha_th_rate=1.83\n" 283 "ro.config.ldha_ext_enable=true\n" 284 "ro.error.receiver.default=com.samsung.receiver.error\n" 285 "ro.security.reactive.active=1\n" 286 "ro.smps.enable=true\n" 287 "ro.setupwizard.mode=DISABLED\n" 288 "ro.com.google.clientidbase.ms=android-att-us\n" 289 "ro.com.google.clientidbase.am=android-att-us\n" 290 "ro.com.google.clientidbase.yt=android-samsung\n" 291 "ro.com.google.clientidbase.gmm=android-samsung\n" 292 "ro.com.google.gmsversion=5.1_r2\n" 293 "persist.sys.dalvik.vm.lib.2=libart.so\n" 294 "ro.build.selinux=1\n" 295 "dalvik.vm.isa.arm.features=div\n" 296 "ro.config.knox=v30\n" 297 "ro.kernel.qemu=0\n" 298 "net.bt.name=Android\n" 299 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 300 "persist.gps.qc_nlp_in_use=1\n" 301 "persist.loc.nlp_name=com.qualcomm.location\n" 302 "ro.gps.agps_provider=1\n" 303 "ro.pip.gated=0\n" 304 "ro.build.aapt.config.prefer=xxhdpi\n" 305 "ro.build.version.sdl=2202\n" 306 "\n", 307 }, 308 { 309 .path = "/sys/devices/system/cpu/kernel_max", 310 .size = 2, 311 .content = "3\n", 312 }, 313 { 314 .path = "/sys/devices/system/cpu/possible", 315 .size = 4, 316 .content = "0-3\n", 317 }, 318 { 319 .path = "/sys/devices/system/cpu/present", 320 .size = 4, 321 .content = "0-3\n", 322 }, 323 { 324 .path = "/sys/devices/system/cpu/online", 325 .size = 4, 326 .content = "0-3\n", 327 }, 328 { 329 .path = "/sys/devices/system/cpu/offline", 330 .size = 1, 331 .content = "\n", 332 }, 333 { 334 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 335 .size = 9, 336 .content = "msm_idle\n", 337 }, 338 { 339 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 340 .size = 5, 341 .content = "menu\n", 342 }, 343 { 344 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 345 .size = 2, 346 .content = "0\n", 347 }, 348 { 349 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 350 .size = 8, 351 .content = "2457600\n", 352 }, 353 { 354 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 355 .size = 7, 356 .content = "300000\n", 357 }, 358 { 359 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 360 .size = 2, 361 .content = "0\n", 362 }, 363 { 364 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 365 .size = 2, 366 .content = "0\n", 367 }, 368 { 369 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 370 .size = 115, 371 .content = "300000 422400 652800 729600 883200 960000 1036800 1190400 1267200 1497600 1574400 1728000 1958400 2265600 2457600 \n", 372 }, 373 { 374 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 375 .size = 67, 376 .content = "interactive conservative ondemand userspace powersave performance \n", 377 }, 378 { 379 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 380 .size = 8, 381 .content = "2457600\n", 382 }, 383 { 384 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 385 .size = 4, 386 .content = "msm\n", 387 }, 388 { 389 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 390 .size = 12, 391 .content = "performance\n", 392 }, 393 { 394 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 395 .size = 7, 396 .content = "300000\n", 397 }, 398 { 399 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 400 .size = 147, 401 .content = 402 "300000 0\n" 403 "422400 0\n" 404 "652800 0\n" 405 "729600 0\n" 406 "883200 0\n" 407 "960000 0\n" 408 "1036800 0\n" 409 "1190400 0\n" 410 "1267200 0\n" 411 "1497600 0\n" 412 "1574400 0\n" 413 "1728000 0\n" 414 "1958400 0\n" 415 "2265600 0\n" 416 "2457600 1372\n", 417 }, 418 { 419 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 420 .size = 2, 421 .content = "0\n", 422 }, 423 { 424 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 425 .size = 2, 426 .content = "0\n", 427 }, 428 { 429 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 430 .size = 4, 431 .content = "0-3\n", 432 }, 433 { 434 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 435 .size = 2, 436 .content = "f\n", 437 }, 438 { 439 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 440 .size = 2, 441 .content = "0\n", 442 }, 443 { 444 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 445 .size = 2, 446 .content = "0\n", 447 }, 448 { 449 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 450 .size = 2, 451 .content = "1\n", 452 }, 453 { 454 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 455 .size = 2, 456 .content = "1\n", 457 }, 458 { 459 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 460 .size = 8, 461 .content = "2457600\n", 462 }, 463 { 464 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 465 .size = 7, 466 .content = "300000\n", 467 }, 468 { 469 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 470 .size = 2, 471 .content = "0\n", 472 }, 473 { 474 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 475 .size = 2, 476 .content = "1\n", 477 }, 478 { 479 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 480 .size = 115, 481 .content = "300000 422400 652800 729600 883200 960000 1036800 1190400 1267200 1497600 1574400 1728000 1958400 2265600 2457600 \n", 482 }, 483 { 484 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 485 .size = 67, 486 .content = "interactive conservative ondemand userspace powersave performance \n", 487 }, 488 { 489 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 490 .size = 8, 491 .content = "2457600\n", 492 }, 493 { 494 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 495 .size = 4, 496 .content = "msm\n", 497 }, 498 { 499 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 500 .size = 12, 501 .content = "performance\n", 502 }, 503 { 504 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq", 505 .size = 8, 506 .content = "2457600\n", 507 }, 508 { 509 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 510 .size = 7, 511 .content = "300000\n", 512 }, 513 { 514 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 515 .size = 147, 516 .content = 517 "300000 0\n" 518 "422400 0\n" 519 "652800 0\n" 520 "729600 0\n" 521 "883200 0\n" 522 "960000 0\n" 523 "1036800 0\n" 524 "1190400 0\n" 525 "1267200 0\n" 526 "1497600 0\n" 527 "1574400 0\n" 528 "1728000 0\n" 529 "1958400 0\n" 530 "2265600 0\n" 531 "2457600 1612\n", 532 }, 533 { 534 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 535 .size = 2, 536 .content = "0\n", 537 }, 538 { 539 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 540 .size = 2, 541 .content = "0\n", 542 }, 543 { 544 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 545 .size = 4, 546 .content = "0-3\n", 547 }, 548 { 549 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 550 .size = 2, 551 .content = "f\n", 552 }, 553 { 554 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 555 .size = 2, 556 .content = "1\n", 557 }, 558 { 559 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 560 .size = 2, 561 .content = "1\n", 562 }, 563 { 564 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 565 .size = 2, 566 .content = "2\n", 567 }, 568 { 569 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", 570 .size = 2, 571 .content = "2\n", 572 }, 573 { 574 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", 575 .size = 8, 576 .content = "2457600\n", 577 }, 578 { 579 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors", 580 .size = 67, 581 .content = "interactive conservative ondemand userspace powersave performance \n", 582 }, 583 { 584 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq", 585 .size = 8, 586 .content = "2457600\n", 587 }, 588 { 589 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", 590 .size = 4, 591 .content = "msm\n", 592 }, 593 { 594 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor", 595 .size = 12, 596 .content = "interactive\n", 597 }, 598 { 599 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq", 600 .size = 8, 601 .content = "2457600\n", 602 }, 603 { 604 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq", 605 .size = 7, 606 .content = "300000\n", 607 }, 608 { 609 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state", 610 .size = 145, 611 .content = 612 "300000 0\n" 613 "422400 0\n" 614 "652800 0\n" 615 "729600 0\n" 616 "883200 0\n" 617 "960000 0\n" 618 "1036800 0\n" 619 "1190400 0\n" 620 "1267200 0\n" 621 "1497600 0\n" 622 "1574400 0\n" 623 "1728000 0\n" 624 "1958400 0\n" 625 "2265600 0\n" 626 "2457600 11\n", 627 }, 628 { 629 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", 630 .size = 2, 631 .content = "0\n", 632 }, 633 { 634 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", 635 .size = 2, 636 .content = "0\n", 637 }, 638 { 639 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", 640 .size = 4, 641 .content = "0-3\n", 642 }, 643 { 644 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings", 645 .size = 2, 646 .content = "f\n", 647 }, 648 { 649 .path = "/sys/devices/system/cpu/cpu2/topology/core_id", 650 .size = 2, 651 .content = "2\n", 652 }, 653 { 654 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", 655 .size = 2, 656 .content = "2\n", 657 }, 658 { 659 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", 660 .size = 2, 661 .content = "4\n", 662 }, 663 { 664 .path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus", 665 .size = 2, 666 .content = "3\n", 667 }, 668 { 669 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq", 670 .size = 8, 671 .content = "2457600\n", 672 }, 673 { 674 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq", 675 .size = 7, 676 .content = "300000\n", 677 }, 678 { 679 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency", 680 .size = 2, 681 .content = "0\n", 682 }, 683 { 684 .path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus", 685 .size = 2, 686 .content = "3\n", 687 }, 688 { 689 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies", 690 .size = 115, 691 .content = "300000 422400 652800 729600 883200 960000 1036800 1190400 1267200 1497600 1574400 1728000 1958400 2265600 2457600 \n", 692 }, 693 { 694 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors", 695 .size = 67, 696 .content = "interactive conservative ondemand userspace powersave performance \n", 697 }, 698 { 699 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq", 700 .size = 8, 701 .content = "2457600\n", 702 }, 703 { 704 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver", 705 .size = 4, 706 .content = "msm\n", 707 }, 708 { 709 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor", 710 .size = 12, 711 .content = "interactive\n", 712 }, 713 { 714 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq", 715 .size = 8, 716 .content = "2457600\n", 717 }, 718 { 719 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq", 720 .size = 7, 721 .content = "300000\n", 722 }, 723 { 724 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state", 725 .size = 146, 726 .content = 727 "300000 0\n" 728 "422400 0\n" 729 "652800 0\n" 730 "729600 0\n" 731 "883200 0\n" 732 "960000 0\n" 733 "1036800 0\n" 734 "1190400 0\n" 735 "1267200 0\n" 736 "1497600 0\n" 737 "1574400 0\n" 738 "1728000 0\n" 739 "1958400 0\n" 740 "2265600 0\n" 741 "2457600 208\n", 742 }, 743 { 744 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans", 745 .size = 2, 746 .content = "0\n", 747 }, 748 { 749 .path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id", 750 .size = 2, 751 .content = "0\n", 752 }, 753 { 754 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list", 755 .size = 4, 756 .content = "0-3\n", 757 }, 758 { 759 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings", 760 .size = 2, 761 .content = "f\n", 762 }, 763 { 764 .path = "/sys/devices/system/cpu/cpu3/topology/core_id", 765 .size = 2, 766 .content = "3\n", 767 }, 768 { 769 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list", 770 .size = 2, 771 .content = "3\n", 772 }, 773 { 774 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings", 775 .size = 2, 776 .content = "8\n", 777 }, 778 { NULL }, 779 }; 780 781 #ifdef __ANDROID__ 782 struct cpuinfo_mock_property properties[] = { 783 { 784 .key = "DEVICE_PROVISIONED", 785 .value = "1", 786 }, 787 { 788 .key = "af.resampler.quality", 789 .value = "4", 790 }, 791 { 792 .key = "audio.offload.buffer.size.kb", 793 .value = "32", 794 }, 795 { 796 .key = "audio.offload.gapless.enabled", 797 .value = "false", 798 }, 799 { 800 .key = "av.offload.enable", 801 .value = "true", 802 }, 803 { 804 .key = "bluetooth.hfp.client", 805 .value = "1", 806 }, 807 { 808 .key = "boot.sfbootcomplete", 809 .value = "0", 810 }, 811 { 812 .key = "camera2.portability.force_api", 813 .value = "1", 814 }, 815 { 816 .key = "dalvik.vm.dex2oat-Xms", 817 .value = "64m", 818 }, 819 { 820 .key = "dalvik.vm.dex2oat-Xmx", 821 .value = "512m", 822 }, 823 { 824 .key = "dalvik.vm.heapgrowthlimit", 825 .value = "128m", 826 }, 827 { 828 .key = "dalvik.vm.heapmaxfree", 829 .value = "8m", 830 }, 831 { 832 .key = "dalvik.vm.heapminfree", 833 .value = "2m", 834 }, 835 { 836 .key = "dalvik.vm.heapsize", 837 .value = "512m", 838 }, 839 { 840 .key = "dalvik.vm.heapstartsize", 841 .value = "8m", 842 }, 843 { 844 .key = "dalvik.vm.heaptargetutilization", 845 .value = "0.75", 846 }, 847 { 848 .key = "dalvik.vm.image-dex2oat-Xms", 849 .value = "64m", 850 }, 851 { 852 .key = "dalvik.vm.image-dex2oat-Xmx", 853 .value = "64m", 854 }, 855 { 856 .key = "dalvik.vm.isa.arm.features", 857 .value = "div", 858 }, 859 { 860 .key = "dalvik.vm.stack-trace-file", 861 .value = "/data/anr/traces.txt", 862 }, 863 { 864 .key = "debug.composition.type", 865 .value = "c2d", 866 }, 867 { 868 .key = "debug.egl.hw", 869 .value = "1", 870 }, 871 { 872 .key = "debug.force_rtl", 873 .value = "0", 874 }, 875 { 876 .key = "debug.mdpcomp.logs", 877 .value = "0", 878 }, 879 { 880 .key = "debug.sf.hw", 881 .value = "1", 882 }, 883 { 884 .key = "debug.sf.layerdump", 885 .value = "0", 886 }, 887 { 888 .key = "dev.kies.sommode", 889 .value = "TRUE", 890 }, 891 { 892 .key = "dev.kiessupport", 893 .value = "TRUE", 894 }, 895 { 896 .key = "dev.pm.dyn_samplingrate", 897 .value = "1", 898 }, 899 { 900 .key = "init.svc.BCS-daemon", 901 .value = "running", 902 }, 903 { 904 .key = "init.svc.DR-daemon", 905 .value = "running", 906 }, 907 { 908 .key = "init.svc.SIDESYNC_service", 909 .value = "running", 910 }, 911 { 912 .key = "init.svc.SMD-daemon", 913 .value = "running", 914 }, 915 { 916 .key = "init.svc.TvoutService_C", 917 .value = "running", 918 }, 919 { 920 .key = "init.svc.adbd", 921 .value = "running", 922 }, 923 { 924 .key = "init.svc.adsprpcd", 925 .value = "running", 926 }, 927 { 928 .key = "init.svc.apaservice", 929 .value = "running", 930 }, 931 { 932 .key = "init.svc.at_distributor", 933 .value = "running", 934 }, 935 { 936 .key = "init.svc.atfwd", 937 .value = "running", 938 }, 939 { 940 .key = "init.svc.audiod", 941 .value = "running", 942 }, 943 { 944 .key = "init.svc.bootanim", 945 .value = "running", 946 }, 947 { 948 .key = "init.svc.bootchecker", 949 .value = "running", 950 }, 951 { 952 .key = "init.svc.ccm", 953 .value = "running", 954 }, 955 { 956 .key = "init.svc.config_bluetooth", 957 .value = "stopped", 958 }, 959 { 960 .key = "init.svc.cs_service", 961 .value = "running", 962 }, 963 { 964 .key = "init.svc.debuggerd", 965 .value = "running", 966 }, 967 { 968 .key = "init.svc.diag_uart_log", 969 .value = "running", 970 }, 971 { 972 .key = "init.svc.drm", 973 .value = "running", 974 }, 975 { 976 .key = "init.svc.drsd", 977 .value = "running", 978 }, 979 { 980 .key = "init.svc.edmaudit", 981 .value = "running", 982 }, 983 { 984 .key = "init.svc.epmlogd", 985 .value = "stopped", 986 }, 987 { 988 .key = "init.svc.flash_recovery", 989 .value = "stopped", 990 }, 991 { 992 .key = "init.svc.healthd", 993 .value = "running", 994 }, 995 { 996 .key = "init.svc.icd", 997 .value = "stopped", 998 }, 999 { 1000 .key = "init.svc.immvibed", 1001 .value = "running", 1002 }, 1003 { 1004 .key = "init.svc.installd", 1005 .value = "running", 1006 }, 1007 { 1008 .key = "init.svc.insthk", 1009 .value = "stopped", 1010 }, 1011 { 1012 .key = "init.svc.ipsec-daemon", 1013 .value = "running", 1014 }, 1015 { 1016 .key = "init.svc.irsc_util", 1017 .value = "stopped", 1018 }, 1019 { 1020 .key = "init.svc.jackservice", 1021 .value = "running", 1022 }, 1023 { 1024 .key = "init.svc.keystore", 1025 .value = "running", 1026 }, 1027 { 1028 .key = "init.svc.knox", 1029 .value = "stopped", 1030 }, 1031 { 1032 .key = "init.svc.lmkd", 1033 .value = "running", 1034 }, 1035 { 1036 .key = "init.svc.loc_launcher", 1037 .value = "running", 1038 }, 1039 { 1040 .key = "init.svc.logd", 1041 .value = "running", 1042 }, 1043 { 1044 .key = "init.svc.macloader", 1045 .value = "stopped", 1046 }, 1047 { 1048 .key = "init.svc.mcStarter", 1049 .value = "stopped", 1050 }, 1051 { 1052 .key = "init.svc.media", 1053 .value = "running", 1054 }, 1055 { 1056 .key = "init.svc.mobex-daemon", 1057 .value = "running", 1058 }, 1059 { 1060 .key = "init.svc.netd", 1061 .value = "running", 1062 }, 1063 { 1064 .key = "init.svc.netmgrd", 1065 .value = "stopped", 1066 }, 1067 { 1068 .key = "init.svc.otp", 1069 .value = "running", 1070 }, 1071 { 1072 .key = "init.svc.p2p_supplicant", 1073 .value = "running", 1074 }, 1075 { 1076 .key = "init.svc.powersnd", 1077 .value = "running", 1078 }, 1079 { 1080 .key = "init.svc.prepare_param", 1081 .value = "stopped", 1082 }, 1083 { 1084 .key = "init.svc.privatemode", 1085 .value = "stopped", 1086 }, 1087 { 1088 .key = "init.svc.qcamerasvr", 1089 .value = "running", 1090 }, 1091 { 1092 .key = "init.svc.qcom-c_core-sh", 1093 .value = "stopped", 1094 }, 1095 { 1096 .key = "init.svc.qcom-c_main-sh", 1097 .value = "stopped", 1098 }, 1099 { 1100 .key = "init.svc.qcom-sh", 1101 .value = "stopped", 1102 }, 1103 { 1104 .key = "init.svc.qcom-usb-sh", 1105 .value = "stopped", 1106 }, 1107 { 1108 .key = "init.svc.qmuxd", 1109 .value = "running", 1110 }, 1111 { 1112 .key = "init.svc.qseecomd", 1113 .value = "running", 1114 }, 1115 { 1116 .key = "init.svc.rfs_access", 1117 .value = "running", 1118 }, 1119 { 1120 .key = "init.svc.ril-daemon", 1121 .value = "running", 1122 }, 1123 { 1124 .key = "init.svc.rmt_storage", 1125 .value = "running", 1126 }, 1127 { 1128 .key = "init.svc.run-mobicore", 1129 .value = "running", 1130 }, 1131 { 1132 .key = "init.svc.scranton_RD", 1133 .value = "stopped", 1134 }, 1135 { 1136 .key = "init.svc.scs", 1137 .value = "stopped", 1138 }, 1139 { 1140 .key = "init.svc.sdcard", 1141 .value = "stopped", 1142 }, 1143 { 1144 .key = "init.svc.sdp_cryptod", 1145 .value = "running", 1146 }, 1147 { 1148 .key = "init.svc.sec-sh", 1149 .value = "stopped", 1150 }, 1151 { 1152 .key = "init.svc.secure_fs", 1153 .value = "stopped", 1154 }, 1155 { 1156 .key = "init.svc.secure_storage", 1157 .value = "running", 1158 }, 1159 { 1160 .key = "init.svc.sensorhubservice", 1161 .value = "running", 1162 }, 1163 { 1164 .key = "init.svc.servicemanager", 1165 .value = "running", 1166 }, 1167 { 1168 .key = "init.svc.ss_kb_service", 1169 .value = "running", 1170 }, 1171 { 1172 .key = "init.svc.surfaceflinger", 1173 .value = "running", 1174 }, 1175 { 1176 .key = "init.svc.swapon", 1177 .value = "stopped", 1178 }, 1179 { 1180 .key = "init.svc.thermal-engine", 1181 .value = "running", 1182 }, 1183 { 1184 .key = "init.svc.time_daemon", 1185 .value = "running", 1186 }, 1187 { 1188 .key = "init.svc.tui", 1189 .value = "running", 1190 }, 1191 { 1192 .key = "init.svc.ueventd", 1193 .value = "running", 1194 }, 1195 { 1196 .key = "init.svc.vcsFPService", 1197 .value = "running", 1198 }, 1199 { 1200 .key = "init.svc.vold", 1201 .value = "running", 1202 }, 1203 { 1204 .key = "init.svc.wcnss-service", 1205 .value = "stopped", 1206 }, 1207 { 1208 .key = "init.svc.zygote", 1209 .value = "running", 1210 }, 1211 { 1212 .key = "installd.sdcard_manipulate_done", 1213 .value = "1", 1214 }, 1215 { 1216 .key = "keyguard.no_require_sim", 1217 .value = "true", 1218 }, 1219 { 1220 .key = "logd.auditd", 1221 .value = "false", 1222 }, 1223 { 1224 .key = "media.aac_51_output_enabled", 1225 .value = "true", 1226 }, 1227 { 1228 .key = "media.enable-commonsource", 1229 .value = "true", 1230 }, 1231 { 1232 .key = "media.stagefright.enable-aac", 1233 .value = "true", 1234 }, 1235 { 1236 .key = "media.stagefright.enable-fma2dp", 1237 .value = "true", 1238 }, 1239 { 1240 .key = "media.stagefright.enable-http", 1241 .value = "true", 1242 }, 1243 { 1244 .key = "media.stagefright.enable-player", 1245 .value = "true", 1246 }, 1247 { 1248 .key = "media.stagefright.enable-qcp", 1249 .value = "true", 1250 }, 1251 { 1252 .key = "media.stagefright.enable-scan", 1253 .value = "true", 1254 }, 1255 { 1256 .key = "mm.enable.qcom_parser", 1257 .value = "37491", 1258 }, 1259 { 1260 .key = "mm.enable.smoothstreaming", 1261 .value = "true", 1262 }, 1263 { 1264 .key = "mmp.enable.3g2", 1265 .value = "true", 1266 }, 1267 { 1268 .key = "net.bt.name", 1269 .value = "Android", 1270 }, 1271 { 1272 .key = "net.change", 1273 .value = "net.qtaguid_enabled", 1274 }, 1275 { 1276 .key = "net.hostname", 1277 .value = "android-9510681365bb4899", 1278 }, 1279 { 1280 .key = "net.knox.shareddevice.version", 1281 .value = "N/A", 1282 }, 1283 { 1284 .key = "net.knoxscep.version", 1285 .value = "2.0.1", 1286 }, 1287 { 1288 .key = "net.knoxsso.version", 1289 .value = "2.4.0", 1290 }, 1291 { 1292 .key = "net.knoxvpn.version", 1293 .value = "2.2.2", 1294 }, 1295 { 1296 .key = "net.qtaguid_enabled", 1297 .value = "1", 1298 }, 1299 { 1300 .key = "net.tcp.buffersize.default", 1301 .value = "4096,87380,110208,4096,16384,110208", 1302 }, 1303 { 1304 .key = "net.tcp.buffersize.edge", 1305 .value = "4093,26280,70800,4096,16384,70800", 1306 }, 1307 { 1308 .key = "net.tcp.buffersize.ethernet", 1309 .value = "524288,1048576,3145728,524288,1048576,2097152", 1310 }, 1311 { 1312 .key = "net.tcp.buffersize.evdo", 1313 .value = "4094,87380,262144,4096,16384,262144", 1314 }, 1315 { 1316 .key = "net.tcp.buffersize.gprs", 1317 .value = "4092,8760,48000,4096,8760,48000", 1318 }, 1319 { 1320 .key = "net.tcp.buffersize.hsdpa", 1321 .value = "61167,367002,1101005,8738,52429,262114", 1322 }, 1323 { 1324 .key = "net.tcp.buffersize.hspa", 1325 .value = "40778,244668,734003,16777,100663,301990", 1326 }, 1327 { 1328 .key = "net.tcp.buffersize.hspap", 1329 .value = "122334,734003,2202010,32040,192239,576717", 1330 }, 1331 { 1332 .key = "net.tcp.buffersize.hsupa", 1333 .value = "40778,244668,734003,16777,100663,301990", 1334 }, 1335 { 1336 .key = "net.tcp.buffersize.lte", 1337 .value = "524288,1048576,2560000,524288,1048576,2560000", 1338 }, 1339 { 1340 .key = "net.tcp.buffersize.umts", 1341 .value = "58254,349525,1048576,58254,349525,1048576", 1342 }, 1343 { 1344 .key = "net.tcp.buffersize.wifi", 1345 .value = "524288,1048576,4525824,524288,1048576,4525824", 1346 }, 1347 { 1348 .key = "net.tcp.default_init_rwnd", 1349 .value = "60", 1350 }, 1351 { 1352 .key = "net.tcp.delack.default", 1353 .value = "1", 1354 }, 1355 { 1356 .key = "net.tcp.delack.lte", 1357 .value = "8", 1358 }, 1359 { 1360 .key = "net.tcp.delack.wifi", 1361 .value = "20", 1362 }, 1363 { 1364 .key = "net.tcp.usercfg.default", 1365 .value = "0", 1366 }, 1367 { 1368 .key = "net.tcp.usercfg.lte", 1369 .value = "1", 1370 }, 1371 { 1372 .key = "net.tcp.usercfg.wifi", 1373 .value = "1", 1374 }, 1375 { 1376 .key = "persist.audio.allsoundmute", 1377 .value = "0", 1378 }, 1379 { 1380 .key = "persist.audio.cpufreq", 1381 .value = "350000", 1382 }, 1383 { 1384 .key = "persist.audio.finemediavolume", 1385 .value = "0", 1386 }, 1387 { 1388 .key = "persist.audio.fluence.speaker", 1389 .value = "true", 1390 }, 1391 { 1392 .key = "persist.audio.fluence.voicecall", 1393 .value = "true", 1394 }, 1395 { 1396 .key = "persist.audio.fluence.voicerec", 1397 .value = "false", 1398 }, 1399 { 1400 .key = "persist.audio.globaleffect", 1401 .value = "0", 1402 }, 1403 { 1404 .key = "persist.audio.headsetsysvolume", 1405 .value = "9", 1406 }, 1407 { 1408 .key = "persist.audio.hphonesysvolume", 1409 .value = "9", 1410 }, 1411 { 1412 .key = "persist.audio.mpseek", 1413 .value = "0", 1414 }, 1415 { 1416 .key = "persist.audio.mysound", 1417 .value = "1", 1418 }, 1419 { 1420 .key = "persist.audio.ringermode", 1421 .value = "2", 1422 }, 1423 { 1424 .key = "persist.audio.soundalivefxsec", 1425 .value = "1", 1426 }, 1427 { 1428 .key = "persist.audio.stereospeaker", 1429 .value = "0", 1430 }, 1431 { 1432 .key = "persist.audio.sysvolume", 1433 .value = "9", 1434 }, 1435 { 1436 .key = "persist.audio.uhqa", 1437 .value = "1", 1438 }, 1439 { 1440 .key = "persist.bluetooth_fw_ver", 1441 .value = "bcm4350_V0301.0564.hcd", 1442 }, 1443 { 1444 .key = "persist.cne.feature", 1445 .value = "0", 1446 }, 1447 { 1448 .key = "persist.csc.nosimcountry", 1449 .value = "US", 1450 }, 1451 { 1452 .key = "persist.csc.nosimlanguage", 1453 .value = "en", 1454 }, 1455 { 1456 .key = "persist.data.netmgrd.qos.enable", 1457 .value = "false", 1458 }, 1459 { 1460 .key = "persist.debug.wfd.enable", 1461 .value = "1", 1462 }, 1463 { 1464 .key = "persist.demo.hdmirotationlock", 1465 .value = "false", 1466 }, 1467 { 1468 .key = "persist.eons.enabled", 1469 .value = "true", 1470 }, 1471 { 1472 .key = "persist.fuse_sdcard", 1473 .value = "true", 1474 }, 1475 { 1476 .key = "persist.gps.qc_nlp_in_use", 1477 .value = "1", 1478 }, 1479 { 1480 .key = "persist.hwc.mdpcomp.enable", 1481 .value = "true", 1482 }, 1483 { 1484 .key = "persist.loc.nlp_name", 1485 .value = "com.qualcomm.location", 1486 }, 1487 { 1488 .key = "persist.radio.add_power_save", 1489 .value = "1", 1490 }, 1491 { 1492 .key = "persist.radio.apm_sim_not_pwdn", 1493 .value = "1", 1494 }, 1495 { 1496 .key = "persist.radio.calldefault.simid", 1497 .value = "0", 1498 }, 1499 { 1500 .key = "persist.radio.dataprefer.slotId", 1501 .value = "0", 1502 }, 1503 { 1504 .key = "persist.radio.initphone-type", 1505 .value = "1", 1506 }, 1507 { 1508 .key = "persist.radio.lte_vrte_ltd", 1509 .value = "1", 1510 }, 1511 { 1512 .key = "persist.radio.plmnname_1", 1513 .value = "", 1514 }, 1515 { 1516 .key = "persist.radio.plmnname_2", 1517 .value = "", 1518 }, 1519 { 1520 .key = "persist.radio.process_sups_ind", 1521 .value = "0", 1522 }, 1523 { 1524 .key = "persist.radio.rilversion", 1525 .value = "8", 1526 }, 1527 { 1528 .key = "persist.ril.ims.eutranParam", 1529 .value = "3", 1530 }, 1531 { 1532 .key = "persist.ril.ims.utranParam", 1533 .value = "0", 1534 }, 1535 { 1536 .key = "persist.security.ams.enforcing", 1537 .value = "1", 1538 }, 1539 { 1540 .key = "persist.security.tlc.ccm", 1541 .value = "0", 1542 }, 1543 { 1544 .key = "persist.security.tlc.otp", 1545 .value = "0", 1546 }, 1547 { 1548 .key = "persist.security.tlc.tui", 1549 .value = "0", 1550 }, 1551 { 1552 .key = "persist.service.bdroid.version", 1553 .value = "4.1", 1554 }, 1555 { 1556 .key = "persist.speaker.prot.enable", 1557 .value = "false", 1558 }, 1559 { 1560 .key = "persist.sys.clssprld1", 1561 .value = "715", 1562 }, 1563 { 1564 .key = "persist.sys.clssprld2", 1565 .value = "495", 1566 }, 1567 { 1568 .key = "persist.sys.country", 1569 .value = "US", 1570 }, 1571 { 1572 .key = "persist.sys.dalvik.vm.lib.2", 1573 .value = "libart.so", 1574 }, 1575 { 1576 .key = "persist.sys.drs.date", 1577 .value = "Wed Jan 27 21:23:36 KST 2016", 1578 }, 1579 { 1580 .key = "persist.sys.language", 1581 .value = "en", 1582 }, 1583 { 1584 .key = "persist.sys.localevar", 1585 .value = "", 1586 }, 1587 { 1588 .key = "persist.sys.media.use-awesome", 1589 .value = "true", 1590 }, 1591 { 1592 .key = "persist.sys.profiler_ms", 1593 .value = "0", 1594 }, 1595 { 1596 .key = "persist.sys.setupwizard", 1597 .value = "FINISH", 1598 }, 1599 { 1600 .key = "persist.sys.ssrm_unbox_cnt", 1601 .value = "2", 1602 }, 1603 { 1604 .key = "persist.sys.storage_preload", 1605 .value = "2", 1606 }, 1607 { 1608 .key = "persist.sys.strict_op_enable", 1609 .value = "false", 1610 }, 1611 { 1612 .key = "persist.sys.timezone", 1613 .value = "America/New_York", 1614 }, 1615 { 1616 .key = "persist.sys.usb.config.extra", 1617 .value = "none", 1618 }, 1619 { 1620 .key = "persist.sys.usb.config", 1621 .value = "mtp,adb", 1622 }, 1623 { 1624 .key = "persist.sys.wfd.virtual", 1625 .value = "0", 1626 }, 1627 { 1628 .key = "persist.sys.whitelist", 1629 .value = "/system/etc/whitelist_appops.xml", 1630 }, 1631 { 1632 .key = "persist.timed.enable", 1633 .value = "true", 1634 }, 1635 { 1636 .key = "qcom.hw.aac.encoder", 1637 .value = "true", 1638 }, 1639 { 1640 .key = "ril.ICC_TYPE", 1641 .value = "2", 1642 }, 1643 { 1644 .key = "ril.RildInit", 1645 .value = "1", 1646 }, 1647 { 1648 .key = "ril.atd_status", 1649 .value = "1_0_0", 1650 }, 1651 { 1652 .key = "ril.ecclist0", 1653 .value = "911,112", 1654 }, 1655 { 1656 .key = "ril.ecclist_net0", 1657 .value = "", 1658 }, 1659 { 1660 .key = "ril.hasisim", 1661 .value = "1", 1662 }, 1663 { 1664 .key = "ril.official_cscver", 1665 .value = "G900AATT4CPA1", 1666 }, 1667 { 1668 .key = "ril.radiostate", 1669 .value = "0", 1670 }, 1671 { 1672 .key = "ril.serialnumber", 1673 .value = "R38F40JZFMF", 1674 }, 1675 { 1676 .key = "ril.ss.routing", 1677 .value = "1", 1678 }, 1679 { 1680 .key = "ril.subscription.types", 1681 .value = "NV,RUIM", 1682 }, 1683 { 1684 .key = "rild.libargs", 1685 .value = "-d /dev/smd0", 1686 }, 1687 { 1688 .key = "rild.libpath", 1689 .value = "/system/lib/libsec-ril.so", 1690 }, 1691 { 1692 .key = "ro.adb.secure", 1693 .value = "1", 1694 }, 1695 { 1696 .key = "ro.alarm_boot", 1697 .value = "false", 1698 }, 1699 { 1700 .key = "ro.allow.mock.location", 1701 .value = "0", 1702 }, 1703 { 1704 .key = "ro.astcenc.astcsupport", 1705 .value = "0", 1706 }, 1707 { 1708 .key = "ro.baseband", 1709 .value = "msm", 1710 }, 1711 { 1712 .key = "ro.bluetooth.alwaysbleon", 1713 .value = "true", 1714 }, 1715 { 1716 .key = "ro.bluetooth.dun", 1717 .value = "true", 1718 }, 1719 { 1720 .key = "ro.bluetooth.hfp.ver", 1721 .value = "1.6", 1722 }, 1723 { 1724 .key = "ro.bluetooth.sap", 1725 .value = "true", 1726 }, 1727 { 1728 .key = "ro.board.platform", 1729 .value = "msm8974", 1730 }, 1731 { 1732 .key = "ro.boot.baseband", 1733 .value = "msm", 1734 }, 1735 { 1736 .key = "ro.boot.boot_recovery", 1737 .value = "0", 1738 }, 1739 { 1740 .key = "ro.boot.bootloader", 1741 .value = "G900AUCU4CPA1", 1742 }, 1743 { 1744 .key = "ro.boot.cp_debug_level", 1745 .value = "0x55FF", 1746 }, 1747 { 1748 .key = "ro.boot.debug_level", 1749 .value = "0x4f4c", 1750 }, 1751 { 1752 .key = "ro.boot.emmc", 1753 .value = "true", 1754 }, 1755 { 1756 .key = "ro.boot.emmc_checksum", 1757 .value = "3", 1758 }, 1759 { 1760 .key = "ro.boot.hardware", 1761 .value = "qcom", 1762 }, 1763 { 1764 .key = "ro.boot.nvdata_backup", 1765 .value = "0", 1766 }, 1767 { 1768 .key = "ro.boot.sec_atd.tty", 1769 .value = "/dev/ttyHSL0", 1770 }, 1771 { 1772 .key = "ro.boot.serialno", 1773 .value = "cec297e3", 1774 }, 1775 { 1776 .key = "ro.boot.warranty_bit", 1777 .value = "0", 1778 }, 1779 { 1780 .key = "ro.boot_recovery", 1781 .value = "0", 1782 }, 1783 { 1784 .key = "ro.bootloader", 1785 .value = "G900AUCU4CPA1", 1786 }, 1787 { 1788 .key = "ro.bootmode", 1789 .value = "unknown", 1790 }, 1791 { 1792 .key = "ro.bt.bdaddr_path", 1793 .value = "/efs/bluetooth/bt_addr", 1794 }, 1795 { 1796 .key = "ro.build.PDA", 1797 .value = "G900AUCU4CPA1", 1798 }, 1799 { 1800 .key = "ro.build.aapt.config.prefer", 1801 .value = "xxhdpi", 1802 }, 1803 { 1804 .key = "ro.build.changelist", 1805 .value = "5869384", 1806 }, 1807 { 1808 .key = "ro.build.characteristics", 1809 .value = "att", 1810 }, 1811 { 1812 .key = "ro.build.date.utc", 1813 .value = "1453897416", 1814 }, 1815 { 1816 .key = "ro.build.date", 1817 .value = "Wed Jan 27 21:23:36 KST 2016", 1818 }, 1819 { 1820 .key = "ro.build.description", 1821 .value = "klteuc-user 5.1.1 LMY47X G900AUCU4CPA1 release-keys", 1822 }, 1823 { 1824 .key = "ro.build.display.id", 1825 .value = "LMY47X.G900AUCU4CPA1", 1826 }, 1827 { 1828 .key = "ro.build.fingerprint", 1829 .value = "samsung/klteuc/klteatt:5.1.1/LMY47X/G900AUCU4CPA1:user/release-keys", 1830 }, 1831 { 1832 .key = "ro.build.flavor", 1833 .value = "klteuc-user", 1834 }, 1835 { 1836 .key = "ro.build.hidden_ver", 1837 .value = "G900AUCU4CPA1", 1838 }, 1839 { 1840 .key = "ro.build.host", 1841 .value = "SWHC3812", 1842 }, 1843 { 1844 .key = "ro.build.id", 1845 .value = "LMY47X", 1846 }, 1847 { 1848 .key = "ro.build.product", 1849 .value = "klteatt", 1850 }, 1851 { 1852 .key = "ro.build.scafe.cream", 1853 .value = "white", 1854 }, 1855 { 1856 .key = "ro.build.scafe.shot", 1857 .value = "single", 1858 }, 1859 { 1860 .key = "ro.build.scafe.size", 1861 .value = "short", 1862 }, 1863 { 1864 .key = "ro.build.scafe", 1865 .value = "americano", 1866 }, 1867 { 1868 .key = "ro.build.selinux.enforce", 1869 .value = "1", 1870 }, 1871 { 1872 .key = "ro.build.selinux", 1873 .value = "1", 1874 }, 1875 { 1876 .key = "ro.build.tags", 1877 .value = "release-keys", 1878 }, 1879 { 1880 .key = "ro.build.type", 1881 .value = "user", 1882 }, 1883 { 1884 .key = "ro.build.user", 1885 .value = "dpi", 1886 }, 1887 { 1888 .key = "ro.build.version.all_codenames", 1889 .value = "REL", 1890 }, 1891 { 1892 .key = "ro.build.version.base_os", 1893 .value = "", 1894 }, 1895 { 1896 .key = "ro.build.version.codename", 1897 .value = "REL", 1898 }, 1899 { 1900 .key = "ro.build.version.incremental", 1901 .value = "G900AUCU4CPA1", 1902 }, 1903 { 1904 .key = "ro.build.version.release", 1905 .value = "5.1.1", 1906 }, 1907 { 1908 .key = "ro.build.version.sdk", 1909 .value = "22", 1910 }, 1911 { 1912 .key = "ro.build.version.sdl", 1913 .value = "2202", 1914 }, 1915 { 1916 .key = "ro.build.version.security_patch", 1917 .value = "2016-02-01", 1918 }, 1919 { 1920 .key = "ro.carrier", 1921 .value = "unknown", 1922 }, 1923 { 1924 .key = "ro.chipname", 1925 .value = "MSM8974PRO", 1926 }, 1927 { 1928 .key = "ro.com.android.dateformat", 1929 .value = "MM-dd-yyyy", 1930 }, 1931 { 1932 .key = "ro.com.google.clientidbase.am", 1933 .value = "android-att-us", 1934 }, 1935 { 1936 .key = "ro.com.google.clientidbase.gmm", 1937 .value = "android-samsung", 1938 }, 1939 { 1940 .key = "ro.com.google.clientidbase.ms", 1941 .value = "android-att-us", 1942 }, 1943 { 1944 .key = "ro.com.google.clientidbase.yt", 1945 .value = "android-samsung", 1946 }, 1947 { 1948 .key = "ro.com.google.clientidbase", 1949 .value = "android-samsung", 1950 }, 1951 { 1952 .key = "ro.com.google.gmsversion", 1953 .value = "5.1_r2", 1954 }, 1955 { 1956 .key = "ro.config.alarm_alert", 1957 .value = "Morning_flower.ogg", 1958 }, 1959 { 1960 .key = "ro.config.dha_cached_max", 1961 .value = "8", 1962 }, 1963 { 1964 .key = "ro.config.dha_empty_init", 1965 .value = "36", 1966 }, 1967 { 1968 .key = "ro.config.dha_empty_max", 1969 .value = "36", 1970 }, 1971 { 1972 .key = "ro.config.dha_th_rate", 1973 .value = "1.83", 1974 }, 1975 { 1976 .key = "ro.config.knox", 1977 .value = "v30", 1978 }, 1979 { 1980 .key = "ro.config.ldha_ext_enable", 1981 .value = "true", 1982 }, 1983 { 1984 .key = "ro.config.notification_sound", 1985 .value = "Whisper.ogg", 1986 }, 1987 { 1988 .key = "ro.config.notification_sound_2", 1989 .value = "S_Charming_Bell.ogg", 1990 }, 1991 { 1992 .key = "ro.config.oomminfree_high32", 1993 .value = "73728,92160,110592,129024,147456,184320", 1994 }, 1995 { 1996 .key = "ro.config.ringtone", 1997 .value = "ATT_Firefly_Default.ogg", 1998 }, 1999 { 2000 .key = "ro.config.ringtone_2", 2001 .value = "Basic_Bell.ogg", 2002 }, 2003 { 2004 .key = "ro.config.rkp", 2005 .value = "true", 2006 }, 2007 { 2008 .key = "ro.config.rm_preload_enabled", 2009 .value = "0", 2010 }, 2011 { 2012 .key = "ro.config.tima", 2013 .value = "1", 2014 }, 2015 { 2016 .key = "ro.config.timaversion", 2017 .value = "3.0", 2018 }, 2019 { 2020 .key = "ro.cp_debug_level", 2021 .value = "0x55FF", 2022 }, 2023 { 2024 .key = "ro.crypto.state", 2025 .value = "unencrypted", 2026 }, 2027 { 2028 .key = "ro.csc.country_code", 2029 .value = "USA", 2030 }, 2031 { 2032 .key = "ro.csc.countryiso_code", 2033 .value = "US", 2034 }, 2035 { 2036 .key = "ro.csc.sales_code", 2037 .value = "ATT", 2038 }, 2039 { 2040 .key = "ro.dalvik.vm.native.bridge", 2041 .value = "0", 2042 }, 2043 { 2044 .key = "ro.data.large_tcp_window_size", 2045 .value = "true", 2046 }, 2047 { 2048 .key = "ro.debug_level", 2049 .value = "0x4f4c", 2050 }, 2051 { 2052 .key = "ro.debuggable", 2053 .value = "0", 2054 }, 2055 { 2056 .key = "ro.emmc", 2057 .value = "true", 2058 }, 2059 { 2060 .key = "ro.emmc_checksum", 2061 .value = "3", 2062 }, 2063 { 2064 .key = "ro.error.receiver.default", 2065 .value = "com.samsung.receiver.error", 2066 }, 2067 { 2068 .key = "ro.factorytest", 2069 .value = "0", 2070 }, 2071 { 2072 .key = "ro.gps.agps_provider", 2073 .value = "1", 2074 }, 2075 { 2076 .key = "ro.hardware", 2077 .value = "qcom", 2078 }, 2079 { 2080 .key = "ro.hdcp2.rx", 2081 .value = "tz", 2082 }, 2083 { 2084 .key = "ro.hdmi.enable", 2085 .value = "true", 2086 }, 2087 { 2088 .key = "ro.hwui.drop_shadow_cache_size", 2089 .value = "6", 2090 }, 2091 { 2092 .key = "ro.hwui.fbo_cache_size", 2093 .value = "16", 2094 }, 2095 { 2096 .key = "ro.hwui.gradient_cache_size", 2097 .value = "2", 2098 }, 2099 { 2100 .key = "ro.hwui.layer_cache_size", 2101 .value = "34", 2102 }, 2103 { 2104 .key = "ro.hwui.path_cache_size", 2105 .value = "10", 2106 }, 2107 { 2108 .key = "ro.hwui.r_buffer_cache_size", 2109 .value = "4", 2110 }, 2111 { 2112 .key = "ro.hwui.shape_cache_size", 2113 .value = "4", 2114 }, 2115 { 2116 .key = "ro.hwui.text_large_cache_height", 2117 .value = "4096", 2118 }, 2119 { 2120 .key = "ro.hwui.text_large_cache_width", 2121 .value = "4096", 2122 }, 2123 { 2124 .key = "ro.hwui.text_small_cache_height", 2125 .value = "2048", 2126 }, 2127 { 2128 .key = "ro.hwui.text_small_cache_width", 2129 .value = "2048", 2130 }, 2131 { 2132 .key = "ro.hwui.texture_cache_flushrate", 2133 .value = "0.4", 2134 }, 2135 { 2136 .key = "ro.hwui.texture_cache_size", 2137 .value = "50", 2138 }, 2139 { 2140 .key = "ro.kernel.qemu", 2141 .value = "0", 2142 }, 2143 { 2144 .key = "ro.mct.compressiontype", 2145 .value = "ETC2", 2146 }, 2147 { 2148 .key = "ro.nfc.port", 2149 .value = "I2C", 2150 }, 2151 { 2152 .key = "ro.nvdata_backup", 2153 .value = "0", 2154 }, 2155 { 2156 .key = "ro.opengles.version", 2157 .value = "196608", 2158 }, 2159 { 2160 .key = "ro.pip.gated", 2161 .value = "0", 2162 }, 2163 { 2164 .key = "ro.product.board", 2165 .value = "MSM8974", 2166 }, 2167 { 2168 .key = "ro.product.brand", 2169 .value = "samsung", 2170 }, 2171 { 2172 .key = "ro.product.cpu.abi2", 2173 .value = "armeabi", 2174 }, 2175 { 2176 .key = "ro.product.cpu.abi", 2177 .value = "armeabi-v7a", 2178 }, 2179 { 2180 .key = "ro.product.cpu.abilist32", 2181 .value = "armeabi-v7a,armeabi", 2182 }, 2183 { 2184 .key = "ro.product.cpu.abilist64", 2185 .value = "", 2186 }, 2187 { 2188 .key = "ro.product.cpu.abilist", 2189 .value = "armeabi-v7a,armeabi", 2190 }, 2191 { 2192 .key = "ro.product.device", 2193 .value = "klteatt", 2194 }, 2195 { 2196 .key = "ro.product.locale.language", 2197 .value = "en", 2198 }, 2199 { 2200 .key = "ro.product.locale.region", 2201 .value = "US", 2202 }, 2203 { 2204 .key = "ro.product.manufacturer", 2205 .value = "samsung", 2206 }, 2207 { 2208 .key = "ro.product.model", 2209 .value = "SAMSUNG-SM-G900A", 2210 }, 2211 { 2212 .key = "ro.product.name", 2213 .value = "klteuc", 2214 }, 2215 { 2216 .key = "ro.product_ship", 2217 .value = "true", 2218 }, 2219 { 2220 .key = "ro.qc.sdk.audio.fluencetype", 2221 .value = "none", 2222 }, 2223 { 2224 .key = "ro.qc.sdk.audio.ssr", 2225 .value = "false", 2226 }, 2227 { 2228 .key = "ro.qc.sdk.camera.facialproc", 2229 .value = "false", 2230 }, 2231 { 2232 .key = "ro.qc.sdk.gestures.camera", 2233 .value = "false", 2234 }, 2235 { 2236 .key = "ro.qc.sdk.sensors.gestures", 2237 .value = "true", 2238 }, 2239 { 2240 .key = "ro.qualcomm.bluetooth.ftp", 2241 .value = "true", 2242 }, 2243 { 2244 .key = "ro.qualcomm.bluetooth.hfp", 2245 .value = "true", 2246 }, 2247 { 2248 .key = "ro.qualcomm.bluetooth.hsp", 2249 .value = "true", 2250 }, 2251 { 2252 .key = "ro.qualcomm.bluetooth.map", 2253 .value = "true", 2254 }, 2255 { 2256 .key = "ro.qualcomm.bluetooth.nap", 2257 .value = "true", 2258 }, 2259 { 2260 .key = "ro.qualcomm.bluetooth.opp", 2261 .value = "true", 2262 }, 2263 { 2264 .key = "ro.qualcomm.bluetooth.pbap", 2265 .value = "true", 2266 }, 2267 { 2268 .key = "ro.qualcomm.bt.hci_transport", 2269 .value = "smd", 2270 }, 2271 { 2272 .key = "ro.qualcomm.cabl", 2273 .value = "1", 2274 }, 2275 { 2276 .key = "ro.revision", 2277 .value = "14", 2278 }, 2279 { 2280 .key = "ro.ril.svdo", 2281 .value = "false", 2282 }, 2283 { 2284 .key = "ro.ril.svlte1x", 2285 .value = "false", 2286 }, 2287 { 2288 .key = "ro.sec.fle.encryption", 2289 .value = "true", 2290 }, 2291 { 2292 .key = "ro.secure", 2293 .value = "1", 2294 }, 2295 { 2296 .key = "ro.securestorage.support", 2297 .value = "true", 2298 }, 2299 { 2300 .key = "ro.security.icd.flagmode", 2301 .value = "single", 2302 }, 2303 { 2304 .key = "ro.security.mdpp.release", 2305 .value = "4", 2306 }, 2307 { 2308 .key = "ro.security.mdpp.ux", 2309 .value = "Enabled", 2310 }, 2311 { 2312 .key = "ro.security.mdpp.ver", 2313 .value = "1.1", 2314 }, 2315 { 2316 .key = "ro.security.reactive.active", 2317 .value = "1", 2318 }, 2319 { 2320 .key = "ro.security.vpnpp.release", 2321 .value = "5.3", 2322 }, 2323 { 2324 .key = "ro.security.vpnpp.ver", 2325 .value = "1.4", 2326 }, 2327 { 2328 .key = "ro.secwvk", 2329 .value = "144", 2330 }, 2331 { 2332 .key = "ro.serialno", 2333 .value = "cec297e3", 2334 }, 2335 { 2336 .key = "ro.setupwizard.mode", 2337 .value = "DISABLED", 2338 }, 2339 { 2340 .key = "ro.sf.lcd_density", 2341 .value = "480", 2342 }, 2343 { 2344 .key = "ro.smps.enable", 2345 .value = "true", 2346 }, 2347 { 2348 .key = "ro.telephony.call_ring.multiple", 2349 .value = "false", 2350 }, 2351 { 2352 .key = "ro.use_data_netmgrd", 2353 .value = "false", 2354 }, 2355 { 2356 .key = "ro.vendor.extension_library", 2357 .value = "libqti-perfd-client.so", 2358 }, 2359 { 2360 .key = "ro.warranty_bit", 2361 .value = "0", 2362 }, 2363 { 2364 .key = "ro.wifi.channels", 2365 .value = "", 2366 }, 2367 { 2368 .key = "ro.zygote", 2369 .value = "zygote32", 2370 }, 2371 { 2372 .key = "secmm.player.gp.url", 2373 .value = "true", 2374 }, 2375 { 2376 .key = "secmm.player.uhqamode", 2377 .value = "True", 2378 }, 2379 { 2380 .key = "security.mdpp.result", 2381 .value = "None", 2382 }, 2383 { 2384 .key = "security.mdpp", 2385 .value = "Ready", 2386 }, 2387 { 2388 .key = "selinux.policy_version", 2389 .value = "SEPF_SAMSUNG-SM-G900A_5.1.1_0037", 2390 }, 2391 { 2392 .key = "selinux.reload_policy", 2393 .value = "1", 2394 }, 2395 { 2396 .key = "selinux.sec.restorecon", 2397 .value = "1", 2398 }, 2399 { 2400 .key = "service.bootanim.exit", 2401 .value = "0", 2402 }, 2403 { 2404 .key = "service.media.powersnd", 2405 .value = "1", 2406 }, 2407 { 2408 .key = "storage.mmc.size", 2409 .value = "15758000128", 2410 }, 2411 { 2412 .key = "storage.preload.complete", 2413 .value = "1", 2414 }, 2415 { 2416 .key = "sys.adaptivedisplay.eadon", 2417 .value = "true", 2418 }, 2419 { 2420 .key = "sys.dockstate", 2421 .value = "0", 2422 }, 2423 { 2424 .key = "sys.enterprise.billing.version", 2425 .value = "1.2.0", 2426 }, 2427 { 2428 .key = "sys.enterprise.otp.version", 2429 .value = "1.1.1", 2430 }, 2431 { 2432 .key = "sys.knox.exists", 2433 .value = "0", 2434 }, 2435 { 2436 .key = "sys.mobicore.loaded", 2437 .value = "true", 2438 }, 2439 { 2440 .key = "sys.mobicoredaemon.enable", 2441 .value = "true", 2442 }, 2443 { 2444 .key = "sys.qseecomd.enable", 2445 .value = "true", 2446 }, 2447 { 2448 .key = "sys.settings_system_version", 2449 .value = "2", 2450 }, 2451 { 2452 .key = "sys.sysctl.extra_free_kbytes", 2453 .value = "24300", 2454 }, 2455 { 2456 .key = "sys.usb.config", 2457 .value = "mtp,adb", 2458 }, 2459 { 2460 .key = "sys.usb.state", 2461 .value = "mtp,adb", 2462 }, 2463 { 2464 .key = "telephony.lteOnCdmaDevice", 2465 .value = "0", 2466 }, 2467 { 2468 .key = "tunnel.audio.encode", 2469 .value = "true", 2470 }, 2471 { 2472 .key = "use.voice.path.for.pcm.voip", 2473 .value = "true", 2474 }, 2475 { 2476 .key = "vidc.debug.level", 2477 .value = "1", 2478 }, 2479 { 2480 .key = "vold.pfe", 2481 .value = "deactivated", 2482 }, 2483 { 2484 .key = "vold.post_fs_data_done", 2485 .value = "1", 2486 }, 2487 { 2488 .key = "wifi.interface", 2489 .value = "wlan0", 2490 }, 2491 { 2492 .key = "wlan.driver.config", 2493 .value = "/data/misc/wifi/WCNSS_qcom_cfg.ini", 2494 }, 2495 { 2496 .key = "wlan.driver.status", 2497 .value = "ok", 2498 }, 2499 { 2500 .key = "wlan.wfd.status", 2501 .value = "disconnected", 2502 }, 2503 { NULL }, 2504 }; 2505 #endif /* __ANDROID__ */ 2506