1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 1170, 5 .content = 6 "Processor\t: ARMv7 Processor rev 4 (v7l)\n" 7 "processor\t: 0\n" 8 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 9 "BogoMIPS\t: 32.39\n" 10 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm sha2 \n" 11 "CPU implementer\t: 0x41\n" 12 "CPU architecture: 7\n" 13 "CPU variant\t: 0x0\n" 14 "CPU part\t: 0xd03\n" 15 "CPU revision\t: 4\n" 16 "\n" 17 "processor\t: 1\n" 18 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 19 "BogoMIPS\t: 32.39\n" 20 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm sha2 \n" 21 "CPU implementer\t: 0x41\n" 22 "CPU architecture: 7\n" 23 "CPU variant\t: 0x0\n" 24 "CPU part\t: 0xd03\n" 25 "CPU revision\t: 4\n" 26 "\n" 27 "processor\t: 2\n" 28 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 29 "BogoMIPS\t: 32.39\n" 30 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm sha2 \n" 31 "CPU implementer\t: 0x41\n" 32 "CPU architecture: 7\n" 33 "CPU variant\t: 0x0\n" 34 "CPU part\t: 0xd03\n" 35 "CPU revision\t: 4\n" 36 "\n" 37 "processor\t: 3\n" 38 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 39 "BogoMIPS\t: 26.00\n" 40 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm sha2 \n" 41 "CPU implementer\t: 0x41\n" 42 "CPU architecture: 7\n" 43 "CPU variant\t: 0x0\n" 44 "CPU part\t: 0xd03\n" 45 "CPU revision\t: 4\n" 46 "\n" 47 "Hardware\t: MT6735P\n" 48 "Revision\t: 0000\n" 49 "Serial\t\t: 0000000000000000\n", 50 }, 51 { 52 .path = "/system/build.prop", 53 .size = 7809, 54 .content = 55 "\n" 56 "# begin build properties\n" 57 "# autogenerated by buildinfo.sh\n" 58 "ro.product.sw.external.version=A6600a40_S032_161104_ROW\n" 59 "ro.product.sw.internal.version=A6600a40_USR_S032_1611042152_M0MP1_ROW\n" 60 "ro.custom.internal.version=LLD3I80.1.0.2.4T32L1104_M320\n" 61 "ro.custom.external.version=LLD3I80.2.4_M320\n" 62 "ro.custom.hardware.version=H301\n" 63 "ro.lenovo.hardware.version=H301\n" 64 "ro.lenovo.build.date=201611042152\n" 65 "ro.lenovo.version.no=01\n" 66 "ro.lenovo.branch.name=ALPS.MP.M0.MP1.V2.39.1\n" 67 "ro.com.google.clientidbase=android-lenovo\n" 68 "ro.com.google.clientidbase.ms=android-lenovo\n" 69 "ro.com.google.clientidbase.yt=android-lenovo\n" 70 "ro.com.google.clientidbase.ms=android-lenovo\n" 71 "ro.com.google.clientidbase.am=android-lenovo\n" 72 "ro.com.google.clientidbase.gmm=android-lenovo\n" 73 "ro.build.id=MRA58K\n" 74 "ro.build.display.id=A6600a40_S032_161104_ROW\n" 75 "ro.build.version.incremental=A6600a40_S032_161104_ROW\n" 76 "ro.build.version.sdk=23\n" 77 "ro.build.version.preview_sdk=0\n" 78 "ro.build.version.codename=REL\n" 79 "ro.build.version.all_codenames=REL\n" 80 "ro.build.version.release=6.0\n" 81 "ro.build.version.security_patch=2016-10-05\n" 82 "ro.build.version.base_os=\n" 83 "ro.build.date=Fri Nov 4 21:52:25 CST 2016\n" 84 "ro.build.date.utc=1478267545\n" 85 "ro.build.type=user\n" 86 "ro.build.user=jenkins\n" 87 "ro.build.host=glsrv4\n" 88 "ro.build.tags=release-keys\n" 89 "ro.build.flavor=full_lcsh6735m_35u_m-user\n" 90 "ro.product.model=Lenovo A6600a40\n" 91 "ro.product.brand=Lenovo\n" 92 "ro.product.name=A6600a40\n" 93 "ro.product.device=A6600a40\n" 94 "ro.product.board=\n" 95 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 96 "# use ro.product.cpu.abilist instead.\n" 97 "ro.product.cpu.abi=armeabi-v7a\n" 98 "ro.product.cpu.abi2=armeabi\n" 99 "ro.product.cpu.abilist=armeabi-v7a,armeabi\n" 100 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 101 "ro.product.cpu.abilist64=\n" 102 "ro.product.manufacturer=LENOVO\n" 103 "ro.product.locale=en-US\n" 104 "ro.wifi.channels=\n" 105 "ro.board.platform=mt6735m\n" 106 "# ro.build.product is obsolete; use ro.product.device\n" 107 "ro.build.product=A6600a40\n" 108 "# Do not try to parse description, fingerprint, or thumbprint\n" 109 "ro.build.description=full_lcsh6735m_35u_m-user 6.0 MRA58K 1478267301 release-keys\n" 110 "ro.build.fingerprint=Lenovo/A6600a40/A6600a40:6.0/MRA58K/A6600a40_S032_161104_ROW:user/release-keys\n" 111 "ro.build.characteristics=default\n" 112 "persist.sys.pwron.snd.state=1\n" 113 "persist.sys.pwron.snd.state1=1\n" 114 "persist.sys.pwron.snd.state2=1\n" 115 "# end build properties\n" 116 "persist.gsensor.encali=1\n" 117 "ro.lenovo.region=row\n" 118 "ro.lenovo.device=phone\n" 119 "ro.lenovo.operator=open\n" 120 "ro.lenovo.platform=mtk\n" 121 "ro.lenovo.bqb=no\n" 122 "ro.lenovo.wificert=no\n" 123 "ro.lenovo.series=Lenovo A6600\n" 124 "ro.lenovo.lcdsize=5.0\n" 125 "ro.lenovo.vibeuistyle=true\n" 126 "ro.lenovo.audioparaver=PVT-2016-04-13\n" 127 "persist.backgrounddata.enable=false\n" 128 "persist.lenovo.ltetype=NONE\n" 129 "ro.product.ota.model=LenovoA6600a40\n" 130 "ro.lenovo.ota.extsd=sdcard\n" 131 "ro.build.device.ninur=64687\n" 132 "ro.lxf_lenovo_standard_usb=1\n" 133 "#\n" 134 "# from device/lcsh/lcsh6735m_35u_m/system.prop\n" 135 "#\n" 136 "#\n" 137 "# system.prop for generic sdk\n" 138 "#\n" 139 "\n" 140 "rild.libpath=mtk-ril.so\n" 141 "rild.libargs=-d /dev/ttyC0\n" 142 "\n" 143 "\n" 144 "# MTK, Infinity, 20090720 {\n" 145 "wifi.interface=wlan0\n" 146 "# MTK, Infinity, 20090720 }\n" 147 "\n" 148 "# MTK, mtk03034, 20101210 {\n" 149 "ro.mediatek.wlan.wsc=1\n" 150 "# MTK, mtk03034 20101210}\n" 151 "# MTK, mtk03034, 20110318 {\n" 152 "ro.mediatek.wlan.p2p=1\n" 153 "# MTK, mtk03034 20110318}\n" 154 "\n" 155 "# MTK, mtk03034, 20101213 {\n" 156 "mediatek.wlan.ctia=0\n" 157 "# MTK, mtk03034 20101213}\n" 158 "\n" 159 "\n" 160 "#\n" 161 "wifi.tethering.interface=ap0\n" 162 "#\n" 163 "\n" 164 "ro.opengles.version=196608\n" 165 "#ro.kernel.qemu=1\n" 166 "#ro.kernel.qemu.gles=0\n" 167 "\n" 168 "wifi.direct.interface=p2p0\n" 169 "dalvik.vm.heapgrowthlimit=128m\n" 170 "dalvik.vm.heapsize=256m\n" 171 "\n" 172 "# USB MTP WHQL\n" 173 "ro.sys.usb.mtp.whql.enable=0\n" 174 "\n" 175 "# Power off opt in IPO\n" 176 "sys.ipo.pwrdncap=2\n" 177 "\n" 178 "ro.sys.usb.storage.type=mtp,mass_storage\n" 179 "\n" 180 "# USB BICR function\n" 181 "ro.sys.usb.bicr=yes\n" 182 "\n" 183 "# USB Charge only function\n" 184 "ro.sys.usb.charging.only=yes\n" 185 "\n" 186 "# audio\n" 187 "ro.camera.sound.forced=0\n" 188 "ro.audio.silent=0\n" 189 "\n" 190 "ro.zygote.preload.enable=0\n" 191 "\n" 192 "# temporary enables NAV bar (soft keys)\n" 193 "# lct close nav bar\n" 194 "qemu.hw.mainkeys=1\n" 195 "\n" 196 "ro.kernel.zio=38,108,105,16\n" 197 "#ro.kernel.qemu=1\n" 198 "#ro.kernel.qemu.gles=0\n" 199 "#ro.boot.selinux=disable\n" 200 "#lct modify\n" 201 "ro.sf.lcd_density=320\n" 202 "\n" 203 "# performance\n" 204 "ro.mtk_perf_simple_start_win=1\n" 205 "ro.mtk_perf_fast_start_win=1\n" 206 "ro.mtk_perf_response_time=1\n" 207 "\n" 208 "#\n" 209 "# ADDITIONAL_BUILD_PROPERTIES\n" 210 "#\n" 211 "ro.com.android.dateformat=MM-dd-yyyy\n" 212 "ro.config.ringtone=Fantastic_Clang.ogg\n" 213 "ro.config.notification_sound=Notice.ogg\n" 214 "ro.config.msg_notification=Curiosity.ogg\n" 215 "ro.config.alarm_alert=New_Morning.ogg\n" 216 "ro.carrier=unknown\n" 217 "dalvik.vm.heapgrowthlimit=128m\n" 218 "dalvik.vm.heapsize=256m\n" 219 "ro.mediatek.chip_ver=S01\n" 220 "ro.mediatek.version.release=alps-mp-m0.mp1-V2.39.1_lcsh6735m.35u.m_P62\n" 221 "ro.mediatek.platform=MT6735\n" 222 "ro.telephony.sim.count=2\n" 223 "persist.radio.default.sim=0\n" 224 "persist.radio.multisim.config=dsds\n" 225 "persist.gemini.sim_num=2\n" 226 "ro.gemini.smart_sim_switch=false\n" 227 "ril.specific.sm_cause=0\n" 228 "bgw.current3gband=0\n" 229 "ril.external.md=0\n" 230 "ro.sf.hwrotation=0\n" 231 "curlockscreen=1\n" 232 "ro.mediatek.gemini_support=true\n" 233 "persist.radio.fd.counter=15\n" 234 "persist.radio.fd.off.counter=5\n" 235 "persist.radio.fd.r8.counter=15\n" 236 "persist.radio.fd.off.r8.counter=5\n" 237 "drm.service.enabled=true\n" 238 "fmradio.driver.enable=1\n" 239 "ril.first.md=1\n" 240 "ril.flightmode.poweroffMD=1\n" 241 "ril.telephony.mode=0\n" 242 "dalvik.vm.mtk-stack-trace-file=/data/anr/mtk_traces.txt\n" 243 "mediatek.wlan.chip=CONSYS_MT6735\n" 244 "mediatek.wlan.module.postfix=_consys_mt6735\n" 245 "ril.read.imsi=1\n" 246 "ril.radiooff.poweroffMD=0\n" 247 "ro.frp.pst=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/frp\n" 248 "ro.sys.usb.storage.type=mtp,mass_storage\n" 249 "ro.mediatek.version.branch=alps-mp-m0.mp1\n" 250 "ro.mediatek.version.sdk=4\n" 251 "ro.setupwizard.mode=OPTIONAL\n" 252 "ro.com.google.gmsversion=6.0_r6\n" 253 "ro.com.google.clientidbase=alps-full_lcsh6735m_35u_m-{country}\n" 254 "ro.com.google.clientidbase.ms=alps-full_lcsh6735m_35u_m-{country}\n" 255 "ro.com.google.clientidbase.yt=alps-full_lcsh6735m_35u_m-{country}\n" 256 "ro.com.google.clientidbase.am=alps-full_lcsh6735m_35u_m-{country}\n" 257 "ro.com.google.clientidbase.gmm=alps-full_lcsh6735m_35u_m-{country}\n" 258 "ro.mtk_gemini_support=1\n" 259 "persist.radio.gemini_support=1\n" 260 "ril.current.share_modem=2\n" 261 "ro.mtk_audio_profiles=1\n" 262 "ro.mtk_audenh_support=1\n" 263 "ro.mtk_besloudness_support=1\n" 264 "ro.mtk_bessurround_support=1\n" 265 "ro.mtk_bt_support=1\n" 266 "ro.mtk_wappush_support=1\n" 267 "ro.mtk_agps_app=1\n" 268 "ro.mtk_audio_tuning_tool_ver=V1\n" 269 "ro.mtk_wlan_support=1\n" 270 "ro.mtk_ipo_support=1\n" 271 "ro.mtk_gps_support=1\n" 272 "ro.mtk_omacp_support=1\n" 273 "ro.mtk_search_db_support=1\n" 274 "ro.mtk_dialer_search_support=1\n" 275 "ro.mtk_dhcpv6c_wifi=1\n" 276 "ro.have_aacencode_feature=1\n" 277 "ro.mtk_fd_support=1\n" 278 "ro.mtk_oma_drm_support=1\n" 279 "ro.mtk_widevine_drm_l3_support=1\n" 280 "ro.mtk_eap_sim_aka=1\n" 281 "ro.mtk_fm_recording_support=1\n" 282 "ro.mtk_audio_ape_support=1\n" 283 "ro.mtk_flv_playback_support=1\n" 284 "ro.mtk_send_rr_support=1\n" 285 "ro.mtk_emmc_support=1\n" 286 "ro.mtk_tetheringipv6_support=1\n" 287 "ro.mtk_shared_sdcard=1\n" 288 "ro.mtk_enable_md1=1\n" 289 "ro.mtk_flight_mode_power_off_md=1\n" 290 "ro.mtk_pq_support=2\n" 291 "ro.mtk_miravision_image_dc=1\n" 292 "ro.mtk_wifi_mcc_support=1\n" 293 "ro.mtk_sim_hot_swap=1\n" 294 "ro.mtk_thumbnail_play_support=1\n" 295 "ro.mtk_bip_scws=1\n" 296 "ro.mtk_multisim_ringtone=1\n" 297 "ro.mtk_world_phone_policy=0\n" 298 "ro.mtk_perfservice_support=1\n" 299 "ro.mtk_mobile_management=1\n" 300 "ro.mtk_antibricking_level=2\n" 301 "ro.mtk_cam_mfb_support=0\n" 302 "ro.mtk_lte_support=1\n" 303 "ro.mtk_safemedia_support=1\n" 304 "ro.mtk_rild_read_imsi=1\n" 305 "ro.sim_refresh_reset_by_modem=1\n" 306 "ro.mtk_passpoint_r1_support=1\n" 307 "ro.mtk_bg_power_saving_support=1\n" 308 "ro.mtk_bg_power_saving_ui=1\n" 309 "ro.have_aee_feature=1\n" 310 "ro.sim_me_lock_mode=0\n" 311 "ro.mtk_dual_mic_support=0\n" 312 "ro.mtk_is_tablet=0\n" 313 "ro.mtk_ims_support=1\n" 314 "ro.mtk_volte_support=1\n" 315 "persist.mtk.volte.enable=1\n" 316 "persist.radio.mtk_dsbp_support=1\n" 317 "persist.mtk_dynamic_ims_switch=0\n" 318 "wfd.dummy.enable=1\n" 319 "ro.mediatek.project.path=device/lcsh/lcsh6735m_35u_m\n" 320 "persist.mtk.wcn.combo.chipid=-1\n" 321 "service.wcn.driver.ready=no\n" 322 "service.wcn.coredump.mode=2\n" 323 "ro.com.android.mobiledata=false\n" 324 "persist.radio.mobile.data=0,0\n" 325 "persist.meta.dumpdata=0\n" 326 "ro.mtk_md_sbp_custom_value=0\n" 327 "mtk.vdec.waitkeyframeforplay=1\n" 328 "ro.lct_country_info_ctrl=1\n" 329 "ro.delete_all_recent_apps=1\n" 330 "ro.lct.cetest=1\n" 331 "persist.sys.dalvik.vm.lib.2=libart\n" 332 "dalvik.vm.isa.arm.variant=cortex-a53\n" 333 "dalvik.vm.isa.arm.features=default\n" 334 "net.bt.name=Android\n" 335 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 336 "ro.expect.recovery_id=0xf5bbd9207572df534d50ff297bc4f3220ff69a79000000000000000000000000\n", 337 }, 338 { 339 .path = "/sys/devices/system/cpu/kernel_max", 340 .size = 2, 341 .content = "7\n", 342 }, 343 { 344 .path = "/sys/devices/system/cpu/possible", 345 .size = 4, 346 .content = "0-3\n", 347 }, 348 { 349 .path = "/sys/devices/system/cpu/present", 350 .size = 4, 351 .content = "0-3\n", 352 }, 353 { 354 .path = "/sys/devices/system/cpu/online", 355 .size = 4, 356 .content = "0-3\n", 357 }, 358 { 359 .path = "/sys/devices/system/cpu/offline", 360 .size = 1, 361 .content = "\n", 362 }, 363 { 364 .path = "/sys/devices/system/cpu/cpufreq/all_time_in_state", 365 .size = 215, 366 .content = 367 "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\t\n" 368 "221000\t\t31\t\t31\t\t31\t\t31\t\t\n" 369 "364000\t\t0\t\t0\t\t0\t\t0\t\t\n" 370 "494000\t\t0\t\t0\t\t0\t\t0\t\t\n" 371 "637000\t\t4\t\t4\t\t4\t\t4\t\t\n" 372 "793000\t\t13\t\t13\t\t13\t\t13\t\t\n" 373 "858000\t\t0\t\t0\t\t0\t\t0\t\t\n" 374 "923000\t\t8\t\t8\t\t8\t\t8\t\t\n" 375 "988000\t\t605\t\t605\t\t605\t\t605\t\t\n", 376 }, 377 { 378 .path = "/sys/devices/system/cpu/cpufreq/current_in_state", 379 .size = 312, 380 .content = 381 "CPU0:988000=0 923000=0 858000=0 793000=0 637000=0 494000=0 364000=0 221000=0 \n" 382 "CPU1:988000=0 923000=0 858000=0 793000=0 637000=0 494000=0 364000=0 221000=0 \n" 383 "CPU2:988000=0 923000=0 858000=0 793000=0 637000=0 494000=0 364000=0 221000=0 \n" 384 "CPU3:988000=0 923000=0 858000=0 793000=0 637000=0 494000=0 364000=0 221000=0 \n", 385 }, 386 { 387 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 388 .size = 15, 389 .content = "mt6735_cpuidle\n", 390 }, 391 { 392 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 393 .size = 13, 394 .content = "mtk_governor\n", 395 }, 396 { 397 .path = "/sys/devices/system/cpu/cputopo/cpus_per_cluster", 398 .size = 12, 399 .content = "cluster0: f\n", 400 }, 401 { 402 .path = "/sys/devices/system/cpu/cputopo/glbinfo", 403 .size = 58, 404 .content = 405 "big/little arch: no\n" 406 "nr_cups: 4\n" 407 "nr_clusters: 1\n" 408 "cluster0: f\n", 409 }, 410 { 411 .path = "/sys/devices/system/cpu/cputopo/is_big_little", 412 .size = 2, 413 .content = "0\n", 414 }, 415 { 416 .path = "/sys/devices/system/cpu/cputopo/is_multi_cluster", 417 .size = 2, 418 .content = "0\n", 419 }, 420 { 421 .path = "/sys/devices/system/cpu/cputopo/nr_clusters", 422 .size = 2, 423 .content = "1\n", 424 }, 425 { 426 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 427 .size = 8, 428 .content = "0 1 2 3\n", 429 }, 430 { 431 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 432 .size = 7, 433 .content = "988000\n", 434 }, 435 { 436 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 437 .size = 7, 438 .content = "221000\n", 439 }, 440 { 441 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 442 .size = 5, 443 .content = "1000\n", 444 }, 445 { 446 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 447 .size = 8, 448 .content = "0 1 2 3\n", 449 }, 450 { 451 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 452 .size = 57, 453 .content = "988000 923000 858000 793000 637000 494000 364000 221000 \n", 454 }, 455 { 456 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 457 .size = 54, 458 .content = "ondemand userspace powersave interactive performance \n", 459 }, 460 { 461 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 462 .size = 7, 463 .content = "988000\n", 464 }, 465 { 466 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 467 .size = 11, 468 .content = "mt-cpufreq\n", 469 }, 470 { 471 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 472 .size = 12, 473 .content = "interactive\n", 474 }, 475 { 476 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 477 .size = 7, 478 .content = "221000\n", 479 }, 480 { 481 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 482 .size = 76, 483 .content = 484 "988000 732\n" 485 "923000 8\n" 486 "858000 0\n" 487 "793000 13\n" 488 "637000 4\n" 489 "494000 0\n" 490 "364000 0\n" 491 "221000 31\n", 492 }, 493 { 494 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 495 .size = 3, 496 .content = "16\n", 497 }, 498 { 499 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/trans_table", 500 .size = 845, 501 .content = 502 " From : To\n" 503 " : 988000 923000 858000 793000 637000 494000 364000 221000 \n" 504 " 988000: 0 2 0 2 2 0 0 1 \n" 505 " 923000: 2 0 0 0 0 0 0 0 \n" 506 " 858000: 0 0 0 0 0 0 0 0 \n" 507 " 793000: 4 0 0 0 0 0 0 0 \n" 508 " 637000: 1 0 0 1 0 0 0 0 \n" 509 " 494000: 0 0 0 0 0 0 0 0 \n" 510 " 364000: 0 0 0 0 0 0 0 0 \n" 511 " 221000: 1 0 0 0 0 0 0 0 \n", 512 }, 513 { 514 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 515 .size = 2, 516 .content = "0\n", 517 }, 518 { 519 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 520 .size = 4, 521 .content = "0-3\n", 522 }, 523 { 524 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 525 .size = 3, 526 .content = "0f\n", 527 }, 528 { 529 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 530 .size = 2, 531 .content = "0\n", 532 }, 533 { 534 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 535 .size = 2, 536 .content = "0\n", 537 }, 538 { 539 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 540 .size = 3, 541 .content = "01\n", 542 }, 543 { 544 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 545 .size = 8, 546 .content = "0 1 2 3\n", 547 }, 548 { 549 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 550 .size = 7, 551 .content = "988000\n", 552 }, 553 { 554 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 555 .size = 7, 556 .content = "221000\n", 557 }, 558 { 559 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 560 .size = 5, 561 .content = "1000\n", 562 }, 563 { 564 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 565 .size = 8, 566 .content = "0 1 2 3\n", 567 }, 568 { 569 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 570 .size = 57, 571 .content = "988000 923000 858000 793000 637000 494000 364000 221000 \n", 572 }, 573 { 574 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 575 .size = 54, 576 .content = "ondemand userspace powersave interactive performance \n", 577 }, 578 { 579 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 580 .size = 7, 581 .content = "988000\n", 582 }, 583 { 584 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 585 .size = 11, 586 .content = "mt-cpufreq\n", 587 }, 588 { 589 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 590 .size = 12, 591 .content = "interactive\n", 592 }, 593 { 594 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 595 .size = 7, 596 .content = "221000\n", 597 }, 598 { 599 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 600 .size = 77, 601 .content = 602 "988000 1000\n" 603 "923000 8\n" 604 "858000 0\n" 605 "793000 13\n" 606 "637000 4\n" 607 "494000 0\n" 608 "364000 0\n" 609 "221000 31\n", 610 }, 611 { 612 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 613 .size = 3, 614 .content = "16\n", 615 }, 616 { 617 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/trans_table", 618 .size = 845, 619 .content = 620 " From : To\n" 621 " : 988000 923000 858000 793000 637000 494000 364000 221000 \n" 622 " 988000: 0 2 0 2 2 0 0 1 \n" 623 " 923000: 2 0 0 0 0 0 0 0 \n" 624 " 858000: 0 0 0 0 0 0 0 0 \n" 625 " 793000: 4 0 0 0 0 0 0 0 \n" 626 " 637000: 1 0 0 1 0 0 0 0 \n" 627 " 494000: 0 0 0 0 0 0 0 0 \n" 628 " 364000: 0 0 0 0 0 0 0 0 \n" 629 " 221000: 1 0 0 0 0 0 0 0 \n", 630 }, 631 { 632 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 633 .size = 2, 634 .content = "0\n", 635 }, 636 { 637 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 638 .size = 4, 639 .content = "0-3\n", 640 }, 641 { 642 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 643 .size = 3, 644 .content = "0f\n", 645 }, 646 { 647 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 648 .size = 2, 649 .content = "1\n", 650 }, 651 { 652 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 653 .size = 2, 654 .content = "1\n", 655 }, 656 { 657 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 658 .size = 3, 659 .content = "02\n", 660 }, 661 { 662 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", 663 .size = 8, 664 .content = "0 1 2 3\n", 665 }, 666 { 667 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", 668 .size = 7, 669 .content = "988000\n", 670 }, 671 { 672 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq", 673 .size = 7, 674 .content = "221000\n", 675 }, 676 { 677 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency", 678 .size = 5, 679 .content = "1000\n", 680 }, 681 { 682 .path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus", 683 .size = 8, 684 .content = "0 1 2 3\n", 685 }, 686 { 687 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies", 688 .size = 57, 689 .content = "988000 923000 858000 793000 637000 494000 364000 221000 \n", 690 }, 691 { 692 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors", 693 .size = 54, 694 .content = "ondemand userspace powersave interactive performance \n", 695 }, 696 { 697 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq", 698 .size = 7, 699 .content = "988000\n", 700 }, 701 { 702 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", 703 .size = 11, 704 .content = "mt-cpufreq\n", 705 }, 706 { 707 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor", 708 .size = 12, 709 .content = "interactive\n", 710 }, 711 { 712 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq", 713 .size = 7, 714 .content = "221000\n", 715 }, 716 { 717 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state", 718 .size = 77, 719 .content = 720 "988000 1248\n" 721 "923000 8\n" 722 "858000 0\n" 723 "793000 13\n" 724 "637000 4\n" 725 "494000 0\n" 726 "364000 0\n" 727 "221000 31\n", 728 }, 729 { 730 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", 731 .size = 3, 732 .content = "16\n", 733 }, 734 { 735 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/trans_table", 736 .size = 845, 737 .content = 738 " From : To\n" 739 " : 988000 923000 858000 793000 637000 494000 364000 221000 \n" 740 " 988000: 0 2 0 2 2 0 0 1 \n" 741 " 923000: 2 0 0 0 0 0 0 0 \n" 742 " 858000: 0 0 0 0 0 0 0 0 \n" 743 " 793000: 4 0 0 0 0 0 0 0 \n" 744 " 637000: 1 0 0 1 0 0 0 0 \n" 745 " 494000: 0 0 0 0 0 0 0 0 \n" 746 " 364000: 0 0 0 0 0 0 0 0 \n" 747 " 221000: 1 0 0 0 0 0 0 0 \n", 748 }, 749 { 750 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", 751 .size = 2, 752 .content = "0\n", 753 }, 754 { 755 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", 756 .size = 4, 757 .content = "0-3\n", 758 }, 759 { 760 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings", 761 .size = 3, 762 .content = "0f\n", 763 }, 764 { 765 .path = "/sys/devices/system/cpu/cpu2/topology/core_id", 766 .size = 2, 767 .content = "2\n", 768 }, 769 { 770 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", 771 .size = 2, 772 .content = "2\n", 773 }, 774 { 775 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", 776 .size = 3, 777 .content = "04\n", 778 }, 779 { NULL }, 780 }; 781 782 #ifdef __ANDROID__ 783 struct cpuinfo_mock_property properties[] = { 784 { 785 .key = "bgw.current3gband", 786 .value = "0", 787 }, 788 { 789 .key = "camera.disable_zsl_mode", 790 .value = "1", 791 }, 792 { 793 .key = "curlockscreen", 794 .value = "1", 795 }, 796 { 797 .key = "dalvik.vm.dex2oat-Xms", 798 .value = "64m", 799 }, 800 { 801 .key = "dalvik.vm.dex2oat-Xmx", 802 .value = "512m", 803 }, 804 { 805 .key = "dalvik.vm.heapgrowthlimit", 806 .value = "128m", 807 }, 808 { 809 .key = "dalvik.vm.heapsize", 810 .value = "256m", 811 }, 812 { 813 .key = "dalvik.vm.image-dex2oat-Xms", 814 .value = "64m", 815 }, 816 { 817 .key = "dalvik.vm.image-dex2oat-Xmx", 818 .value = "64m", 819 }, 820 { 821 .key = "dalvik.vm.isa.arm.features", 822 .value = "default", 823 }, 824 { 825 .key = "dalvik.vm.isa.arm.variant", 826 .value = "cortex-a53", 827 }, 828 { 829 .key = "dalvik.vm.mtk-stack-trace-file", 830 .value = "/data/anr/mtk_traces.txt", 831 }, 832 { 833 .key = "dalvik.vm.stack-trace-file", 834 .value = "/data/anr/traces.txt", 835 }, 836 { 837 .key = "debug.MB.running", 838 .value = "0", 839 }, 840 { 841 .key = "debug.atrace.tags.enableflags", 842 .value = "0", 843 }, 844 { 845 .key = "debug.hwc.bq_count", 846 .value = "4", 847 }, 848 { 849 .key = "debug.hwc.compose_level", 850 .value = "0", 851 }, 852 { 853 .key = "debug.mtklog.netlog.Running", 854 .value = "0", 855 }, 856 { 857 .key = "drm.service.enabled", 858 .value = "true", 859 }, 860 { 861 .key = "fmradio.driver.enable", 862 .value = "1", 863 }, 864 { 865 .key = "init.svc.DMAgent", 866 .value = "running", 867 }, 868 { 869 .key = "init.svc.MtkCodecService", 870 .value = "running", 871 }, 872 { 873 .key = "init.svc.NvRAMAgent", 874 .value = "running", 875 }, 876 { 877 .key = "init.svc.PPLAgent", 878 .value = "running", 879 }, 880 { 881 .key = "init.svc.adbd", 882 .value = "running", 883 }, 884 { 885 .key = "init.svc.agpsd", 886 .value = "running", 887 }, 888 { 889 .key = "init.svc.batterywarning", 890 .value = "running", 891 }, 892 { 893 .key = "init.svc.boot-check", 894 .value = "stopped", 895 }, 896 { 897 .key = "init.svc.bootanim", 898 .value = "running", 899 }, 900 { 901 .key = "init.svc.bootlogoupdater", 902 .value = "stopped", 903 }, 904 { 905 .key = "init.svc.ccci_fsd", 906 .value = "running", 907 }, 908 { 909 .key = "init.svc.ccci_mdinit", 910 .value = "running", 911 }, 912 { 913 .key = "init.svc.conn_launcher", 914 .value = "running", 915 }, 916 { 917 .key = "init.svc.debuggerd", 918 .value = "running", 919 }, 920 { 921 .key = "init.svc.defaultcrypto", 922 .value = "stopped", 923 }, 924 { 925 .key = "init.svc.drm", 926 .value = "running", 927 }, 928 { 929 .key = "init.svc.emsvr_user", 930 .value = "running", 931 }, 932 { 933 .key = "init.svc.enableswap", 934 .value = "stopped", 935 }, 936 { 937 .key = "init.svc.flash_recovery", 938 .value = "running", 939 }, 940 { 941 .key = "init.svc.fuelgauged", 942 .value = "running", 943 }, 944 { 945 .key = "init.svc.gatekeeperd", 946 .value = "running", 947 }, 948 { 949 .key = "init.svc.guiext-server", 950 .value = "running", 951 }, 952 { 953 .key = "init.svc.healthd", 954 .value = "running", 955 }, 956 { 957 .key = "init.svc.installd", 958 .value = "running", 959 }, 960 { 961 .key = "init.svc.keystore", 962 .value = "running", 963 }, 964 { 965 .key = "init.svc.lmkd", 966 .value = "running", 967 }, 968 { 969 .key = "init.svc.logd", 970 .value = "running", 971 }, 972 { 973 .key = "init.svc.logd-reinit", 974 .value = "stopped", 975 }, 976 { 977 .key = "init.svc.mal-daemon", 978 .value = "running", 979 }, 980 { 981 .key = "init.svc.media", 982 .value = "running", 983 }, 984 { 985 .key = "init.svc.mnld", 986 .value = "running", 987 }, 988 { 989 .key = "init.svc.mobile_log_d", 990 .value = "running", 991 }, 992 { 993 .key = "init.svc.msensord", 994 .value = "stopped", 995 }, 996 { 997 .key = "init.svc.netd", 998 .value = "running", 999 }, 1000 { 1001 .key = "init.svc.netdiag", 1002 .value = "running", 1003 }, 1004 { 1005 .key = "init.svc.nvram_daemon", 1006 .value = "running", 1007 }, 1008 { 1009 .key = "init.svc.pq", 1010 .value = "running", 1011 }, 1012 { 1013 .key = "init.svc.program_binary", 1014 .value = "running", 1015 }, 1016 { 1017 .key = "init.svc.servicemanager", 1018 .value = "running", 1019 }, 1020 { 1021 .key = "init.svc.slpd", 1022 .value = "running", 1023 }, 1024 { 1025 .key = "init.svc.sn", 1026 .value = "running", 1027 }, 1028 { 1029 .key = "init.svc.start_modem", 1030 .value = "stopped", 1031 }, 1032 { 1033 .key = "init.svc.surfaceflinger", 1034 .value = "running", 1035 }, 1036 { 1037 .key = "init.svc.terservice", 1038 .value = "stopped", 1039 }, 1040 { 1041 .key = "init.svc.thermal", 1042 .value = "running", 1043 }, 1044 { 1045 .key = "init.svc.thermal_manager", 1046 .value = "stopped", 1047 }, 1048 { 1049 .key = "init.svc.thermald", 1050 .value = "running", 1051 }, 1052 { 1053 .key = "init.svc.ueventd", 1054 .value = "running", 1055 }, 1056 { 1057 .key = "init.svc.vold", 1058 .value = "running", 1059 }, 1060 { 1061 .key = "init.svc.vtservice", 1062 .value = "running", 1063 }, 1064 { 1065 .key = "init.svc.wifi2agps", 1066 .value = "running", 1067 }, 1068 { 1069 .key = "init.svc.wmtLoader", 1070 .value = "stopped", 1071 }, 1072 { 1073 .key = "init.svc.xlogboot", 1074 .value = "stopped", 1075 }, 1076 { 1077 .key = "init.svc.xlogdebugchanged", 1078 .value = "stopped", 1079 }, 1080 { 1081 .key = "init.svc.zygote", 1082 .value = "running", 1083 }, 1084 { 1085 .key = "mediatek.wlan.chip", 1086 .value = "CONSYS_MT6735", 1087 }, 1088 { 1089 .key = "mediatek.wlan.ctia", 1090 .value = "0", 1091 }, 1092 { 1093 .key = "mediatek.wlan.module.postfix", 1094 .value = "_consys_mt6735", 1095 }, 1096 { 1097 .key = "mtk.md1.status", 1098 .value = "init_done", 1099 }, 1100 { 1101 .key = "mtk.vdec.waitkeyframeforplay", 1102 .value = "1", 1103 }, 1104 { 1105 .key = "net.bt.name", 1106 .value = "Android", 1107 }, 1108 { 1109 .key = "net.change", 1110 .value = "net.tcp.default_init_rwnd", 1111 }, 1112 { 1113 .key = "net.tcp.default_init_rwnd", 1114 .value = "60", 1115 }, 1116 { 1117 .key = "persist.backgrounddata.enable", 1118 .value = "false", 1119 }, 1120 { 1121 .key = "persist.dm.lock", 1122 .value = "false", 1123 }, 1124 { 1125 .key = "persist.gemini.sim_num", 1126 .value = "2", 1127 }, 1128 { 1129 .key = "persist.gsensor.encali", 1130 .value = "1", 1131 }, 1132 { 1133 .key = "persist.lenovo.ltetype", 1134 .value = "NONE", 1135 }, 1136 { 1137 .key = "persist.meta.dumpdata", 1138 .value = "0", 1139 }, 1140 { 1141 .key = "persist.mtk.volte.enable", 1142 .value = "1", 1143 }, 1144 { 1145 .key = "persist.mtk.wcn.combo.chipid", 1146 .value = "0x0335", 1147 }, 1148 { 1149 .key = "persist.mtk_dynamic_ims_switch", 1150 .value = "0", 1151 }, 1152 { 1153 .key = "persist.radio.data.iccid", 1154 .value = "", 1155 }, 1156 { 1157 .key = "persist.radio.default.sim", 1158 .value = "0", 1159 }, 1160 { 1161 .key = "persist.radio.fd.counter", 1162 .value = "15", 1163 }, 1164 { 1165 .key = "persist.radio.fd.off.counter", 1166 .value = "5", 1167 }, 1168 { 1169 .key = "persist.radio.fd.off.r8.counter", 1170 .value = "5", 1171 }, 1172 { 1173 .key = "persist.radio.fd.r8.counter", 1174 .value = "15", 1175 }, 1176 { 1177 .key = "persist.radio.gemini_support", 1178 .value = "1", 1179 }, 1180 { 1181 .key = "persist.radio.ia", 1182 .value = "", 1183 }, 1184 { 1185 .key = "persist.radio.ia-apn", 1186 .value = "", 1187 }, 1188 { 1189 .key = "persist.radio.mobile.data", 1190 .value = "0,0", 1191 }, 1192 { 1193 .key = "persist.radio.mtk_dsbp_support", 1194 .value = "1", 1195 }, 1196 { 1197 .key = "persist.radio.multisim.config", 1198 .value = "dsds", 1199 }, 1200 { 1201 .key = "persist.radio.reset_on_switch", 1202 .value = "true", 1203 }, 1204 { 1205 .key = "persist.radio.simswitch", 1206 .value = "1", 1207 }, 1208 { 1209 .key = "persist.service.acm.enable", 1210 .value = "0", 1211 }, 1212 { 1213 .key = "persist.service.bdroid.bdaddr", 1214 .value = "22:22:e7:79:30:10", 1215 }, 1216 { 1217 .key = "persist.service.stk.shutdown", 1218 .value = "1", 1219 }, 1220 { 1221 .key = "persist.sys.dalvik.vm.lib.2", 1222 .value = "libart.so", 1223 }, 1224 { 1225 .key = "persist.sys.first_boot", 1226 .value = "complete", 1227 }, 1228 { 1229 .key = "persist.sys.first_time_boot", 1230 .value = "false", 1231 }, 1232 { 1233 .key = "persist.sys.lang_country", 1234 .value = "MY", 1235 }, 1236 { 1237 .key = "persist.sys.lang_updated", 1238 .value = "1", 1239 }, 1240 { 1241 .key = "persist.sys.locale", 1242 .value = "en-US", 1243 }, 1244 { 1245 .key = "persist.sys.longcheer.reboot", 1246 .value = "0", 1247 }, 1248 { 1249 .key = "persist.sys.mute.state", 1250 .value = "2", 1251 }, 1252 { 1253 .key = "persist.sys.opmcc", 1254 .value = "310", 1255 }, 1256 { 1257 .key = "persist.sys.pq.adl.idx", 1258 .value = "0", 1259 }, 1260 { 1261 .key = "persist.sys.pq.shp.idx", 1262 .value = "2", 1263 }, 1264 { 1265 .key = "persist.sys.profiler_ms", 1266 .value = "0", 1267 }, 1268 { 1269 .key = "persist.sys.pwron.snd.state", 1270 .value = "1", 1271 }, 1272 { 1273 .key = "persist.sys.pwron.snd.state1", 1274 .value = "1", 1275 }, 1276 { 1277 .key = "persist.sys.pwron.snd.state2", 1278 .value = "1", 1279 }, 1280 { 1281 .key = "persist.sys.sd.defaultpath", 1282 .value = "/storage/emulated/0", 1283 }, 1284 { 1285 .key = "persist.sys.timezone", 1286 .value = "Asia/Kuala_Lumpur", 1287 }, 1288 { 1289 .key = "persist.sys.usb.config", 1290 .value = "mtp,adb", 1291 }, 1292 { 1293 .key = "qemu.hw.mainkeys", 1294 .value = "1", 1295 }, 1296 { 1297 .key = "ril.current.share_modem", 1298 .value = "2", 1299 }, 1300 { 1301 .key = "ril.external.md", 1302 .value = "0", 1303 }, 1304 { 1305 .key = "ril.first.md", 1306 .value = "1", 1307 }, 1308 { 1309 .key = "ril.flightmode.poweroffMD", 1310 .value = "1", 1311 }, 1312 { 1313 .key = "ril.radiooff.poweroffMD", 1314 .value = "0", 1315 }, 1316 { 1317 .key = "ril.read.imsi", 1318 .value = "1", 1319 }, 1320 { 1321 .key = "ril.specific.sm_cause", 1322 .value = "0", 1323 }, 1324 { 1325 .key = "ril.telephony.mode", 1326 .value = "0", 1327 }, 1328 { 1329 .key = "ril.volte.hoe.interface0", 1330 .value = "0", 1331 }, 1332 { 1333 .key = "ril.volte.hoe.interface1", 1334 .value = "0", 1335 }, 1336 { 1337 .key = "ril.volte.hoe.interface10", 1338 .value = "0", 1339 }, 1340 { 1341 .key = "ril.volte.hoe.interface11", 1342 .value = "0", 1343 }, 1344 { 1345 .key = "ril.volte.hoe.interface12", 1346 .value = "0", 1347 }, 1348 { 1349 .key = "ril.volte.hoe.interface13", 1350 .value = "0", 1351 }, 1352 { 1353 .key = "ril.volte.hoe.interface14", 1354 .value = "0", 1355 }, 1356 { 1357 .key = "ril.volte.hoe.interface15", 1358 .value = "0", 1359 }, 1360 { 1361 .key = "ril.volte.hoe.interface2", 1362 .value = "0", 1363 }, 1364 { 1365 .key = "ril.volte.hoe.interface3", 1366 .value = "0", 1367 }, 1368 { 1369 .key = "ril.volte.hoe.interface4", 1370 .value = "0", 1371 }, 1372 { 1373 .key = "ril.volte.hoe.interface5", 1374 .value = "0", 1375 }, 1376 { 1377 .key = "ril.volte.hoe.interface6", 1378 .value = "0", 1379 }, 1380 { 1381 .key = "ril.volte.hoe.interface7", 1382 .value = "0", 1383 }, 1384 { 1385 .key = "ril.volte.hoe.interface8", 1386 .value = "0", 1387 }, 1388 { 1389 .key = "ril.volte.hoe.interface9", 1390 .value = "0", 1391 }, 1392 { 1393 .key = "ril.volte.hos.interface0", 1394 .value = "0", 1395 }, 1396 { 1397 .key = "ril.volte.hos.interface1", 1398 .value = "0", 1399 }, 1400 { 1401 .key = "ril.volte.hos.interface10", 1402 .value = "0", 1403 }, 1404 { 1405 .key = "ril.volte.hos.interface11", 1406 .value = "0", 1407 }, 1408 { 1409 .key = "ril.volte.hos.interface12", 1410 .value = "0", 1411 }, 1412 { 1413 .key = "ril.volte.hos.interface13", 1414 .value = "0", 1415 }, 1416 { 1417 .key = "ril.volte.hos.interface14", 1418 .value = "0", 1419 }, 1420 { 1421 .key = "ril.volte.hos.interface15", 1422 .value = "0", 1423 }, 1424 { 1425 .key = "ril.volte.hos.interface2", 1426 .value = "0", 1427 }, 1428 { 1429 .key = "ril.volte.hos.interface3", 1430 .value = "0", 1431 }, 1432 { 1433 .key = "ril.volte.hos.interface4", 1434 .value = "0", 1435 }, 1436 { 1437 .key = "ril.volte.hos.interface5", 1438 .value = "0", 1439 }, 1440 { 1441 .key = "ril.volte.hos.interface6", 1442 .value = "0", 1443 }, 1444 { 1445 .key = "ril.volte.hos.interface7", 1446 .value = "0", 1447 }, 1448 { 1449 .key = "ril.volte.hos.interface8", 1450 .value = "0", 1451 }, 1452 { 1453 .key = "ril.volte.hos.interface9", 1454 .value = "0", 1455 }, 1456 { 1457 .key = "ril.volte.mal.latency", 1458 .value = "65535", 1459 }, 1460 { 1461 .key = "ril.volte.mal.opkey", 1462 .value = "0x0001", 1463 }, 1464 { 1465 .key = "ril.volte.mal.pkterrth", 1466 .value = "99", 1467 }, 1468 { 1469 .key = "ril.volte.mal.pktlosth", 1470 .value = "99", 1471 }, 1472 { 1473 .key = "ril.volte.mal.rb_hoddc_t", 1474 .value = "3", 1475 }, 1476 { 1477 .key = "ril.volte.mal.rb_hol2w_t", 1478 .value = "10", 1479 }, 1480 { 1481 .key = "ril.volte.mal.rb_how2l_t", 1482 .value = "150", 1483 }, 1484 { 1485 .key = "ril.volte.mal.retranth", 1486 .value = "99", 1487 }, 1488 { 1489 .key = "ril.volte.mal.throupt", 1490 .value = "65535", 1491 }, 1492 { 1493 .key = "ril.volte.mal.vijit", 1494 .value = "3", 1495 }, 1496 { 1497 .key = "ril.volte.mal.vojit", 1498 .value = "26", 1499 }, 1500 { 1501 .key = "rild.libargs", 1502 .value = "-d /dev/ttyC0", 1503 }, 1504 { 1505 .key = "rild.libpath", 1506 .value = "mtk-ril.so", 1507 }, 1508 { 1509 .key = "rild.mark_switchuser", 1510 .value = "0", 1511 }, 1512 { 1513 .key = "ro.adb.secure", 1514 .value = "1", 1515 }, 1516 { 1517 .key = "ro.allow.mock.location", 1518 .value = "0", 1519 }, 1520 { 1521 .key = "ro.audio.silent", 1522 .value = "0", 1523 }, 1524 { 1525 .key = "ro.baseband", 1526 .value = "unknown", 1527 }, 1528 { 1529 .key = "ro.board.platform", 1530 .value = "mt6735m", 1531 }, 1532 { 1533 .key = "ro.boot.bootreason", 1534 .value = "wdt_by_pass_pwk", 1535 }, 1536 { 1537 .key = "ro.boot.countrycode", 1538 .value = "MY", 1539 }, 1540 { 1541 .key = "ro.boot.hardware", 1542 .value = "mt6735", 1543 }, 1544 { 1545 .key = "ro.boot.mode", 1546 .value = "normal", 1547 }, 1548 { 1549 .key = "ro.boot.name", 1550 .value = "android", 1551 }, 1552 { 1553 .key = "ro.boot.serialno", 1554 .value = "62213210HY1171207Z9", 1555 }, 1556 { 1557 .key = "ro.boot.sncode", 1558 .value = "HKE7FCXU", 1559 }, 1560 { 1561 .key = "ro.bootimage.build.date", 1562 .value = "Fri Nov 4 21:54:39 CST 2016", 1563 }, 1564 { 1565 .key = "ro.bootimage.build.date.utc", 1566 .value = "1478267679", 1567 }, 1568 { 1569 .key = "ro.bootimage.build.fingerprint", 1570 .value = "full_lcsh6735m_35u_m/lcsh6735m_35u_m:6.0/MRA58K/1478267301:user/release-keys", 1571 }, 1572 { 1573 .key = "ro.bootloader", 1574 .value = "unknown", 1575 }, 1576 { 1577 .key = "ro.bootmode", 1578 .value = "normal", 1579 }, 1580 { 1581 .key = "ro.build.characteristics", 1582 .value = "default", 1583 }, 1584 { 1585 .key = "ro.build.date", 1586 .value = "Fri Nov 4 21:52:25 CST 2016", 1587 }, 1588 { 1589 .key = "ro.build.date.utc", 1590 .value = "1478267545", 1591 }, 1592 { 1593 .key = "ro.build.description", 1594 .value = "full_lcsh6735m_35u_m-user 6.0 MRA58K 1478267301 release-keys", 1595 }, 1596 { 1597 .key = "ro.build.device.ninur", 1598 .value = "64687", 1599 }, 1600 { 1601 .key = "ro.build.display.id", 1602 .value = "A6600a40_S032_161104_ROW", 1603 }, 1604 { 1605 .key = "ro.build.fingerprint", 1606 .value = "Lenovo/A6600a40/A6600a40:6.0/MRA58K/A6600a40_S032_161104_ROW:user/release-keys", 1607 }, 1608 { 1609 .key = "ro.build.flavor", 1610 .value = "full_lcsh6735m_35u_m-user", 1611 }, 1612 { 1613 .key = "ro.build.host", 1614 .value = "glsrv4", 1615 }, 1616 { 1617 .key = "ro.build.id", 1618 .value = "MRA58K", 1619 }, 1620 { 1621 .key = "ro.build.product", 1622 .value = "A6600a40", 1623 }, 1624 { 1625 .key = "ro.build.tags", 1626 .value = "release-keys", 1627 }, 1628 { 1629 .key = "ro.build.type", 1630 .value = "user", 1631 }, 1632 { 1633 .key = "ro.build.user", 1634 .value = "jenkins", 1635 }, 1636 { 1637 .key = "ro.build.version.all_codenames", 1638 .value = "REL", 1639 }, 1640 { 1641 .key = "ro.build.version.base_os", 1642 .value = "", 1643 }, 1644 { 1645 .key = "ro.build.version.codename", 1646 .value = "REL", 1647 }, 1648 { 1649 .key = "ro.build.version.incremental", 1650 .value = "A6600a40_S032_161104_ROW", 1651 }, 1652 { 1653 .key = "ro.build.version.preview_sdk", 1654 .value = "0", 1655 }, 1656 { 1657 .key = "ro.build.version.release", 1658 .value = "6.0", 1659 }, 1660 { 1661 .key = "ro.build.version.sdk", 1662 .value = "23", 1663 }, 1664 { 1665 .key = "ro.build.version.security_patch", 1666 .value = "2016-10-05", 1667 }, 1668 { 1669 .key = "ro.camera.sound.forced", 1670 .value = "0", 1671 }, 1672 { 1673 .key = "ro.carrier", 1674 .value = "unknown", 1675 }, 1676 { 1677 .key = "ro.com.android.dateformat", 1678 .value = "MM-dd-yyyy", 1679 }, 1680 { 1681 .key = "ro.com.android.mobiledata", 1682 .value = "false", 1683 }, 1684 { 1685 .key = "ro.com.google.clientidbase", 1686 .value = "android-lenovo", 1687 }, 1688 { 1689 .key = "ro.com.google.clientidbase.am", 1690 .value = "android-lenovo", 1691 }, 1692 { 1693 .key = "ro.com.google.clientidbase.gmm", 1694 .value = "android-lenovo", 1695 }, 1696 { 1697 .key = "ro.com.google.clientidbase.ms", 1698 .value = "android-lenovo", 1699 }, 1700 { 1701 .key = "ro.com.google.clientidbase.yt", 1702 .value = "android-lenovo", 1703 }, 1704 { 1705 .key = "ro.com.google.gmsversion", 1706 .value = "6.0_r6", 1707 }, 1708 { 1709 .key = "ro.config.alarm_alert", 1710 .value = "New_Morning.ogg", 1711 }, 1712 { 1713 .key = "ro.config.msg_notification", 1714 .value = "Curiosity.ogg", 1715 }, 1716 { 1717 .key = "ro.config.notification_sound", 1718 .value = "Notice.ogg", 1719 }, 1720 { 1721 .key = "ro.config.ringtone", 1722 .value = "Fantastic_Clang.ogg", 1723 }, 1724 { 1725 .key = "ro.crypto.fs_crypto_blkdev", 1726 .value = "/dev/block/dm-1", 1727 }, 1728 { 1729 .key = "ro.crypto.state", 1730 .value = "encrypted", 1731 }, 1732 { 1733 .key = "ro.crypto.type", 1734 .value = "block", 1735 }, 1736 { 1737 .key = "ro.custom.external.version", 1738 .value = "LLD3I80.2.4_M320", 1739 }, 1740 { 1741 .key = "ro.custom.hardware.version", 1742 .value = "H301", 1743 }, 1744 { 1745 .key = "ro.custom.internal.version", 1746 .value = "LLD3I80.1.0.2.4T32L1104_M320", 1747 }, 1748 { 1749 .key = "ro.dalvik.vm.native.bridge", 1750 .value = "0", 1751 }, 1752 { 1753 .key = "ro.debuggable", 1754 .value = "0", 1755 }, 1756 { 1757 .key = "ro.delete_all_recent_apps", 1758 .value = "1", 1759 }, 1760 { 1761 .key = "ro.expect.recovery_id", 1762 .value = "0xf5bbd9207572df534d50ff297bc4f3220ff69a79000000000000000000000000", 1763 }, 1764 { 1765 .key = "ro.frp.pst", 1766 .value = "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/frp", 1767 }, 1768 { 1769 .key = "ro.gemini.smart_sim_switch", 1770 .value = "false", 1771 }, 1772 { 1773 .key = "ro.hardware", 1774 .value = "mt6735", 1775 }, 1776 { 1777 .key = "ro.have_aacencode_feature", 1778 .value = "1", 1779 }, 1780 { 1781 .key = "ro.have_aee_feature", 1782 .value = "1", 1783 }, 1784 { 1785 .key = "ro.kernel.zio", 1786 .value = "38,108,105,16", 1787 }, 1788 { 1789 .key = "ro.lct.cetest", 1790 .value = "1", 1791 }, 1792 { 1793 .key = "ro.lct_country_info_ctrl", 1794 .value = "1", 1795 }, 1796 { 1797 .key = "ro.lenovo.audioparaver", 1798 .value = "PVT-2016-04-13", 1799 }, 1800 { 1801 .key = "ro.lenovo.bqb", 1802 .value = "no", 1803 }, 1804 { 1805 .key = "ro.lenovo.branch.name", 1806 .value = "ALPS.MP.M0.MP1.V2.39.1", 1807 }, 1808 { 1809 .key = "ro.lenovo.build.date", 1810 .value = "201611042152", 1811 }, 1812 { 1813 .key = "ro.lenovo.device", 1814 .value = "phone", 1815 }, 1816 { 1817 .key = "ro.lenovo.easyimage.code", 1818 .value = "my", 1819 }, 1820 { 1821 .key = "ro.lenovo.hardware.version", 1822 .value = "H301", 1823 }, 1824 { 1825 .key = "ro.lenovo.lcdsize", 1826 .value = "5.0", 1827 }, 1828 { 1829 .key = "ro.lenovo.operator", 1830 .value = "open", 1831 }, 1832 { 1833 .key = "ro.lenovo.ota.extsd", 1834 .value = "sdcard", 1835 }, 1836 { 1837 .key = "ro.lenovo.platform", 1838 .value = "mtk", 1839 }, 1840 { 1841 .key = "ro.lenovo.region", 1842 .value = "row", 1843 }, 1844 { 1845 .key = "ro.lenovo.series", 1846 .value = "Lenovo A6600 PLUS", 1847 }, 1848 { 1849 .key = "ro.lenovo.version.no", 1850 .value = "01", 1851 }, 1852 { 1853 .key = "ro.lenovo.vibeuistyle", 1854 .value = "true", 1855 }, 1856 { 1857 .key = "ro.lenovo.wificert", 1858 .value = "no", 1859 }, 1860 { 1861 .key = "ro.lenovosn2", 1862 .value = "HKE7FCXU", 1863 }, 1864 { 1865 .key = "ro.lxf_lenovo_standard_usb", 1866 .value = "1", 1867 }, 1868 { 1869 .key = "ro.mediatek.chip_ver", 1870 .value = "S01", 1871 }, 1872 { 1873 .key = "ro.mediatek.gemini_support", 1874 .value = "true", 1875 }, 1876 { 1877 .key = "ro.mediatek.platform", 1878 .value = "MT6735", 1879 }, 1880 { 1881 .key = "ro.mediatek.project.path", 1882 .value = "device/lcsh/lcsh6735m_35u_m", 1883 }, 1884 { 1885 .key = "ro.mediatek.version.branch", 1886 .value = "alps-mp-m0.mp1", 1887 }, 1888 { 1889 .key = "ro.mediatek.version.release", 1890 .value = "alps-mp-m0.mp1-V2.39.1_lcsh6735m.35u.m_P62", 1891 }, 1892 { 1893 .key = "ro.mediatek.version.sdk", 1894 .value = "4", 1895 }, 1896 { 1897 .key = "ro.mediatek.wlan.p2p", 1898 .value = "1", 1899 }, 1900 { 1901 .key = "ro.mediatek.wlan.wsc", 1902 .value = "1", 1903 }, 1904 { 1905 .key = "ro.mount.fs", 1906 .value = "EXT4", 1907 }, 1908 { 1909 .key = "ro.mtk_agps_app", 1910 .value = "1", 1911 }, 1912 { 1913 .key = "ro.mtk_antibricking_level", 1914 .value = "2", 1915 }, 1916 { 1917 .key = "ro.mtk_audenh_support", 1918 .value = "1", 1919 }, 1920 { 1921 .key = "ro.mtk_audio_ape_support", 1922 .value = "1", 1923 }, 1924 { 1925 .key = "ro.mtk_audio_profiles", 1926 .value = "1", 1927 }, 1928 { 1929 .key = "ro.mtk_audio_tuning_tool_ver", 1930 .value = "V1", 1931 }, 1932 { 1933 .key = "ro.mtk_besloudness_support", 1934 .value = "1", 1935 }, 1936 { 1937 .key = "ro.mtk_bessurround_support", 1938 .value = "1", 1939 }, 1940 { 1941 .key = "ro.mtk_bg_power_saving_support", 1942 .value = "1", 1943 }, 1944 { 1945 .key = "ro.mtk_bg_power_saving_ui", 1946 .value = "1", 1947 }, 1948 { 1949 .key = "ro.mtk_bip_scws", 1950 .value = "1", 1951 }, 1952 { 1953 .key = "ro.mtk_bt_support", 1954 .value = "1", 1955 }, 1956 { 1957 .key = "ro.mtk_cam_mfb_support", 1958 .value = "0", 1959 }, 1960 { 1961 .key = "ro.mtk_dhcpv6c_wifi", 1962 .value = "1", 1963 }, 1964 { 1965 .key = "ro.mtk_dialer_search_support", 1966 .value = "1", 1967 }, 1968 { 1969 .key = "ro.mtk_dual_mic_support", 1970 .value = "0", 1971 }, 1972 { 1973 .key = "ro.mtk_eap_sim_aka", 1974 .value = "1", 1975 }, 1976 { 1977 .key = "ro.mtk_emmc_support", 1978 .value = "1", 1979 }, 1980 { 1981 .key = "ro.mtk_enable_md1", 1982 .value = "1", 1983 }, 1984 { 1985 .key = "ro.mtk_fd_support", 1986 .value = "1", 1987 }, 1988 { 1989 .key = "ro.mtk_flight_mode_power_off_md", 1990 .value = "1", 1991 }, 1992 { 1993 .key = "ro.mtk_flv_playback_support", 1994 .value = "1", 1995 }, 1996 { 1997 .key = "ro.mtk_fm_recording_support", 1998 .value = "1", 1999 }, 2000 { 2001 .key = "ro.mtk_gemini_support", 2002 .value = "1", 2003 }, 2004 { 2005 .key = "ro.mtk_gps_support", 2006 .value = "1", 2007 }, 2008 { 2009 .key = "ro.mtk_ims_support", 2010 .value = "1", 2011 }, 2012 { 2013 .key = "ro.mtk_ipo_support", 2014 .value = "1", 2015 }, 2016 { 2017 .key = "ro.mtk_is_tablet", 2018 .value = "0", 2019 }, 2020 { 2021 .key = "ro.mtk_lte_support", 2022 .value = "1", 2023 }, 2024 { 2025 .key = "ro.mtk_md_sbp_custom_value", 2026 .value = "0", 2027 }, 2028 { 2029 .key = "ro.mtk_miravision_image_dc", 2030 .value = "1", 2031 }, 2032 { 2033 .key = "ro.mtk_mobile_management", 2034 .value = "1", 2035 }, 2036 { 2037 .key = "ro.mtk_multisim_ringtone", 2038 .value = "1", 2039 }, 2040 { 2041 .key = "ro.mtk_oma_drm_support", 2042 .value = "1", 2043 }, 2044 { 2045 .key = "ro.mtk_omacp_support", 2046 .value = "1", 2047 }, 2048 { 2049 .key = "ro.mtk_passpoint_r1_support", 2050 .value = "1", 2051 }, 2052 { 2053 .key = "ro.mtk_perf_fast_start_win", 2054 .value = "1", 2055 }, 2056 { 2057 .key = "ro.mtk_perf_response_time", 2058 .value = "1", 2059 }, 2060 { 2061 .key = "ro.mtk_perf_simple_start_win", 2062 .value = "1", 2063 }, 2064 { 2065 .key = "ro.mtk_perfservice_support", 2066 .value = "1", 2067 }, 2068 { 2069 .key = "ro.mtk_pq_support", 2070 .value = "2", 2071 }, 2072 { 2073 .key = "ro.mtk_rild_read_imsi", 2074 .value = "1", 2075 }, 2076 { 2077 .key = "ro.mtk_safemedia_support", 2078 .value = "1", 2079 }, 2080 { 2081 .key = "ro.mtk_search_db_support", 2082 .value = "1", 2083 }, 2084 { 2085 .key = "ro.mtk_send_rr_support", 2086 .value = "1", 2087 }, 2088 { 2089 .key = "ro.mtk_shared_sdcard", 2090 .value = "1", 2091 }, 2092 { 2093 .key = "ro.mtk_sim_hot_swap", 2094 .value = "1", 2095 }, 2096 { 2097 .key = "ro.mtk_tetheringipv6_support", 2098 .value = "1", 2099 }, 2100 { 2101 .key = "ro.mtk_thumbnail_play_support", 2102 .value = "1", 2103 }, 2104 { 2105 .key = "ro.mtk_volte_support", 2106 .value = "1", 2107 }, 2108 { 2109 .key = "ro.mtk_wappush_support", 2110 .value = "1", 2111 }, 2112 { 2113 .key = "ro.mtk_widevine_drm_l3_support", 2114 .value = "1", 2115 }, 2116 { 2117 .key = "ro.mtk_wifi_mcc_support", 2118 .value = "1", 2119 }, 2120 { 2121 .key = "ro.mtk_wlan_support", 2122 .value = "1", 2123 }, 2124 { 2125 .key = "ro.mtk_world_phone_policy", 2126 .value = "0", 2127 }, 2128 { 2129 .key = "ro.opengles.version", 2130 .value = "196608", 2131 }, 2132 { 2133 .key = "ro.phone.date_format", 2134 .value = "dd-MM-yyyy", 2135 }, 2136 { 2137 .key = "ro.phone.fm_band", 2138 .value = "Default", 2139 }, 2140 { 2141 .key = "ro.phone.min_match", 2142 .value = "7", 2143 }, 2144 { 2145 .key = "ro.phone.wifi_channel", 2146 .value = "1-13", 2147 }, 2148 { 2149 .key = "ro.product.board", 2150 .value = "", 2151 }, 2152 { 2153 .key = "ro.product.brand", 2154 .value = "Lenovo", 2155 }, 2156 { 2157 .key = "ro.product.countrycode", 2158 .value = "MY", 2159 }, 2160 { 2161 .key = "ro.product.cpu.abi", 2162 .value = "armeabi-v7a", 2163 }, 2164 { 2165 .key = "ro.product.cpu.abi2", 2166 .value = "armeabi", 2167 }, 2168 { 2169 .key = "ro.product.cpu.abilist", 2170 .value = "armeabi-v7a,armeabi", 2171 }, 2172 { 2173 .key = "ro.product.cpu.abilist32", 2174 .value = "armeabi-v7a,armeabi", 2175 }, 2176 { 2177 .key = "ro.product.cpu.abilist64", 2178 .value = "", 2179 }, 2180 { 2181 .key = "ro.product.device", 2182 .value = "A6600a40", 2183 }, 2184 { 2185 .key = "ro.product.locale", 2186 .value = "en-US", 2187 }, 2188 { 2189 .key = "ro.product.locale.language", 2190 .value = "en", 2191 }, 2192 { 2193 .key = "ro.product.locale.region", 2194 .value = "US", 2195 }, 2196 { 2197 .key = "ro.product.manufacturer", 2198 .value = "LENOVO", 2199 }, 2200 { 2201 .key = "ro.product.model", 2202 .value = "Lenovo A6600a40", 2203 }, 2204 { 2205 .key = "ro.product.name", 2206 .value = "A6600a40", 2207 }, 2208 { 2209 .key = "ro.product.ota.model", 2210 .value = "LenovoA6600a40", 2211 }, 2212 { 2213 .key = "ro.product.sw.external.version", 2214 .value = "A6600a40_S032_161104_ROW", 2215 }, 2216 { 2217 .key = "ro.product.sw.internal.version", 2218 .value = "A6600a40_USR_S032_1611042152_M0MP1_ROW", 2219 }, 2220 { 2221 .key = "ro.recovery_id", 2222 .value = "0xf5bbd9207572df534d50ff297bc4f3220ff69a79000000000000000000000000", 2223 }, 2224 { 2225 .key = "ro.revision", 2226 .value = "0", 2227 }, 2228 { 2229 .key = "ro.secure", 2230 .value = "1", 2231 }, 2232 { 2233 .key = "ro.serialno", 2234 .value = "62213210HY1171207Z9", 2235 }, 2236 { 2237 .key = "ro.setupwizard.mode", 2238 .value = "OPTIONAL", 2239 }, 2240 { 2241 .key = "ro.sf.hwrotation", 2242 .value = "0", 2243 }, 2244 { 2245 .key = "ro.sf.lcd_density", 2246 .value = "320", 2247 }, 2248 { 2249 .key = "ro.sim_me_lock_mode", 2250 .value = "0", 2251 }, 2252 { 2253 .key = "ro.sim_refresh_reset_by_modem", 2254 .value = "1", 2255 }, 2256 { 2257 .key = "ro.sys.usb.bicr", 2258 .value = "yes", 2259 }, 2260 { 2261 .key = "ro.sys.usb.charging.only", 2262 .value = "yes", 2263 }, 2264 { 2265 .key = "ro.sys.usb.mtp.whql.enable", 2266 .value = "0", 2267 }, 2268 { 2269 .key = "ro.sys.usb.storage.type", 2270 .value = "mtp,mass_storage", 2271 }, 2272 { 2273 .key = "ro.telephony.sim.count", 2274 .value = "2", 2275 }, 2276 { 2277 .key = "ro.wifi.channels", 2278 .value = "", 2279 }, 2280 { 2281 .key = "ro.wlan.mtk.wifi.5g", 2282 .value = "0", 2283 }, 2284 { 2285 .key = "ro.zygote", 2286 .value = "zygote32", 2287 }, 2288 { 2289 .key = "ro.zygote.preload.enable", 2290 .value = "0", 2291 }, 2292 { 2293 .key = "security.perf_harden", 2294 .value = "1", 2295 }, 2296 { 2297 .key = "selinux.reload_policy", 2298 .value = "1", 2299 }, 2300 { 2301 .key = "service.bootanim.exit", 2302 .value = "0", 2303 }, 2304 { 2305 .key = "service.nvram_init", 2306 .value = "Ready", 2307 }, 2308 { 2309 .key = "service.wcn.coredump.mode", 2310 .value = "0", 2311 }, 2312 { 2313 .key = "service.wcn.driver.ready", 2314 .value = "yes", 2315 }, 2316 { 2317 .key = "sys.boot.reason", 2318 .value = "0", 2319 }, 2320 { 2321 .key = "sys.ipo.pwrdncap", 2322 .value = "2", 2323 }, 2324 { 2325 .key = "sys.usb.config", 2326 .value = "mtp,adb", 2327 }, 2328 { 2329 .key = "sys.usb.ffs.ready", 2330 .value = "1", 2331 }, 2332 { 2333 .key = "sys.usb.state", 2334 .value = "mtp,adb", 2335 }, 2336 { 2337 .key = "sys.usb.vid", 2338 .value = "0E8D", 2339 }, 2340 { 2341 .key = "vold.decrypt", 2342 .value = "trigger_restart_framework", 2343 }, 2344 { 2345 .key = "vold.encryption.type", 2346 .value = "default", 2347 }, 2348 { 2349 .key = "vold.has_adoptable", 2350 .value = "1", 2351 }, 2352 { 2353 .key = "vold.post_fs_data_done", 2354 .value = "1", 2355 }, 2356 { 2357 .key = "vold.support_external_sd", 2358 .value = "1", 2359 }, 2360 { 2361 .key = "wfd.dummy.enable", 2362 .value = "1", 2363 }, 2364 { 2365 .key = "wifi.direct.interface", 2366 .value = "p2p0", 2367 }, 2368 { 2369 .key = "wifi.interface", 2370 .value = "wlan0", 2371 }, 2372 { 2373 .key = "wifi.tethering.interface", 2374 .value = "ap0", 2375 }, 2376 { NULL }, 2377 }; 2378 #endif /* __ANDROID__ */ 2379