1 struct cpuinfo_mock_file filesystem[] = { 2 #if CPUINFO_ARCH_ARM64 3 { 4 .path = "/proc/cpuinfo", 5 .size = 337, 6 .content = 7 "Processor\t: AArch64 Processor rev 2 (aarch64)\n" 8 "processor\t: 0\n" 9 "processor\t: 1\n" 10 "processor\t: 2\n" 11 "processor\t: 3\n" 12 "processor\t: 4\n" 13 "processor\t: 5\n" 14 "processor\t: 6\n" 15 "processor\t: 7\n" 16 "Features\t: fp asimd aes pmull sha1 sha2 crc32 \n" 17 "CPU implementer\t: 0x41\n" 18 "CPU architecture: AArch64\n" 19 "CPU variant\t: 0x0\n" 20 "CPU part\t: 0xd03\n" 21 "CPU revision\t: 2\n" 22 "\n" 23 "Hardware\t: SAMSUNG Exynos7420\n", 24 }, 25 #elif CPUINFO_ARCH_ARM 26 { 27 .path = "/proc/cpuinfo", 28 .size = 414, 29 .content = 30 "Processor\t: AArch64 Processor rev 2 (aarch64)\r\n" 31 "processor\t: 0\r\n" 32 "processor\t: 1\r\n" 33 "processor\t: 2\r\n" 34 "processor\t: 3\r\n" 35 "processor\t: 4\r\n" 36 "processor\t: 5\r\n" 37 "processor\t: 6\r\n" 38 "processor\t: 7\r\n" 39 "Features\t: fp asimd aes pmull sha1 sha2 crc32 wp half thumb fastmult vfp edsp neon vfpv3 tlsi vfpv4 idiva idivt \r\n" 40 "CPU implementer\t: 0x41\r\n" 41 "CPU architecture: 8\r\n" 42 "CPU variant\t: 0x0\r\n" 43 "CPU part\t: 0xd03\r\n" 44 "CPU revision\t: 2\r\n" 45 "\r\n" 46 "Hardware\t: SAMSUNG Exynos7420\r\n", 47 }, 48 #endif 49 { 50 .path = "/system/build.prop", 51 .size = 5343, 52 .content = 53 "\n" 54 "# begin build properties\n" 55 "# autogenerated by buildinfo.sh\n" 56 "ro.build.id=MMB29K\n" 57 "ro.build.display.id=MMB29K.G920AUCS6DQC1\n" 58 "ro.build.version.incremental=G920AUCS6DQC1\n" 59 "ro.build.version.sdk=23\n" 60 "ro.build.version.preview_sdk=0\n" 61 "ro.build.version.codename=REL\n" 62 "ro.build.version.all_codenames=REL\n" 63 "ro.build.version.release=6.0.1\n" 64 "ro.build.version.security_patch=2017-03-01\n" 65 "ro.build.version.base_os=samsung/zeroflteuc/zeroflteatt:6.0.1/MMB29K/G920AUCU5DQB3:user/release-keys\n" 66 "ro.build.date=Fri Mar 10 15:58:22 KST 2017\n" 67 "ro.build.date.utc=1489129102\n" 68 "ro.build.type=user\n" 69 "ro.build.user=dpi\n" 70 "ro.build.host=SWHE9401\n" 71 "ro.build.tags=release-keys\n" 72 "ro.build.flavor=zeroflteuc-user\n" 73 "ro.product.model=SAMSUNG-SM-G920A\n" 74 "ro.product.brand=samsung\n" 75 "ro.product.name=zeroflteuc\n" 76 "ro.product.device=zeroflteatt\n" 77 "ro.product.board=universal7420\n" 78 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 79 "# use ro.product.cpu.abilist instead.\n" 80 "ro.product.cpu.abi=arm64-v8a\n" 81 "ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n" 82 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 83 "ro.product.cpu.abilist64=arm64-v8a\n" 84 "ro.product.manufacturer=samsung\n" 85 "ro.product.locale=en-US\n" 86 "ro.wifi.channels=\n" 87 "ro.board.platform=exynos5\n" 88 "# ro.build.product is obsolete; use ro.product.device\n" 89 "ro.build.product=zeroflteatt\n" 90 "# Do not try to parse description, fingerprint, or thumbprint\n" 91 "ro.build.description=zeroflteuc-user 6.0.1 MMB29K G920AUCS6DQC1 release-keys\n" 92 "ro.build.fingerprint=samsung/zeroflteuc/zeroflteatt:6.0.1/MMB29K/G920AUCS6DQC1:user/release-keys\n" 93 "ro.build.characteristics=att\n" 94 "# Samsung Specific Properties\n" 95 "ro.build.PDA=G920AUCS6DQC1\n" 96 "ro.build.hidden_ver=G920AUCS6DQC1\n" 97 "ro.config.rm_preload_enabled=0\n" 98 "ro.build.changelist=9462607\n" 99 "ro.product_ship=true\n" 100 "ro.build.official.release=true\n" 101 "ro.chipname=exynos7420\n" 102 "# end build properties\n" 103 "\n" 104 "#\n" 105 "# HWUI_BUILD_PROPERTIES\n" 106 "#\n" 107 "ro.hwui.texture_cache_size=88\n" 108 "ro.hwui.layer_cache_size=58\n" 109 "ro.hwui.path_cache_size=16\n" 110 "ro.hwui.texture_cache_flushrate=0.4\n" 111 "ro.hwui.shape_cache_size=4\n" 112 "ro.hwui.gradient_cache_size=2\n" 113 "ro.hwui.drop_shadow_cache_size=6\n" 114 "ro.hwui.r_buffer_cache_size=8\n" 115 "ro.hwui.text_small_cache_width=1024\n" 116 "ro.hwui.text_small_cache_height=1024\n" 117 "ro.hwui.text_large_cache_width=4096\n" 118 "ro.hwui.text_large_cache_height=2048\n" 119 "ro.hwui.fbo_cache_size=16\n" 120 "#\n" 121 "# from device/samsung/zeroflteatt/system.prop\n" 122 "#\n" 123 "#\n" 124 "# system.prop for universal7420\n" 125 "#\n" 126 "ro.sf.lcd_density=640\n" 127 "\n" 128 "ro.arch=exynos7420\n" 129 "persist.demo.hdmirotationlock=false\n" 130 "ro.zygote.disable_gl_preload=1\n" 131 "\n" 132 "ro.sf.lcd_density=640\n" 133 "\n" 134 "# Multimedia property for Smart View\n" 135 "media.enable-commonsource=true\n" 136 "\n" 137 "# Multimedia property for Camcorder Recording\n" 138 "media.sfrec.adj_frames=2\n" 139 "\n" 140 "#\n" 141 "# ADDITIONAL_BUILD_PROPERTIES\n" 142 "#\n" 143 "ro.astcenc.astcsupport=1\n" 144 "ro.mct.compressiontype=ETC1\n" 145 "ro.config.tima=1\n" 146 "ro.config.timaversion=3.0\n" 147 "ro.config.dmverity=true\n" 148 "ro.config.rkp=true\n" 149 "ro.config.kap_default_on=true\n" 150 "ro.config.kap=true\n" 151 "ro.telephony.default_network=9\n" 152 "persist.radio.sib16_support=0\n" 153 "dalvik.vm.image-dex2oat-filter=speed\n" 154 "dalvik.vm.dex2oat-filter=speed\n" 155 "ro.config.ringtone=ATT_Firefly_Default.ogg\n" 156 "ro.config.notification_sound=Whisper.ogg\n" 157 "ro.config.alarm_alert=Morning_Flower.ogg\n" 158 "ro.config.media_sound=Media_preview_Touch_the_light.ogg\n" 159 "ro.config.ringtone_2=Basic_Bell.ogg\n" 160 "ro.config.notification_sound_2=S_Charming_Bell.ogg\n" 161 "dalvik.vm.heapstartsize=8m\n" 162 "dalvik.vm.heapgrowthlimit=256m\n" 163 "dalvik.vm.heapsize=512m\n" 164 "dalvik.vm.heaptargetutilization=0.75\n" 165 "dalvik.vm.heapminfree=2m\n" 166 "dalvik.vm.heapmaxfree=8m\n" 167 "ro.opengles.version=196609\n" 168 "ro.sf.lcd_density=480\n" 169 "debug.hwc.force_gpu=0\n" 170 "debug.hwc.nodirtyregion=0\n" 171 "debug.hwc.winupdate=1\n" 172 "drm.service.enabled=true\n" 173 "ro.hdcp2.rx=tz\n" 174 "ro.secwvk=220\n" 175 "ro.securestorage.support=true\n" 176 "ro.build.scafe=capuccino\n" 177 "ro.build.scafe.size=short\n" 178 "ro.build.scafe.shot=single\n" 179 "ro.build.scafe.cream=white\n" 180 "ro.build.scafe.version=2016A\n" 181 "ro.sec.fle.encryption=false\n" 182 "ro.im.param.offset=7341648\n" 183 "ro.me.param.offset=7341728\n" 184 "ro.sn.param.offset=7341808\n" 185 "ro.pr.param.offset=7341888\n" 186 "ro.sku.param.offset=7341968\n" 187 "security.mdpp=None\n" 188 "ro.security.mdpp.ver=2.0\n" 189 "ro.security.mdpp.release=6\n" 190 "security.mdpp.result=None\n" 191 "ro.hardware.keystore=mdfpp\n" 192 "ro.security.vpnpp.ver=1.4\n" 193 "ro.security.vpnpp.release=6.1\n" 194 "ro.error.receiver.default=com.samsung.receiver.error\n" 195 "ro.config.dha_cached_min=6\n" 196 "ro.config.dha_cached_max=12\n" 197 "ro.config.dha_empty_min=8\n" 198 "ro.config.dha_lmk_scale=1.909\n" 199 "ro.config.64bit_lmk_enable=false\n" 200 "ro.config.dha_pwhitelist_enable=1\n" 201 "config.disable_atlas=true\n" 202 "sys.config.samp_oak_enable=true\n" 203 "sys.config.samp_oakoom_enable=true\n" 204 "sys.config.bigdata_enable=true\n" 205 "sys.config.bigdata_mem_enable=true\n" 206 "ro.security.mdpp.ux=Enabled\n" 207 "ro.security.reactive.active=2\n" 208 "keyguard.no_require_sim=true\n" 209 "ro.carrier=unknown\n" 210 "ro.com.google.clientidbase=android-samsung\n" 211 "ro.security.icd.flagmode=multi\n" 212 "security.ASKS.policy_version=000000\n" 213 "ro.ril.hsxpa=1\n" 214 "ro.ril.gprsclass=10\n" 215 "ro.adb.qemud=1\n" 216 "ro.setupwizard.mode=OPTIONAL\n" 217 "ro.com.google.gmsversion=6.0_r10\n" 218 "ro.com.google.clientidbase.ms=android-att-us\n" 219 "ro.com.google.clientidbase.am=android-att-us\n" 220 "ro.com.google.clientidbase.yt=android-samsung\n" 221 "ro.com.google.clientidbase.gmm=android-samsung\n" 222 "ro.build.selinux=1\n" 223 "persist.sys.dalvik.vm.lib.2=libart.so\n" 224 "dalvik.vm.isa.arm64.variant=generic\n" 225 "dalvik.vm.isa.arm64.features=default\n" 226 "dalvik.vm.isa.arm.variant=cortex-a15\n" 227 "dalvik.vm.isa.arm.features=default\n" 228 "ro.config.knox=v30\n" 229 "ro.kernel.qemu=0\n" 230 "net.bt.name=Android\n" 231 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 232 "ro.build.version.sdl=2301\n" 233 "ro.expect.recovery_id=0xf514ed26728de751a3e1b5d00d86705d6ad69a29000000000000000000000000\n" 234 "\n", 235 }, 236 { 237 .path = "/sys/devices/system/cpu/kernel_max", 238 .size = 2, 239 .content = "7\n", 240 }, 241 { 242 .path = "/sys/devices/system/cpu/modalias", 243 .size = 61, 244 .content = "cpu:type:aarch64:feature:,0000,0001,0003,0004,0005,0006,0007\n", 245 }, 246 { 247 .path = "/sys/devices/system/cpu/offline", 248 .size = 1, 249 .content = "\n", 250 }, 251 { 252 .path = "/sys/devices/system/cpu/online", 253 .size = 4, 254 .content = "0-7\n", 255 }, 256 { 257 .path = "/sys/devices/system/cpu/possible", 258 .size = 4, 259 .content = "0-7\n", 260 }, 261 { 262 .path = "/sys/devices/system/cpu/present", 263 .size = 4, 264 .content = "0-7\n", 265 }, 266 { 267 .path = "/sys/devices/system/cpu/cpufreq/all_time_in_state", 268 .size = 1057, 269 .content = 270 "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\tcpu4\t\tcpu5\t\tcpu6\t\tcpu7\t\t\n" 271 "400000\t\t8024\t\t8024\t\t8024\t\t8024\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 272 "500000\t\t160\t\t160\t\t160\t\t160\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 273 "600000\t\t82\t\t82\t\t82\t\t82\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 274 "700000\t\t130\t\t130\t\t130\t\t130\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 275 "800000\t\t222\t\t222\t\t222\t\t222\t\t11693\t\t11693\t\t11693\t\t11693\t\t\n" 276 "900000\t\t1061\t\t1061\t\t1061\t\t1061\t\t86\t\t86\t\t86\t\t86\t\t\n" 277 "1000000\t\t1703\t\t1703\t\t1703\t\t1703\t\t485\t\t485\t\t485\t\t485\t\t\n" 278 "1100000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t19\t\t19\t\t19\t\t19\t\t\n" 279 "1104000\t\t255\t\t255\t\t255\t\t255\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 280 "1200000\t\t565\t\t565\t\t565\t\t565\t\t1695\t\t1695\t\t1695\t\t1695\t\t\n" 281 "1296000\t\t4358\t\t4358\t\t4358\t\t4358\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n" 282 "1300000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t243\t\t243\t\t243\t\t243\t\t\n" 283 "1400000\t\t2317\t\t2317\t\t2317\t\t2317\t\t60\t\t60\t\t60\t\t60\t\t\n" 284 "1500000\t\t0\t\t0\t\t0\t\t0\t\t79\t\t79\t\t79\t\t79\t\t\n" 285 "1600000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t114\t\t114\t\t114\t\t114\t\t\n" 286 "1704000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t2576\t\t2576\t\t2576\t\t2576\t\t\n" 287 "1800000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t674\t\t674\t\t674\t\t674\t\t\n" 288 "1896000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t298\t\t298\t\t298\t\t298\t\t\n" 289 "2000000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t171\t\t171\t\t171\t\t171\t\t\n" 290 "2100000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t684\t\t684\t\t684\t\t684\t\t\n", 291 }, 292 { 293 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 294 .size = 16, 295 .content = "cluster1_driver\n", 296 }, 297 { 298 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 299 .size = 5, 300 .content = "menu\n", 301 }, 302 { 303 .path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name", 304 .size = 16, 305 .content = "cluster1_driver\n", 306 }, 307 { 308 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 309 .size = 8, 310 .content = "0 1 2 3\n", 311 }, 312 { 313 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 314 .size = 8, 315 .content = "1500000\n", 316 }, 317 { 318 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 319 .size = 7, 320 .content = "400000\n", 321 }, 322 { 323 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 324 .size = 7, 325 .content = "100000\n", 326 }, 327 { 328 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 329 .size = 8, 330 .content = "0 1 2 3\n", 331 }, 332 { 333 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 334 .size = 35, 335 .content = "userspace interactive performance \n", 336 }, 337 { 338 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 339 .size = 7, 340 .content = "400000\n", 341 }, 342 { 343 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 344 .size = 15, 345 .content = "exynos_cpufreq\n", 346 }, 347 { 348 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 349 .size = 12, 350 .content = "interactive\n", 351 }, 352 { 353 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 354 .size = 7, 355 .content = "400000\n", 356 }, 357 { 358 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 359 .size = 140, 360 .content = 361 "1500000 0\n" 362 "1400000 2317\n" 363 "1296000 4358\n" 364 "1200000 565\n" 365 "1104000 255\n" 366 "1000000 1703\n" 367 "900000 1067\n" 368 "800000 222\n" 369 "700000 130\n" 370 "600000 82\n" 371 "500000 160\n" 372 "400000 8170\n", 373 }, 374 { 375 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 376 .size = 4, 377 .content = "672\n", 378 }, 379 { 380 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 381 .size = 2, 382 .content = "0\n", 383 }, 384 { 385 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 386 .size = 3, 387 .content = "0f\n", 388 }, 389 { 390 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 391 .size = 4, 392 .content = "0-3\n", 393 }, 394 { 395 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 396 .size = 2, 397 .content = "1\n", 398 }, 399 { 400 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 401 .size = 3, 402 .content = "01\n", 403 }, 404 { 405 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 406 .size = 2, 407 .content = "0\n", 408 }, 409 { 410 .path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name", 411 .size = 16, 412 .content = "cluster1_driver\n", 413 }, 414 { 415 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 416 .size = 8, 417 .content = "0 1 2 3\n", 418 }, 419 { 420 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 421 .size = 8, 422 .content = "1500000\n", 423 }, 424 { 425 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 426 .size = 7, 427 .content = "400000\n", 428 }, 429 { 430 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 431 .size = 7, 432 .content = "100000\n", 433 }, 434 { 435 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 436 .size = 8, 437 .content = "0 1 2 3\n", 438 }, 439 { 440 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 441 .size = 35, 442 .content = "userspace interactive performance \n", 443 }, 444 { 445 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 446 .size = 7, 447 .content = "400000\n", 448 }, 449 { 450 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 451 .size = 15, 452 .content = "exynos_cpufreq\n", 453 }, 454 { 455 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 456 .size = 12, 457 .content = "interactive\n", 458 }, 459 { 460 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 461 .size = 7, 462 .content = "400000\n", 463 }, 464 { 465 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 466 .size = 140, 467 .content = 468 "1500000 0\n" 469 "1400000 2317\n" 470 "1296000 4358\n" 471 "1200000 565\n" 472 "1104000 255\n" 473 "1000000 1703\n" 474 "900000 1091\n" 475 "800000 224\n" 476 "700000 130\n" 477 "600000 85\n" 478 "500000 168\n" 479 "400000 8396\n", 480 }, 481 { 482 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 483 .size = 4, 484 .content = "685\n", 485 }, 486 { 487 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 488 .size = 2, 489 .content = "1\n", 490 }, 491 { 492 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 493 .size = 3, 494 .content = "0f\n", 495 }, 496 { 497 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 498 .size = 4, 499 .content = "0-3\n", 500 }, 501 { 502 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 503 .size = 2, 504 .content = "1\n", 505 }, 506 { 507 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 508 .size = 3, 509 .content = "02\n", 510 }, 511 { 512 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 513 .size = 2, 514 .content = "1\n", 515 }, 516 { 517 .path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name", 518 .size = 16, 519 .content = "cluster1_driver\n", 520 }, 521 { 522 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", 523 .size = 8, 524 .content = "0 1 2 3\n", 525 }, 526 { 527 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", 528 .size = 8, 529 .content = "1500000\n", 530 }, 531 { 532 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq", 533 .size = 7, 534 .content = "400000\n", 535 }, 536 { 537 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency", 538 .size = 7, 539 .content = "100000\n", 540 }, 541 { 542 .path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus", 543 .size = 8, 544 .content = "0 1 2 3\n", 545 }, 546 { 547 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors", 548 .size = 35, 549 .content = "userspace interactive performance \n", 550 }, 551 { 552 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq", 553 .size = 7, 554 .content = "900000\n", 555 }, 556 { 557 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", 558 .size = 15, 559 .content = "exynos_cpufreq\n", 560 }, 561 { 562 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor", 563 .size = 12, 564 .content = "interactive\n", 565 }, 566 { 567 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq", 568 .size = 7, 569 .content = "400000\n", 570 }, 571 { 572 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state", 573 .size = 140, 574 .content = 575 "1500000 0\n" 576 "1400000 2317\n" 577 "1296000 4358\n" 578 "1200000 565\n" 579 "1104000 255\n" 580 "1000000 1707\n" 581 "900000 1109\n" 582 "800000 224\n" 583 "700000 130\n" 584 "600000 91\n" 585 "500000 168\n" 586 "400000 8628\n", 587 }, 588 { 589 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", 590 .size = 4, 591 .content = "692\n", 592 }, 593 { 594 .path = "/sys/devices/system/cpu/cpu2/topology/core_id", 595 .size = 2, 596 .content = "2\n", 597 }, 598 { 599 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings", 600 .size = 3, 601 .content = "0f\n", 602 }, 603 { 604 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", 605 .size = 4, 606 .content = "0-3\n", 607 }, 608 { 609 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", 610 .size = 2, 611 .content = "1\n", 612 }, 613 { 614 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", 615 .size = 3, 616 .content = "04\n", 617 }, 618 { 619 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", 620 .size = 2, 621 .content = "2\n", 622 }, 623 { 624 .path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name", 625 .size = 16, 626 .content = "cluster1_driver\n", 627 }, 628 { 629 .path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus", 630 .size = 8, 631 .content = "0 1 2 3\n", 632 }, 633 { 634 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq", 635 .size = 8, 636 .content = "1500000\n", 637 }, 638 { 639 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq", 640 .size = 7, 641 .content = "400000\n", 642 }, 643 { 644 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency", 645 .size = 7, 646 .content = "100000\n", 647 }, 648 { 649 .path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus", 650 .size = 8, 651 .content = "0 1 2 3\n", 652 }, 653 { 654 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors", 655 .size = 35, 656 .content = "userspace interactive performance \n", 657 }, 658 { 659 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq", 660 .size = 7, 661 .content = "400000\n", 662 }, 663 { 664 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver", 665 .size = 15, 666 .content = "exynos_cpufreq\n", 667 }, 668 { 669 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor", 670 .size = 12, 671 .content = "interactive\n", 672 }, 673 { 674 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq", 675 .size = 7, 676 .content = "400000\n", 677 }, 678 { 679 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state", 680 .size = 140, 681 .content = 682 "1500000 0\n" 683 "1400000 2317\n" 684 "1296000 4358\n" 685 "1200000 565\n" 686 "1104000 255\n" 687 "1000000 1707\n" 688 "900000 1115\n" 689 "800000 224\n" 690 "700000 130\n" 691 "600000 91\n" 692 "500000 168\n" 693 "400000 8885\n", 694 }, 695 { 696 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans", 697 .size = 4, 698 .content = "694\n", 699 }, 700 { 701 .path = "/sys/devices/system/cpu/cpu3/topology/core_id", 702 .size = 2, 703 .content = "3\n", 704 }, 705 { 706 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings", 707 .size = 3, 708 .content = "0f\n", 709 }, 710 { 711 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list", 712 .size = 4, 713 .content = "0-3\n", 714 }, 715 { 716 .path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id", 717 .size = 2, 718 .content = "1\n", 719 }, 720 { 721 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings", 722 .size = 3, 723 .content = "08\n", 724 }, 725 { 726 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list", 727 .size = 2, 728 .content = "3\n", 729 }, 730 { 731 .path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name", 732 .size = 16, 733 .content = "cluster0_driver\n", 734 }, 735 { 736 .path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus", 737 .size = 8, 738 .content = "4 5 6 7\n", 739 }, 740 { 741 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq", 742 .size = 8, 743 .content = "2100000\n", 744 }, 745 { 746 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq", 747 .size = 7, 748 .content = "800000\n", 749 }, 750 { 751 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency", 752 .size = 7, 753 .content = "100000\n", 754 }, 755 { 756 .path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus", 757 .size = 8, 758 .content = "4 5 6 7\n", 759 }, 760 { 761 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors", 762 .size = 35, 763 .content = "userspace interactive performance \n", 764 }, 765 { 766 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq", 767 .size = 7, 768 .content = "800000\n", 769 }, 770 { 771 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver", 772 .size = 15, 773 .content = "exynos_cpufreq\n", 774 }, 775 { 776 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor", 777 .size = 12, 778 .content = "interactive\n", 779 }, 780 { 781 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq", 782 .size = 7, 783 .content = "800000\n", 784 }, 785 { 786 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state", 787 .size = 166, 788 .content = 789 "2100000 684\n" 790 "2000000 171\n" 791 "1896000 298\n" 792 "1800000 674\n" 793 "1704000 2576\n" 794 "1600000 114\n" 795 "1500000 79\n" 796 "1400000 60\n" 797 "1300000 243\n" 798 "1200000 1695\n" 799 "1100000 19\n" 800 "1000000 485\n" 801 "900000 86\n" 802 "800000 12910\n", 803 }, 804 { 805 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans", 806 .size = 4, 807 .content = "509\n", 808 }, 809 { 810 .path = "/sys/devices/system/cpu/cpu4/topology/core_id", 811 .size = 2, 812 .content = "0\n", 813 }, 814 { 815 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings", 816 .size = 3, 817 .content = "f0\n", 818 }, 819 { 820 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list", 821 .size = 4, 822 .content = "4-7\n", 823 }, 824 { 825 .path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id", 826 .size = 2, 827 .content = "0\n", 828 }, 829 { 830 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings", 831 .size = 3, 832 .content = "10\n", 833 }, 834 { 835 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list", 836 .size = 2, 837 .content = "4\n", 838 }, 839 { 840 .path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name", 841 .size = 16, 842 .content = "cluster0_driver\n", 843 }, 844 { 845 .path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus", 846 .size = 8, 847 .content = "4 5 6 7\n", 848 }, 849 { 850 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq", 851 .size = 8, 852 .content = "2100000\n", 853 }, 854 { 855 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq", 856 .size = 7, 857 .content = "800000\n", 858 }, 859 { 860 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency", 861 .size = 7, 862 .content = "100000\n", 863 }, 864 { 865 .path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus", 866 .size = 8, 867 .content = "4 5 6 7\n", 868 }, 869 { 870 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors", 871 .size = 35, 872 .content = "userspace interactive performance \n", 873 }, 874 { 875 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq", 876 .size = 7, 877 .content = "800000\n", 878 }, 879 { 880 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver", 881 .size = 15, 882 .content = "exynos_cpufreq\n", 883 }, 884 { 885 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor", 886 .size = 12, 887 .content = "interactive\n", 888 }, 889 { 890 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq", 891 .size = 7, 892 .content = "800000\n", 893 }, 894 { 895 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state", 896 .size = 166, 897 .content = 898 "2100000 684\n" 899 "2000000 171\n" 900 "1896000 298\n" 901 "1800000 674\n" 902 "1704000 2576\n" 903 "1600000 114\n" 904 "1500000 79\n" 905 "1400000 60\n" 906 "1300000 243\n" 907 "1200000 1695\n" 908 "1100000 19\n" 909 "1000000 485\n" 910 "900000 86\n" 911 "800000 13210\n", 912 }, 913 { 914 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans", 915 .size = 4, 916 .content = "509\n", 917 }, 918 { 919 .path = "/sys/devices/system/cpu/cpu5/topology/core_id", 920 .size = 2, 921 .content = "1\n", 922 }, 923 { 924 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings", 925 .size = 3, 926 .content = "f0\n", 927 }, 928 { 929 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list", 930 .size = 4, 931 .content = "4-7\n", 932 }, 933 { 934 .path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id", 935 .size = 2, 936 .content = "0\n", 937 }, 938 { 939 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings", 940 .size = 3, 941 .content = "20\n", 942 }, 943 { 944 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list", 945 .size = 2, 946 .content = "5\n", 947 }, 948 { 949 .path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name", 950 .size = 16, 951 .content = "cluster0_driver\n", 952 }, 953 { 954 .path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus", 955 .size = 8, 956 .content = "4 5 6 7\n", 957 }, 958 { 959 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq", 960 .size = 8, 961 .content = "2100000\n", 962 }, 963 { 964 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq", 965 .size = 7, 966 .content = "800000\n", 967 }, 968 { 969 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency", 970 .size = 7, 971 .content = "100000\n", 972 }, 973 { 974 .path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus", 975 .size = 8, 976 .content = "4 5 6 7\n", 977 }, 978 { 979 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors", 980 .size = 35, 981 .content = "userspace interactive performance \n", 982 }, 983 { 984 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq", 985 .size = 7, 986 .content = "800000\n", 987 }, 988 { 989 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver", 990 .size = 15, 991 .content = "exynos_cpufreq\n", 992 }, 993 { 994 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor", 995 .size = 12, 996 .content = "interactive\n", 997 }, 998 { 999 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq", 1000 .size = 7, 1001 .content = "800000\n", 1002 }, 1003 { 1004 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state", 1005 .size = 166, 1006 .content = 1007 "2100000 684\n" 1008 "2000000 171\n" 1009 "1896000 298\n" 1010 "1800000 674\n" 1011 "1704000 2576\n" 1012 "1600000 114\n" 1013 "1500000 79\n" 1014 "1400000 60\n" 1015 "1300000 243\n" 1016 "1200000 1695\n" 1017 "1100000 19\n" 1018 "1000000 485\n" 1019 "900000 86\n" 1020 "800000 13489\n", 1021 }, 1022 { 1023 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans", 1024 .size = 4, 1025 .content = "509\n", 1026 }, 1027 { 1028 .path = "/sys/devices/system/cpu/cpu6/topology/core_id", 1029 .size = 2, 1030 .content = "2\n", 1031 }, 1032 { 1033 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings", 1034 .size = 3, 1035 .content = "f0\n", 1036 }, 1037 { 1038 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings_list", 1039 .size = 4, 1040 .content = "4-7\n", 1041 }, 1042 { 1043 .path = "/sys/devices/system/cpu/cpu6/topology/physical_package_id", 1044 .size = 2, 1045 .content = "0\n", 1046 }, 1047 { 1048 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings", 1049 .size = 3, 1050 .content = "40\n", 1051 }, 1052 { 1053 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings_list", 1054 .size = 2, 1055 .content = "6\n", 1056 }, 1057 { 1058 .path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name", 1059 .size = 16, 1060 .content = "cluster0_driver\n", 1061 }, 1062 { 1063 .path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus", 1064 .size = 8, 1065 .content = "4 5 6 7\n", 1066 }, 1067 { 1068 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq", 1069 .size = 8, 1070 .content = "2100000\n", 1071 }, 1072 { 1073 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq", 1074 .size = 7, 1075 .content = "800000\n", 1076 }, 1077 { 1078 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency", 1079 .size = 7, 1080 .content = "100000\n", 1081 }, 1082 { 1083 .path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus", 1084 .size = 8, 1085 .content = "4 5 6 7\n", 1086 }, 1087 { 1088 .path = "/sys/devices/system/cpu/cpu7/topology/core_id", 1089 .size = 2, 1090 .content = "3\n", 1091 }, 1092 { 1093 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings", 1094 .size = 3, 1095 .content = "f0\n", 1096 }, 1097 { 1098 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings_list", 1099 .size = 4, 1100 .content = "4-7\n", 1101 }, 1102 { 1103 .path = "/sys/devices/system/cpu/cpu7/topology/physical_package_id", 1104 .size = 2, 1105 .content = "0\n", 1106 }, 1107 { 1108 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings", 1109 .size = 3, 1110 .content = "80\n", 1111 }, 1112 { 1113 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings_list", 1114 .size = 2, 1115 .content = "7\n", 1116 }, 1117 { NULL }, 1118 }; 1119 #ifdef __ANDROID__ 1120 struct cpuinfo_mock_property properties[] = { 1121 { 1122 .key = "audioflinger.bootsnd", 1123 .value = "0", 1124 }, 1125 { 1126 .key = "boot.sfbootcomplete", 1127 .value = "0", 1128 }, 1129 { 1130 .key = "config.disable_atlas", 1131 .value = "true", 1132 }, 1133 { 1134 .key = "dalvik.vm.dex2oat-Xms", 1135 .value = "64m", 1136 }, 1137 { 1138 .key = "dalvik.vm.dex2oat-Xmx", 1139 .value = "512m", 1140 }, 1141 { 1142 .key = "dalvik.vm.dex2oat-filter", 1143 .value = "speed", 1144 }, 1145 { 1146 .key = "dalvik.vm.heapgrowthlimit", 1147 .value = "256m", 1148 }, 1149 { 1150 .key = "dalvik.vm.heapmaxfree", 1151 .value = "8m", 1152 }, 1153 { 1154 .key = "dalvik.vm.heapminfree", 1155 .value = "2m", 1156 }, 1157 { 1158 .key = "dalvik.vm.heapsize", 1159 .value = "512m", 1160 }, 1161 { 1162 .key = "dalvik.vm.heapstartsize", 1163 .value = "8m", 1164 }, 1165 { 1166 .key = "dalvik.vm.heaptargetutilization", 1167 .value = "0.75", 1168 }, 1169 { 1170 .key = "dalvik.vm.image-dex2oat-Xms", 1171 .value = "64m", 1172 }, 1173 { 1174 .key = "dalvik.vm.image-dex2oat-Xmx", 1175 .value = "64m", 1176 }, 1177 { 1178 .key = "dalvik.vm.image-dex2oat-filter", 1179 .value = "speed", 1180 }, 1181 { 1182 .key = "dalvik.vm.isa.arm.features", 1183 .value = "default", 1184 }, 1185 { 1186 .key = "dalvik.vm.isa.arm.variant", 1187 .value = "cortex-a15", 1188 }, 1189 { 1190 .key = "dalvik.vm.isa.arm64.features", 1191 .value = "default", 1192 }, 1193 { 1194 .key = "dalvik.vm.isa.arm64.variant", 1195 .value = "generic", 1196 }, 1197 { 1198 .key = "dalvik.vm.stack-trace-file", 1199 .value = "/data/anr/traces.txt", 1200 }, 1201 { 1202 .key = "debug.atrace.tags.enableflags", 1203 .value = "0", 1204 }, 1205 { 1206 .key = "debug.force_rtl", 1207 .value = "0", 1208 }, 1209 { 1210 .key = "debug.hwc.force_gpu", 1211 .value = "0", 1212 }, 1213 { 1214 .key = "debug.hwc.nodirtyregion", 1215 .value = "0", 1216 }, 1217 { 1218 .key = "debug.hwc.winupdate", 1219 .value = "1", 1220 }, 1221 { 1222 .key = "debug.sf.layerdump", 1223 .value = "0", 1224 }, 1225 { 1226 .key = "dev.bootcomplete", 1227 .value = "1", 1228 }, 1229 { 1230 .key = "dev.kies.deviceowner", 1231 .value = "0", 1232 }, 1233 { 1234 .key = "dev.kies.drivedisplay", 1235 .value = "0", 1236 }, 1237 { 1238 .key = "dev.kies.drivedisplay.trust", 1239 .value = "1", 1240 }, 1241 { 1242 .key = "dev.kies.sommode", 1243 .value = "TRUE", 1244 }, 1245 { 1246 .key = "dev.kiessupport", 1247 .value = "TRUE", 1248 }, 1249 { 1250 .key = "dev.knoxapp.running", 1251 .value = "false", 1252 }, 1253 { 1254 .key = "dev.ssrm.appsync3p", 1255 .value = "false", 1256 }, 1257 { 1258 .key = "dev.ssrm.dex2oat.affinity", 1259 .value = "", 1260 }, 1261 { 1262 .key = "dev.ssrm.emergencymode", 1263 .value = "false", 1264 }, 1265 { 1266 .key = "dev.ssrm.hmt_level", 1267 .value = "0", 1268 }, 1269 { 1270 .key = "dev.ssrm.init", 1271 .value = "1", 1272 }, 1273 { 1274 .key = "dev.ssrm.live_thumbnail", 1275 .value = "1", 1276 }, 1277 { 1278 .key = "dev.ssrm.lpc_ver", 1279 .value = "1.0.21", 1280 }, 1281 { 1282 .key = "dev.ssrm.mode", 1283 .value = "dm;", 1284 }, 1285 { 1286 .key = "dev.ssrm.pst", 1287 .value = "322", 1288 }, 1289 { 1290 .key = "dev.ssrm.smart_switch", 1291 .value = "true", 1292 }, 1293 { 1294 .key = "drm.service.enabled", 1295 .value = "true", 1296 }, 1297 { 1298 .key = "gsm.current.phone-type", 1299 .value = "1", 1300 }, 1301 { 1302 .key = "gsm.network.type", 1303 .value = "Unknown", 1304 }, 1305 { 1306 .key = "gsm.operator.alpha", 1307 .value = "", 1308 }, 1309 { 1310 .key = "gsm.operator.iso-country", 1311 .value = "us", 1312 }, 1313 { 1314 .key = "gsm.operator.ispsroaming", 1315 .value = "false", 1316 }, 1317 { 1318 .key = "gsm.operator.isroaming", 1319 .value = "false", 1320 }, 1321 { 1322 .key = "gsm.operator.numeric", 1323 .value = "310260", 1324 }, 1325 { 1326 .key = "gsm.sim.operator.alpha", 1327 .value = "", 1328 }, 1329 { 1330 .key = "gsm.sim.operator.iso-country", 1331 .value = "", 1332 }, 1333 { 1334 .key = "gsm.sim.operator.numeric", 1335 .value = "", 1336 }, 1337 { 1338 .key = "gsm.sim.state", 1339 .value = "ABSENT", 1340 }, 1341 { 1342 .key = "gsm.version.baseband", 1343 .value = "G920AUCS6DQC1", 1344 }, 1345 { 1346 .key = "gsm.version.ril-impl", 1347 .value = "Samsung RIL v3.0", 1348 }, 1349 { 1350 .key = "init.svc.BCS-daemon", 1351 .value = "running", 1352 }, 1353 { 1354 .key = "init.svc.DIAG-daemon", 1355 .value = "running", 1356 }, 1357 { 1358 .key = "init.svc.DR-daemon", 1359 .value = "running", 1360 }, 1361 { 1362 .key = "init.svc.SIDESYNC_service", 1363 .value = "running", 1364 }, 1365 { 1366 .key = "init.svc.SMD-daemon", 1367 .value = "running", 1368 }, 1369 { 1370 .key = "init.svc.TvoutService_C", 1371 .value = "running", 1372 }, 1373 { 1374 .key = "init.svc.adbd", 1375 .value = "running", 1376 }, 1377 { 1378 .key = "init.svc.apaservice", 1379 .value = "running", 1380 }, 1381 { 1382 .key = "init.svc.argos-daemon", 1383 .value = "running", 1384 }, 1385 { 1386 .key = "init.svc.at_distributor", 1387 .value = "running", 1388 }, 1389 { 1390 .key = "init.svc.auditd", 1391 .value = "running", 1392 }, 1393 { 1394 .key = "init.svc.bootanim", 1395 .value = "stopped", 1396 }, 1397 { 1398 .key = "init.svc.bootchecker", 1399 .value = "running", 1400 }, 1401 { 1402 .key = "init.svc.ccm", 1403 .value = "running", 1404 }, 1405 { 1406 .key = "init.svc.cellgeofenced", 1407 .value = "running", 1408 }, 1409 { 1410 .key = "init.svc.cpboot-daemon", 1411 .value = "running", 1412 }, 1413 { 1414 .key = "init.svc.cs_service", 1415 .value = "running", 1416 }, 1417 { 1418 .key = "init.svc.dcm", 1419 .value = "running", 1420 }, 1421 { 1422 .key = "init.svc.debuggerd", 1423 .value = "running", 1424 }, 1425 { 1426 .key = "init.svc.debuggerd64", 1427 .value = "running", 1428 }, 1429 { 1430 .key = "init.svc.drm", 1431 .value = "running", 1432 }, 1433 { 1434 .key = "init.svc.edmaudit", 1435 .value = "running", 1436 }, 1437 { 1438 .key = "init.svc.epmlogd", 1439 .value = "stopped", 1440 }, 1441 { 1442 .key = "init.svc.esecomm", 1443 .value = "running", 1444 }, 1445 { 1446 .key = "init.svc.fingerprintd", 1447 .value = "running", 1448 }, 1449 { 1450 .key = "init.svc.flash_recovery", 1451 .value = "stopped", 1452 }, 1453 { 1454 .key = "init.svc.gatekeeperd", 1455 .value = "running", 1456 }, 1457 { 1458 .key = "init.svc.gpsd", 1459 .value = "running", 1460 }, 1461 { 1462 .key = "init.svc.healthd", 1463 .value = "running", 1464 }, 1465 { 1466 .key = "init.svc.icd", 1467 .value = "stopped", 1468 }, 1469 { 1470 .key = "init.svc.imsd", 1471 .value = "running", 1472 }, 1473 { 1474 .key = "init.svc.installd", 1475 .value = "running", 1476 }, 1477 { 1478 .key = "init.svc.ipsec-daemon", 1479 .value = "running", 1480 }, 1481 { 1482 .key = "init.svc.jackservice", 1483 .value = "running", 1484 }, 1485 { 1486 .key = "init.svc.keystore", 1487 .value = "running", 1488 }, 1489 { 1490 .key = "init.svc.lhd", 1491 .value = "running", 1492 }, 1493 { 1494 .key = "init.svc.lmkd", 1495 .value = "running", 1496 }, 1497 { 1498 .key = "init.svc.logd", 1499 .value = "running", 1500 }, 1501 { 1502 .key = "init.svc.logd-reinit", 1503 .value = "stopped", 1504 }, 1505 { 1506 .key = "init.svc.macloader", 1507 .value = "stopped", 1508 }, 1509 { 1510 .key = "init.svc.media", 1511 .value = "running", 1512 }, 1513 { 1514 .key = "init.svc.mobex-daemon", 1515 .value = "running", 1516 }, 1517 { 1518 .key = "init.svc.mobicore", 1519 .value = "running", 1520 }, 1521 { 1522 .key = "init.svc.netd", 1523 .value = "running", 1524 }, 1525 { 1526 .key = "init.svc.otp", 1527 .value = "running", 1528 }, 1529 { 1530 .key = "init.svc.p2p_supplicant", 1531 .value = "running", 1532 }, 1533 { 1534 .key = "init.svc.powersnd", 1535 .value = "stopped", 1536 }, 1537 { 1538 .key = "init.svc.prepare_param", 1539 .value = "stopped", 1540 }, 1541 { 1542 .key = "init.svc.ril-daemon", 1543 .value = "running", 1544 }, 1545 { 1546 .key = "init.svc.rtc_log", 1547 .value = "running", 1548 }, 1549 { 1550 .key = "init.svc.scs", 1551 .value = "stopped", 1552 }, 1553 { 1554 .key = "init.svc.sdp_cryptod", 1555 .value = "running", 1556 }, 1557 { 1558 .key = "init.svc.sec-sh", 1559 .value = "stopped", 1560 }, 1561 { 1562 .key = "init.svc.secure_storage", 1563 .value = "running", 1564 }, 1565 { 1566 .key = "init.svc.sem_daemon", 1567 .value = "stopped", 1568 }, 1569 { 1570 .key = "init.svc.sensorhubservice", 1571 .value = "running", 1572 }, 1573 { 1574 .key = "init.svc.servicemanager", 1575 .value = "running", 1576 }, 1577 { 1578 .key = "init.svc.ss_kb_service", 1579 .value = "running", 1580 }, 1581 { 1582 .key = "init.svc.surfaceflinger", 1583 .value = "running", 1584 }, 1585 { 1586 .key = "init.svc.swapon", 1587 .value = "stopped", 1588 }, 1589 { 1590 .key = "init.svc.ueventd", 1591 .value = "running", 1592 }, 1593 { 1594 .key = "init.svc.vold", 1595 .value = "running", 1596 }, 1597 { 1598 .key = "init.svc.watchdogd", 1599 .value = "running", 1600 }, 1601 { 1602 .key = "init.svc.zygote", 1603 .value = "running", 1604 }, 1605 { 1606 .key = "init.svc.zygote_secondary", 1607 .value = "running", 1608 }, 1609 { 1610 .key = "installd.sdcard_manipulate_done", 1611 .value = "0", 1612 }, 1613 { 1614 .key = "keyguard.no_require_sim", 1615 .value = "true", 1616 }, 1617 { 1618 .key = "logd.auditd", 1619 .value = "false", 1620 }, 1621 { 1622 .key = "logd.klogd", 1623 .value = "false", 1624 }, 1625 { 1626 .key = "media.enable-commonsource", 1627 .value = "true", 1628 }, 1629 { 1630 .key = "media.sfrec.adj_frames", 1631 .value = "2", 1632 }, 1633 { 1634 .key = "net.bt.name", 1635 .value = "Android", 1636 }, 1637 { 1638 .key = "net.change", 1639 .value = "net.qtaguid_enabled", 1640 }, 1641 { 1642 .key = "net.hostname", 1643 .value = "android-f8835b301299067", 1644 }, 1645 { 1646 .key = "net.knox.shareddevice.version", 1647 .value = "2.6.0", 1648 }, 1649 { 1650 .key = "net.knoxscep.version", 1651 .value = "2.0.1", 1652 }, 1653 { 1654 .key = "net.knoxsso.version", 1655 .value = "2.5.0", 1656 }, 1657 { 1658 .key = "net.knoxvpn.version", 1659 .value = "2.2.5", 1660 }, 1661 { 1662 .key = "net.qtaguid_enabled", 1663 .value = "1", 1664 }, 1665 { 1666 .key = "net.smart_switch.disabled", 1667 .value = "1", 1668 }, 1669 { 1670 .key = "net.tcp.default_init_rwnd", 1671 .value = "60", 1672 }, 1673 { 1674 .key = "nfc.delay.boot", 1675 .value = "0", 1676 }, 1677 { 1678 .key = "nfc.fw.downloadmode_force", 1679 .value = "0", 1680 }, 1681 { 1682 .key = "nfc.fw.rfreg_ver", 1683 .value = "15/5/28/9.47.24", 1684 }, 1685 { 1686 .key = "nfc.smartcard.binded", 1687 .value = "true", 1688 }, 1689 { 1690 .key = "persist.audio.allsoundmute", 1691 .value = "0", 1692 }, 1693 { 1694 .key = "persist.audio.cpufreq", 1695 .value = "350000", 1696 }, 1697 { 1698 .key = "persist.audio.finemediavolume", 1699 .value = "1", 1700 }, 1701 { 1702 .key = "persist.audio.globaleffect", 1703 .value = "1", 1704 }, 1705 { 1706 .key = "persist.audio.headsetsysvolume", 1707 .value = "9", 1708 }, 1709 { 1710 .key = "persist.audio.hphonesysvolume", 1711 .value = "9", 1712 }, 1713 { 1714 .key = "persist.audio.k2hd", 1715 .value = "1", 1716 }, 1717 { 1718 .key = "persist.audio.mpseek", 1719 .value = "0", 1720 }, 1721 { 1722 .key = "persist.audio.mysound", 1723 .value = "1", 1724 }, 1725 { 1726 .key = "persist.audio.ringermode", 1727 .value = "2", 1728 }, 1729 { 1730 .key = "persist.audio.soundalivefxsec", 1731 .value = "1", 1732 }, 1733 { 1734 .key = "persist.audio.stereospeaker", 1735 .value = "0", 1736 }, 1737 { 1738 .key = "persist.audio.sysvolume", 1739 .value = "9", 1740 }, 1741 { 1742 .key = "persist.audio.uhqa", 1743 .value = "1", 1744 }, 1745 { 1746 .key = "persist.audio.voipcpufreq", 1747 .value = "350000", 1748 }, 1749 { 1750 .key = "persist.bluetooth_fw_ver", 1751 .value = "bcm4358A3_V0073.0121.hcd", 1752 }, 1753 { 1754 .key = "persist.demo.hdmirotationlock", 1755 .value = "false", 1756 }, 1757 { 1758 .key = "persist.eons.enabled", 1759 .value = "true", 1760 }, 1761 { 1762 .key = "persist.logd.size", 1763 .value = "", 1764 }, 1765 { 1766 .key = "persist.radio.calldefault.simid", 1767 .value = "0", 1768 }, 1769 { 1770 .key = "persist.radio.dataprefer.slotId", 1771 .value = "0", 1772 }, 1773 { 1774 .key = "persist.radio.initphone-type", 1775 .value = "1", 1776 }, 1777 { 1778 .key = "persist.radio.plmnname_1", 1779 .value = "", 1780 }, 1781 { 1782 .key = "persist.radio.plmnname_2", 1783 .value = "", 1784 }, 1785 { 1786 .key = "persist.radio.sib16_support", 1787 .value = "0", 1788 }, 1789 { 1790 .key = "persist.ril.ims.eutranParam", 1791 .value = "3", 1792 }, 1793 { 1794 .key = "persist.ril.ims.utranParam", 1795 .value = "0", 1796 }, 1797 { 1798 .key = "persist.ril.modem.board", 1799 .value = "SHANNON333", 1800 }, 1801 { 1802 .key = "persist.security.ams.enforcing", 1803 .value = "3", 1804 }, 1805 { 1806 .key = "persist.security.tlc.ccm", 1807 .value = "0", 1808 }, 1809 { 1810 .key = "persist.security.tlc.dcm", 1811 .value = "0", 1812 }, 1813 { 1814 .key = "persist.security.tlc.esecomm", 1815 .value = "0", 1816 }, 1817 { 1818 .key = "persist.security.tlc.otp", 1819 .value = "0", 1820 }, 1821 { 1822 .key = "persist.security.tlc.tui", 1823 .value = "1", 1824 }, 1825 { 1826 .key = "persist.service.bdroid.version", 1827 .value = "4.2", 1828 }, 1829 { 1830 .key = "persist.sys.ccm.date", 1831 .value = "Fri Mar 10 15:58:22 KST 2017", 1832 }, 1833 { 1834 .key = "persist.sys.clssprld1", 1835 .value = "840", 1836 }, 1837 { 1838 .key = "persist.sys.clssprld2", 1839 .value = "500", 1840 }, 1841 { 1842 .key = "persist.sys.dalvik.vm.lib.2", 1843 .value = "libart.so", 1844 }, 1845 { 1846 .key = "persist.sys.drs.date", 1847 .value = "Fri Mar 10 15:58:22 KST 2017", 1848 }, 1849 { 1850 .key = "persist.sys.kap.date", 1851 .value = "Fri Mar 10 15:58:22 KST 2017", 1852 }, 1853 { 1854 .key = "persist.sys.kap.status", 1855 .value = "NONE", 1856 }, 1857 { 1858 .key = "persist.sys.locale", 1859 .value = "en-US", 1860 }, 1861 { 1862 .key = "persist.sys.localedefault", 1863 .value = "", 1864 }, 1865 { 1866 .key = "persist.sys.localenosim", 1867 .value = "en-US", 1868 }, 1869 { 1870 .key = "persist.sys.profiler_ms", 1871 .value = "0", 1872 }, 1873 { 1874 .key = "persist.sys.setupwizard", 1875 .value = "FINISH", 1876 }, 1877 { 1878 .key = "persist.sys.ssrm_unbox_cnt", 1879 .value = "0", 1880 }, 1881 { 1882 .key = "persist.sys.storage_preload", 1883 .value = "2", 1884 }, 1885 { 1886 .key = "persist.sys.timezone", 1887 .value = "America/New_York", 1888 }, 1889 { 1890 .key = "persist.sys.usb.config", 1891 .value = "mtp,adb", 1892 }, 1893 { 1894 .key = "ril.CompleteMsg", 1895 .value = "OK", 1896 }, 1897 { 1898 .key = "ril.ICC_TYPE", 1899 .value = "0", 1900 }, 1901 { 1902 .key = "ril.RildInit", 1903 .value = "1", 1904 }, 1905 { 1906 .key = "ril.approved_codever", 1907 .value = "none", 1908 }, 1909 { 1910 .key = "ril.approved_cscver", 1911 .value = "none", 1912 }, 1913 { 1914 .key = "ril.approved_modemver", 1915 .value = "none", 1916 }, 1917 { 1918 .key = "ril.atd_status", 1919 .value = "1_1_0", 1920 }, 1921 { 1922 .key = "ril.backoffstate", 1923 .value = "1024", 1924 }, 1925 { 1926 .key = "ril.cbd.boot_done", 1927 .value = "1", 1928 }, 1929 { 1930 .key = "ril.cbd.rfs_check_done", 1931 .value = "1", 1932 }, 1933 { 1934 .key = "ril.cs_svc", 1935 .value = "1", 1936 }, 1937 { 1938 .key = "ril.data.intfprefix", 1939 .value = "rmnet", 1940 }, 1941 { 1942 .key = "ril.ecclist00", 1943 .value = "112,911,999,000,110,118,119", 1944 }, 1945 { 1946 .key = "ril.epdg.handover.enable", 1947 .value = "true", 1948 }, 1949 { 1950 .key = "ril.hasisim", 1951 .value = "0", 1952 }, 1953 { 1954 .key = "ril.hw_ver", 1955 .value = "REV1.0", 1956 }, 1957 { 1958 .key = "ril.ims.ecsupport", 1959 .value = "2", 1960 }, 1961 { 1962 .key = "ril.ims.ltevoicesupport", 1963 .value = "2", 1964 }, 1965 { 1966 .key = "ril.initPB", 1967 .value = "0", 1968 }, 1969 { 1970 .key = "ril.manufacturedate", 1971 .value = "160525", 1972 }, 1973 { 1974 .key = "ril.model_id", 1975 .value = "UNKNOWN", 1976 }, 1977 { 1978 .key = "ril.modem.board", 1979 .value = "SHANNON333", 1980 }, 1981 { 1982 .key = "ril.official_cscver", 1983 .value = "G920AATT6DQC1", 1984 }, 1985 { 1986 .key = "ril.product_code", 1987 .value = "SM2G920AZKAATT", 1988 }, 1989 { 1990 .key = "ril.radiostate", 1991 .value = "10", 1992 }, 1993 { 1994 .key = "ril.rfcal_date", 1995 .value = "20160526", 1996 }, 1997 { 1998 .key = "ril.serialnumber", 1999 .value = "RF8H52RM0EL", 2000 }, 2001 { 2002 .key = "ril.servicestate", 2003 .value = "2", 2004 }, 2005 { 2006 .key = "ril.signal.disprssi", 2007 .value = "false", 2008 }, 2009 { 2010 .key = "ril.signal.param", 2011 .value = "-12", 2012 }, 2013 { 2014 .key = "ril.ss.routing", 2015 .value = "0", 2016 }, 2017 { 2018 .key = "ril.subinfo", 2019 .value = "0:2147483643", 2020 }, 2021 { 2022 .key = "ril.sw_ver", 2023 .value = "G920AUCS6DQC1", 2024 }, 2025 { 2026 .key = "ril.timezoneID", 2027 .value = "", 2028 }, 2029 { 2030 .key = "ril.voice.rat", 2031 .value = "3", 2032 }, 2033 { 2034 .key = "rild.libpath", 2035 .value = "/system/lib64/libsec-ril.so", 2036 }, 2037 { 2038 .key = "ro.adb.qemud", 2039 .value = "1", 2040 }, 2041 { 2042 .key = "ro.adb.secure", 2043 .value = "1", 2044 }, 2045 { 2046 .key = "ro.allow.mock.location", 2047 .value = "0", 2048 }, 2049 { 2050 .key = "ro.arch", 2051 .value = "exynos7420", 2052 }, 2053 { 2054 .key = "ro.astcenc.astcsupport", 2055 .value = "1", 2056 }, 2057 { 2058 .key = "ro.baseband", 2059 .value = "unknown", 2060 }, 2061 { 2062 .key = "ro.board.platform", 2063 .value = "exynos5", 2064 }, 2065 { 2066 .key = "ro.boot.boot_salescode", 2067 .value = "", 2068 }, 2069 { 2070 .key = "ro.boot.bootloader", 2071 .value = "G920AUCS6DQC1", 2072 }, 2073 { 2074 .key = "ro.boot.debug_level", 2075 .value = "0x4f4c", 2076 }, 2077 { 2078 .key = "ro.boot.emmc_checksum", 2079 .value = "3", 2080 }, 2081 { 2082 .key = "ro.boot.fmp_config", 2083 .value = "1", 2084 }, 2085 { 2086 .key = "ro.boot.hardware", 2087 .value = "samsungexynos7420", 2088 }, 2089 { 2090 .key = "ro.boot.hmac_mismatch", 2091 .value = "0", 2092 }, 2093 { 2094 .key = "ro.boot.hw_rev", 2095 .value = "11", 2096 }, 2097 { 2098 .key = "ro.boot.odin_download", 2099 .value = "1", 2100 }, 2101 { 2102 .key = "ro.boot.sec_atd.tty", 2103 .value = "/dev/ttySAC1", 2104 }, 2105 { 2106 .key = "ro.boot.security_mode", 2107 .value = "1526595585", 2108 }, 2109 { 2110 .key = "ro.boot.selinux", 2111 .value = "enforcing", 2112 }, 2113 { 2114 .key = "ro.boot.serialno", 2115 .value = "0216028baac92003", 2116 }, 2117 { 2118 .key = "ro.boot.ucs_mode", 2119 .value = "0", 2120 }, 2121 { 2122 .key = "ro.boot.warranty_bit", 2123 .value = "0", 2124 }, 2125 { 2126 .key = "ro.boot_recovery", 2127 .value = "unknown", 2128 }, 2129 { 2130 .key = "ro.bootimage.build.date", 2131 .value = "Fri Mar 10 16:01:27 KST 2017", 2132 }, 2133 { 2134 .key = "ro.bootimage.build.date.utc", 2135 .value = "1489129287", 2136 }, 2137 { 2138 .key = "ro.bootimage.build.fingerprint", 2139 .value = "samsung/zeroflteuc/zeroflteatt:6.0.1/MMB29K/G920AUCS6DQC1:user/test-keys", 2140 }, 2141 { 2142 .key = "ro.bootloader", 2143 .value = "G920AUCS6DQC1", 2144 }, 2145 { 2146 .key = "ro.bootmode", 2147 .value = "unknown", 2148 }, 2149 { 2150 .key = "ro.bt.bdaddr_path", 2151 .value = "/efs/bluetooth/bt_addr", 2152 }, 2153 { 2154 .key = "ro.build.PDA", 2155 .value = "G920AUCS6DQC1", 2156 }, 2157 { 2158 .key = "ro.build.changelist", 2159 .value = "9462607", 2160 }, 2161 { 2162 .key = "ro.build.characteristics", 2163 .value = "att", 2164 }, 2165 { 2166 .key = "ro.build.date", 2167 .value = "Fri Mar 10 15:58:22 KST 2017", 2168 }, 2169 { 2170 .key = "ro.build.date.utc", 2171 .value = "1489129102", 2172 }, 2173 { 2174 .key = "ro.build.description", 2175 .value = "zeroflteuc-user 6.0.1 MMB29K G920AUCS6DQC1 release-keys", 2176 }, 2177 { 2178 .key = "ro.build.display.id", 2179 .value = "MMB29K.G920AUCS6DQC1", 2180 }, 2181 { 2182 .key = "ro.build.fingerprint", 2183 .value = "samsung/zeroflteuc/zeroflteatt:6.0.1/MMB29K/G920AUCS6DQC1:user/release-keys", 2184 }, 2185 { 2186 .key = "ro.build.flavor", 2187 .value = "zeroflteuc-user", 2188 }, 2189 { 2190 .key = "ro.build.hidden_ver", 2191 .value = "G920AUCS6DQC1", 2192 }, 2193 { 2194 .key = "ro.build.host", 2195 .value = "SWHE9401", 2196 }, 2197 { 2198 .key = "ro.build.id", 2199 .value = "MMB29K", 2200 }, 2201 { 2202 .key = "ro.build.official.release", 2203 .value = "true", 2204 }, 2205 { 2206 .key = "ro.build.product", 2207 .value = "zeroflteatt", 2208 }, 2209 { 2210 .key = "ro.build.scafe", 2211 .value = "capuccino", 2212 }, 2213 { 2214 .key = "ro.build.scafe.cream", 2215 .value = "white", 2216 }, 2217 { 2218 .key = "ro.build.scafe.shot", 2219 .value = "single", 2220 }, 2221 { 2222 .key = "ro.build.scafe.size", 2223 .value = "short", 2224 }, 2225 { 2226 .key = "ro.build.scafe.version", 2227 .value = "2016A", 2228 }, 2229 { 2230 .key = "ro.build.selinux", 2231 .value = "1", 2232 }, 2233 { 2234 .key = "ro.build.selinux.enforce", 2235 .value = "1", 2236 }, 2237 { 2238 .key = "ro.build.tags", 2239 .value = "release-keys", 2240 }, 2241 { 2242 .key = "ro.build.type", 2243 .value = "user", 2244 }, 2245 { 2246 .key = "ro.build.user", 2247 .value = "dpi", 2248 }, 2249 { 2250 .key = "ro.build.version.all_codenames", 2251 .value = "REL", 2252 }, 2253 { 2254 .key = "ro.build.version.base_os", 2255 .value = "samsung/zeroflteuc/zeroflteatt:6.0.1/MMB29K/G920AUCU5DQB3:user/release-keys", 2256 }, 2257 { 2258 .key = "ro.build.version.codename", 2259 .value = "REL", 2260 }, 2261 { 2262 .key = "ro.build.version.incremental", 2263 .value = "G920AUCS6DQC1", 2264 }, 2265 { 2266 .key = "ro.build.version.preview_sdk", 2267 .value = "0", 2268 }, 2269 { 2270 .key = "ro.build.version.release", 2271 .value = "6.0.1", 2272 }, 2273 { 2274 .key = "ro.build.version.sdk", 2275 .value = "23", 2276 }, 2277 { 2278 .key = "ro.build.version.sdl", 2279 .value = "2301", 2280 }, 2281 { 2282 .key = "ro.build.version.security_patch", 2283 .value = "2017-03-01", 2284 }, 2285 { 2286 .key = "ro.carrier", 2287 .value = "unknown", 2288 }, 2289 { 2290 .key = "ro.chipname", 2291 .value = "exynos7420", 2292 }, 2293 { 2294 .key = "ro.com.google.clientidbase", 2295 .value = "android-samsung", 2296 }, 2297 { 2298 .key = "ro.com.google.clientidbase.am", 2299 .value = "android-att-us", 2300 }, 2301 { 2302 .key = "ro.com.google.clientidbase.gmm", 2303 .value = "android-samsung", 2304 }, 2305 { 2306 .key = "ro.com.google.clientidbase.ms", 2307 .value = "android-att-us", 2308 }, 2309 { 2310 .key = "ro.com.google.clientidbase.yt", 2311 .value = "android-samsung", 2312 }, 2313 { 2314 .key = "ro.com.google.gmsversion", 2315 .value = "6.0_r10", 2316 }, 2317 { 2318 .key = "ro.config.64bit_lmk_enable", 2319 .value = "false", 2320 }, 2321 { 2322 .key = "ro.config.alarm_alert", 2323 .value = "Morning_Flower.ogg", 2324 }, 2325 { 2326 .key = "ro.config.dha_cached_max", 2327 .value = "12", 2328 }, 2329 { 2330 .key = "ro.config.dha_cached_min", 2331 .value = "6", 2332 }, 2333 { 2334 .key = "ro.config.dha_empty_min", 2335 .value = "8", 2336 }, 2337 { 2338 .key = "ro.config.dha_lmk_scale", 2339 .value = "1.909", 2340 }, 2341 { 2342 .key = "ro.config.dha_pwhitelist_enable", 2343 .value = "1", 2344 }, 2345 { 2346 .key = "ro.config.dmverity", 2347 .value = "true", 2348 }, 2349 { 2350 .key = "ro.config.kap", 2351 .value = "true", 2352 }, 2353 { 2354 .key = "ro.config.kap_default_on", 2355 .value = "true", 2356 }, 2357 { 2358 .key = "ro.config.knox", 2359 .value = "v30", 2360 }, 2361 { 2362 .key = "ro.config.media_sound", 2363 .value = "Media_preview_Touch_the_light.ogg", 2364 }, 2365 { 2366 .key = "ro.config.notification_sound", 2367 .value = "Whisper.ogg", 2368 }, 2369 { 2370 .key = "ro.config.notification_sound_2", 2371 .value = "S_Charming_Bell.ogg", 2372 }, 2373 { 2374 .key = "ro.config.ringtone", 2375 .value = "ATT_Firefly_Default.ogg", 2376 }, 2377 { 2378 .key = "ro.config.ringtone_2", 2379 .value = "Basic_Bell.ogg", 2380 }, 2381 { 2382 .key = "ro.config.rkp", 2383 .value = "true", 2384 }, 2385 { 2386 .key = "ro.config.rm_preload_enabled", 2387 .value = "0", 2388 }, 2389 { 2390 .key = "ro.config.tima", 2391 .value = "1", 2392 }, 2393 { 2394 .key = "ro.config.timaversion", 2395 .value = "3.0", 2396 }, 2397 { 2398 .key = "ro.cp_debug_level", 2399 .value = "unknown", 2400 }, 2401 { 2402 .key = "ro.crypto.fuse_sdcard", 2403 .value = "true", 2404 }, 2405 { 2406 .key = "ro.crypto.state", 2407 .value = "unencrypted", 2408 }, 2409 { 2410 .key = "ro.csc.country_code", 2411 .value = "USA", 2412 }, 2413 { 2414 .key = "ro.csc.countryiso_code", 2415 .value = "US", 2416 }, 2417 { 2418 .key = "ro.csc.sales_code", 2419 .value = "ATT", 2420 }, 2421 { 2422 .key = "ro.dalvik.vm.native.bridge", 2423 .value = "0", 2424 }, 2425 { 2426 .key = "ro.debug_level", 2427 .value = "0x4f4c", 2428 }, 2429 { 2430 .key = "ro.debuggable", 2431 .value = "0", 2432 }, 2433 { 2434 .key = "ro.emmc_checksum", 2435 .value = "3", 2436 }, 2437 { 2438 .key = "ro.error.receiver.default", 2439 .value = "com.samsung.receiver.error", 2440 }, 2441 { 2442 .key = "ro.expect.recovery_id", 2443 .value = "0xf514ed26728de751a3e1b5d00d86705d6ad69a29000000000000000000000000", 2444 }, 2445 { 2446 .key = "ro.fmp_config", 2447 .value = "1", 2448 }, 2449 { 2450 .key = "ro.gps.chip.vendor", 2451 .value = "BCM4773_EXERCISE", 2452 }, 2453 { 2454 .key = "ro.gps.chip.vendor.slocation", 2455 .value = "BCM4773_SLOCATION_CORE", 2456 }, 2457 { 2458 .key = "ro.hardware", 2459 .value = "samsungexynos7420", 2460 }, 2461 { 2462 .key = "ro.hardware.keystore", 2463 .value = "mdfpp", 2464 }, 2465 { 2466 .key = "ro.hdcp2.rx", 2467 .value = "tz", 2468 }, 2469 { 2470 .key = "ro.hmac_mismatch", 2471 .value = "0", 2472 }, 2473 { 2474 .key = "ro.hwui.drop_shadow_cache_size", 2475 .value = "6", 2476 }, 2477 { 2478 .key = "ro.hwui.fbo_cache_size", 2479 .value = "16", 2480 }, 2481 { 2482 .key = "ro.hwui.gradient_cache_size", 2483 .value = "2", 2484 }, 2485 { 2486 .key = "ro.hwui.layer_cache_size", 2487 .value = "58", 2488 }, 2489 { 2490 .key = "ro.hwui.path_cache_size", 2491 .value = "16", 2492 }, 2493 { 2494 .key = "ro.hwui.r_buffer_cache_size", 2495 .value = "8", 2496 }, 2497 { 2498 .key = "ro.hwui.shape_cache_size", 2499 .value = "4", 2500 }, 2501 { 2502 .key = "ro.hwui.text_large_cache_height", 2503 .value = "2048", 2504 }, 2505 { 2506 .key = "ro.hwui.text_large_cache_width", 2507 .value = "4096", 2508 }, 2509 { 2510 .key = "ro.hwui.text_small_cache_height", 2511 .value = "1024", 2512 }, 2513 { 2514 .key = "ro.hwui.text_small_cache_width", 2515 .value = "1024", 2516 }, 2517 { 2518 .key = "ro.hwui.texture_cache_flushrate", 2519 .value = "0.4", 2520 }, 2521 { 2522 .key = "ro.hwui.texture_cache_size", 2523 .value = "88", 2524 }, 2525 { 2526 .key = "ro.im.param.offset", 2527 .value = "7341648", 2528 }, 2529 { 2530 .key = "ro.kernel.qemu", 2531 .value = "0", 2532 }, 2533 { 2534 .key = "ro.mct.compressiontype", 2535 .value = "ETC1", 2536 }, 2537 { 2538 .key = "ro.me.param.offset", 2539 .value = "7341728", 2540 }, 2541 { 2542 .key = "ro.mst.support", 2543 .value = "1", 2544 }, 2545 { 2546 .key = "ro.nfc.port", 2547 .value = "I2C", 2548 }, 2549 { 2550 .key = "ro.opengles.version", 2551 .value = "196609", 2552 }, 2553 { 2554 .key = "ro.pr.param.offset", 2555 .value = "7341888", 2556 }, 2557 { 2558 .key = "ro.product.board", 2559 .value = "universal7420", 2560 }, 2561 { 2562 .key = "ro.product.brand", 2563 .value = "samsung", 2564 }, 2565 { 2566 .key = "ro.product.cpu.abi", 2567 .value = "arm64-v8a", 2568 }, 2569 { 2570 .key = "ro.product.cpu.abilist", 2571 .value = "arm64-v8a,armeabi-v7a,armeabi", 2572 }, 2573 { 2574 .key = "ro.product.cpu.abilist32", 2575 .value = "armeabi-v7a,armeabi", 2576 }, 2577 { 2578 .key = "ro.product.cpu.abilist64", 2579 .value = "arm64-v8a", 2580 }, 2581 { 2582 .key = "ro.product.device", 2583 .value = "zeroflteatt", 2584 }, 2585 { 2586 .key = "ro.product.locale", 2587 .value = "en-US", 2588 }, 2589 { 2590 .key = "ro.product.manufacturer", 2591 .value = "samsung", 2592 }, 2593 { 2594 .key = "ro.product.model", 2595 .value = "SAMSUNG-SM-G920A", 2596 }, 2597 { 2598 .key = "ro.product.name", 2599 .value = "zeroflteuc", 2600 }, 2601 { 2602 .key = "ro.product_ship", 2603 .value = "true", 2604 }, 2605 { 2606 .key = "ro.revision", 2607 .value = "11", 2608 }, 2609 { 2610 .key = "ro.ril.gprsclass", 2611 .value = "10", 2612 }, 2613 { 2614 .key = "ro.ril.hsxpa", 2615 .value = "1", 2616 }, 2617 { 2618 .key = "ro.rtn_config", 2619 .value = "unknown", 2620 }, 2621 { 2622 .key = "ro.runtime.firstboot", 2623 .value = "1524182153605", 2624 }, 2625 { 2626 .key = "ro.sec.fle.encryption", 2627 .value = "false", 2628 }, 2629 { 2630 .key = "ro.secure", 2631 .value = "1", 2632 }, 2633 { 2634 .key = "ro.securestorage.support", 2635 .value = "true", 2636 }, 2637 { 2638 .key = "ro.security.ese.cosname", 2639 .value = "PEARL3.0_01328438_01328439_01349511_01349512", 2640 }, 2641 { 2642 .key = "ro.security.esest", 2643 .value = "per0102exi", 2644 }, 2645 { 2646 .key = "ro.security.icd.flagmode", 2647 .value = "multi", 2648 }, 2649 { 2650 .key = "ro.security.mdpp.release", 2651 .value = "6", 2652 }, 2653 { 2654 .key = "ro.security.mdpp.ux", 2655 .value = "Enabled", 2656 }, 2657 { 2658 .key = "ro.security.mdpp.ver", 2659 .value = "2.0", 2660 }, 2661 { 2662 .key = "ro.security.reactive.active", 2663 .value = "2", 2664 }, 2665 { 2666 .key = "ro.security.reactive.version", 2667 .value = "2.0.9", 2668 }, 2669 { 2670 .key = "ro.security.vpnpp.release", 2671 .value = "6.1", 2672 }, 2673 { 2674 .key = "ro.security.vpnpp.ver", 2675 .value = "1.4", 2676 }, 2677 { 2678 .key = "ro.security_mode", 2679 .value = "1526595585", 2680 }, 2681 { 2682 .key = "ro.secwvk", 2683 .value = "220", 2684 }, 2685 { 2686 .key = "ro.serialno", 2687 .value = "0216028baac92003", 2688 }, 2689 { 2690 .key = "ro.setupwizard.mode", 2691 .value = "OPTIONAL", 2692 }, 2693 { 2694 .key = "ro.sf.lcd_density", 2695 .value = "640", 2696 }, 2697 { 2698 .key = "ro.sku.param.offset", 2699 .value = "7341968", 2700 }, 2701 { 2702 .key = "ro.sn.param.offset", 2703 .value = "7341808", 2704 }, 2705 { 2706 .key = "ro.telephony.default_network", 2707 .value = "9", 2708 }, 2709 { 2710 .key = "ro.warranty_bit", 2711 .value = "0", 2712 }, 2713 { 2714 .key = "ro.wifi.channels", 2715 .value = "", 2716 }, 2717 { 2718 .key = "ro.zygote", 2719 .value = "zygote64_32", 2720 }, 2721 { 2722 .key = "ro.zygote.disable_gl_preload", 2723 .value = "1", 2724 }, 2725 { 2726 .key = "secmm.player.uhqamode", 2727 .value = "True", 2728 }, 2729 { 2730 .key = "security.ASKS.policy_version", 2731 .value = "161011", 2732 }, 2733 { 2734 .key = "security.mdpp", 2735 .value = "Ready", 2736 }, 2737 { 2738 .key = "security.mdpp.result", 2739 .value = "None", 2740 }, 2741 { 2742 .key = "security.reactive.status", 2743 .value = "03", 2744 }, 2745 { 2746 .key = "security.semdaemonfinish", 2747 .value = "1", 2748 }, 2749 { 2750 .key = "selinux.policy_version", 2751 .value = "SEPF_SECMOBILE_6.0.1_0030", 2752 }, 2753 { 2754 .key = "selinux.reload_policy", 2755 .value = "1", 2756 }, 2757 { 2758 .key = "service.bootanim.exit", 2759 .value = "0", 2760 }, 2761 { 2762 .key = "service.camera.rec.running", 2763 .value = "0", 2764 }, 2765 { 2766 .key = "service.camera.running", 2767 .value = "0", 2768 }, 2769 { 2770 .key = "service.media.powersnd", 2771 .value = "1", 2772 }, 2773 { 2774 .key = "storage.mmc.size", 2775 .value = "31989956608", 2776 }, 2777 { 2778 .key = "sys.adaptivedisplay.eadon", 2779 .value = "true", 2780 }, 2781 { 2782 .key = "sys.boot_completed", 2783 .value = "1", 2784 }, 2785 { 2786 .key = "sys.cameramode.blackbox", 2787 .value = "0", 2788 }, 2789 { 2790 .key = "sys.cameramode.vtcall", 2791 .value = "0", 2792 }, 2793 { 2794 .key = "sys.config.bigdata_enable", 2795 .value = "true", 2796 }, 2797 { 2798 .key = "sys.config.bigdata_mem_enable", 2799 .value = "true", 2800 }, 2801 { 2802 .key = "sys.config.samp_oak_enable", 2803 .value = "true", 2804 }, 2805 { 2806 .key = "sys.config.samp_oakoom_enable", 2807 .value = "true", 2808 }, 2809 { 2810 .key = "sys.dockstate", 2811 .value = "0", 2812 }, 2813 { 2814 .key = "sys.enterprise.billing.version", 2815 .value = "1.2.0", 2816 }, 2817 { 2818 .key = "sys.enterprise.otp.version", 2819 .value = "2.6.0", 2820 }, 2821 { 2822 .key = "sys.ims.service_started", 2823 .value = "true", 2824 }, 2825 { 2826 .key = "sys.isdumpstaterunning", 2827 .value = "0", 2828 }, 2829 { 2830 .key = "sys.keyguard.connected", 2831 .value = "true", 2832 }, 2833 { 2834 .key = "sys.knox.exists", 2835 .value = "0", 2836 }, 2837 { 2838 .key = "sys.knox.store", 2839 .value = "0", 2840 }, 2841 { 2842 .key = "sys.mobicoredaemon.enable", 2843 .value = "true", 2844 }, 2845 { 2846 .key = "sys.nfc.support", 2847 .value = "1", 2848 }, 2849 { 2850 .key = "sys.reset_reason", 2851 .value = "N|RP", 2852 }, 2853 { 2854 .key = "sys.settings_global_version", 2855 .value = "4", 2856 }, 2857 { 2858 .key = "sys.settings_system_version", 2859 .value = "7", 2860 }, 2861 { 2862 .key = "sys.siop.level", 2863 .value = "0", 2864 }, 2865 { 2866 .key = "sys.ssrm.mdnie", 2867 .value = "-1", 2868 }, 2869 { 2870 .key = "sys.sysctl.extra_free_kbytes", 2871 .value = "43200", 2872 }, 2873 { 2874 .key = "sys.usb.config", 2875 .value = "mtp,adb", 2876 }, 2877 { 2878 .key = "sys.usb.configfs", 2879 .value = "0", 2880 }, 2881 { 2882 .key = "sys.usb.state", 2883 .value = "mtp,adb", 2884 }, 2885 { 2886 .key = "system.camera.CC.disable", 2887 .value = "0", 2888 }, 2889 { 2890 .key = "telephony.lteOnCdmaDevice", 2891 .value = "0", 2892 }, 2893 { 2894 .key = "vold.has_adoptable", 2895 .value = "0", 2896 }, 2897 { 2898 .key = "vold.post_fs_data_done", 2899 .value = "1", 2900 }, 2901 { 2902 .key = "vzw.os.rooted", 2903 .value = "false", 2904 }, 2905 { 2906 .key = "wifi.interface", 2907 .value = "wlan0", 2908 }, 2909 { 2910 .key = "wlan.driver.status", 2911 .value = "ok", 2912 }, 2913 { 2914 .key = "wlan.wfd.status", 2915 .value = "disconnected", 2916 }, 2917 { NULL }, 2918 }; 2919 #endif /* __ANDROID__ */ 2920