1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 2217, 5 .content = 6 "processor\t: 0\n" 7 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 8 "BogoMIPS\t: 38.40\n" 9 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 10 "CPU implementer\t: 0x41\n" 11 "CPU architecture: 7\n" 12 "CPU variant\t: 0x0\n" 13 "CPU part\t: 0xd03\n" 14 "CPU revision\t: 1\n" 15 "\n" 16 "processor\t: 1\n" 17 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 18 "BogoMIPS\t: 38.40\n" 19 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 20 "CPU implementer\t: 0x41\n" 21 "CPU architecture: 7\n" 22 "CPU variant\t: 0x0\n" 23 "CPU part\t: 0xd03\n" 24 "CPU revision\t: 1\n" 25 "\n" 26 "processor\t: 2\n" 27 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 28 "BogoMIPS\t: 38.40\n" 29 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 30 "CPU implementer\t: 0x41\n" 31 "CPU architecture: 7\n" 32 "CPU variant\t: 0x0\n" 33 "CPU part\t: 0xd03\n" 34 "CPU revision\t: 1\n" 35 "\n" 36 "processor\t: 3\n" 37 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 38 "BogoMIPS\t: 38.40\n" 39 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 40 "CPU implementer\t: 0x41\n" 41 "CPU architecture: 7\n" 42 "CPU variant\t: 0x0\n" 43 "CPU part\t: 0xd03\n" 44 "CPU revision\t: 1\n" 45 "\n" 46 "processor\t: 4\n" 47 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 48 "BogoMIPS\t: 38.40\n" 49 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 50 "CPU implementer\t: 0x41\n" 51 "CPU architecture: 7\n" 52 "CPU variant\t: 0x0\n" 53 "CPU part\t: 0xd03\n" 54 "CPU revision\t: 1\n" 55 "\n" 56 "processor\t: 5\n" 57 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 58 "BogoMIPS\t: 38.40\n" 59 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 60 "CPU implementer\t: 0x41\n" 61 "CPU architecture: 7\n" 62 "CPU variant\t: 0x0\n" 63 "CPU part\t: 0xd03\n" 64 "CPU revision\t: 1\n" 65 "\n" 66 "processor\t: 6\n" 67 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 68 "BogoMIPS\t: 38.40\n" 69 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 70 "CPU implementer\t: 0x41\n" 71 "CPU architecture: 7\n" 72 "CPU variant\t: 0x0\n" 73 "CPU part\t: 0xd03\n" 74 "CPU revision\t: 1\n" 75 "\n" 76 "processor\t: 7\n" 77 "model name\t: ARMv7 Processor rev 1 (v7l)\n" 78 "BogoMIPS\t: 38.40\n" 79 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 80 "CPU implementer\t: 0x41\n" 81 "CPU architecture: 7\n" 82 "CPU variant\t: 0x0\n" 83 "CPU part\t: 0xd03\n" 84 "CPU revision\t: 1\n" 85 "\n" 86 "Hardware\t: Qualcomm Technologies, Inc MSM8939\n" 87 "Revision\t: 000b\n" 88 "Serial\t\t: 00008b890000c27a\n" 89 "Processor\t: ARMv7 Processor rev 1 (v7l)\n", 90 }, 91 { 92 .path = "/system/build.prop", 93 .size = 6809, 94 .content = 95 "\n" 96 "# begin build properties\n" 97 "# autogenerated by buildinfo.sh\n" 98 "ro.build.id=MMB29M\n" 99 "ro.build.display.id=MMB29M.A8000ZCU2BQE1\n" 100 "ro.build.version.incremental=A8000ZCU2BQE1\n" 101 "ro.build.version.sdk=23\n" 102 "ro.build.version.preview_sdk=0\n" 103 "ro.build.version.codename=REL\n" 104 "ro.build.version.all_codenames=REL\n" 105 "ro.build.version.release=6.0.1\n" 106 "ro.build.version.security_patch=2017-05-01\n" 107 "ro.build.version.base_os=\n" 108 "ro.build.date=Thu May 11 09:20:12 KST 2017\n" 109 "ro.build.date.utc=1494462012\n" 110 "ro.build.type=user\n" 111 "ro.build.user=dpi\n" 112 "ro.build.host=SWDG5223\n" 113 "ro.build.tags=release-keys\n" 114 "ro.build.flavor=a8ltezc-user\n" 115 "ro.product.model=SM-A8000\n" 116 "ro.product.brand=samsung\n" 117 "ro.product.name=a8ltezc\n" 118 "ro.product.device=a8ltechn\n" 119 "ro.product.board=MSM8939\n" 120 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 121 "# use ro.product.cpu.abilist instead.\n" 122 "ro.product.cpu.abi=armeabi-v7a\n" 123 "ro.product.cpu.abi2=armeabi\n" 124 "ro.product.cpu.abilist=armeabi-v7a,armeabi\n" 125 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 126 "ro.product.cpu.abilist64=\n" 127 "ro.product.manufacturer=samsung\n" 128 "ro.product.locale=zh-CN\n" 129 "ro.wifi.channels=\n" 130 "ro.board.platform=msm8916\n" 131 "# ro.build.product is obsolete; use ro.product.device\n" 132 "ro.build.product=a8ltechn\n" 133 "# Do not try to parse description, fingerprint, or thumbprint\n" 134 "ro.build.description=a8ltezc-user 6.0.1 MMB29M A8000ZCU2BQE1 release-keys\n" 135 "ro.build.fingerprint=samsung/a8ltezc/a8ltechn:6.0.1/MMB29M/A8000ZCU2BQE1:user/release-keys\n" 136 "ro.build.characteristics=china_wlan,phone\n" 137 "# Samsung Specific Properties\n" 138 "ro.build.PDA=A8000ZCU2BQE1\n" 139 "ro.build.hidden_ver=A8000ZCU2BQE1\n" 140 "ro.config.rm_preload_enabled=0\n" 141 "ro.build.changelist=11369852\n" 142 "ro.product_ship=true\n" 143 "ro.build.official.release=true\n" 144 "ro.chipname=MSM8939\n" 145 "# end build properties\n" 146 "\n" 147 "#\n" 148 "# HWUI_BUILD_PROPERTIES\n" 149 "#\n" 150 "ro.hwui.texture_cache_size=50\n" 151 "ro.hwui.layer_cache_size=34\n" 152 "ro.hwui.path_cache_size=10\n" 153 "ro.hwui.texture_cache_flushrate=0.4\n" 154 "ro.hwui.shape_cache_size=4\n" 155 "ro.hwui.gradient_cache_size=2\n" 156 "ro.hwui.drop_shadow_cache_size=6\n" 157 "ro.hwui.r_buffer_cache_size=4\n" 158 "ro.hwui.text_small_cache_width=1024\n" 159 "ro.hwui.text_small_cache_height=1024\n" 160 "ro.hwui.text_large_cache_width=2048\n" 161 "ro.hwui.text_large_cache_height=1024\n" 162 "#\n" 163 "# from device/samsung/a8ltechn/system.prop\n" 164 "#\n" 165 "#\n" 166 "# system.prop for msm8916\n" 167 "#\n" 168 "\n" 169 "DEVICE_PROVISIONED=1\n" 170 "\n" 171 "debug.sf.hw=1\n" 172 "debug.egl.hw=1\n" 173 "debug.composition.type=c2d\n" 174 "persist.hwc.mdpcomp.enable=true\n" 175 "debug.mdpcomp.logs=0\n" 176 "dalvik.vm.heapsize=36m\n" 177 "dev.pm.dyn_samplingrate=1\n" 178 "persist.demo.hdmirotationlock=false\n" 179 "\n" 180 "#ro.hdmi.enable=true\n" 181 "#tunnel.decode=true\n" 182 "#tunnel.audiovideo.decode=true\n" 183 "#lpa.decode=false\n" 184 "#lpa.use-stagefright=true\n" 185 "#persist.speaker.prot.enable=false\n" 186 "\n" 187 "#\n" 188 "# system props for the cne module\n" 189 "#\n" 190 "persist.cne.feature=0\n" 191 "persist.cne.dpm=0\n" 192 "persist.dpm.feature=0\n" 193 "\n" 194 "#system props for the MM modules\n" 195 "media.stagefright.enable-player=true\n" 196 "media.stagefright.enable-http=true\n" 197 "media.stagefright.enable-aac=true\n" 198 "media.stagefright.enable-qcp=true\n" 199 "media.stagefright.enable-fma2dp=true\n" 200 "media.stagefright.enable-scan=true\n" 201 "media.swhevccodectype=0\n" 202 "mmp.enable.3g2=true\n" 203 "media.aac_51_output_enabled=true\n" 204 "#codecs: DivX DivXHD AVI AC3 ASF AAC QCP DTS 3G2 MP2TS\n" 205 "mm.enable.qcom_parser=3183219\n" 206 "\n" 207 "#\n" 208 "ro.data.large_tcp_window_size=true\n" 209 "# Default to AwesomePlayer\n" 210 "media.stagefright.use-awesome=false\n" 211 "\n" 212 "#system props for time-services\n" 213 "persist.timed.enable=true\n" 214 "\n" 215 "#\n" 216 "# system prop for opengles version\n" 217 "#\n" 218 "# 196608 is decimal for 0x30000 to report version 3\n" 219 "ro.opengles.version=196608\n" 220 "\n" 221 "# System property for cabl\n" 222 "ro.qualcomm.cabl=0\n" 223 "\n" 224 "#\n" 225 "# System props for bluetooh\n" 226 "# System prop to turn on hfp client\n" 227 "bluetooth.hfp.client=1\n" 228 "\n" 229 "#Simulate sdcard on /data/media\n" 230 "#\n" 231 "persist.fuse_sdcard=true\n" 232 "\n" 233 "#\n" 234 "#snapdragon value add features\n" 235 "#\n" 236 "ro.qc.sdk.audio.ssr=false\n" 237 "##fluencetype can be \"fluence\" or \"fluencepro\" or \"none\"\n" 238 "ro.qc.sdk.audio.fluencetype=none\n" 239 "persist.audio.fluence.voicecall=true\n" 240 "persist.audio.fluence.voicerec=false\n" 241 "persist.audio.fluence.speaker=true\n" 242 "#Set for msm8916\n" 243 "tunnel.audio.encode = false\n" 244 "ro.config.low_ram=false\n" 245 "#Buffer size in kbytes for compress offload playback\n" 246 "audio.offload.buffer.size.kb=32\n" 247 "#use VERY_HIGH_QUALITY for audio resampler\n" 248 "af.resampler.quality=4\n" 249 "#Enable offload audio video playback by default\n" 250 "av.offload.enable=false\n" 251 "#enable voice path for PCM VoIP by default\n" 252 "use.voice.path.for.pcm.voip=true\n" 253 "#\n" 254 "#System property for FM transmitter\n" 255 "#\n" 256 "ro.fm.transmitter=false\n" 257 "#enable dsp gapless mode by default\n" 258 "audio.offload.gapless.enabled=true\n" 259 "\n" 260 "#Audio voice concurrency related flags\n" 261 "voice.playback.conc.disabled=true\n" 262 "voice.record.conc.disabled=true\n" 263 "voice.voip.conc.disabled=true\n" 264 "\n" 265 "# set lcd density\n" 266 "ro.sf.lcd_density=480\n" 267 "\n" 268 "#property to enable user to access Google WFD settings\n" 269 "persist.debug.wfd.enable=1\n" 270 "#propery to enable VDS WFD solution\n" 271 "persist.hwc.enable_vds=1\n" 272 "\n" 273 "# LDHA\n" 274 "ro.config.dha_cached_min=4\n" 275 "ro.config.dha_cached_max=6\n" 276 "ro.config.dha_empty_max=21\n" 277 "ro.config.dha_empty_init=21\n" 278 "ro.config.dha_lmk_scale=1.34\n" 279 "ro.config.dha_knox_plist_enable=1\n" 280 "ro.config.dha_pwhl_key_knox=1547\n" 281 "\n" 282 "#\n" 283 "# ADDITIONAL_BUILD_PROPERTIES\n" 284 "#\n" 285 "ro.astcenc.astcsupport=1\n" 286 "ro.mct.compressiontype=ETC1\n" 287 "ro.config.tima=1\n" 288 "ro.config.timaversion=3.0\n" 289 "ro.config.dmverity=True\n" 290 "ro.config.kap_default_on=true\n" 291 "ro.config.kap=true\n" 292 "ro.multisim.simslotcount=2\n" 293 "ro.use_data_netmgrd=false\n" 294 "persist.radio.sib16_support=0\n" 295 "telephony.lteOnCdmaDevice=1\n" 296 "persist.radio.snapshot_enabled=1\n" 297 "persist.radio.snapshot_timer=22\n" 298 "persist.radio.tdscdma_present=1\n" 299 "ro.telephony.default_network=9,1\n" 300 "ro.com.google.gmsversion=\n" 301 "keyguard.no_require_sim=true\n" 302 "ro.carrier=unknown\n" 303 "ro.com.google.clientidbase=android-samsung\n" 304 "ro.error.receiver.default=com.samsung.receiver.error\n" 305 "ro.security.icd.flagmode=multi\n" 306 "security.ASKS.policy_version=000000\n" 307 "ro.vendor.extension_library=libqti-perfd-client.so\n" 308 "persist.radio.apm_sim_not_pwdn=1\n" 309 "dalvik.vm.heapstartsize=8m\n" 310 "dalvik.vm.heapgrowthlimit=128m\n" 311 "dalvik.vm.heapsize=512m\n" 312 "dalvik.vm.heaptargetutilization=0.75\n" 313 "dalvik.vm.heapminfree=2m\n" 314 "dalvik.vm.heapmaxfree=8m\n" 315 "ro.sec.fle.encryption=true\n" 316 "ro.build.scafe.size=short\n" 317 "ro.build.scafe.shot=double\n" 318 "ro.build.scafe.cream=white\n" 319 "ro.build.scafe.version=2016A\n" 320 "ro.hdcp2.rx=tz\n" 321 "media.enable-commonsource=true\n" 322 "ro.secwvk=144\n" 323 "ro.securestorage.support=true\n" 324 "security.mdpp.mass=skmm\n" 325 "ro.security.vpnpp.release=5.3\n" 326 "ro.security.vpnpp.ver=1.4\n" 327 "ro.config.ringtone=Over_the_Horizon.ogg\n" 328 "ro.config.notification_sound=Skyline.ogg\n" 329 "ro.config.alarm_alert=Morning_Flower.ogg\n" 330 "ro.config.media_sound=Media_preview_Touch_the_light.ogg\n" 331 "ro.config.ringtone_2=Basic_Bell.ogg\n" 332 "ro.config.notification_sound_2=S_Charming_Bell.ogg\n" 333 "ro.security.reactive.active=1\n" 334 "ro.build.selinux=1\n" 335 "persist.sys.dalvik.vm.lib.2=libart\n" 336 "dalvik.vm.isa.arm.variant=cortex-a53\n" 337 "dalvik.vm.isa.arm.features=default\n" 338 "ro.config.knox=v30\n" 339 "ro.config.iccc_version=1.0\n" 340 "ro.kernel.qemu=0\n" 341 "net.bt.name=Android\n" 342 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 343 "persist.gps.qc_nlp_in_use=1\n" 344 "persist.loc.nlp_name=com.qualcomm.location\n" 345 "ro.gps.agps_provider=1\n" 346 "ro.build.version.sdl=2302\n" 347 "ro.expect.recovery_id=0x81153284a8be763d8d642268380ff75c00cd540e000000000000000000000000\n" 348 "\n", 349 }, 350 { 351 .path = "/sys/devices/system/cpu/kernel_max", 352 .size = 2, 353 .content = "7\n", 354 }, 355 { 356 .path = "/sys/devices/system/cpu/possible", 357 .size = 4, 358 .content = "0-7\n", 359 }, 360 { 361 .path = "/sys/devices/system/cpu/present", 362 .size = 4, 363 .content = "0-7\n", 364 }, 365 { 366 .path = "/sys/devices/system/cpu/online", 367 .size = 8, 368 .content = "0-2,4-7\n", 369 }, 370 { 371 .path = "/sys/devices/system/cpu/offline", 372 .size = 2, 373 .content = "3\n", 374 }, 375 { 376 .path = "/sys/devices/system/cpu/cpufreq/all_time_in_state", 377 .size = 905, 378 .content = 379 "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\tcpu4\t\tcpu5\t\tcpu6\t\tcpu7\t\t\n" 380 "200000\t\t0\t\t0\t\t0\t\t0\t\t2\t\tN/A\t\tN/A\t\tN/A\t\t\n" 381 "249600\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\tN/A\t\tN/A\t\tN/A\t\t\n" 382 "345600\t\t0\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 383 "400000\t\t0\t\t0\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\t\n" 384 "422400\t\t0\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 385 "499200\t\t344\t\t0\t\t0\t\t0\t\t21\t\tN/A\t\tN/A\t\tN/A\t\t\n" 386 "533333\t\t25\t\t0\t\t0\t\t0\t\t6\t\tN/A\t\tN/A\t\tN/A\t\t\n" 387 "652800\t\t18\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 388 "729600\t\t11\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 389 "800000\t\t0\t\t0\t\t0\t\t0\t\t134\t\tN/A\t\tN/A\t\tN/A\t\t\n" 390 "806400\t\t0\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 391 "883200\t\t10\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 392 "960000\t\t68\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 393 "998400\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t119\t\tN/A\t\tN/A\t\tN/A\t\t\n" 394 "1036800\t\t51\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 395 "1113600\t\t63\t\t0\t\t0\t\t0\t\t3828\t\tN/A\t\tN/A\t\tN/A\t\t\n" 396 "1209600\t\t19\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 397 "1267200\t\t54\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 398 "1344000\t\t268\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 399 "1459200\t\t3179\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n", 400 }, 401 { 402 .path = "/sys/devices/system/cpu/cpufreq/current_in_state", 403 .size = 79, 404 .content = "CPU4:200000=0 249600=0 400000=0 499200=0 533333=0 800000=0 998400=0 1113600=0 \n", 405 }, 406 { 407 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 408 .size = 9, 409 .content = "msm_idle\n", 410 }, 411 { 412 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 413 .size = 5, 414 .content = "menu\n", 415 }, 416 { 417 .path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name", 418 .size = 9, 419 .content = "msm_idle\n", 420 }, 421 { 422 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 423 .size = 6, 424 .content = "0 1 2\n", 425 }, 426 { 427 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 428 .size = 8, 429 .content = "1459200\n", 430 }, 431 { 432 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 433 .size = 7, 434 .content = "200000\n", 435 }, 436 { 437 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 438 .size = 2, 439 .content = "0\n", 440 }, 441 { 442 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 443 .size = 8, 444 .content = "0 1 2 3\n", 445 }, 446 { 447 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 448 .size = 133, 449 .content = "200000 345600 400000 422400 499200 533333 652800 729600 800000 806400 883200 960000 1036800 1113600 1209600 1267200 1344000 1459200 \n", 450 }, 451 { 452 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 453 .size = 45, 454 .content = "interactive userspace powersave performance \n", 455 }, 456 { 457 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 458 .size = 8, 459 .content = "1459200\n", 460 }, 461 { 462 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 463 .size = 4, 464 .content = "msm\n", 465 }, 466 { 467 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 468 .size = 12, 469 .content = "interactive\n", 470 }, 471 { 472 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq", 473 .size = 8, 474 .content = "1459200\n", 475 }, 476 { 477 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 478 .size = 8, 479 .content = "1459200\n", 480 }, 481 { 482 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 483 .size = 184, 484 .content = 485 "200000 0\n" 486 "345600 0\n" 487 "400000 0\n" 488 "422400 0\n" 489 "499200 344\n" 490 "533333 25\n" 491 "652800 18\n" 492 "729600 11\n" 493 "800000 0\n" 494 "806400 0\n" 495 "883200 10\n" 496 "960000 68\n" 497 "1036800 51\n" 498 "1113600 63\n" 499 "1209600 19\n" 500 "1267200 54\n" 501 "1344000 268\n" 502 "1459200 3277\n", 503 }, 504 { 505 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 506 .size = 3, 507 .content = "91\n", 508 }, 509 { 510 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 511 .size = 2, 512 .content = "0\n", 513 }, 514 { 515 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 516 .size = 3, 517 .content = "0f\n", 518 }, 519 { 520 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 521 .size = 4, 522 .content = "0-3\n", 523 }, 524 { 525 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 526 .size = 2, 527 .content = "1\n", 528 }, 529 { 530 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 531 .size = 3, 532 .content = "01\n", 533 }, 534 { 535 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 536 .size = 2, 537 .content = "0\n", 538 }, 539 { 540 .path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name", 541 .size = 9, 542 .content = "msm_idle\n", 543 }, 544 { 545 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 546 .size = 6, 547 .content = "0 1 2\n", 548 }, 549 { 550 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 551 .size = 8, 552 .content = "1459200\n", 553 }, 554 { 555 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 556 .size = 7, 557 .content = "200000\n", 558 }, 559 { 560 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 561 .size = 2, 562 .content = "0\n", 563 }, 564 { 565 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 566 .size = 8, 567 .content = "0 1 2 3\n", 568 }, 569 { 570 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 571 .size = 133, 572 .content = "200000 345600 400000 422400 499200 533333 652800 729600 800000 806400 883200 960000 1036800 1113600 1209600 1267200 1344000 1459200 \n", 573 }, 574 { 575 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 576 .size = 45, 577 .content = "interactive userspace powersave performance \n", 578 }, 579 { 580 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 581 .size = 8, 582 .content = "1344000\n", 583 }, 584 { 585 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 586 .size = 4, 587 .content = "msm\n", 588 }, 589 { 590 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 591 .size = 12, 592 .content = "interactive\n", 593 }, 594 { 595 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq", 596 .size = 8, 597 .content = "1344000\n", 598 }, 599 { 600 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 601 .size = 7, 602 .content = "499200\n", 603 }, 604 { 605 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 606 .size = 184, 607 .content = 608 "200000 0\n" 609 "345600 0\n" 610 "400000 0\n" 611 "422400 0\n" 612 "499200 360\n" 613 "533333 25\n" 614 "652800 18\n" 615 "729600 11\n" 616 "800000 0\n" 617 "806400 0\n" 618 "883200 10\n" 619 "960000 85\n" 620 "1036800 59\n" 621 "1113600 89\n" 622 "1209600 30\n" 623 "1267200 54\n" 624 "1344000 293\n" 625 "1459200 3341\n", 626 }, 627 { 628 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 629 .size = 4, 630 .content = "110\n", 631 }, 632 { 633 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 634 .size = 2, 635 .content = "1\n", 636 }, 637 { 638 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 639 .size = 3, 640 .content = "0f\n", 641 }, 642 { 643 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 644 .size = 4, 645 .content = "0-3\n", 646 }, 647 { 648 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 649 .size = 2, 650 .content = "1\n", 651 }, 652 { 653 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 654 .size = 3, 655 .content = "02\n", 656 }, 657 { 658 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 659 .size = 2, 660 .content = "1\n", 661 }, 662 { 663 .path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name", 664 .size = 9, 665 .content = "msm_idle\n", 666 }, 667 { 668 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", 669 .size = 6, 670 .content = "0 1 2\n", 671 }, 672 { 673 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", 674 .size = 8, 675 .content = "1459200\n", 676 }, 677 { 678 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq", 679 .size = 7, 680 .content = "200000\n", 681 }, 682 { 683 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency", 684 .size = 2, 685 .content = "0\n", 686 }, 687 { 688 .path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus", 689 .size = 8, 690 .content = "0 1 2 3\n", 691 }, 692 { 693 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies", 694 .size = 133, 695 .content = "200000 345600 400000 422400 499200 533333 652800 729600 800000 806400 883200 960000 1036800 1113600 1209600 1267200 1344000 1459200 \n", 696 }, 697 { 698 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors", 699 .size = 45, 700 .content = "interactive userspace powersave performance \n", 701 }, 702 { 703 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq", 704 .size = 8, 705 .content = "1344000\n", 706 }, 707 { 708 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", 709 .size = 4, 710 .content = "msm\n", 711 }, 712 { 713 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor", 714 .size = 12, 715 .content = "interactive\n", 716 }, 717 { 718 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq", 719 .size = 8, 720 .content = "1344000\n", 721 }, 722 { 723 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq", 724 .size = 8, 725 .content = "1344000\n", 726 }, 727 { 728 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state", 729 .size = 184, 730 .content = 731 "200000 0\n" 732 "345600 0\n" 733 "400000 0\n" 734 "422400 0\n" 735 "499200 360\n" 736 "533333 25\n" 737 "652800 18\n" 738 "729600 11\n" 739 "800000 0\n" 740 "806400 0\n" 741 "883200 10\n" 742 "960000 85\n" 743 "1036800 59\n" 744 "1113600 89\n" 745 "1209600 30\n" 746 "1267200 54\n" 747 "1344000 456\n" 748 "1459200 3341\n", 749 }, 750 { 751 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", 752 .size = 4, 753 .content = "110\n", 754 }, 755 { 756 .path = "/sys/devices/system/cpu/cpu2/topology/core_id", 757 .size = 2, 758 .content = "2\n", 759 }, 760 { 761 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings", 762 .size = 3, 763 .content = "0f\n", 764 }, 765 { 766 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", 767 .size = 4, 768 .content = "0-3\n", 769 }, 770 { 771 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", 772 .size = 2, 773 .content = "1\n", 774 }, 775 { 776 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", 777 .size = 3, 778 .content = "04\n", 779 }, 780 { 781 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", 782 .size = 2, 783 .content = "2\n", 784 }, 785 { 786 .path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name", 787 .size = 9, 788 .content = "msm_idle\n", 789 }, 790 { 791 .path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name", 792 .size = 9, 793 .content = "msm_idle\n", 794 }, 795 { 796 .path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus", 797 .size = 8, 798 .content = "4 5 6 7\n", 799 }, 800 { 801 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq", 802 .size = 8, 803 .content = "1113600\n", 804 }, 805 { 806 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq", 807 .size = 7, 808 .content = "200000\n", 809 }, 810 { 811 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency", 812 .size = 2, 813 .content = "0\n", 814 }, 815 { 816 .path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus", 817 .size = 8, 818 .content = "4 5 6 7\n", 819 }, 820 { 821 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies", 822 .size = 58, 823 .content = "200000 249600 400000 499200 533333 800000 998400 1113600 \n", 824 }, 825 { 826 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors", 827 .size = 45, 828 .content = "interactive userspace powersave performance \n", 829 }, 830 { 831 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq", 832 .size = 8, 833 .content = "1113600\n", 834 }, 835 { 836 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver", 837 .size = 4, 838 .content = "msm\n", 839 }, 840 { 841 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor", 842 .size = 12, 843 .content = "interactive\n", 844 }, 845 { 846 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq", 847 .size = 8, 848 .content = "1113600\n", 849 }, 850 { 851 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq", 852 .size = 7, 853 .content = "533333\n", 854 }, 855 { 856 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state", 857 .size = 82, 858 .content = 859 "200000 2\n" 860 "249600 0\n" 861 "400000 0\n" 862 "499200 21\n" 863 "533333 23\n" 864 "800000 207\n" 865 "998400 171\n" 866 "1113600 4792\n", 867 }, 868 { 869 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans", 870 .size = 3, 871 .content = "93\n", 872 }, 873 { 874 .path = "/sys/devices/system/cpu/cpu4/topology/core_id", 875 .size = 2, 876 .content = "0\n", 877 }, 878 { 879 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings", 880 .size = 3, 881 .content = "f0\n", 882 }, 883 { 884 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list", 885 .size = 4, 886 .content = "4-7\n", 887 }, 888 { 889 .path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id", 890 .size = 2, 891 .content = "0\n", 892 }, 893 { 894 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings", 895 .size = 3, 896 .content = "10\n", 897 }, 898 { 899 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list", 900 .size = 2, 901 .content = "4\n", 902 }, 903 { 904 .path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name", 905 .size = 9, 906 .content = "msm_idle\n", 907 }, 908 { 909 .path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus", 910 .size = 8, 911 .content = "4 5 6 7\n", 912 }, 913 { 914 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq", 915 .size = 8, 916 .content = "1113600\n", 917 }, 918 { 919 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq", 920 .size = 7, 921 .content = "200000\n", 922 }, 923 { 924 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency", 925 .size = 2, 926 .content = "0\n", 927 }, 928 { 929 .path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus", 930 .size = 8, 931 .content = "4 5 6 7\n", 932 }, 933 { 934 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_frequencies", 935 .size = 58, 936 .content = "200000 249600 400000 499200 533333 800000 998400 1113600 \n", 937 }, 938 { 939 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors", 940 .size = 45, 941 .content = "interactive userspace powersave performance \n", 942 }, 943 { 944 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq", 945 .size = 8, 946 .content = "1113600\n", 947 }, 948 { 949 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver", 950 .size = 4, 951 .content = "msm\n", 952 }, 953 { 954 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor", 955 .size = 12, 956 .content = "interactive\n", 957 }, 958 { 959 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq", 960 .size = 8, 961 .content = "1113600\n", 962 }, 963 { 964 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq", 965 .size = 7, 966 .content = "533333\n", 967 }, 968 { 969 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state", 970 .size = 82, 971 .content = 972 "200000 2\n" 973 "249600 0\n" 974 "400000 0\n" 975 "499200 21\n" 976 "533333 29\n" 977 "800000 213\n" 978 "998400 176\n" 979 "1113600 4928\n", 980 }, 981 { 982 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans", 983 .size = 3, 984 .content = "99\n", 985 }, 986 { 987 .path = "/sys/devices/system/cpu/cpu5/topology/core_id", 988 .size = 2, 989 .content = "1\n", 990 }, 991 { 992 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings", 993 .size = 3, 994 .content = "f0\n", 995 }, 996 { 997 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list", 998 .size = 4, 999 .content = "4-7\n", 1000 }, 1001 { 1002 .path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id", 1003 .size = 2, 1004 .content = "0\n", 1005 }, 1006 { 1007 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings", 1008 .size = 3, 1009 .content = "20\n", 1010 }, 1011 { 1012 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list", 1013 .size = 2, 1014 .content = "5\n", 1015 }, 1016 { 1017 .path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name", 1018 .size = 9, 1019 .content = "msm_idle\n", 1020 }, 1021 { 1022 .path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus", 1023 .size = 8, 1024 .content = "4 5 6 7\n", 1025 }, 1026 { 1027 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq", 1028 .size = 8, 1029 .content = "1113600\n", 1030 }, 1031 { 1032 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq", 1033 .size = 7, 1034 .content = "200000\n", 1035 }, 1036 { 1037 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency", 1038 .size = 2, 1039 .content = "0\n", 1040 }, 1041 { 1042 .path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus", 1043 .size = 8, 1044 .content = "4 5 6 7\n", 1045 }, 1046 { 1047 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies", 1048 .size = 58, 1049 .content = "200000 249600 400000 499200 533333 800000 998400 1113600 \n", 1050 }, 1051 { 1052 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors", 1053 .size = 45, 1054 .content = "interactive userspace powersave performance \n", 1055 }, 1056 { 1057 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq", 1058 .size = 7, 1059 .content = "533333\n", 1060 }, 1061 { 1062 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver", 1063 .size = 4, 1064 .content = "msm\n", 1065 }, 1066 { 1067 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor", 1068 .size = 12, 1069 .content = "interactive\n", 1070 }, 1071 { 1072 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq", 1073 .size = 8, 1074 .content = "1113600\n", 1075 }, 1076 { 1077 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq", 1078 .size = 7, 1079 .content = "533333\n", 1080 }, 1081 { 1082 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state", 1083 .size = 82, 1084 .content = 1085 "200000 2\n" 1086 "249600 0\n" 1087 "400000 0\n" 1088 "499200 21\n" 1089 "533333 48\n" 1090 "800000 263\n" 1091 "998400 181\n" 1092 "1113600 5006\n", 1093 }, 1094 { 1095 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans", 1096 .size = 4, 1097 .content = "106\n", 1098 }, 1099 { 1100 .path = "/sys/devices/system/cpu/cpu6/topology/core_id", 1101 .size = 2, 1102 .content = "2\n", 1103 }, 1104 { 1105 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings", 1106 .size = 3, 1107 .content = "f0\n", 1108 }, 1109 { 1110 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings_list", 1111 .size = 4, 1112 .content = "4-7\n", 1113 }, 1114 { 1115 .path = "/sys/devices/system/cpu/cpu6/topology/physical_package_id", 1116 .size = 2, 1117 .content = "0\n", 1118 }, 1119 { 1120 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings", 1121 .size = 3, 1122 .content = "40\n", 1123 }, 1124 { 1125 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings_list", 1126 .size = 2, 1127 .content = "6\n", 1128 }, 1129 { 1130 .path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name", 1131 .size = 9, 1132 .content = "msm_idle\n", 1133 }, 1134 { 1135 .path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus", 1136 .size = 8, 1137 .content = "4 5 6 7\n", 1138 }, 1139 { 1140 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq", 1141 .size = 8, 1142 .content = "1113600\n", 1143 }, 1144 { 1145 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq", 1146 .size = 7, 1147 .content = "200000\n", 1148 }, 1149 { 1150 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency", 1151 .size = 2, 1152 .content = "0\n", 1153 }, 1154 { 1155 .path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus", 1156 .size = 8, 1157 .content = "4 5 6 7\n", 1158 }, 1159 { 1160 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_frequencies", 1161 .size = 58, 1162 .content = "200000 249600 400000 499200 533333 800000 998400 1113600 \n", 1163 }, 1164 { 1165 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors", 1166 .size = 45, 1167 .content = "interactive userspace powersave performance \n", 1168 }, 1169 { 1170 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq", 1171 .size = 8, 1172 .content = "1113600\n", 1173 }, 1174 { 1175 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver", 1176 .size = 4, 1177 .content = "msm\n", 1178 }, 1179 { 1180 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor", 1181 .size = 12, 1182 .content = "interactive\n", 1183 }, 1184 { 1185 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq", 1186 .size = 8, 1187 .content = "1113600\n", 1188 }, 1189 { 1190 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq", 1191 .size = 7, 1192 .content = "533333\n", 1193 }, 1194 { 1195 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state", 1196 .size = 83, 1197 .content = 1198 "200000 2\n" 1199 "249600 0\n" 1200 "400000 0\n" 1201 "499200 21\n" 1202 "533333 116\n" 1203 "800000 280\n" 1204 "998400 181\n" 1205 "1113600 5085\n", 1206 }, 1207 { 1208 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans", 1209 .size = 4, 1210 .content = "113\n", 1211 }, 1212 { 1213 .path = "/sys/devices/system/cpu/cpu7/topology/core_id", 1214 .size = 2, 1215 .content = "3\n", 1216 }, 1217 { 1218 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings", 1219 .size = 3, 1220 .content = "f0\n", 1221 }, 1222 { 1223 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings_list", 1224 .size = 4, 1225 .content = "4-7\n", 1226 }, 1227 { 1228 .path = "/sys/devices/system/cpu/cpu7/topology/physical_package_id", 1229 .size = 2, 1230 .content = "0\n", 1231 }, 1232 { 1233 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings", 1234 .size = 3, 1235 .content = "80\n", 1236 }, 1237 { 1238 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings_list", 1239 .size = 2, 1240 .content = "7\n", 1241 }, 1242 { NULL }, 1243 }; 1244 #ifdef __ANDROID__ 1245 struct cpuinfo_mock_property properties[] = { 1246 { 1247 .key = "DEVICE_PROVISIONED", 1248 .value = "1", 1249 }, 1250 { 1251 .key = "af.resampler.quality", 1252 .value = "4", 1253 }, 1254 { 1255 .key = "audio.offload.buffer.size.kb", 1256 .value = "32", 1257 }, 1258 { 1259 .key = "audio.offload.gapless.enabled", 1260 .value = "true", 1261 }, 1262 { 1263 .key = "audioflinger.bootsnd", 1264 .value = "0", 1265 }, 1266 { 1267 .key = "av.offload.enable", 1268 .value = "false", 1269 }, 1270 { 1271 .key = "bluetooth.hciattach", 1272 .value = "true", 1273 }, 1274 { 1275 .key = "bluetooth.hfp.client", 1276 .value = "1", 1277 }, 1278 { 1279 .key = "bluetooth.status", 1280 .value = "on", 1281 }, 1282 { 1283 .key = "boot.sfbootcomplete", 1284 .value = "0", 1285 }, 1286 { 1287 .key = "camera2.portability.force_api", 1288 .value = "1", 1289 }, 1290 { 1291 .key = "dalvik.vm.dex2oat-Xms", 1292 .value = "64m", 1293 }, 1294 { 1295 .key = "dalvik.vm.dex2oat-Xmx", 1296 .value = "512m", 1297 }, 1298 { 1299 .key = "dalvik.vm.heapgrowthlimit", 1300 .value = "128m", 1301 }, 1302 { 1303 .key = "dalvik.vm.heapmaxfree", 1304 .value = "8m", 1305 }, 1306 { 1307 .key = "dalvik.vm.heapminfree", 1308 .value = "2m", 1309 }, 1310 { 1311 .key = "dalvik.vm.heapsize", 1312 .value = "512m", 1313 }, 1314 { 1315 .key = "dalvik.vm.heapstartsize", 1316 .value = "8m", 1317 }, 1318 { 1319 .key = "dalvik.vm.heaptargetutilization", 1320 .value = "0.75", 1321 }, 1322 { 1323 .key = "dalvik.vm.image-dex2oat-Xms", 1324 .value = "64m", 1325 }, 1326 { 1327 .key = "dalvik.vm.image-dex2oat-Xmx", 1328 .value = "64m", 1329 }, 1330 { 1331 .key = "dalvik.vm.isa.arm.features", 1332 .value = "default", 1333 }, 1334 { 1335 .key = "dalvik.vm.isa.arm.variant", 1336 .value = "cortex-a53", 1337 }, 1338 { 1339 .key = "dalvik.vm.stack-trace-file", 1340 .value = "/data/anr/traces.txt", 1341 }, 1342 { 1343 .key = "debug.atrace.tags.enableflags", 1344 .value = "0", 1345 }, 1346 { 1347 .key = "debug.composition.type", 1348 .value = "c2d", 1349 }, 1350 { 1351 .key = "debug.egl.hw", 1352 .value = "1", 1353 }, 1354 { 1355 .key = "debug.force_rtl", 1356 .value = "0", 1357 }, 1358 { 1359 .key = "debug.mdpcomp.logs", 1360 .value = "0", 1361 }, 1362 { 1363 .key = "debug.sf.hw", 1364 .value = "1", 1365 }, 1366 { 1367 .key = "debug.sf.layerdump", 1368 .value = "0", 1369 }, 1370 { 1371 .key = "dev.bootcomplete", 1372 .value = "1", 1373 }, 1374 { 1375 .key = "dev.kies.deviceowner", 1376 .value = "0", 1377 }, 1378 { 1379 .key = "dev.kies.drivedisplay", 1380 .value = "0", 1381 }, 1382 { 1383 .key = "dev.kies.drivedisplay.trust", 1384 .value = "1", 1385 }, 1386 { 1387 .key = "dev.kies.sommode", 1388 .value = "TRUE", 1389 }, 1390 { 1391 .key = "dev.kiessupport", 1392 .value = "TRUE", 1393 }, 1394 { 1395 .key = "dev.knoxapp.running", 1396 .value = "false", 1397 }, 1398 { 1399 .key = "dev.pm.dyn_samplingrate", 1400 .value = "1", 1401 }, 1402 { 1403 .key = "dev.ssrm.appsync3p", 1404 .value = "true", 1405 }, 1406 { 1407 .key = "dev.ssrm.dex2oat.affinity", 1408 .value = "4567", 1409 }, 1410 { 1411 .key = "dev.ssrm.gamelevel", 1412 .value = "-4,5,-1,2", 1413 }, 1414 { 1415 .key = "dev.ssrm.init", 1416 .value = "1", 1417 }, 1418 { 1419 .key = "dev.ssrm.live_thumbnail", 1420 .value = "1", 1421 }, 1422 { 1423 .key = "dev.ssrm.lpc_ver", 1424 .value = "1.0.21", 1425 }, 1426 { 1427 .key = "dev.ssrm.mode", 1428 .value = "", 1429 }, 1430 { 1431 .key = "dev.ssrm.pst", 1432 .value = "502", 1433 }, 1434 { 1435 .key = "dev.ssrm.smart_switch", 1436 .value = "false", 1437 }, 1438 { 1439 .key = "gsm.current.phone-type", 1440 .value = "1,1", 1441 }, 1442 { 1443 .key = "gsm.current.vsid", 1444 .value = "0", 1445 }, 1446 { 1447 .key = "gsm.current.vsid2", 1448 .value = "1", 1449 }, 1450 { 1451 .key = "gsm.network.type", 1452 .value = "Unknown,Unknown", 1453 }, 1454 { 1455 .key = "gsm.operator.alpha", 1456 .value = "", 1457 }, 1458 { 1459 .key = "gsm.operator.iso-country", 1460 .value = "us,us", 1461 }, 1462 { 1463 .key = "gsm.operator.ispsroaming", 1464 .value = "false,false", 1465 }, 1466 { 1467 .key = "gsm.operator.isroaming", 1468 .value = "false,false", 1469 }, 1470 { 1471 .key = "gsm.operator.numeric", 1472 .value = "310410,310260", 1473 }, 1474 { 1475 .key = "gsm.sim.operator.alpha", 1476 .value = ",", 1477 }, 1478 { 1479 .key = "gsm.sim.operator.iso-country", 1480 .value = ",", 1481 }, 1482 { 1483 .key = "gsm.sim.operator.numeric", 1484 .value = ",", 1485 }, 1486 { 1487 .key = "gsm.sim.sixmode", 1488 .value = "GSM,GSM", 1489 }, 1490 { 1491 .key = "gsm.sim.sixmode.slave", 1492 .value = "false,false", 1493 }, 1494 { 1495 .key = "gsm.sim.state", 1496 .value = "ABSENT,ABSENT", 1497 }, 1498 { 1499 .key = "gsm.version.baseband", 1500 .value = "A8000ZCU2BQE1", 1501 }, 1502 { 1503 .key = "gsm.version.baseband1", 1504 .value = "A8000ZCU2BQE1", 1505 }, 1506 { 1507 .key = "gsm.version.ril-impl", 1508 .value = "Samsung RIL v3.0", 1509 }, 1510 { 1511 .key = "init.svc.BCS-daemon", 1512 .value = "running", 1513 }, 1514 { 1515 .key = "init.svc.DR-daemon", 1516 .value = "running", 1517 }, 1518 { 1519 .key = "init.svc.RIDL", 1520 .value = "stopped", 1521 }, 1522 { 1523 .key = "init.svc.SIDESYNC_service", 1524 .value = "running", 1525 }, 1526 { 1527 .key = "init.svc.SMD-daemon", 1528 .value = "running", 1529 }, 1530 { 1531 .key = "init.svc.TvoutService_C", 1532 .value = "running", 1533 }, 1534 { 1535 .key = "init.svc.adbd", 1536 .value = "running", 1537 }, 1538 { 1539 .key = "init.svc.at_distributor", 1540 .value = "stopped", 1541 }, 1542 { 1543 .key = "init.svc.audiod", 1544 .value = "running", 1545 }, 1546 { 1547 .key = "init.svc.auditd", 1548 .value = "running", 1549 }, 1550 { 1551 .key = "init.svc.bms-sh", 1552 .value = "stopped", 1553 }, 1554 { 1555 .key = "init.svc.bootanim", 1556 .value = "stopped", 1557 }, 1558 { 1559 .key = "init.svc.bootchecker", 1560 .value = "running", 1561 }, 1562 { 1563 .key = "init.svc.ccm", 1564 .value = "running", 1565 }, 1566 { 1567 .key = "init.svc.config_bluetooth", 1568 .value = "stopped", 1569 }, 1570 { 1571 .key = "init.svc.cs_service", 1572 .value = "running", 1573 }, 1574 { 1575 .key = "init.svc.debuggerd", 1576 .value = "running", 1577 }, 1578 { 1579 .key = "init.svc.diag_uart_log", 1580 .value = "running", 1581 }, 1582 { 1583 .key = "init.svc.drm", 1584 .value = "running", 1585 }, 1586 { 1587 .key = "init.svc.edmaudit", 1588 .value = "running", 1589 }, 1590 { 1591 .key = "init.svc.epmlogd", 1592 .value = "stopped", 1593 }, 1594 { 1595 .key = "init.svc.fingerprintd", 1596 .value = "running", 1597 }, 1598 { 1599 .key = "init.svc.flash_recovery", 1600 .value = "stopped", 1601 }, 1602 { 1603 .key = "init.svc.gatekeeperd", 1604 .value = "running", 1605 }, 1606 { 1607 .key = "init.svc.hciattach", 1608 .value = "stopped", 1609 }, 1610 { 1611 .key = "init.svc.healthd", 1612 .value = "running", 1613 }, 1614 { 1615 .key = "init.svc.icd", 1616 .value = "stopped", 1617 }, 1618 { 1619 .key = "init.svc.imsqmidaemon", 1620 .value = "running", 1621 }, 1622 { 1623 .key = "init.svc.installd", 1624 .value = "running", 1625 }, 1626 { 1627 .key = "init.svc.insthk", 1628 .value = "stopped", 1629 }, 1630 { 1631 .key = "init.svc.irsc_util", 1632 .value = "stopped", 1633 }, 1634 { 1635 .key = "init.svc.keystore", 1636 .value = "running", 1637 }, 1638 { 1639 .key = "init.svc.launcher", 1640 .value = "stopped", 1641 }, 1642 { 1643 .key = "init.svc.lmkd", 1644 .value = "running", 1645 }, 1646 { 1647 .key = "init.svc.loc_launcher", 1648 .value = "running", 1649 }, 1650 { 1651 .key = "init.svc.macloader", 1652 .value = "stopped", 1653 }, 1654 { 1655 .key = "init.svc.media", 1656 .value = "running", 1657 }, 1658 { 1659 .key = "init.svc.mobex-daemon", 1660 .value = "running", 1661 }, 1662 { 1663 .key = "init.svc.msm_irqbalance", 1664 .value = "running", 1665 }, 1666 { 1667 .key = "init.svc.netd", 1668 .value = "running", 1669 }, 1670 { 1671 .key = "init.svc.netmgrd", 1672 .value = "stopped", 1673 }, 1674 { 1675 .key = "init.svc.otp", 1676 .value = "running", 1677 }, 1678 { 1679 .key = "init.svc.perfd", 1680 .value = "running", 1681 }, 1682 { 1683 .key = "init.svc.powersnd", 1684 .value = "stopped", 1685 }, 1686 { 1687 .key = "init.svc.prepare_param", 1688 .value = "stopped", 1689 }, 1690 { 1691 .key = "init.svc.qcamerasvr", 1692 .value = "running", 1693 }, 1694 { 1695 .key = "init.svc.qcom-c_core-sh", 1696 .value = "stopped", 1697 }, 1698 { 1699 .key = "init.svc.qcom-c_main-sh", 1700 .value = "stopped", 1701 }, 1702 { 1703 .key = "init.svc.qcom-debug", 1704 .value = "stopped", 1705 }, 1706 { 1707 .key = "init.svc.qcom-post-boot", 1708 .value = "stopped", 1709 }, 1710 { 1711 .key = "init.svc.qcom-sh", 1712 .value = "stopped", 1713 }, 1714 { 1715 .key = "init.svc.qcom-usb-sh", 1716 .value = "stopped", 1717 }, 1718 { 1719 .key = "init.svc.qmuxd", 1720 .value = "running", 1721 }, 1722 { 1723 .key = "init.svc.qseecomd", 1724 .value = "running", 1725 }, 1726 { 1727 .key = "init.svc.qti-testscripts", 1728 .value = "stopped", 1729 }, 1730 { 1731 .key = "init.svc.rfs_access", 1732 .value = "running", 1733 }, 1734 { 1735 .key = "init.svc.ril-daemon", 1736 .value = "running", 1737 }, 1738 { 1739 .key = "init.svc.ril-daemon1", 1740 .value = "running", 1741 }, 1742 { 1743 .key = "init.svc.rmt_storage", 1744 .value = "running", 1745 }, 1746 { 1747 .key = "init.svc.scs", 1748 .value = "stopped", 1749 }, 1750 { 1751 .key = "init.svc.sdp_cryptod", 1752 .value = "running", 1753 }, 1754 { 1755 .key = "init.svc.sec-sh", 1756 .value = "stopped", 1757 }, 1758 { 1759 .key = "init.svc.secure_storage", 1760 .value = "running", 1761 }, 1762 { 1763 .key = "init.svc.servicemanager", 1764 .value = "running", 1765 }, 1766 { 1767 .key = "init.svc.ss_kb_service", 1768 .value = "running", 1769 }, 1770 { 1771 .key = "init.svc.start_netmgrd", 1772 .value = "stopped", 1773 }, 1774 { 1775 .key = "init.svc.surfaceflinger", 1776 .value = "running", 1777 }, 1778 { 1779 .key = "init.svc.swapon", 1780 .value = "stopped", 1781 }, 1782 { 1783 .key = "init.svc.taa_service", 1784 .value = "stopped", 1785 }, 1786 { 1787 .key = "init.svc.tftp_server", 1788 .value = "running", 1789 }, 1790 { 1791 .key = "init.svc.thermal-engine", 1792 .value = "running", 1793 }, 1794 { 1795 .key = "init.svc.time_daemon", 1796 .value = "running", 1797 }, 1798 { 1799 .key = "init.svc.tz_service", 1800 .value = "running", 1801 }, 1802 { 1803 .key = "init.svc.ueventd", 1804 .value = "running", 1805 }, 1806 { 1807 .key = "init.svc.vold", 1808 .value = "running", 1809 }, 1810 { 1811 .key = "init.svc.wcnss-service", 1812 .value = "running", 1813 }, 1814 { 1815 .key = "init.svc.zygote", 1816 .value = "running", 1817 }, 1818 { 1819 .key = "installd.sdcard_manipulate_done", 1820 .value = "0", 1821 }, 1822 { 1823 .key = "keyguard.no_require_sim", 1824 .value = "true", 1825 }, 1826 { 1827 .key = "logd.auditd", 1828 .value = "false", 1829 }, 1830 { 1831 .key = "media.aac_51_output_enabled", 1832 .value = "true", 1833 }, 1834 { 1835 .key = "media.enable-commonsource", 1836 .value = "true", 1837 }, 1838 { 1839 .key = "media.msm8939hw", 1840 .value = "1", 1841 }, 1842 { 1843 .key = "media.stagefright.enable-aac", 1844 .value = "true", 1845 }, 1846 { 1847 .key = "media.stagefright.enable-fma2dp", 1848 .value = "true", 1849 }, 1850 { 1851 .key = "media.stagefright.enable-http", 1852 .value = "true", 1853 }, 1854 { 1855 .key = "media.stagefright.enable-player", 1856 .value = "true", 1857 }, 1858 { 1859 .key = "media.stagefright.enable-qcp", 1860 .value = "true", 1861 }, 1862 { 1863 .key = "media.stagefright.enable-scan", 1864 .value = "true", 1865 }, 1866 { 1867 .key = "media.stagefright.use-awesome", 1868 .value = "false", 1869 }, 1870 { 1871 .key = "media.swhevccodectype", 1872 .value = "0", 1873 }, 1874 { 1875 .key = "mm.enable.qcom_parser", 1876 .value = "3183219", 1877 }, 1878 { 1879 .key = "mmp.enable.3g2", 1880 .value = "true", 1881 }, 1882 { 1883 .key = "net.bt.name", 1884 .value = "Android", 1885 }, 1886 { 1887 .key = "net.change", 1888 .value = "net.qtaguid_enabled", 1889 }, 1890 { 1891 .key = "net.hostname", 1892 .value = "android-4e6ef65d72c6a8ec", 1893 }, 1894 { 1895 .key = "net.knox.shareddevice.version", 1896 .value = "2.6.0", 1897 }, 1898 { 1899 .key = "net.knoxscep.version", 1900 .value = "2.0.1", 1901 }, 1902 { 1903 .key = "net.knoxsso.version", 1904 .value = "2.5.0", 1905 }, 1906 { 1907 .key = "net.knoxvpn.version", 1908 .value = "2.3.0", 1909 }, 1910 { 1911 .key = "net.qtaguid_enabled", 1912 .value = "1", 1913 }, 1914 { 1915 .key = "net.smart_switch.disabled", 1916 .value = "1", 1917 }, 1918 { 1919 .key = "net.tcp.buffersize.default", 1920 .value = "4096,87380,524288,4096,16384,110208", 1921 }, 1922 { 1923 .key = "net.tcp.buffersize.edge", 1924 .value = "4093,26280,35040,4096,16384,35040", 1925 }, 1926 { 1927 .key = "net.tcp.buffersize.evdo", 1928 .value = "4094,87380,524288,4096,16384,262144", 1929 }, 1930 { 1931 .key = "net.tcp.buffersize.gprs", 1932 .value = "4092,8760,11680,4096,8760,11680", 1933 }, 1934 { 1935 .key = "net.tcp.buffersize.hsdpa", 1936 .value = "4094,87380,1220608,4096,16384,1220608", 1937 }, 1938 { 1939 .key = "net.tcp.buffersize.hspa", 1940 .value = "4094,87380,1220608,4096,16384,1220608", 1941 }, 1942 { 1943 .key = "net.tcp.buffersize.hspap", 1944 .value = "4094,87380,1220608,4096,16384,1220608", 1945 }, 1946 { 1947 .key = "net.tcp.buffersize.hsupa", 1948 .value = "4094,87380,1220608,4096,16384,1220608", 1949 }, 1950 { 1951 .key = "net.tcp.buffersize.lte", 1952 .value = "2097152,4194304,8388608,262144,524288,1048576", 1953 }, 1954 { 1955 .key = "net.tcp.buffersize.umts", 1956 .value = "4094,87380,110208,4096,16384,110208", 1957 }, 1958 { 1959 .key = "net.tcp.buffersize.wifi", 1960 .value = "524288,2097152,4525824,524288,1048576,4525824", 1961 }, 1962 { 1963 .key = "net.tcp.default_init_rwnd", 1964 .value = "60", 1965 }, 1966 { 1967 .key = "net.tcp.delack.default", 1968 .value = "1", 1969 }, 1970 { 1971 .key = "net.tcp.delack.wifi", 1972 .value = "1", 1973 }, 1974 { 1975 .key = "net.tcp.usercfg.default", 1976 .value = "0", 1977 }, 1978 { 1979 .key = "net.tcp.usercfg.wifi", 1980 .value = "1", 1981 }, 1982 { 1983 .key = "nfc.delay.boot", 1984 .value = "0", 1985 }, 1986 { 1987 .key = "nfc.fw.dfl_areacode", 1988 .value = "CHN", 1989 }, 1990 { 1991 .key = "nfc.fw.downloadmode_force", 1992 .value = "0", 1993 }, 1994 { 1995 .key = "nfc.fw.rfreg_ver", 1996 .value = "MAJ: 0, MIN: 0", 1997 }, 1998 { 1999 .key = "nfc.nxp.fwdnldstatus", 2000 .value = "0", 2001 }, 2002 { 2003 .key = "nfc.smartcard.binded", 2004 .value = "true", 2005 }, 2006 { 2007 .key = "persist.audio.allsoundmute", 2008 .value = "0", 2009 }, 2010 { 2011 .key = "persist.audio.cpufreq", 2012 .value = "350000", 2013 }, 2014 { 2015 .key = "persist.audio.finemediavolume", 2016 .value = "1", 2017 }, 2018 { 2019 .key = "persist.audio.fluence.speaker", 2020 .value = "true", 2021 }, 2022 { 2023 .key = "persist.audio.fluence.voicecall", 2024 .value = "true", 2025 }, 2026 { 2027 .key = "persist.audio.fluence.voicerec", 2028 .value = "false", 2029 }, 2030 { 2031 .key = "persist.audio.globaleffect", 2032 .value = "1", 2033 }, 2034 { 2035 .key = "persist.audio.headsetsysvolume", 2036 .value = "9", 2037 }, 2038 { 2039 .key = "persist.audio.hphonesysvolume", 2040 .value = "9", 2041 }, 2042 { 2043 .key = "persist.audio.mpseek", 2044 .value = "0", 2045 }, 2046 { 2047 .key = "persist.audio.mysound", 2048 .value = "1", 2049 }, 2050 { 2051 .key = "persist.audio.ringermode", 2052 .value = "2", 2053 }, 2054 { 2055 .key = "persist.audio.sales_code", 2056 .value = "CHC", 2057 }, 2058 { 2059 .key = "persist.audio.soundalivefxsec", 2060 .value = "1", 2061 }, 2062 { 2063 .key = "persist.audio.stereospeaker", 2064 .value = "0", 2065 }, 2066 { 2067 .key = "persist.audio.sysvolume", 2068 .value = "9", 2069 }, 2070 { 2071 .key = "persist.audio.uhqa", 2072 .value = "0", 2073 }, 2074 { 2075 .key = "persist.audio.voipcpufreq", 2076 .value = "350000", 2077 }, 2078 { 2079 .key = "persist.bluetooth_fw_ver", 2080 .value = "03.8.20.23 CNSS-PR-2-0-1-c8-00090\r\n", 2081 }, 2082 { 2083 .key = "persist.camera.incall", 2084 .value = "false", 2085 }, 2086 { 2087 .key = "persist.cne.dpm", 2088 .value = "0", 2089 }, 2090 { 2091 .key = "persist.cne.feature", 2092 .value = "0", 2093 }, 2094 { 2095 .key = "persist.data.netmgrd.qos.enable", 2096 .value = "false", 2097 }, 2098 { 2099 .key = "persist.debug.wfd.enable", 2100 .value = "1", 2101 }, 2102 { 2103 .key = "persist.demo.hdmirotationlock", 2104 .value = "false", 2105 }, 2106 { 2107 .key = "persist.dpm.feature", 2108 .value = "0", 2109 }, 2110 { 2111 .key = "persist.fuse_sdcard", 2112 .value = "true", 2113 }, 2114 { 2115 .key = "persist.gps.qc_nlp_in_use", 2116 .value = "1", 2117 }, 2118 { 2119 .key = "persist.hwc.enable_vds", 2120 .value = "1", 2121 }, 2122 { 2123 .key = "persist.hwc.mdpcomp.enable", 2124 .value = "true", 2125 }, 2126 { 2127 .key = "persist.loc.nlp_name", 2128 .value = "com.qualcomm.location", 2129 }, 2130 { 2131 .key = "persist.radio.add_power_save", 2132 .value = "1", 2133 }, 2134 { 2135 .key = "persist.radio.apm_sim_not_pwdn", 2136 .value = "1", 2137 }, 2138 { 2139 .key = "persist.radio.calldefault.simid", 2140 .value = "0", 2141 }, 2142 { 2143 .key = "persist.radio.initphone-type", 2144 .value = "1,1", 2145 }, 2146 { 2147 .key = "persist.radio.last.phonetype", 2148 .value = "1,1", 2149 }, 2150 { 2151 .key = "persist.radio.latest-modeltype", 2152 .value = "2", 2153 }, 2154 { 2155 .key = "persist.radio.lte_vrte_ltd", 2156 .value = "1", 2157 }, 2158 { 2159 .key = "persist.radio.multisim.config", 2160 .value = "dsds", 2161 }, 2162 { 2163 .key = "persist.radio.multisim.stackid", 2164 .value = "0,1", 2165 }, 2166 { 2167 .key = "persist.radio.plmnname", 2168 .value = ",", 2169 }, 2170 { 2171 .key = "persist.radio.sib16_support", 2172 .value = "0", 2173 }, 2174 { 2175 .key = "persist.radio.snapshot_enabled", 2176 .value = "1", 2177 }, 2178 { 2179 .key = "persist.radio.snapshot_timer", 2180 .value = "22", 2181 }, 2182 { 2183 .key = "persist.radio.tdscdma_present", 2184 .value = "1", 2185 }, 2186 { 2187 .key = "persist.ril.dfm.srlte", 2188 .value = "true", 2189 }, 2190 { 2191 .key = "persist.ril.modem.board", 2192 .value = "MSM8939", 2193 }, 2194 { 2195 .key = "persist.ril.radiocapa.tdscdma", 2196 .value = "true", 2197 }, 2198 { 2199 .key = "persist.security.ams.enforcing", 2200 .value = "3", 2201 }, 2202 { 2203 .key = "persist.security.tlc.ccm", 2204 .value = "0", 2205 }, 2206 { 2207 .key = "persist.security.tlc.otp", 2208 .value = "0", 2209 }, 2210 { 2211 .key = "persist.service.bdroid.version", 2212 .value = "4.2", 2213 }, 2214 { 2215 .key = "persist.soc_camera.flicker", 2216 .value = "50hz", 2217 }, 2218 { 2219 .key = "persist.sys.SUWRebootReason", 2220 .value = "", 2221 }, 2222 { 2223 .key = "persist.sys.bpmsetting.enable", 2224 .value = "1", 2225 }, 2226 { 2227 .key = "persist.sys.ccm.date", 2228 .value = "Thu May 11 09:20:12 KST 2017", 2229 }, 2230 { 2231 .key = "persist.sys.dalvik.vm.lib.2", 2232 .value = "libart.so", 2233 }, 2234 { 2235 .key = "persist.sys.drs.date", 2236 .value = "Thu May 11 09:20:12 KST 2017", 2237 }, 2238 { 2239 .key = "persist.sys.kap.date", 2240 .value = "Thu May 11 09:20:12 KST 2017", 2241 }, 2242 { 2243 .key = "persist.sys.kap.status", 2244 .value = "NONE", 2245 }, 2246 { 2247 .key = "persist.sys.locale", 2248 .value = "en-GB", 2249 }, 2250 { 2251 .key = "persist.sys.localedefault", 2252 .value = "zh-CN", 2253 }, 2254 { 2255 .key = "persist.sys.profiler_ms", 2256 .value = "0", 2257 }, 2258 { 2259 .key = "persist.sys.sb.setting.enabled", 2260 .value = "false", 2261 }, 2262 { 2263 .key = "persist.sys.setupwizard", 2264 .value = "FINISH", 2265 }, 2266 { 2267 .key = "persist.sys.storage_preload", 2268 .value = "2", 2269 }, 2270 { 2271 .key = "persist.sys.timezone", 2272 .value = "Asia/Shanghai", 2273 }, 2274 { 2275 .key = "persist.sys.usb.config", 2276 .value = "mtp,adb", 2277 }, 2278 { 2279 .key = "persist.sys.usb.config.extra", 2280 .value = "none", 2281 }, 2282 { 2283 .key = "persist.sys.usb.dualrole", 2284 .value = "false", 2285 }, 2286 { 2287 .key = "persist.tcp.delack.enable", 2288 .value = "false", 2289 }, 2290 { 2291 .key = "persist.timed.enable", 2292 .value = "true", 2293 }, 2294 { 2295 .key = "ril.CHAR", 2296 .value = "5815873", 2297 }, 2298 { 2299 .key = "ril.CompleteMsg", 2300 .value = "OK", 2301 }, 2302 { 2303 .key = "ril.ICC_TYPE", 2304 .value = "0,0", 2305 }, 2306 { 2307 .key = "ril.IccChanged", 2308 .value = "0", 2309 }, 2310 { 2311 .key = "ril.IccChanged2", 2312 .value = "0", 2313 }, 2314 { 2315 .key = "ril.IsCSIM", 2316 .value = "0,0", 2317 }, 2318 { 2319 .key = "ril.LIMA", 2320 .value = "56951", 2321 }, 2322 { 2323 .key = "ril.RildInit", 2324 .value = "1,1", 2325 }, 2326 { 2327 .key = "ril.approved_codever", 2328 .value = "none", 2329 }, 2330 { 2331 .key = "ril.approved_cscver", 2332 .value = "none", 2333 }, 2334 { 2335 .key = "ril.approved_modemver", 2336 .value = "none", 2337 }, 2338 { 2339 .key = "ril.atd_status", 2340 .value = "1_0_0", 2341 }, 2342 { 2343 .key = "ril.backoffstate", 2344 .value = "1024", 2345 }, 2346 { 2347 .key = "ril.cs_svc", 2348 .value = "1", 2349 }, 2350 { 2351 .key = "ril.debug_modemfactory", 2352 .value = "CSC Feature State: IMS OFF, EPDG OFF", 2353 }, 2354 { 2355 .key = "ril.deviceOffRes", 2356 .value = "0", 2357 }, 2358 { 2359 .key = "ril.ecclist0", 2360 .value = "911,*911,#911,112,000,08,110,999,118,119", 2361 }, 2362 { 2363 .key = "ril.ecclist00", 2364 .value = "112,911,999,000,110,118,119", 2365 }, 2366 { 2367 .key = "ril.ecclist10", 2368 .value = "112,911,999,000,110,118,119", 2369 }, 2370 { 2371 .key = "ril.ecclist_net0", 2372 .value = "", 2373 }, 2374 { 2375 .key = "ril.ecclist_net1", 2376 .value = "", 2377 }, 2378 { 2379 .key = "ril.egprs_supp", 2380 .value = ",1", 2381 }, 2382 { 2383 .key = "ril.hasisim", 2384 .value = "0,0", 2385 }, 2386 { 2387 .key = "ril.hw_ver", 2388 .value = "MP 0.700", 2389 }, 2390 { 2391 .key = "ril.ims.ecsupport", 2392 .value = "0,0", 2393 }, 2394 { 2395 .key = "ril.initPB", 2396 .value = "0", 2397 }, 2398 { 2399 .key = "ril.initPB2", 2400 .value = "0", 2401 }, 2402 { 2403 .key = "ril.iscdma", 2404 .value = "0", 2405 }, 2406 { 2407 .key = "ril.isctc", 2408 .value = "0,0", 2409 }, 2410 { 2411 .key = "ril.modem.board", 2412 .value = "MSM8939", 2413 }, 2414 { 2415 .key = "ril.official_cscver", 2416 .value = "A8000CHC2BQE1", 2417 }, 2418 { 2419 .key = "ril.product_code", 2420 .value = "Not Active", 2421 }, 2422 { 2423 .key = "ril.radiostate", 2424 .value = "10", 2425 }, 2426 { 2427 .key = "ril.read.done", 2428 .value = "1", 2429 }, 2430 { 2431 .key = "ril.rfcal_date", 2432 .value = "2015.07.27", 2433 }, 2434 { 2435 .key = "ril.serialnumber", 2436 .value = "R28G73KSJ3B", 2437 }, 2438 { 2439 .key = "ril.servicestate", 2440 .value = "2,2", 2441 }, 2442 { 2443 .key = "ril.simoperator", 2444 .value = ",", 2445 }, 2446 { 2447 .key = "ril.ss.routing", 2448 .value = "0,0", 2449 }, 2450 { 2451 .key = "ril.subinfo", 2452 .value = "0:2147483643,1:2147483644", 2453 }, 2454 { 2455 .key = "ril.sw_ver", 2456 .value = "A8000ZCU2BQE1", 2457 }, 2458 { 2459 .key = "ril.timezoneID", 2460 .value = "", 2461 }, 2462 { 2463 .key = "ril.voicecapable", 2464 .value = "true", 2465 }, 2466 { 2467 .key = "rild.libpath", 2468 .value = "/system/lib/libsec-ril.so", 2469 }, 2470 { 2471 .key = "rild.libpath2", 2472 .value = "/system/lib/libsec-ril-dsds.so", 2473 }, 2474 { 2475 .key = "ro.adb.secure", 2476 .value = "1", 2477 }, 2478 { 2479 .key = "ro.allow.mock.location", 2480 .value = "0", 2481 }, 2482 { 2483 .key = "ro.astcenc.astcsupport", 2484 .value = "1", 2485 }, 2486 { 2487 .key = "ro.baseband", 2488 .value = "msm", 2489 }, 2490 { 2491 .key = "ro.bluetooth.dun", 2492 .value = "true", 2493 }, 2494 { 2495 .key = "ro.bluetooth.hfp.ver", 2496 .value = "1.7", 2497 }, 2498 { 2499 .key = "ro.bluetooth.sap", 2500 .value = "true", 2501 }, 2502 { 2503 .key = "ro.board.platform", 2504 .value = "msm8916", 2505 }, 2506 { 2507 .key = "ro.boot.baseband", 2508 .value = "msm", 2509 }, 2510 { 2511 .key = "ro.boot.boot_recovery", 2512 .value = "0", 2513 }, 2514 { 2515 .key = "ro.boot.bootdevice", 2516 .value = "7824900.sdhci", 2517 }, 2518 { 2519 .key = "ro.boot.bootloader", 2520 .value = "A8000ZCU2BQE1", 2521 }, 2522 { 2523 .key = "ro.boot.cp_debug_level", 2524 .value = "0x55FF", 2525 }, 2526 { 2527 .key = "ro.boot.debug_level", 2528 .value = "0x4f4c", 2529 }, 2530 { 2531 .key = "ro.boot.emmc", 2532 .value = "true", 2533 }, 2534 { 2535 .key = "ro.boot.hardware", 2536 .value = "qcom", 2537 }, 2538 { 2539 .key = "ro.boot.revision", 2540 .value = "11", 2541 }, 2542 { 2543 .key = "ro.boot.sec_atd.tty", 2544 .value = "/dev/ttyHSL0", 2545 }, 2546 { 2547 .key = "ro.boot.security_mode", 2548 .value = "1526595585", 2549 }, 2550 { 2551 .key = "ro.boot.serialno", 2552 .value = "8b89c27a", 2553 }, 2554 { 2555 .key = "ro.boot.warranty_bit", 2556 .value = "0", 2557 }, 2558 { 2559 .key = "ro.boot_recovery", 2560 .value = "0", 2561 }, 2562 { 2563 .key = "ro.bootimage.build.date", 2564 .value = "Thu May 11 09:20:16 KST 2017", 2565 }, 2566 { 2567 .key = "ro.bootimage.build.date.utc", 2568 .value = "1494462016", 2569 }, 2570 { 2571 .key = "ro.bootimage.build.fingerprint", 2572 .value = "samsung/a8ltezc/a8ltechn:6.0.1/MMB29M/A8000ZCU2BQE1:user/test-keys", 2573 }, 2574 { 2575 .key = "ro.bootloader", 2576 .value = "A8000ZCU2BQE1", 2577 }, 2578 { 2579 .key = "ro.bootmode", 2580 .value = "unknown", 2581 }, 2582 { 2583 .key = "ro.bt.bdaddr_path", 2584 .value = "/efs/bluetooth/bt_addr", 2585 }, 2586 { 2587 .key = "ro.build.PDA", 2588 .value = "A8000ZCU2BQE1", 2589 }, 2590 { 2591 .key = "ro.build.changelist", 2592 .value = "11369852", 2593 }, 2594 { 2595 .key = "ro.build.characteristics", 2596 .value = "china_wlan,phone", 2597 }, 2598 { 2599 .key = "ro.build.date", 2600 .value = "Thu May 11 09:20:12 KST 2017", 2601 }, 2602 { 2603 .key = "ro.build.date.utc", 2604 .value = "1494462012", 2605 }, 2606 { 2607 .key = "ro.build.description", 2608 .value = "a8ltezc-user 6.0.1 MMB29M A8000ZCU2BQE1 release-keys", 2609 }, 2610 { 2611 .key = "ro.build.display.id", 2612 .value = "MMB29M.A8000ZCU2BQE1", 2613 }, 2614 { 2615 .key = "ro.build.fingerprint", 2616 .value = "samsung/a8ltezc/a8ltechn:6.0.1/MMB29M/A8000ZCU2BQE1:user/release-keys", 2617 }, 2618 { 2619 .key = "ro.build.flavor", 2620 .value = "a8ltezc-user", 2621 }, 2622 { 2623 .key = "ro.build.hidden_ver", 2624 .value = "A8000ZCU2BQE1", 2625 }, 2626 { 2627 .key = "ro.build.host", 2628 .value = "SWDG5223", 2629 }, 2630 { 2631 .key = "ro.build.id", 2632 .value = "MMB29M", 2633 }, 2634 { 2635 .key = "ro.build.official.release", 2636 .value = "true", 2637 }, 2638 { 2639 .key = "ro.build.product", 2640 .value = "a8ltechn", 2641 }, 2642 { 2643 .key = "ro.build.scafe.cream", 2644 .value = "white", 2645 }, 2646 { 2647 .key = "ro.build.scafe.shot", 2648 .value = "double", 2649 }, 2650 { 2651 .key = "ro.build.scafe.size", 2652 .value = "short", 2653 }, 2654 { 2655 .key = "ro.build.scafe.version", 2656 .value = "2016A", 2657 }, 2658 { 2659 .key = "ro.build.selinux", 2660 .value = "1", 2661 }, 2662 { 2663 .key = "ro.build.selinux.enforce", 2664 .value = "1", 2665 }, 2666 { 2667 .key = "ro.build.tags", 2668 .value = "release-keys", 2669 }, 2670 { 2671 .key = "ro.build.type", 2672 .value = "user", 2673 }, 2674 { 2675 .key = "ro.build.user", 2676 .value = "dpi", 2677 }, 2678 { 2679 .key = "ro.build.version.all_codenames", 2680 .value = "REL", 2681 }, 2682 { 2683 .key = "ro.build.version.base_os", 2684 .value = "", 2685 }, 2686 { 2687 .key = "ro.build.version.codename", 2688 .value = "REL", 2689 }, 2690 { 2691 .key = "ro.build.version.incremental", 2692 .value = "A8000ZCU2BQE1", 2693 }, 2694 { 2695 .key = "ro.build.version.preview_sdk", 2696 .value = "0", 2697 }, 2698 { 2699 .key = "ro.build.version.release", 2700 .value = "6.0.1", 2701 }, 2702 { 2703 .key = "ro.build.version.sdk", 2704 .value = "23", 2705 }, 2706 { 2707 .key = "ro.build.version.sdl", 2708 .value = "2302", 2709 }, 2710 { 2711 .key = "ro.build.version.security_patch", 2712 .value = "2017-05-01", 2713 }, 2714 { 2715 .key = "ro.carrier", 2716 .value = "unknown", 2717 }, 2718 { 2719 .key = "ro.chipname", 2720 .value = "MSM8939", 2721 }, 2722 { 2723 .key = "ro.com.google.clientidbase", 2724 .value = "android-samsung", 2725 }, 2726 { 2727 .key = "ro.com.google.gmsversion", 2728 .value = "", 2729 }, 2730 { 2731 .key = "ro.config.alarm_alert", 2732 .value = "Morning_Flower.ogg", 2733 }, 2734 { 2735 .key = "ro.config.dha_cached_max", 2736 .value = "6", 2737 }, 2738 { 2739 .key = "ro.config.dha_cached_min", 2740 .value = "4", 2741 }, 2742 { 2743 .key = "ro.config.dha_empty_init", 2744 .value = "21", 2745 }, 2746 { 2747 .key = "ro.config.dha_empty_max", 2748 .value = "21", 2749 }, 2750 { 2751 .key = "ro.config.dha_knox_plist_enable", 2752 .value = "1", 2753 }, 2754 { 2755 .key = "ro.config.dha_lmk_scale", 2756 .value = "1.34", 2757 }, 2758 { 2759 .key = "ro.config.dha_pwhl_key_knox", 2760 .value = "1547", 2761 }, 2762 { 2763 .key = "ro.config.dmverity", 2764 .value = "True", 2765 }, 2766 { 2767 .key = "ro.config.iccc_version", 2768 .value = "1.0", 2769 }, 2770 { 2771 .key = "ro.config.kap", 2772 .value = "true", 2773 }, 2774 { 2775 .key = "ro.config.kap_default_on", 2776 .value = "true", 2777 }, 2778 { 2779 .key = "ro.config.knox", 2780 .value = "v30", 2781 }, 2782 { 2783 .key = "ro.config.low_ram", 2784 .value = "false", 2785 }, 2786 { 2787 .key = "ro.config.media_sound", 2788 .value = "Media_preview_Touch_the_light.ogg", 2789 }, 2790 { 2791 .key = "ro.config.notification_sound", 2792 .value = "Skyline.ogg", 2793 }, 2794 { 2795 .key = "ro.config.notification_sound_2", 2796 .value = "S_Charming_Bell.ogg", 2797 }, 2798 { 2799 .key = "ro.config.ringtone", 2800 .value = "Over_the_Horizon.ogg", 2801 }, 2802 { 2803 .key = "ro.config.ringtone_2", 2804 .value = "Basic_Bell.ogg", 2805 }, 2806 { 2807 .key = "ro.config.rm_preload_enabled", 2808 .value = "0", 2809 }, 2810 { 2811 .key = "ro.config.tima", 2812 .value = "1", 2813 }, 2814 { 2815 .key = "ro.config.timaversion", 2816 .value = "3.0", 2817 }, 2818 { 2819 .key = "ro.cp_debug_level", 2820 .value = "0x55FF", 2821 }, 2822 { 2823 .key = "ro.crypto.state", 2824 .value = "unencrypted", 2825 }, 2826 { 2827 .key = "ro.csc.country_code", 2828 .value = "China", 2829 }, 2830 { 2831 .key = "ro.csc.countryiso_code", 2832 .value = "CN", 2833 }, 2834 { 2835 .key = "ro.csc.sales_code", 2836 .value = "CHC", 2837 }, 2838 { 2839 .key = "ro.dalvik.vm.native.bridge", 2840 .value = "0", 2841 }, 2842 { 2843 .key = "ro.data.large_tcp_window_size", 2844 .value = "true", 2845 }, 2846 { 2847 .key = "ro.debug_level", 2848 .value = "0x4f4c", 2849 }, 2850 { 2851 .key = "ro.debuggable", 2852 .value = "0", 2853 }, 2854 { 2855 .key = "ro.emmc", 2856 .value = "true", 2857 }, 2858 { 2859 .key = "ro.emmc_checksum", 2860 .value = "unknown", 2861 }, 2862 { 2863 .key = "ro.error.receiver.default", 2864 .value = "com.samsung.receiver.error", 2865 }, 2866 { 2867 .key = "ro.expect.recovery_id", 2868 .value = "0x81153284a8be763d8d642268380ff75c00cd540e000000000000000000000000", 2869 }, 2870 { 2871 .key = "ro.fm.transmitter", 2872 .value = "false", 2873 }, 2874 { 2875 .key = "ro.gps.agps_provider", 2876 .value = "1", 2877 }, 2878 { 2879 .key = "ro.hardware", 2880 .value = "qcom", 2881 }, 2882 { 2883 .key = "ro.hdcp2.rx", 2884 .value = "tz", 2885 }, 2886 { 2887 .key = "ro.hwui.drop_shadow_cache_size", 2888 .value = "6", 2889 }, 2890 { 2891 .key = "ro.hwui.gradient_cache_size", 2892 .value = "2", 2893 }, 2894 { 2895 .key = "ro.hwui.layer_cache_size", 2896 .value = "34", 2897 }, 2898 { 2899 .key = "ro.hwui.path_cache_size", 2900 .value = "10", 2901 }, 2902 { 2903 .key = "ro.hwui.r_buffer_cache_size", 2904 .value = "4", 2905 }, 2906 { 2907 .key = "ro.hwui.shape_cache_size", 2908 .value = "4", 2909 }, 2910 { 2911 .key = "ro.hwui.text_large_cache_height", 2912 .value = "1024", 2913 }, 2914 { 2915 .key = "ro.hwui.text_large_cache_width", 2916 .value = "2048", 2917 }, 2918 { 2919 .key = "ro.hwui.text_small_cache_height", 2920 .value = "1024", 2921 }, 2922 { 2923 .key = "ro.hwui.text_small_cache_width", 2924 .value = "1024", 2925 }, 2926 { 2927 .key = "ro.hwui.texture_cache_flushrate", 2928 .value = "0.4", 2929 }, 2930 { 2931 .key = "ro.hwui.texture_cache_size", 2932 .value = "50", 2933 }, 2934 { 2935 .key = "ro.kernel.qemu", 2936 .value = "0", 2937 }, 2938 { 2939 .key = "ro.mct.compressiontype", 2940 .value = "ETC1", 2941 }, 2942 { 2943 .key = "ro.min_freq_0", 2944 .value = "499200", 2945 }, 2946 { 2947 .key = "ro.min_freq_4", 2948 .value = "533333", 2949 }, 2950 { 2951 .key = "ro.multisim.simslotcount", 2952 .value = "2", 2953 }, 2954 { 2955 .key = "ro.nvdata_backup", 2956 .value = "unknown", 2957 }, 2958 { 2959 .key = "ro.opengles.version", 2960 .value = "196608", 2961 }, 2962 { 2963 .key = "ro.product.board", 2964 .value = "MSM8939", 2965 }, 2966 { 2967 .key = "ro.product.brand", 2968 .value = "samsung", 2969 }, 2970 { 2971 .key = "ro.product.cpu.abi", 2972 .value = "armeabi-v7a", 2973 }, 2974 { 2975 .key = "ro.product.cpu.abi2", 2976 .value = "armeabi", 2977 }, 2978 { 2979 .key = "ro.product.cpu.abilist", 2980 .value = "armeabi-v7a,armeabi", 2981 }, 2982 { 2983 .key = "ro.product.cpu.abilist32", 2984 .value = "armeabi-v7a,armeabi", 2985 }, 2986 { 2987 .key = "ro.product.cpu.abilist64", 2988 .value = "", 2989 }, 2990 { 2991 .key = "ro.product.device", 2992 .value = "a8ltechn", 2993 }, 2994 { 2995 .key = "ro.product.locale", 2996 .value = "zh-CN", 2997 }, 2998 { 2999 .key = "ro.product.manufacturer", 3000 .value = "samsung", 3001 }, 3002 { 3003 .key = "ro.product.model", 3004 .value = "SM-A8000", 3005 }, 3006 { 3007 .key = "ro.product.name", 3008 .value = "a8ltezc", 3009 }, 3010 { 3011 .key = "ro.product_ship", 3012 .value = "true", 3013 }, 3014 { 3015 .key = "ro.qc.sdk.audio.fluencetype", 3016 .value = "none", 3017 }, 3018 { 3019 .key = "ro.qc.sdk.audio.ssr", 3020 .value = "false", 3021 }, 3022 { 3023 .key = "ro.qualcomm.bluetooth.ftp", 3024 .value = "true", 3025 }, 3026 { 3027 .key = "ro.qualcomm.bluetooth.hfp", 3028 .value = "true", 3029 }, 3030 { 3031 .key = "ro.qualcomm.bluetooth.hsp", 3032 .value = "true", 3033 }, 3034 { 3035 .key = "ro.qualcomm.bluetooth.map", 3036 .value = "true", 3037 }, 3038 { 3039 .key = "ro.qualcomm.bluetooth.nap", 3040 .value = "true", 3041 }, 3042 { 3043 .key = "ro.qualcomm.bluetooth.opp", 3044 .value = "true", 3045 }, 3046 { 3047 .key = "ro.qualcomm.bluetooth.pbap", 3048 .value = "true", 3049 }, 3050 { 3051 .key = "ro.qualcomm.bt.hci_transport", 3052 .value = "smd", 3053 }, 3054 { 3055 .key = "ro.qualcomm.cabl", 3056 .value = "0", 3057 }, 3058 { 3059 .key = "ro.revision", 3060 .value = "11", 3061 }, 3062 { 3063 .key = "ro.ril.svdo", 3064 .value = "false", 3065 }, 3066 { 3067 .key = "ro.ril.svlte1x", 3068 .value = "false", 3069 }, 3070 { 3071 .key = "ro.runtime.firstboot", 3072 .value = "1423755770811", 3073 }, 3074 { 3075 .key = "ro.sec.fle.encryption", 3076 .value = "true", 3077 }, 3078 { 3079 .key = "ro.secure", 3080 .value = "1", 3081 }, 3082 { 3083 .key = "ro.securestorage.support", 3084 .value = "true", 3085 }, 3086 { 3087 .key = "ro.security.icd.flagmode", 3088 .value = "multi", 3089 }, 3090 { 3091 .key = "ro.security.reactive.active", 3092 .value = "1", 3093 }, 3094 { 3095 .key = "ro.security.reactive.version", 3096 .value = "2.0.11", 3097 }, 3098 { 3099 .key = "ro.security.vpnpp.release", 3100 .value = "5.3", 3101 }, 3102 { 3103 .key = "ro.security.vpnpp.ver", 3104 .value = "1.4", 3105 }, 3106 { 3107 .key = "ro.security_mode", 3108 .value = "1526595585", 3109 }, 3110 { 3111 .key = "ro.secwvk", 3112 .value = "144", 3113 }, 3114 { 3115 .key = "ro.serialno", 3116 .value = "8b89c27a", 3117 }, 3118 { 3119 .key = "ro.setupwizard.mode", 3120 .value = "DISABLED", 3121 }, 3122 { 3123 .key = "ro.sf.lcd_density", 3124 .value = "480", 3125 }, 3126 { 3127 .key = "ro.telephony.call_ring.multiple", 3128 .value = "false", 3129 }, 3130 { 3131 .key = "ro.telephony.default_network", 3132 .value = "9,1", 3133 }, 3134 { 3135 .key = "ro.use_data_netmgrd", 3136 .value = "false", 3137 }, 3138 { 3139 .key = "ro.vendor.extension_library", 3140 .value = "libqti-perfd-client.so", 3141 }, 3142 { 3143 .key = "ro.warranty_bit", 3144 .value = "0", 3145 }, 3146 { 3147 .key = "ro.wifi.channels", 3148 .value = "", 3149 }, 3150 { 3151 .key = "ro.zygote", 3152 .value = "zygote32", 3153 }, 3154 { 3155 .key = "rw.km_fips_status", 3156 .value = "ready", 3157 }, 3158 { 3159 .key = "sec.fle.encryption.status", 3160 .value = "Dec NewFile IncludeMedia", 3161 }, 3162 { 3163 .key = "security.ASKS.policy_version", 3164 .value = "161011", 3165 }, 3166 { 3167 .key = "security.mdpp.mass", 3168 .value = "skmm", 3169 }, 3170 { 3171 .key = "security.reactive.status", 3172 .value = "02", 3173 }, 3174 { 3175 .key = "security.semdaemonfinish", 3176 .value = "0", 3177 }, 3178 { 3179 .key = "selinux.policy_version", 3180 .value = "SEPF_SECMOBILE_6.0.1_0034", 3181 }, 3182 { 3183 .key = "selinux.reload_policy", 3184 .value = "1", 3185 }, 3186 { 3187 .key = "service.bootanim.exit", 3188 .value = "0", 3189 }, 3190 { 3191 .key = "service.camera.hdmi_preview", 3192 .value = "0", 3193 }, 3194 { 3195 .key = "service.camera.rec.running", 3196 .value = "0", 3197 }, 3198 { 3199 .key = "service.camera.running", 3200 .value = "0", 3201 }, 3202 { 3203 .key = "service.camera.running_0", 3204 .value = "0", 3205 }, 3206 { 3207 .key = "service.camera.running_1", 3208 .value = "0", 3209 }, 3210 { 3211 .key = "service.camera.sfs.running", 3212 .value = "0", 3213 }, 3214 { 3215 .key = "service.media.powersnd", 3216 .value = "1", 3217 }, 3218 { 3219 .key = "storage.mmc.size", 3220 .value = "15758000128", 3221 }, 3222 { 3223 .key = "storage.support.sdcard", 3224 .value = "1", 3225 }, 3226 { 3227 .key = "storage.support.usb", 3228 .value = "1", 3229 }, 3230 { 3231 .key = "sys.adaptivedisplay.eadon", 3232 .value = "true", 3233 }, 3234 { 3235 .key = "sys.bartender.batterystats.ver", 3236 .value = "11", 3237 }, 3238 { 3239 .key = "sys.blowfish.loaded", 3240 .value = "true", 3241 }, 3242 { 3243 .key = "sys.boot_completed", 3244 .value = "1", 3245 }, 3246 { 3247 .key = "sys.cameramode.blackbox", 3248 .value = "0", 3249 }, 3250 { 3251 .key = "sys.cameramode.vtcall", 3252 .value = "0", 3253 }, 3254 { 3255 .key = "sys.config.mars_version", 3256 .value = "1.00", 3257 }, 3258 { 3259 .key = "sys.dockstate", 3260 .value = "0", 3261 }, 3262 { 3263 .key = "sys.enterprise.billing.version", 3264 .value = "1.2.0", 3265 }, 3266 { 3267 .key = "sys.enterprise.otp.version", 3268 .value = "2.6.0", 3269 }, 3270 { 3271 .key = "sys.ims.QMI_DAEMON_STATUS", 3272 .value = "1", 3273 }, 3274 { 3275 .key = "sys.isdumpstaterunning", 3276 .value = "0", 3277 }, 3278 { 3279 .key = "sys.keyguard.connected", 3280 .value = "true", 3281 }, 3282 { 3283 .key = "sys.keymaster.loaded", 3284 .value = "true", 3285 }, 3286 { 3287 .key = "sys.knox.exists", 3288 .value = "0", 3289 }, 3290 { 3291 .key = "sys.knox.store", 3292 .value = "0", 3293 }, 3294 { 3295 .key = "sys.listeners.registered", 3296 .value = "true", 3297 }, 3298 { 3299 .key = "sys.nfc.support", 3300 .value = "1", 3301 }, 3302 { 3303 .key = "sys.qseecomd.enable", 3304 .value = "true", 3305 }, 3306 { 3307 .key = "sys.reset_reason", 3308 .value = "N|RP", 3309 }, 3310 { 3311 .key = "sys.secureos.nwd_libs.version", 3312 .value = "1.0.0 Nov 3 2016 16:50:21 1.0.0 Nov 3 2016 16:50:21 ", 3313 }, 3314 { 3315 .key = "sys.secureos.tzdaemon.version", 3316 .value = "1.0.4 compiled on: Jun 30 2015 10:35:25", 3317 }, 3318 { 3319 .key = "sys.settings_global_version", 3320 .value = "4", 3321 }, 3322 { 3323 .key = "sys.settings_system_version", 3324 .value = "7", 3325 }, 3326 { 3327 .key = "sys.siop.level", 3328 .value = "3", 3329 }, 3330 { 3331 .key = "sys.skip_lockscreen", 3332 .value = "0", 3333 }, 3334 { 3335 .key = "sys.ssrm.mdnie", 3336 .value = "-1", 3337 }, 3338 { 3339 .key = "sys.sysctl.extra_free_kbytes", 3340 .value = "24300", 3341 }, 3342 { 3343 .key = "sys.tzdaemon", 3344 .value = "Ready", 3345 }, 3346 { 3347 .key = "sys.usb.config", 3348 .value = "mtp,adb", 3349 }, 3350 { 3351 .key = "sys.usb.configfs", 3352 .value = "0", 3353 }, 3354 { 3355 .key = "sys.usb.ffs.ready", 3356 .value = "1", 3357 }, 3358 { 3359 .key = "sys.usb.rps_mask", 3360 .value = "10", 3361 }, 3362 { 3363 .key = "sys.usb.state", 3364 .value = "mtp,adb", 3365 }, 3366 { 3367 .key = "system.camera.CC.disable", 3368 .value = "0", 3369 }, 3370 { 3371 .key = "telephony.lteOnCdmaDevice", 3372 .value = "1", 3373 }, 3374 { 3375 .key = "tunnel.audio.encode", 3376 .value = "false", 3377 }, 3378 { 3379 .key = "use.voice.path.for.pcm.voip", 3380 .value = "true", 3381 }, 3382 { 3383 .key = "voice.playback.conc.disabled", 3384 .value = "true", 3385 }, 3386 { 3387 .key = "voice.record.conc.disabled", 3388 .value = "true", 3389 }, 3390 { 3391 .key = "voice.voip.conc.disabled", 3392 .value = "true", 3393 }, 3394 { 3395 .key = "vold.has_adoptable", 3396 .value = "0", 3397 }, 3398 { 3399 .key = "vold.post_fs_data_done", 3400 .value = "1", 3401 }, 3402 { 3403 .key = "vzw.os.rooted", 3404 .value = "false", 3405 }, 3406 { 3407 .key = "wifi.interface", 3408 .value = "wlan0", 3409 }, 3410 { 3411 .key = "wlan.driver.ath", 3412 .value = "0", 3413 }, 3414 { 3415 .key = "wlan.p2p.chkintent", 3416 .value = "8", 3417 }, 3418 { 3419 .key = "wlan.wfd.status", 3420 .value = "disconnected", 3421 }, 3422 { NULL }, 3423 }; 3424 #endif /* __ANDROID__ */ 3425