1 struct cpuinfo_mock_file filesystem[] = { 2 #if CPUINFO_ARCH_ARM64 3 { 4 .path = "/proc/cpuinfo", 5 .size = 1486, 6 .content = 7 "Processor\t: AArch64 Processor rev 0 (aarch64)\n" 8 "processor\t: 0\n" 9 "BogoMIPS\t: 3.84\n" 10 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n" 11 "CPU implementer\t: 0x41\n" 12 "CPU architecture: 8\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 "BogoMIPS\t: 3.84\n" 19 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n" 20 "CPU implementer\t: 0x41\n" 21 "CPU architecture: 8\n" 22 "CPU variant\t: 0x0\n" 23 "CPU part\t: 0xd03\n" 24 "CPU revision\t: 4\n" 25 "\n" 26 "processor\t: 2\n" 27 "BogoMIPS\t: 3.84\n" 28 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n" 29 "CPU implementer\t: 0x41\n" 30 "CPU architecture: 8\n" 31 "CPU variant\t: 0x0\n" 32 "CPU part\t: 0xd03\n" 33 "CPU revision\t: 4\n" 34 "\n" 35 "processor\t: 3\n" 36 "BogoMIPS\t: 3.84\n" 37 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n" 38 "CPU implementer\t: 0x41\n" 39 "CPU architecture: 8\n" 40 "CPU variant\t: 0x0\n" 41 "CPU part\t: 0xd03\n" 42 "CPU revision\t: 4\n" 43 "\n" 44 "processor\t: 4\n" 45 "BogoMIPS\t: 3.84\n" 46 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n" 47 "CPU implementer\t: 0x41\n" 48 "CPU architecture: 8\n" 49 "CPU variant\t: 0x0\n" 50 "CPU part\t: 0xd08\n" 51 "CPU revision\t: 0\n" 52 "\n" 53 "processor\t: 5\n" 54 "BogoMIPS\t: 3.84\n" 55 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n" 56 "CPU implementer\t: 0x41\n" 57 "CPU architecture: 8\n" 58 "CPU variant\t: 0x0\n" 59 "CPU part\t: 0xd08\n" 60 "CPU revision\t: 0\n" 61 "\n" 62 "processor\t: 6\n" 63 "BogoMIPS\t: 3.84\n" 64 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n" 65 "CPU implementer\t: 0x41\n" 66 "CPU architecture: 8\n" 67 "CPU variant\t: 0x0\n" 68 "CPU part\t: 0xd08\n" 69 "CPU revision\t: 0\n" 70 "\n" 71 "processor\t: 7\n" 72 "BogoMIPS\t: 3.84\n" 73 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n" 74 "CPU implementer\t: 0x41\n" 75 "CPU architecture: 8\n" 76 "CPU variant\t: 0x0\n" 77 "CPU part\t: 0xd08\n" 78 "CPU revision\t: 0\n" 79 "\n", 80 }, 81 #elif CPUINFO_ARCH_ARM 82 { 83 .path = "/proc/cpuinfo", 84 .size = 1950, 85 .content = 86 "Processor\t: AArch64 Processor rev 0 (aarch64)\n" 87 "processor\t: 0\n" 88 "BogoMIPS\t: 3.84\n" 89 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n" 90 "CPU implementer\t: 0x41\n" 91 "CPU architecture: 8\n" 92 "CPU variant\t: 0x0\n" 93 "CPU part\t: 0xd03\n" 94 "CPU revision\t: 4\n" 95 "\n" 96 "processor\t: 1\n" 97 "BogoMIPS\t: 3.84\n" 98 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n" 99 "CPU implementer\t: 0x41\n" 100 "CPU architecture: 8\n" 101 "CPU variant\t: 0x0\n" 102 "CPU part\t: 0xd03\n" 103 "CPU revision\t: 4\n" 104 "\n" 105 "processor\t: 2\n" 106 "BogoMIPS\t: 3.84\n" 107 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n" 108 "CPU implementer\t: 0x41\n" 109 "CPU architecture: 8\n" 110 "CPU variant\t: 0x0\n" 111 "CPU part\t: 0xd03\n" 112 "CPU revision\t: 4\n" 113 "\n" 114 "processor\t: 3\n" 115 "BogoMIPS\t: 3.84\n" 116 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n" 117 "CPU implementer\t: 0x41\n" 118 "CPU architecture: 8\n" 119 "CPU variant\t: 0x0\n" 120 "CPU part\t: 0xd03\n" 121 "CPU revision\t: 4\n" 122 "\n" 123 "processor\t: 4\n" 124 "BogoMIPS\t: 3.84\n" 125 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n" 126 "CPU implementer\t: 0x41\n" 127 "CPU architecture: 8\n" 128 "CPU variant\t: 0x0\n" 129 "CPU part\t: 0xd08\n" 130 "CPU revision\t: 0\n" 131 "\n" 132 "processor\t: 5\n" 133 "BogoMIPS\t: 3.84\n" 134 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n" 135 "CPU implementer\t: 0x41\n" 136 "CPU architecture: 8\n" 137 "CPU variant\t: 0x0\n" 138 "CPU part\t: 0xd08\n" 139 "CPU revision\t: 0\n" 140 "\n" 141 "processor\t: 6\n" 142 "BogoMIPS\t: 3.84\n" 143 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n" 144 "CPU implementer\t: 0x41\n" 145 "CPU architecture: 8\n" 146 "CPU variant\t: 0x0\n" 147 "CPU part\t: 0xd08\n" 148 "CPU revision\t: 0\n" 149 "\n" 150 "processor\t: 7\n" 151 "BogoMIPS\t: 3.84\n" 152 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n" 153 "CPU implementer\t: 0x41\n" 154 "CPU architecture: 8\n" 155 "CPU variant\t: 0x0\n" 156 "CPU part\t: 0xd08\n" 157 "CPU revision\t: 0\n" 158 "\n", 159 }, 160 #endif 161 { 162 .path = "/system/build.prop", 163 .size = 2038, 164 .content = 165 "\n" 166 "# begin build properties\n" 167 "# autogenerated by buildinfo.sh\n" 168 "ro.build.id=NRD90M\n" 169 "ro.build.display.id=NRD90M test-keys\n" 170 "ro.build.version.incremental=eng.jenkin.20170207.045244\n" 171 "ro.build.version.sdk=24\n" 172 "ro.build.version.preview_sdk=0\n" 173 "ro.build.version.codename=REL\n" 174 "ro.build.version.all_codenames=REL\n" 175 "ro.build.version.release=7.0\n" 176 "ro.build.version.security_patch=2017-01-01\n" 177 "ro.build.version.base_os=\n" 178 "ro.build.date=Tue Feb 7 04:52:44 CST 2017\n" 179 "ro.build.date.utc=1486414364\n" 180 "ro.build.type=user\n" 181 "ro.build.user=jenkins\n" 182 "ro.build.host=wuhjk0113cna\n" 183 "ro.build.tags=test-keys\n" 184 "ro.build.flavor=generic_a15-user\n" 185 "ro.product.model=generic_a15\n" 186 "ro.product.brand=Huawei\n" 187 "ro.product.name=generic_a15\n" 188 "ro.product.device=generic_a15\n" 189 "ro.product.board=\n" 190 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 191 "# use ro.product.cpu.abilist instead.\n" 192 "ro.product.cpu.abi=arm64-v8a\n" 193 "ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n" 194 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 195 "ro.product.cpu.abilist64=arm64-v8a\n" 196 "ro.product.manufacturer=unknown\n" 197 "ro.wifi.channels=\n" 198 "ro.board.platform=\n" 199 "# ro.build.product is obsolete; use ro.product.device\n" 200 "ro.build.product=generic_a15\n" 201 "# Do not try to parse description, fingerprint, or thumbprint\n" 202 "ro.build.description=generic_a15-user 7.0 NRD90M eng.jenkin.20170207.045244 test-keys\n" 203 "ro.build.fingerprint=Huawei/generic_a15/generic_a15:7.0/NRD90M/jenkin02070452:user/test-keys\n" 204 "ro.build.characteristics=default\n" 205 "# end build properties\n" 206 "\n" 207 "# begin huawei emui properties\n" 208 "# autogenerated by build_emui_info.sh\n" 209 "ro.build.hw_emui_api_level=11\n" 210 "# end huawei emui properties\n" 211 "\n" 212 "\n" 213 "#\n" 214 "# ADDITIONAL_BUILD_PROPERTIES\n" 215 "#\n" 216 "ro.carrier=unknown\n" 217 "ro.setupwizard.require_network=any\n" 218 "ro.setupwizard.mode=OPTIONAL\n" 219 "ro.com.google.gmsversion=7.0_r5\n" 220 "persist.sys.dalvik.vm.lib.2=libart.so\n" 221 "dalvik.vm.isa.arm64.variant=generic\n" 222 "dalvik.vm.isa.arm64.features=default\n" 223 "dalvik.vm.isa.arm.variant=cortex-a15\n" 224 "dalvik.vm.isa.arm.features=default\n" 225 "net.bt.name=Android\n" 226 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 227 "\n" 228 "ro.comp.sys_support_vndk=VA7.0-E5.0-B10005\n" 229 "\n" 230 "ro.comp.sys_need_sndk=SA7.0-E5.0-B00005\n", 231 }, 232 { 233 .path = "/sys/devices/system/cpu/kernel_max", 234 .size = 2, 235 .content = "7\n", 236 }, 237 { 238 .path = "/sys/devices/system/cpu/modalias", 239 .size = 66, 240 .content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n", 241 }, 242 { 243 .path = "/sys/devices/system/cpu/offline", 244 .size = 1, 245 .content = "\n", 246 }, 247 { 248 .path = "/sys/devices/system/cpu/online", 249 .size = 4, 250 .content = "0-7\n", 251 }, 252 { 253 .path = "/sys/devices/system/cpu/possible", 254 .size = 4, 255 .content = "0-7\n", 256 }, 257 { 258 .path = "/sys/devices/system/cpu/present", 259 .size = 4, 260 .content = "0-7\n", 261 }, 262 { 263 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 264 .size = 22, 265 .content = "hisi_big_cluster_idle\n", 266 }, 267 { 268 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 269 .size = 5, 270 .content = "menu\n", 271 }, 272 { 273 .path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name", 274 .size = 25, 275 .content = "hisi_little_cluster_idle\n", 276 }, 277 { 278 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 279 .size = 8, 280 .content = "0 1 2 3\n", 281 }, 282 { 283 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 284 .size = 8, 285 .content = "1805000\n", 286 }, 287 { 288 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 289 .size = 7, 290 .content = "480000\n", 291 }, 292 { 293 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 294 .size = 2, 295 .content = "0\n", 296 }, 297 { 298 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 299 .size = 8, 300 .content = "0 1 2 3\n", 301 }, 302 { 303 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 304 .size = 47, 305 .content = "480000 807000 1018000 1306000 1517000 1805000 \n", 306 }, 307 { 308 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 309 .size = 67, 310 .content = "interactive conservative ondemand userspace powersave performance \n", 311 }, 312 { 313 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 314 .size = 7, 315 .content = "480000\n", 316 }, 317 { 318 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 319 .size = 15, 320 .content = "arm-big-little\n", 321 }, 322 { 323 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 324 .size = 12, 325 .content = "interactive\n", 326 }, 327 { 328 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 329 .size = 7, 330 .content = "480000\n", 331 }, 332 { 333 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 334 .size = 66, 335 .content = 336 "480000 721\n" 337 "807000 5\n" 338 "1018000 0\n" 339 "1306000 641\n" 340 "1517000 53\n" 341 "1805000 3868\n", 342 }, 343 { 344 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 345 .size = 3, 346 .content = "62\n", 347 }, 348 { 349 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/trans_table", 350 .size = 521, 351 .content = 352 " From : To\n" 353 " : 480000 807000 1018000 1306000 1517000 1805000 \n" 354 " 480000: 0 0 0 21 0 0 \n" 355 " 807000: 0 0 0 1 0 0 \n" 356 " 1018000: 0 0 0 0 0 0 \n" 357 " 1306000: 12 0 0 0 4 7 \n" 358 " 1517000: 1 1 0 1 0 3 \n" 359 " 1805000: 8 0 0 1 2 0 \n", 360 }, 361 { 362 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 363 .size = 2, 364 .content = "0\n", 365 }, 366 { 367 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 368 .size = 3, 369 .content = "0f\n", 370 }, 371 { 372 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 373 .size = 4, 374 .content = "0-3\n", 375 }, 376 { 377 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 378 .size = 2, 379 .content = "0\n", 380 }, 381 { 382 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 383 .size = 3, 384 .content = "01\n", 385 }, 386 { 387 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 388 .size = 2, 389 .content = "0\n", 390 }, 391 { 392 .path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name", 393 .size = 25, 394 .content = "hisi_little_cluster_idle\n", 395 }, 396 { 397 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 398 .size = 8, 399 .content = "0 1 2 3\n", 400 }, 401 { 402 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 403 .size = 8, 404 .content = "1805000\n", 405 }, 406 { 407 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 408 .size = 7, 409 .content = "480000\n", 410 }, 411 { 412 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 413 .size = 2, 414 .content = "0\n", 415 }, 416 { 417 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 418 .size = 8, 419 .content = "0 1 2 3\n", 420 }, 421 { 422 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 423 .size = 47, 424 .content = "480000 807000 1018000 1306000 1517000 1805000 \n", 425 }, 426 { 427 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 428 .size = 67, 429 .content = "interactive conservative ondemand userspace powersave performance \n", 430 }, 431 { 432 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 433 .size = 7, 434 .content = "480000\n", 435 }, 436 { 437 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 438 .size = 15, 439 .content = "arm-big-little\n", 440 }, 441 { 442 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 443 .size = 12, 444 .content = "interactive\n", 445 }, 446 { 447 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 448 .size = 7, 449 .content = "480000\n", 450 }, 451 { 452 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 453 .size = 66, 454 .content = 455 "480000 879\n" 456 "807000 5\n" 457 "1018000 0\n" 458 "1306000 685\n" 459 "1517000 53\n" 460 "1805000 3887\n", 461 }, 462 { 463 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 464 .size = 3, 465 .content = "66\n", 466 }, 467 { 468 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/trans_table", 469 .size = 521, 470 .content = 471 " From : To\n" 472 " : 480000 807000 1018000 1306000 1517000 1805000 \n" 473 " 480000: 0 0 0 22 0 0 \n" 474 " 807000: 0 0 0 1 0 0 \n" 475 " 1018000: 0 0 0 0 0 0 \n" 476 " 1306000: 13 0 0 0 4 8 \n" 477 " 1517000: 1 1 0 1 0 3 \n" 478 " 1805000: 9 0 0 1 2 0 \n", 479 }, 480 { 481 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 482 .size = 2, 483 .content = "1\n", 484 }, 485 { 486 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 487 .size = 3, 488 .content = "0f\n", 489 }, 490 { 491 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 492 .size = 4, 493 .content = "0-3\n", 494 }, 495 { 496 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 497 .size = 2, 498 .content = "0\n", 499 }, 500 { 501 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 502 .size = 3, 503 .content = "02\n", 504 }, 505 { 506 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 507 .size = 2, 508 .content = "1\n", 509 }, 510 { 511 .path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name", 512 .size = 25, 513 .content = "hisi_little_cluster_idle\n", 514 }, 515 { 516 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", 517 .size = 8, 518 .content = "0 1 2 3\n", 519 }, 520 { 521 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", 522 .size = 8, 523 .content = "1805000\n", 524 }, 525 { 526 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq", 527 .size = 7, 528 .content = "480000\n", 529 }, 530 { 531 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency", 532 .size = 2, 533 .content = "0\n", 534 }, 535 { 536 .path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus", 537 .size = 8, 538 .content = "0 1 2 3\n", 539 }, 540 { 541 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies", 542 .size = 47, 543 .content = "480000 807000 1018000 1306000 1517000 1805000 \n", 544 }, 545 { 546 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors", 547 .size = 67, 548 .content = "interactive conservative ondemand userspace powersave performance \n", 549 }, 550 { 551 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq", 552 .size = 7, 553 .content = "480000\n", 554 }, 555 { 556 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", 557 .size = 15, 558 .content = "arm-big-little\n", 559 }, 560 { 561 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor", 562 .size = 12, 563 .content = "interactive\n", 564 }, 565 { 566 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq", 567 .size = 7, 568 .content = "480000\n", 569 }, 570 { 571 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state", 572 .size = 67, 573 .content = 574 "480000 1044\n" 575 "807000 5\n" 576 "1018000 0\n" 577 "1306000 742\n" 578 "1517000 53\n" 579 "1805000 3887\n", 580 }, 581 { 582 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", 583 .size = 3, 584 .content = "70\n", 585 }, 586 { 587 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/trans_table", 588 .size = 521, 589 .content = 590 " From : To\n" 591 " : 480000 807000 1018000 1306000 1517000 1805000 \n" 592 " 480000: 0 0 0 24 0 0 \n" 593 " 807000: 0 0 0 1 0 0 \n" 594 " 1018000: 0 0 0 0 0 0 \n" 595 " 1306000: 15 0 0 0 4 8 \n" 596 " 1517000: 1 1 0 1 0 3 \n" 597 " 1805000: 9 0 0 1 2 0 \n", 598 }, 599 { 600 .path = "/sys/devices/system/cpu/cpu2/topology/core_id", 601 .size = 2, 602 .content = "2\n", 603 }, 604 { 605 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings", 606 .size = 3, 607 .content = "0f\n", 608 }, 609 { 610 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", 611 .size = 4, 612 .content = "0-3\n", 613 }, 614 { 615 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", 616 .size = 2, 617 .content = "0\n", 618 }, 619 { 620 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", 621 .size = 3, 622 .content = "04\n", 623 }, 624 { 625 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", 626 .size = 2, 627 .content = "2\n", 628 }, 629 { 630 .path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name", 631 .size = 25, 632 .content = "hisi_little_cluster_idle\n", 633 }, 634 { 635 .path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus", 636 .size = 8, 637 .content = "0 1 2 3\n", 638 }, 639 { 640 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq", 641 .size = 8, 642 .content = "1805000\n", 643 }, 644 { 645 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq", 646 .size = 7, 647 .content = "480000\n", 648 }, 649 { 650 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency", 651 .size = 2, 652 .content = "0\n", 653 }, 654 { 655 .path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus", 656 .size = 8, 657 .content = "0 1 2 3\n", 658 }, 659 { 660 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies", 661 .size = 47, 662 .content = "480000 807000 1018000 1306000 1517000 1805000 \n", 663 }, 664 { 665 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors", 666 .size = 67, 667 .content = "interactive conservative ondemand userspace powersave performance \n", 668 }, 669 { 670 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq", 671 .size = 7, 672 .content = "480000\n", 673 }, 674 { 675 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver", 676 .size = 15, 677 .content = "arm-big-little\n", 678 }, 679 { 680 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor", 681 .size = 12, 682 .content = "interactive\n", 683 }, 684 { 685 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq", 686 .size = 7, 687 .content = "480000\n", 688 }, 689 { 690 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state", 691 .size = 67, 692 .content = 693 "480000 1205\n" 694 "807000 8\n" 695 "1018000 0\n" 696 "1306000 753\n" 697 "1517000 55\n" 698 "1805000 3937\n", 699 }, 700 { 701 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans", 702 .size = 3, 703 .content = "79\n", 704 }, 705 { 706 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/trans_table", 707 .size = 521, 708 .content = 709 " From : To\n" 710 " : 480000 807000 1018000 1306000 1517000 1805000 \n" 711 " 480000: 0 0 0 26 0 0 \n" 712 " 807000: 0 0 0 2 0 0 \n" 713 " 1018000: 0 0 0 0 0 0 \n" 714 " 1306000: 15 0 0 0 5 10 \n" 715 " 1517000: 1 1 0 1 0 4 \n" 716 " 1805000: 10 1 0 1 2 0 \n", 717 }, 718 { 719 .path = "/sys/devices/system/cpu/cpu3/topology/core_id", 720 .size = 2, 721 .content = "3\n", 722 }, 723 { 724 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings", 725 .size = 3, 726 .content = "0f\n", 727 }, 728 { 729 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list", 730 .size = 4, 731 .content = "0-3\n", 732 }, 733 { 734 .path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id", 735 .size = 2, 736 .content = "0\n", 737 }, 738 { 739 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings", 740 .size = 3, 741 .content = "08\n", 742 }, 743 { 744 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list", 745 .size = 2, 746 .content = "3\n", 747 }, 748 { 749 .path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name", 750 .size = 22, 751 .content = "hisi_big_cluster_idle\n", 752 }, 753 { 754 .path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus", 755 .size = 8, 756 .content = "4 5 6 7\n", 757 }, 758 { 759 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq", 760 .size = 8, 761 .content = "2304000\n", 762 }, 763 { 764 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq", 765 .size = 7, 766 .content = "480000\n", 767 }, 768 { 769 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency", 770 .size = 2, 771 .content = "0\n", 772 }, 773 { 774 .path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus", 775 .size = 8, 776 .content = "4 5 6 7\n", 777 }, 778 { 779 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies", 780 .size = 55, 781 .content = "480000 807000 1210000 1517000 1805000 2016000 2304000 \n", 782 }, 783 { 784 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors", 785 .size = 67, 786 .content = "interactive conservative ondemand userspace powersave performance \n", 787 }, 788 { 789 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq", 790 .size = 7, 791 .content = "807000\n", 792 }, 793 { 794 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver", 795 .size = 15, 796 .content = "arm-big-little\n", 797 }, 798 { 799 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor", 800 .size = 12, 801 .content = "interactive\n", 802 }, 803 { 804 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq", 805 .size = 8, 806 .content = "2304000\n", 807 }, 808 { 809 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq", 810 .size = 7, 811 .content = "807000\n", 812 }, 813 { 814 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state", 815 .size = 79, 816 .content = 817 "480000 0\n" 818 "807000 3016\n" 819 "1210000 349\n" 820 "1517000 46\n" 821 "1805000 5\n" 822 "2016000 140\n" 823 "2304000 2629\n", 824 }, 825 { 826 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans", 827 .size = 3, 828 .content = "88\n", 829 }, 830 { 831 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/trans_table", 832 .size = 673, 833 .content = 834 " From : To\n" 835 " : 480000 807000 1210000 1517000 1805000 2016000 2304000 \n" 836 " 480000: 0 0 0 0 0 0 0 \n" 837 " 807000: 0 0 20 0 0 2 0 \n" 838 " 1210000: 0 8 0 13 0 2 0 \n" 839 " 1517000: 0 1 1 0 2 9 1 \n" 840 " 1805000: 0 0 0 0 0 1 1 \n" 841 " 2016000: 0 6 1 0 0 0 9 \n" 842 " 2304000: 0 8 1 0 0 2 0 \n", 843 }, 844 { 845 .path = "/sys/devices/system/cpu/cpu4/topology/core_id", 846 .size = 2, 847 .content = "0\n", 848 }, 849 { 850 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings", 851 .size = 3, 852 .content = "f0\n", 853 }, 854 { 855 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list", 856 .size = 4, 857 .content = "4-7\n", 858 }, 859 { 860 .path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id", 861 .size = 2, 862 .content = "1\n", 863 }, 864 { 865 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings", 866 .size = 3, 867 .content = "10\n", 868 }, 869 { 870 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list", 871 .size = 2, 872 .content = "4\n", 873 }, 874 { 875 .path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name", 876 .size = 22, 877 .content = "hisi_big_cluster_idle\n", 878 }, 879 { 880 .path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus", 881 .size = 8, 882 .content = "4 5 6 7\n", 883 }, 884 { 885 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq", 886 .size = 8, 887 .content = "2304000\n", 888 }, 889 { 890 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq", 891 .size = 7, 892 .content = "480000\n", 893 }, 894 { 895 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency", 896 .size = 2, 897 .content = "0\n", 898 }, 899 { 900 .path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus", 901 .size = 8, 902 .content = "4 5 6 7\n", 903 }, 904 { 905 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_frequencies", 906 .size = 55, 907 .content = "480000 807000 1210000 1517000 1805000 2016000 2304000 \n", 908 }, 909 { 910 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors", 911 .size = 67, 912 .content = "interactive conservative ondemand userspace powersave performance \n", 913 }, 914 { 915 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq", 916 .size = 7, 917 .content = "807000\n", 918 }, 919 { 920 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver", 921 .size = 15, 922 .content = "arm-big-little\n", 923 }, 924 { 925 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor", 926 .size = 12, 927 .content = "interactive\n", 928 }, 929 { 930 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq", 931 .size = 8, 932 .content = "2304000\n", 933 }, 934 { 935 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq", 936 .size = 7, 937 .content = "807000\n", 938 }, 939 { 940 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state", 941 .size = 79, 942 .content = 943 "480000 0\n" 944 "807000 3229\n" 945 "1210000 359\n" 946 "1517000 46\n" 947 "1805000 5\n" 948 "2016000 140\n" 949 "2304000 2629\n", 950 }, 951 { 952 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans", 953 .size = 3, 954 .content = "90\n", 955 }, 956 { 957 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/trans_table", 958 .size = 673, 959 .content = 960 " From : To\n" 961 " : 480000 807000 1210000 1517000 1805000 2016000 2304000 \n" 962 " 480000: 0 0 0 0 0 0 0 \n" 963 " 807000: 0 0 21 0 0 2 0 \n" 964 " 1210000: 0 9 0 13 0 2 0 \n" 965 " 1517000: 0 1 1 0 2 9 1 \n" 966 " 1805000: 0 0 0 0 0 1 1 \n" 967 " 2016000: 0 6 1 0 0 0 9 \n" 968 " 2304000: 0 8 1 0 0 2 0 \n", 969 }, 970 { 971 .path = "/sys/devices/system/cpu/cpu5/topology/core_id", 972 .size = 2, 973 .content = "1\n", 974 }, 975 { 976 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings", 977 .size = 3, 978 .content = "f0\n", 979 }, 980 { 981 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list", 982 .size = 4, 983 .content = "4-7\n", 984 }, 985 { 986 .path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id", 987 .size = 2, 988 .content = "1\n", 989 }, 990 { 991 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings", 992 .size = 3, 993 .content = "20\n", 994 }, 995 { 996 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list", 997 .size = 2, 998 .content = "5\n", 999 }, 1000 { 1001 .path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name", 1002 .size = 22, 1003 .content = "hisi_big_cluster_idle\n", 1004 }, 1005 { 1006 .path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus", 1007 .size = 8, 1008 .content = "4 5 6 7\n", 1009 }, 1010 { 1011 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq", 1012 .size = 8, 1013 .content = "2304000\n", 1014 }, 1015 { 1016 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq", 1017 .size = 7, 1018 .content = "480000\n", 1019 }, 1020 { 1021 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency", 1022 .size = 2, 1023 .content = "0\n", 1024 }, 1025 { 1026 .path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus", 1027 .size = 8, 1028 .content = "4 5 6 7\n", 1029 }, 1030 { 1031 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies", 1032 .size = 55, 1033 .content = "480000 807000 1210000 1517000 1805000 2016000 2304000 \n", 1034 }, 1035 { 1036 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors", 1037 .size = 67, 1038 .content = "interactive conservative ondemand userspace powersave performance \n", 1039 }, 1040 { 1041 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq", 1042 .size = 7, 1043 .content = "807000\n", 1044 }, 1045 { 1046 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver", 1047 .size = 15, 1048 .content = "arm-big-little\n", 1049 }, 1050 { 1051 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor", 1052 .size = 12, 1053 .content = "interactive\n", 1054 }, 1055 { 1056 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq", 1057 .size = 8, 1058 .content = "2304000\n", 1059 }, 1060 { 1061 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq", 1062 .size = 7, 1063 .content = "807000\n", 1064 }, 1065 { 1066 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state", 1067 .size = 79, 1068 .content = 1069 "480000 0\n" 1070 "807000 3456\n" 1071 "1210000 360\n" 1072 "1517000 46\n" 1073 "1805000 5\n" 1074 "2016000 140\n" 1075 "2304000 2629\n", 1076 }, 1077 { 1078 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans", 1079 .size = 3, 1080 .content = "90\n", 1081 }, 1082 { 1083 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/trans_table", 1084 .size = 673, 1085 .content = 1086 " From : To\n" 1087 " : 480000 807000 1210000 1517000 1805000 2016000 2304000 \n" 1088 " 480000: 0 0 0 0 0 0 0 \n" 1089 " 807000: 0 0 21 0 0 2 0 \n" 1090 " 1210000: 0 9 0 13 0 2 0 \n" 1091 " 1517000: 0 1 1 0 2 9 1 \n" 1092 " 1805000: 0 0 0 0 0 1 1 \n" 1093 " 2016000: 0 6 1 0 0 0 9 \n" 1094 " 2304000: 0 8 1 0 0 2 0 \n", 1095 }, 1096 { 1097 .path = "/sys/devices/system/cpu/cpu6/topology/core_id", 1098 .size = 2, 1099 .content = "2\n", 1100 }, 1101 { 1102 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings", 1103 .size = 3, 1104 .content = "f0\n", 1105 }, 1106 { 1107 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings_list", 1108 .size = 4, 1109 .content = "4-7\n", 1110 }, 1111 { 1112 .path = "/sys/devices/system/cpu/cpu6/topology/physical_package_id", 1113 .size = 2, 1114 .content = "1\n", 1115 }, 1116 { 1117 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings", 1118 .size = 3, 1119 .content = "40\n", 1120 }, 1121 { 1122 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings_list", 1123 .size = 2, 1124 .content = "6\n", 1125 }, 1126 { 1127 .path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name", 1128 .size = 22, 1129 .content = "hisi_big_cluster_idle\n", 1130 }, 1131 { 1132 .path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus", 1133 .size = 8, 1134 .content = "4 5 6 7\n", 1135 }, 1136 { 1137 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq", 1138 .size = 8, 1139 .content = "2304000\n", 1140 }, 1141 { 1142 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq", 1143 .size = 7, 1144 .content = "480000\n", 1145 }, 1146 { 1147 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency", 1148 .size = 2, 1149 .content = "0\n", 1150 }, 1151 { 1152 .path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus", 1153 .size = 8, 1154 .content = "4 5 6 7\n", 1155 }, 1156 { 1157 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_frequencies", 1158 .size = 55, 1159 .content = "480000 807000 1210000 1517000 1805000 2016000 2304000 \n", 1160 }, 1161 { 1162 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors", 1163 .size = 67, 1164 .content = "interactive conservative ondemand userspace powersave performance \n", 1165 }, 1166 { 1167 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq", 1168 .size = 7, 1169 .content = "807000\n", 1170 }, 1171 { 1172 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver", 1173 .size = 15, 1174 .content = "arm-big-little\n", 1175 }, 1176 { 1177 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor", 1178 .size = 12, 1179 .content = "interactive\n", 1180 }, 1181 { 1182 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq", 1183 .size = 8, 1184 .content = "2304000\n", 1185 }, 1186 { 1187 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq", 1188 .size = 7, 1189 .content = "807000\n", 1190 }, 1191 { 1192 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state", 1193 .size = 79, 1194 .content = 1195 "480000 0\n" 1196 "807000 3684\n" 1197 "1210000 370\n" 1198 "1517000 46\n" 1199 "1805000 5\n" 1200 "2016000 140\n" 1201 "2304000 2629\n", 1202 }, 1203 { 1204 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans", 1205 .size = 3, 1206 .content = "92\n", 1207 }, 1208 { 1209 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/trans_table", 1210 .size = 673, 1211 .content = 1212 " From : To\n" 1213 " : 480000 807000 1210000 1517000 1805000 2016000 2304000 \n" 1214 " 480000: 0 0 0 0 0 0 0 \n" 1215 " 807000: 0 0 22 0 0 2 0 \n" 1216 " 1210000: 0 10 0 13 0 2 0 \n" 1217 " 1517000: 0 1 1 0 2 9 1 \n" 1218 " 1805000: 0 0 0 0 0 1 1 \n" 1219 " 2016000: 0 6 1 0 0 0 9 \n" 1220 " 2304000: 0 8 1 0 0 2 0 \n", 1221 }, 1222 { 1223 .path = "/sys/devices/system/cpu/cpu7/topology/core_id", 1224 .size = 2, 1225 .content = "3\n", 1226 }, 1227 { 1228 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings", 1229 .size = 3, 1230 .content = "f0\n", 1231 }, 1232 { 1233 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings_list", 1234 .size = 4, 1235 .content = "4-7\n", 1236 }, 1237 { 1238 .path = "/sys/devices/system/cpu/cpu7/topology/physical_package_id", 1239 .size = 2, 1240 .content = "1\n", 1241 }, 1242 { 1243 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings", 1244 .size = 3, 1245 .content = "80\n", 1246 }, 1247 { 1248 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings_list", 1249 .size = 2, 1250 .content = "7\n", 1251 }, 1252 { NULL }, 1253 }; 1254 #ifdef __ANDROID__ 1255 struct cpuinfo_mock_property properties[] = { 1256 { 1257 .key = "audioril.lib", 1258 .value = "libhuawei-audio-ril.so", 1259 }, 1260 { 1261 .key = "bastet.service.enable", 1262 .value = "true", 1263 }, 1264 { 1265 .key = "build.hisi_perf_opt", 1266 .value = "true", 1267 }, 1268 { 1269 .key = "build.hisi_rot_ani_opt", 1270 .value = "false", 1271 }, 1272 { 1273 .key = "camera.dis.flag", 1274 .value = "2", 1275 }, 1276 { 1277 .key = "camera.tnr.flag", 1278 .value = "1", 1279 }, 1280 { 1281 .key = "dalvik.vm.appimageformat", 1282 .value = "lz4", 1283 }, 1284 { 1285 .key = "dalvik.vm.boot-dex2oat-threads", 1286 .value = "4", 1287 }, 1288 { 1289 .key = "dalvik.vm.checkjni", 1290 .value = "false", 1291 }, 1292 { 1293 .key = "dalvik.vm.dex2oat-Xms", 1294 .value = "64m", 1295 }, 1296 { 1297 .key = "dalvik.vm.dex2oat-Xmx", 1298 .value = "512m", 1299 }, 1300 { 1301 .key = "dalvik.vm.dex2oat-threads", 1302 .value = "4", 1303 }, 1304 { 1305 .key = "dalvik.vm.heapgrowthlimit", 1306 .value = "384m", 1307 }, 1308 { 1309 .key = "dalvik.vm.heapmaxfree", 1310 .value = "8m", 1311 }, 1312 { 1313 .key = "dalvik.vm.heapminfree", 1314 .value = "512k", 1315 }, 1316 { 1317 .key = "dalvik.vm.heapsize", 1318 .value = "512m", 1319 }, 1320 { 1321 .key = "dalvik.vm.heapstartsize", 1322 .value = "8m", 1323 }, 1324 { 1325 .key = "dalvik.vm.heaptargetutilization", 1326 .value = "0.75", 1327 }, 1328 { 1329 .key = "dalvik.vm.image-dex2oat-Xms", 1330 .value = "64m", 1331 }, 1332 { 1333 .key = "dalvik.vm.image-dex2oat-Xmx", 1334 .value = "64m", 1335 }, 1336 { 1337 .key = "dalvik.vm.image-dex2oat-threads", 1338 .value = "4", 1339 }, 1340 { 1341 .key = "dalvik.vm.isa.arm.features", 1342 .value = "default", 1343 }, 1344 { 1345 .key = "dalvik.vm.isa.arm.variant", 1346 .value = "cortex-a15", 1347 }, 1348 { 1349 .key = "dalvik.vm.isa.arm64.features", 1350 .value = "default", 1351 }, 1352 { 1353 .key = "dalvik.vm.isa.arm64.variant", 1354 .value = "generic", 1355 }, 1356 { 1357 .key = "dalvik.vm.stack-trace-file", 1358 .value = "/data/anr/traces.txt", 1359 }, 1360 { 1361 .key = "dalvik.vm.usejit", 1362 .value = "true", 1363 }, 1364 { 1365 .key = "dalvik.vm.usejitprofiles", 1366 .value = "true", 1367 }, 1368 { 1369 .key = "debug.aps.current_battery", 1370 .value = "78", 1371 }, 1372 { 1373 .key = "debug.aps.enable", 1374 .value = "0", 1375 }, 1376 { 1377 .key = "debug.aps.process.name", 1378 .value = "", 1379 }, 1380 { 1381 .key = "debug.aps.scene_num", 1382 .value = "5", 1383 }, 1384 { 1385 .key = "debug.atrace.tags.enableflags", 1386 .value = "0", 1387 }, 1388 { 1389 .key = "debug.choreographer.skipwarning", 1390 .value = "15", 1391 }, 1392 { 1393 .key = "debug.force_rtl", 1394 .value = "0", 1395 }, 1396 { 1397 .key = "debug.hwui.render_dirty_regions", 1398 .value = "false", 1399 }, 1400 { 1401 .key = "dev.bootcomplete", 1402 .value = "1", 1403 }, 1404 { 1405 .key = "drm.service.enabled", 1406 .value = "true", 1407 }, 1408 { 1409 .key = "dumptool.run", 1410 .value = "1", 1411 }, 1412 { 1413 .key = "fw.max_users", 1414 .value = "4", 1415 }, 1416 { 1417 .key = "fw.show_multiuserui", 1418 .value = "1", 1419 }, 1420 { 1421 .key = "gsm.current.phone-type", 1422 .value = "1", 1423 }, 1424 { 1425 .key = "gsm.dualcards.switch", 1426 .value = "false", 1427 }, 1428 { 1429 .key = "gsm.fastdormancy.mode", 1430 .value = "1", 1431 }, 1432 { 1433 .key = "gsm.hw.fdn.activated1", 1434 .value = "false", 1435 }, 1436 { 1437 .key = "gsm.hw.operator.iso-country", 1438 .value = "", 1439 }, 1440 { 1441 .key = "gsm.hw.operator.isroaming", 1442 .value = "false", 1443 }, 1444 { 1445 .key = "gsm.hw.operator.numeric", 1446 .value = "", 1447 }, 1448 { 1449 .key = "gsm.hw.sim.operator.iso-country", 1450 .value = "", 1451 }, 1452 { 1453 .key = "gsm.network.type", 1454 .value = "UMTS", 1455 }, 1456 { 1457 .key = "gsm.operator.alpha", 1458 .value = "", 1459 }, 1460 { 1461 .key = "gsm.operator.iso-country", 1462 .value = "", 1463 }, 1464 { 1465 .key = "gsm.operator.isroaming", 1466 .value = "false", 1467 }, 1468 { 1469 .key = "gsm.operator.numeric", 1470 .value = "", 1471 }, 1472 { 1473 .key = "gsm.sigcust.configured", 1474 .value = "true", 1475 }, 1476 { 1477 .key = "gsm.sim.hw_atr", 1478 .value = "null", 1479 }, 1480 { 1481 .key = "gsm.sim.operator.alpha", 1482 .value = "", 1483 }, 1484 { 1485 .key = "gsm.sim.operator.iso-country", 1486 .value = "", 1487 }, 1488 { 1489 .key = "gsm.sim.operator.numeric", 1490 .value = "", 1491 }, 1492 { 1493 .key = "gsm.sim.state", 1494 .value = "ABSENT", 1495 }, 1496 { 1497 .key = "gsm.sim1.type", 1498 .value = "-1", 1499 }, 1500 { 1501 .key = "gsm.version.baseband", 1502 .value = "21.258.00.00.030", 1503 }, 1504 { 1505 .key = "gsm.version.ril-impl", 1506 .value = "android hisilicon balong-ril 1.0", 1507 }, 1508 { 1509 .key = "huawei.check_root.hotapermit", 1510 .value = "safe", 1511 }, 1512 { 1513 .key = "huawei.check_root.oldstate", 1514 .value = "safe", 1515 }, 1516 { 1517 .key = "huawei.check_root.prop", 1518 .value = "safe", 1519 }, 1520 { 1521 .key = "huawei.check_root.setids", 1522 .value = "safe", 1523 }, 1524 { 1525 .key = "huawei.check_root.verifyboot", 1526 .value = "safe", 1527 }, 1528 { 1529 .key = "hw.lcd.density", 1530 .value = "480", 1531 }, 1532 { 1533 .key = "hw.wifipro.dns_fail_count", 1534 .value = "19", 1535 }, 1536 { 1537 .key = "hw_chargemonitor.log", 1538 .value = "start", 1539 }, 1540 { 1541 .key = "init.svc.HwCamCfgSvr", 1542 .value = "running", 1543 }, 1544 { 1545 .key = "init.svc.adbd", 1546 .value = "running", 1547 }, 1548 { 1549 .key = "init.svc.applogcat", 1550 .value = "stopped", 1551 }, 1552 { 1553 .key = "init.svc.audioserver", 1554 .value = "running", 1555 }, 1556 { 1557 .key = "init.svc.bastetd", 1558 .value = "running", 1559 }, 1560 { 1561 .key = "init.svc.bootanim", 1562 .value = "stopped", 1563 }, 1564 { 1565 .key = "init.svc.cameraserver", 1566 .value = "running", 1567 }, 1568 { 1569 .key = "init.svc.chargelogcat", 1570 .value = "stopped", 1571 }, 1572 { 1573 .key = "init.svc.chargemonitor", 1574 .value = "running", 1575 }, 1576 { 1577 .key = "init.svc.check_hota", 1578 .value = "stopped", 1579 }, 1580 { 1581 .key = "init.svc.check_root", 1582 .value = "stopped", 1583 }, 1584 { 1585 .key = "init.svc.clear-bcb", 1586 .value = "stopped", 1587 }, 1588 { 1589 .key = "init.svc.cs-set", 1590 .value = "stopped", 1591 }, 1592 { 1593 .key = "init.svc.cust_from_init", 1594 .value = "stopped", 1595 }, 1596 { 1597 .key = "init.svc.data_cleanner", 1598 .value = "stopped", 1599 }, 1600 { 1601 .key = "init.svc.debuggerd", 1602 .value = "running", 1603 }, 1604 { 1605 .key = "init.svc.debuggerd64", 1606 .value = "running", 1607 }, 1608 { 1609 .key = "init.svc.defragd", 1610 .value = "running", 1611 }, 1612 { 1613 .key = "init.svc.drm", 1614 .value = "running", 1615 }, 1616 { 1617 .key = "init.svc.eventslogcat", 1618 .value = "stopped", 1619 }, 1620 { 1621 .key = "init.svc.fingerprintd", 1622 .value = "running", 1623 }, 1624 { 1625 .key = "init.svc.gatekeeperd", 1626 .value = "running", 1627 }, 1628 { 1629 .key = "init.svc.gpsd_47531", 1630 .value = "running", 1631 }, 1632 { 1633 .key = "init.svc.gpsdaemon", 1634 .value = "stopped", 1635 }, 1636 { 1637 .key = "init.svc.hdbd", 1638 .value = "stopped", 1639 }, 1640 { 1641 .key = "init.svc.healthd", 1642 .value = "running", 1643 }, 1644 { 1645 .key = "init.svc.hilogcat", 1646 .value = "stopped", 1647 }, 1648 { 1649 .key = "init.svc.hiscoutmanager", 1650 .value = "stopped", 1651 }, 1652 { 1653 .key = "init.svc.hivwserver", 1654 .value = "running", 1655 }, 1656 { 1657 .key = "init.svc.hw_ueventd", 1658 .value = "running", 1659 }, 1660 { 1661 .key = "init.svc.hwnffserver", 1662 .value = "running", 1663 }, 1664 { 1665 .key = "init.svc.hwpged", 1666 .value = "running", 1667 }, 1668 { 1669 .key = "init.svc.imonitor", 1670 .value = "running", 1671 }, 1672 { 1673 .key = "init.svc.inputlogcat", 1674 .value = "stopped", 1675 }, 1676 { 1677 .key = "init.svc.installd", 1678 .value = "running", 1679 }, 1680 { 1681 .key = "init.svc.ipld", 1682 .value = "running", 1683 }, 1684 { 1685 .key = "init.svc.isplogcat", 1686 .value = "stopped", 1687 }, 1688 { 1689 .key = "init.svc.keystore", 1690 .value = "running", 1691 }, 1692 { 1693 .key = "init.svc.kmsgcat_cp", 1694 .value = "stopped", 1695 }, 1696 { 1697 .key = "init.svc.kmsglogcat", 1698 .value = "stopped", 1699 }, 1700 { 1701 .key = "init.svc.lmkd", 1702 .value = "running", 1703 }, 1704 { 1705 .key = "init.svc.logcat_service", 1706 .value = "stopped", 1707 }, 1708 { 1709 .key = "init.svc.logctl_service", 1710 .value = "stopped", 1711 }, 1712 { 1713 .key = "init.svc.logd", 1714 .value = "running", 1715 }, 1716 { 1717 .key = "init.svc.logd-reinit", 1718 .value = "stopped", 1719 }, 1720 { 1721 .key = "init.svc.macaddr", 1722 .value = "stopped", 1723 }, 1724 { 1725 .key = "init.svc.media", 1726 .value = "running", 1727 }, 1728 { 1729 .key = "init.svc.mediacodec", 1730 .value = "running", 1731 }, 1732 { 1733 .key = "init.svc.mediadrm", 1734 .value = "running", 1735 }, 1736 { 1737 .key = "init.svc.mediaextractor", 1738 .value = "running", 1739 }, 1740 { 1741 .key = "init.svc.netd", 1742 .value = "running", 1743 }, 1744 { 1745 .key = "init.svc.oeminfo_nvm", 1746 .value = "running", 1747 }, 1748 { 1749 .key = "init.svc.p2p_supplicant", 1750 .value = "running", 1751 }, 1752 { 1753 .key = "init.svc.perfhub", 1754 .value = "running", 1755 }, 1756 { 1757 .key = "init.svc.powerlogd", 1758 .value = "running", 1759 }, 1760 { 1761 .key = "init.svc.ril-daemon", 1762 .value = "running", 1763 }, 1764 { 1765 .key = "init.svc.rillogcat", 1766 .value = "stopped", 1767 }, 1768 { 1769 .key = "init.svc.servicemanager", 1770 .value = "running", 1771 }, 1772 { 1773 .key = "init.svc.shlogd", 1774 .value = "stopped", 1775 }, 1776 { 1777 .key = "init.svc.sleeplogcat", 1778 .value = "stopped", 1779 }, 1780 { 1781 .key = "init.svc.surfaceflinger", 1782 .value = "running", 1783 }, 1784 { 1785 .key = "init.svc.teecd", 1786 .value = "running", 1787 }, 1788 { 1789 .key = "init.svc.teelogcat", 1790 .value = "stopped", 1791 }, 1792 { 1793 .key = "init.svc.thermal-daemon", 1794 .value = "running", 1795 }, 1796 { 1797 .key = "init.svc.ueventd", 1798 .value = "running", 1799 }, 1800 { 1801 .key = "init.svc.vold", 1802 .value = "running", 1803 }, 1804 { 1805 .key = "init.svc.vr_daemon", 1806 .value = "running", 1807 }, 1808 { 1809 .key = "init.svc.zygote", 1810 .value = "running", 1811 }, 1812 { 1813 .key = "init.svc.zygote_secondary", 1814 .value = "running", 1815 }, 1816 { 1817 .key = "keyguard.no_require_sim", 1818 .value = "true", 1819 }, 1820 { 1821 .key = "modify_ram_show", 1822 .value = "true", 1823 }, 1824 { 1825 .key = "net.bt.name", 1826 .value = "Android", 1827 }, 1828 { 1829 .key = "net.change", 1830 .value = "net.portal.background", 1831 }, 1832 { 1833 .key = "net.hostname", 1834 .value = "HUAWEI_Mate_8", 1835 }, 1836 { 1837 .key = "net.portal.background", 1838 .value = "false", 1839 }, 1840 { 1841 .key = "net.qtaguid_enabled", 1842 .value = "1", 1843 }, 1844 { 1845 .key = "net.tcp.default_init_rwnd", 1846 .value = "60", 1847 }, 1848 { 1849 .key = "partition.cust.verified", 1850 .value = "2", 1851 }, 1852 { 1853 .key = "partition.product.verified", 1854 .value = "2", 1855 }, 1856 { 1857 .key = "partition.system.verified", 1858 .value = "2", 1859 }, 1860 { 1861 .key = "partition.vendor.verified", 1862 .value = "2", 1863 }, 1864 { 1865 .key = "partition.version.verified", 1866 .value = "2", 1867 }, 1868 { 1869 .key = "persist.config.hw.lca.region", 1870 .value = "inland", 1871 }, 1872 { 1873 .key = "persist.decode_bitmap_opt", 1874 .value = "1", 1875 }, 1876 { 1877 .key = "persist.dsds.enabled", 1878 .value = "false", 1879 }, 1880 { 1881 .key = "persist.egl.support_vr", 1882 .value = "1", 1883 }, 1884 { 1885 .key = "persist.fw.force_adoptable", 1886 .value = "true", 1887 }, 1888 { 1889 .key = "persist.media.offload.enable", 1890 .value = "true", 1891 }, 1892 { 1893 .key = "persist.media.usbvoice.enable", 1894 .value = "true", 1895 }, 1896 { 1897 .key = "persist.media.usbvoice.name", 1898 .value = "USB-Audio - HUAWEI GLASS", 1899 }, 1900 { 1901 .key = "persist.partial_update_support", 1902 .value = "1", 1903 }, 1904 { 1905 .key = "persist.radio.airmode_sim0", 1906 .value = "false", 1907 }, 1908 { 1909 .key = "persist.radio.apm_sim_not_pwdn", 1910 .value = "1", 1911 }, 1912 { 1913 .key = "persist.radio.modem.cap", 1914 .value = "899BD", 1915 }, 1916 { 1917 .key = "persist.radio.procsetdata", 1918 .value = "com.huawei.hwstartupguide", 1919 }, 1920 { 1921 .key = "persist.radio.sub_state_cfg", 1922 .value = "1,1,1", 1923 }, 1924 { 1925 .key = "persist.radio.usersetdata", 1926 .value = "true", 1927 }, 1928 { 1929 .key = "persist.rog_feature", 1930 .value = "1", 1931 }, 1932 { 1933 .key = "persist.service.hdb.enable", 1934 .value = "true", 1935 }, 1936 { 1937 .key = "persist.service.tm2.tofile", 1938 .value = "false", 1939 }, 1940 { 1941 .key = "persist.sys.art.opt.enable", 1942 .value = "true", 1943 }, 1944 { 1945 .key = "persist.sys.boost.durationms", 1946 .value = "1000", 1947 }, 1948 { 1949 .key = "persist.sys.boost.freqmin.b", 1950 .value = "1210000", 1951 }, 1952 { 1953 .key = "persist.sys.cpuset.bg_off", 1954 .value = "0-3", 1955 }, 1956 { 1957 .key = "persist.sys.cpuset.bg_on", 1958 .value = "2-3", 1959 }, 1960 { 1961 .key = "persist.sys.cpuset.boost_off", 1962 .value = "0-7", 1963 }, 1964 { 1965 .key = "persist.sys.cpuset.boost_on", 1966 .value = "4-7", 1967 }, 1968 { 1969 .key = "persist.sys.cpuset.enable", 1970 .value = "1", 1971 }, 1972 { 1973 .key = "persist.sys.cpuset.fg_off", 1974 .value = "0-7", 1975 }, 1976 { 1977 .key = "persist.sys.cpuset.fg_on", 1978 .value = "0-7", 1979 }, 1980 { 1981 .key = "persist.sys.cpuset.keybg_off", 1982 .value = "0-3", 1983 }, 1984 { 1985 .key = "persist.sys.cpuset.keybg_on", 1986 .value = "2-3,7", 1987 }, 1988 { 1989 .key = "persist.sys.cpuset.subswitch", 1990 .value = "42", 1991 }, 1992 { 1993 .key = "persist.sys.cpuset.sysbg_off", 1994 .value = "0-3", 1995 }, 1996 { 1997 .key = "persist.sys.cpuset.sysbg_on", 1998 .value = "0-3", 1999 }, 2000 { 2001 .key = "persist.sys.cpuset.ta_boost_off", 2002 .value = "0-7", 2003 }, 2004 { 2005 .key = "persist.sys.cpuset.ta_boost_on", 2006 .value = "4-7", 2007 }, 2008 { 2009 .key = "persist.sys.cpuset.topapp_off", 2010 .value = "0-7", 2011 }, 2012 { 2013 .key = "persist.sys.cpuset.topapp_on", 2014 .value = "0-7", 2015 }, 2016 { 2017 .key = "persist.sys.dalvik.vm.lib.2", 2018 .value = "libart.so", 2019 }, 2020 { 2021 .key = "persist.sys.dualcards", 2022 .value = "false", 2023 }, 2024 { 2025 .key = "persist.sys.enable_iaware", 2026 .value = "true", 2027 }, 2028 { 2029 .key = "persist.sys.fingerpressnavi", 2030 .value = "0", 2031 }, 2032 { 2033 .key = "persist.sys.fingersense", 2034 .value = "1", 2035 }, 2036 { 2037 .key = "persist.sys.huawei.debug.on", 2038 .value = "0", 2039 }, 2040 { 2041 .key = "persist.sys.hwairplanestate", 2042 .value = "error", 2043 }, 2044 { 2045 .key = "persist.sys.iaware.cpuenable", 2046 .value = "true", 2047 }, 2048 { 2049 .key = "persist.sys.iaware_config_ver", 2050 .value = "HUAWEI-NXT-L09_US_iaware_config_1.0_rev.xml", 2051 }, 2052 { 2053 .key = "persist.sys.io.f2fs.defrag", 2054 .value = "1", 2055 }, 2056 { 2057 .key = "persist.sys.jankdb", 2058 .value = "<10><400><400><400><400><400>", 2059 }, 2060 { 2061 .key = "persist.sys.jankenable", 2062 .value = "true", 2063 }, 2064 { 2065 .key = "persist.sys.kmemleak.debug", 2066 .value = "0", 2067 }, 2068 { 2069 .key = "persist.sys.locale", 2070 .value = "en-GB", 2071 }, 2072 { 2073 .key = "persist.sys.logsystem.coredump", 2074 .value = "off", 2075 }, 2076 { 2077 .key = "persist.sys.logsystem.modem", 2078 .value = "0", 2079 }, 2080 { 2081 .key = "persist.sys.logsystem.protohint", 2082 .value = "0", 2083 }, 2084 { 2085 .key = "persist.sys.mcc_match_fyrom", 2086 .value = "", 2087 }, 2088 { 2089 .key = "persist.sys.nosave.cpu.load.b", 2090 .value = "90", 2091 }, 2092 { 2093 .key = "persist.sys.nosave.cpu.load.l", 2094 .value = "95", 2095 }, 2096 { 2097 .key = "persist.sys.nosave.hispeed.b", 2098 .value = "1210000", 2099 }, 2100 { 2101 .key = "persist.sys.nosave.hispeed.l", 2102 .value = "1306000", 2103 }, 2104 { 2105 .key = "persist.sys.nosave.targets.b", 2106 .value = "80:807000:81:1210000:85:1517000:95", 2107 }, 2108 { 2109 .key = "persist.sys.nosave.targets.l", 2110 .value = "70:807000:80:1018000:90:1306000:95", 2111 }, 2112 { 2113 .key = "persist.sys.performance", 2114 .value = "true", 2115 }, 2116 { 2117 .key = "persist.sys.powerup_reason", 2118 .value = "NORMAL", 2119 }, 2120 { 2121 .key = "persist.sys.profiler_ms", 2122 .value = "0", 2123 }, 2124 { 2125 .key = "persist.sys.root.status", 2126 .value = "0", 2127 }, 2128 { 2129 .key = "persist.sys.save.cpu.load.b", 2130 .value = "90", 2131 }, 2132 { 2133 .key = "persist.sys.save.cpu.load.l", 2134 .value = "95", 2135 }, 2136 { 2137 .key = "persist.sys.save.hispeed.b", 2138 .value = "1210000", 2139 }, 2140 { 2141 .key = "persist.sys.save.hispeed.l", 2142 .value = "1306000", 2143 }, 2144 { 2145 .key = "persist.sys.save.targets.b", 2146 .value = "80:807000:81:1210000:85:1517000:95", 2147 }, 2148 { 2149 .key = "persist.sys.save.targets.l", 2150 .value = "70:807000:80:1018000:90:1306000:95", 2151 }, 2152 { 2153 .key = "persist.sys.set.hispeed.b", 2154 .value = "1210000", 2155 }, 2156 { 2157 .key = "persist.sys.set.hispeed.l", 2158 .value = "1306000", 2159 }, 2160 { 2161 .key = "persist.sys.set.load.b", 2162 .value = "85", 2163 }, 2164 { 2165 .key = "persist.sys.set.load.l", 2166 .value = "90", 2167 }, 2168 { 2169 .key = "persist.sys.set.targets.b", 2170 .value = "85:1210000:90:1517000:80", 2171 }, 2172 { 2173 .key = "persist.sys.set.targets.l", 2174 .value = "90:1306000:85", 2175 }, 2176 { 2177 .key = "persist.sys.shut_alarm", 2178 .value = "none", 2179 }, 2180 { 2181 .key = "persist.sys.spsave.cpu.load.b", 2182 .value = "99", 2183 }, 2184 { 2185 .key = "persist.sys.spsave.cpu.load.l", 2186 .value = "99", 2187 }, 2188 { 2189 .key = "persist.sys.spsave.hispeed.b", 2190 .value = "1210000", 2191 }, 2192 { 2193 .key = "persist.sys.spsave.hispeed.l", 2194 .value = "1306000", 2195 }, 2196 { 2197 .key = "persist.sys.spsave.targets.b", 2198 .value = "80:807000:81:1210000:85:1517000:95", 2199 }, 2200 { 2201 .key = "persist.sys.spsave.targets.l", 2202 .value = "70:807000:80:1018000:90:1306000:95", 2203 }, 2204 { 2205 .key = "persist.sys.timezone", 2206 .value = "Asia/Taipei", 2207 }, 2208 { 2209 .key = "persist.sys.usb.config", 2210 .value = "hisuite,mtp,mass_storage,adb", 2211 }, 2212 { 2213 .key = "persist.sys.webview.vmsize", 2214 .value = "116905264", 2215 }, 2216 { 2217 .key = "persist.touch_vsync_opt", 2218 .value = "1", 2219 }, 2220 { 2221 .key = "persist.video_player_opt", 2222 .value = "1", 2223 }, 2224 { 2225 .key = "pm.dexopt.ab-ota", 2226 .value = "speed-profile", 2227 }, 2228 { 2229 .key = "pm.dexopt.bg-dexopt", 2230 .value = "speed-profile", 2231 }, 2232 { 2233 .key = "pm.dexopt.boot", 2234 .value = "verify-profile", 2235 }, 2236 { 2237 .key = "pm.dexopt.core-app", 2238 .value = "speed", 2239 }, 2240 { 2241 .key = "pm.dexopt.first-boot", 2242 .value = "interpret-only", 2243 }, 2244 { 2245 .key = "pm.dexopt.forced-dexopt", 2246 .value = "speed", 2247 }, 2248 { 2249 .key = "pm.dexopt.install", 2250 .value = "interpret-only", 2251 }, 2252 { 2253 .key = "pm.dexopt.nsys-library", 2254 .value = "speed", 2255 }, 2256 { 2257 .key = "pm.dexopt.shared-apk", 2258 .value = "speed", 2259 }, 2260 { 2261 .key = "ril.balong_cid", 2262 .value = "0", 2263 }, 2264 { 2265 .key = "ril.ecclist", 2266 .value = "112,911,000,08,110,118,119,999,911,112", 2267 }, 2268 { 2269 .key = "ril.force_to_set_ecc", 2270 .value = "invalid", 2271 }, 2272 { 2273 .key = "ril.hw_modem0.rssi", 2274 .value = "-1", 2275 }, 2276 { 2277 .key = "ril.hw_modem1.rssi", 2278 .value = "-1", 2279 }, 2280 { 2281 .key = "ril.modem.balong_nvm_server", 2282 .value = "true", 2283 }, 2284 { 2285 .key = "ril.operator.numeric", 2286 .value = "310260", 2287 }, 2288 { 2289 .key = "rild.libargs", 2290 .value = "-m modem0", 2291 }, 2292 { 2293 .key = "rild.libpath", 2294 .value = "/vendor/lib64/libbalong-ril.so", 2295 }, 2296 { 2297 .key = "rild.rild1_ready_to_start", 2298 .value = "false", 2299 }, 2300 { 2301 .key = "ro.adb.secure", 2302 .value = "1", 2303 }, 2304 { 2305 .key = "ro.allow.mock.location", 2306 .value = "0", 2307 }, 2308 { 2309 .key = "ro.baseband", 2310 .value = "unknown", 2311 }, 2312 { 2313 .key = "ro.board.boardid", 2314 .value = "3544", 2315 }, 2316 { 2317 .key = "ro.board.boardname", 2318 .value = "NEXT_L09_VN2", 2319 }, 2320 { 2321 .key = "ro.board.modemid", 2322 .value = "3c002400", 2323 }, 2324 { 2325 .key = "ro.board.platform", 2326 .value = "hi3650", 2327 }, 2328 { 2329 .key = "ro.boardid.product", 2330 .value = "41039", 2331 }, 2332 { 2333 .key = "ro.boot.ddrsize", 2334 .value = "3", 2335 }, 2336 { 2337 .key = "ro.boot.flash.locked", 2338 .value = "1", 2339 }, 2340 { 2341 .key = "ro.boot.hardware", 2342 .value = "hi3650", 2343 }, 2344 { 2345 .key = "ro.boot.mode", 2346 .value = "normal", 2347 }, 2348 { 2349 .key = "ro.boot.selinux", 2350 .value = "enforcing", 2351 }, 2352 { 2353 .key = "ro.boot.serialno", 2354 .value = "AXS0216C15000540", 2355 }, 2356 { 2357 .key = "ro.boot.verifiedbootstate", 2358 .value = "GREEN", 2359 }, 2360 { 2361 .key = "ro.boot.veritymode", 2362 .value = "enforcing", 2363 }, 2364 { 2365 .key = "ro.bootimage.build.date", 2366 .value = "Tue Feb 7 05:28:14 CST 2017", 2367 }, 2368 { 2369 .key = "ro.bootimage.build.date.utc", 2370 .value = "1486416494", 2371 }, 2372 { 2373 .key = "ro.bootimage.build.fingerprint", 2374 .value = "hi3650/hi3650/hi3650:7.0/NRD90M/jenkin02070527:user/test-keys", 2375 }, 2376 { 2377 .key = "ro.bootloader", 2378 .value = "unknown", 2379 }, 2380 { 2381 .key = "ro.bootmode", 2382 .value = "normal", 2383 }, 2384 { 2385 .key = "ro.bt.bdaddr_path", 2386 .value = "/data/misc/bluedroid/macbt", 2387 }, 2388 { 2389 .key = "ro.build.characteristics", 2390 .value = "default", 2391 }, 2392 { 2393 .key = "ro.build.date", 2394 .value = "Tue Feb 7 04:52:44 CST 2017", 2395 }, 2396 { 2397 .key = "ro.build.date.utc", 2398 .value = "1486414364", 2399 }, 2400 { 2401 .key = "ro.build.description", 2402 .value = "NXT-L09-user 7.0 HUAWEINXT-L09 C636B563 release-keys", 2403 }, 2404 { 2405 .key = "ro.build.diaplay.id", 2406 .value = "System 5.0.0.48(0IMA)", 2407 }, 2408 { 2409 .key = "ro.build.display.id", 2410 .value = "NXT-L09C636B563", 2411 }, 2412 { 2413 .key = "ro.build.fingerprint", 2414 .value = "HUAWEI/NXT-L09/HWNXT:7.0/HUAWEINXT-L09/C636B563:user/release-keys", 2415 }, 2416 { 2417 .key = "ro.build.flavor", 2418 .value = "hi3650-user", 2419 }, 2420 { 2421 .key = "ro.build.hide", 2422 .value = "false", 2423 }, 2424 { 2425 .key = "ro.build.hide.matchers", 2426 .value = "NXT;nxt;hi3650;huawei;mali-t880", 2427 }, 2428 { 2429 .key = "ro.build.hide.replacements", 2430 .value = "X100;X100;X100;unknown;unknown;", 2431 }, 2432 { 2433 .key = "ro.build.hide.settings", 2434 .value = "8;1.8 GHz;2.0GB;11.00 GB;16.00 GB;1080 x 720;4.4;3.10.30;4.1", 2435 }, 2436 { 2437 .key = "ro.build.host", 2438 .value = "wuhjk0069cna", 2439 }, 2440 { 2441 .key = "ro.build.hw_emui_api_level", 2442 .value = "11", 2443 }, 2444 { 2445 .key = "ro.build.id", 2446 .value = "HUAWEINXT-L09", 2447 }, 2448 { 2449 .key = "ro.build.product", 2450 .value = "NXT", 2451 }, 2452 { 2453 .key = "ro.build.tags", 2454 .value = "release-keys", 2455 }, 2456 { 2457 .key = "ro.build.type", 2458 .value = "user", 2459 }, 2460 { 2461 .key = "ro.build.update_version", 2462 .value = "V1_2", 2463 }, 2464 { 2465 .key = "ro.build.user", 2466 .value = "test", 2467 }, 2468 { 2469 .key = "ro.build.version.all_codenames", 2470 .value = "REL", 2471 }, 2472 { 2473 .key = "ro.build.version.base_os", 2474 .value = "", 2475 }, 2476 { 2477 .key = "ro.build.version.codename", 2478 .value = "REL", 2479 }, 2480 { 2481 .key = "ro.build.version.emui", 2482 .value = "EmotionUI_5.0", 2483 }, 2484 { 2485 .key = "ro.build.version.incremental", 2486 .value = "C636B563", 2487 }, 2488 { 2489 .key = "ro.build.version.preview_sdk", 2490 .value = "0", 2491 }, 2492 { 2493 .key = "ro.build.version.release", 2494 .value = "7.0", 2495 }, 2496 { 2497 .key = "ro.build.version.sdk", 2498 .value = "24", 2499 }, 2500 { 2501 .key = "ro.build.version.security_patch", 2502 .value = "2017-01-01", 2503 }, 2504 { 2505 .key = "ro.carrier", 2506 .value = "unknown", 2507 }, 2508 { 2509 .key = "ro.cellbroadcast.emergencyids", 2510 .value = "0-65534", 2511 }, 2512 { 2513 .key = "ro.check.modem_network", 2514 .value = "true", 2515 }, 2516 { 2517 .key = "ro.com.android.dataroaming", 2518 .value = "false", 2519 }, 2520 { 2521 .key = "ro.com.google.clientidbase", 2522 .value = "android-huawei", 2523 }, 2524 { 2525 .key = "ro.com.google.clientidbase.am", 2526 .value = "android-huawei", 2527 }, 2528 { 2529 .key = "ro.com.google.clientidbase.gmm", 2530 .value = "android-huawei", 2531 }, 2532 { 2533 .key = "ro.com.google.clientidbase.ms", 2534 .value = "android-huawei", 2535 }, 2536 { 2537 .key = "ro.com.google.clientidbase.yt", 2538 .value = "android-huawei", 2539 }, 2540 { 2541 .key = "ro.com.google.gmsversion", 2542 .value = "7.0_r5", 2543 }, 2544 { 2545 .key = "ro.comp.chip_need_vndk", 2546 .value = "VA7.0-E5.0-B10005", 2547 }, 2548 { 2549 .key = "ro.comp.chip_support_sndk", 2550 .value = "SA7.0-E5.0-B00005", 2551 }, 2552 { 2553 .key = "ro.comp.chipset_version", 2554 .value = "Chipset-austin 5.0.0.3(079D)", 2555 }, 2556 { 2557 .key = "ro.comp.cust_version", 2558 .value = "Cust-636000 5.0.0.1(0001)", 2559 }, 2560 { 2561 .key = "ro.comp.product_version", 2562 .value = "Product-NXT 4.0.0.5(0000)", 2563 }, 2564 { 2565 .key = "ro.comp.sys_need_sndk", 2566 .value = "SA7.0-E5.0-B00005", 2567 }, 2568 { 2569 .key = "ro.comp.sys_support_vndk", 2570 .value = "VA7.0-E5.0-B10005", 2571 }, 2572 { 2573 .key = "ro.comp.system_version", 2574 .value = "System 5.0.0.48(0IMA)", 2575 }, 2576 { 2577 .key = "ro.comp.version_version", 2578 .value = "Version-NXT-L09-636000 5.0.0.1(000F)", 2579 }, 2580 { 2581 .key = "ro.confg.hw_bootversion", 2582 .value = "Chipset-austin 5.0.0.3(079D)_BOOT", 2583 }, 2584 { 2585 .key = "ro.confg.hw_fastbootversion", 2586 .value = "Chipset-austin 5.0.0.3(079D)_FASTBOOT", 2587 }, 2588 { 2589 .key = "ro.confg.hw_systemversion", 2590 .value = "System 5.0.0.48(0IMA)", 2591 }, 2592 { 2593 .key = "ro.confg.hw_userdataversion", 2594 .value = "NXT-L09C636B563_DATA_hw_spcseas", 2595 }, 2596 { 2597 .key = "ro.config.DelaySwitchUserDlg", 2598 .value = "true", 2599 }, 2600 { 2601 .key = "ro.config.alarm_alert", 2602 .value = "Aegean_Sea.ogg", 2603 }, 2604 { 2605 .key = "ro.config.app_big_icon_size", 2606 .value = "161", 2607 }, 2608 { 2609 .key = "ro.config.attach_apn_enabled", 2610 .value = "true", 2611 }, 2612 { 2613 .key = "ro.config.attach_ip_type", 2614 .value = "IPV4V6", 2615 }, 2616 { 2617 .key = "ro.config.backcolor", 2618 .value = "gray", 2619 }, 2620 { 2621 .key = "ro.config.c2dmdelay", 2622 .value = "30000", 2623 }, 2624 { 2625 .key = "ro.config.ca_withoutcat", 2626 .value = "true", 2627 }, 2628 { 2629 .key = "ro.config.calendar_event_order", 2630 .value = "true", 2631 }, 2632 { 2633 .key = "ro.config.carkitmodenotif", 2634 .value = "true", 2635 }, 2636 { 2637 .key = "ro.config.cbs_del_2B", 2638 .value = "true", 2639 }, 2640 { 2641 .key = "ro.config.colorTemperature_3d", 2642 .value = "true", 2643 }, 2644 { 2645 .key = "ro.config.colorTemperature_K3", 2646 .value = "true", 2647 }, 2648 { 2649 .key = "ro.config.compatibility_enable", 2650 .value = "1", 2651 }, 2652 { 2653 .key = "ro.config.data_preinstalled", 2654 .value = "true", 2655 }, 2656 { 2657 .key = "ro.config.devicecolor", 2658 .value = "gray", 2659 }, 2660 { 2661 .key = "ro.config.dist_nosim_airplane", 2662 .value = "true", 2663 }, 2664 { 2665 .key = "ro.config.dsds_mode", 2666 .value = "umts", 2667 }, 2668 { 2669 .key = "ro.config.dualsim_display", 2670 .value = "true", 2671 }, 2672 { 2673 .key = "ro.config.emergencycall_show", 2674 .value = "true", 2675 }, 2676 { 2677 .key = "ro.config.enable_c2dm_delay", 2678 .value = "true", 2679 }, 2680 { 2681 .key = "ro.config.enable_iaware", 2682 .value = "true", 2683 }, 2684 { 2685 .key = "ro.config.enable_perfhub_fling", 2686 .value = "false", 2687 }, 2688 { 2689 .key = "ro.config.finger_joint", 2690 .value = "true", 2691 }, 2692 { 2693 .key = "ro.config.fp_navigation", 2694 .value = "true", 2695 }, 2696 { 2697 .key = "ro.config.gcm_hb_speed_factor", 2698 .value = "4", 2699 }, 2700 { 2701 .key = "ro.config.gcm_hb_speedup", 2702 .value = "true", 2703 }, 2704 { 2705 .key = "ro.config.hebrew_dialpad_show", 2706 .value = "true", 2707 }, 2708 { 2709 .key = "ro.config.helix_enable", 2710 .value = "true", 2711 }, 2712 { 2713 .key = "ro.config.hideContactWithoutNum", 2714 .value = "true", 2715 }, 2716 { 2717 .key = "ro.config.hk_3gpp_notdownload", 2718 .value = "true", 2719 }, 2720 { 2721 .key = "ro.config.hspap_hsdpa_open", 2722 .value = "1", 2723 }, 2724 { 2725 .key = "ro.config.huawei_smallwindow", 2726 .value = "17,18,1064,1330", 2727 }, 2728 { 2729 .key = "ro.config.hw.imeisv", 2730 .value = "true", 2731 }, 2732 { 2733 .key = "ro.config.hw.security_volume", 2734 .value = "8", 2735 }, 2736 { 2737 .key = "ro.config.hw_3G_support", 2738 .value = "true", 2739 }, 2740 { 2741 .key = "ro.config.hw_ReduceSAR", 2742 .value = "true", 2743 }, 2744 { 2745 .key = "ro.config.hw_RemindWifiToPdp", 2746 .value = "true", 2747 }, 2748 { 2749 .key = "ro.config.hw_TW_emergencyNum", 2750 .value = "true", 2751 }, 2752 { 2753 .key = "ro.config.hw_allow_rs_mms", 2754 .value = "true", 2755 }, 2756 { 2757 .key = "ro.config.hw_allow_ums_and_mtp", 2758 .value = "true", 2759 }, 2760 { 2761 .key = "ro.config.hw_always_allow_mms", 2762 .value = "0", 2763 }, 2764 { 2765 .key = "ro.config.hw_change_volte_icon", 2766 .value = "true", 2767 }, 2768 { 2769 .key = "ro.config.hw_channel_info", 2770 .value = "0,0,0,0", 2771 }, 2772 { 2773 .key = "ro.config.hw_cover_brightness", 2774 .value = "0", 2775 }, 2776 { 2777 .key = "ro.config.hw_dsda", 2778 .value = "false", 2779 }, 2780 { 2781 .key = "ro.config.hw_dts", 2782 .value = "true", 2783 }, 2784 { 2785 .key = "ro.config.hw_eapsim", 2786 .value = "true", 2787 }, 2788 { 2789 .key = "ro.config.hw_ecc_with_sim_card", 2790 .value = "true", 2791 }, 2792 { 2793 .key = "ro.config.hw_ecclist_nocard", 2794 .value = "1+110,6+119,8+118", 2795 }, 2796 { 2797 .key = "ro.config.hw_ecclist_withcard", 2798 .value = "1+110,6+119,8+118", 2799 }, 2800 { 2801 .key = "ro.config.hw_em_solution_ver", 2802 .value = "B060", 2803 }, 2804 { 2805 .key = "ro.config.hw_enable_merge", 2806 .value = "true", 2807 }, 2808 { 2809 .key = "ro.config.hw_globalEcc", 2810 .value = "true", 2811 }, 2812 { 2813 .key = "ro.config.hw_glovemode_enabled", 2814 .value = "1", 2815 }, 2816 { 2817 .key = "ro.config.hw_gps_power_track", 2818 .value = "true", 2819 }, 2820 { 2821 .key = "ro.config.hw_hideSimIcon", 2822 .value = "false", 2823 }, 2824 { 2825 .key = "ro.config.hw_hidecallforward", 2826 .value = "false", 2827 }, 2828 { 2829 .key = "ro.config.hw_hotswap_on", 2830 .value = "true", 2831 }, 2832 { 2833 .key = "ro.config.hw_hungtasklist", 2834 .value = "whitelist,system_server,SurfaceFlinger", 2835 }, 2836 { 2837 .key = "ro.config.hw_icon_supprot_cut", 2838 .value = "false", 2839 }, 2840 { 2841 .key = "ro.config.hw_imei_sv_enable", 2842 .value = "true", 2843 }, 2844 { 2845 .key = "ro.config.hw_imei_sv_show_two", 2846 .value = "true", 2847 }, 2848 { 2849 .key = "ro.config.hw_lock_emergency", 2850 .value = "true", 2851 }, 2852 { 2853 .key = "ro.config.hw_low_ram", 2854 .value = "false", 2855 }, 2856 { 2857 .key = "ro.config.hw_lte_support", 2858 .value = "true", 2859 }, 2860 { 2861 .key = "ro.config.hw_media_flags", 2862 .value = "3", 2863 }, 2864 { 2865 .key = "ro.config.hw_multiscreen", 2866 .value = "false", 2867 }, 2868 { 2869 .key = "ro.config.hw_music_lp", 2870 .value = "true", 2871 }, 2872 { 2873 .key = "ro.config.hw_navigationbar", 2874 .value = "true", 2875 }, 2876 { 2877 .key = "ro.config.hw_nfc_def_route", 2878 .value = "2", 2879 }, 2880 { 2881 .key = "ro.config.hw_nfc_msimce", 2882 .value = "false", 2883 }, 2884 { 2885 .key = "ro.config.hw_nfc_on", 2886 .value = "true", 2887 }, 2888 { 2889 .key = "ro.config.hw_not_modify_wifi", 2890 .value = "Singtel WIFI", 2891 }, 2892 { 2893 .key = "ro.config.hw_omacp", 2894 .value = "1", 2895 }, 2896 { 2897 .key = "ro.config.hw_opta", 2898 .value = "636", 2899 }, 2900 { 2901 .key = "ro.config.hw_optb", 2902 .value = "999", 2903 }, 2904 { 2905 .key = "ro.config.hw_perfhub", 2906 .value = "true", 2907 }, 2908 { 2909 .key = "ro.config.hw_power_saving", 2910 .value = "true", 2911 }, 2912 { 2913 .key = "ro.config.hw_privacySpace", 2914 .value = "false", 2915 }, 2916 { 2917 .key = "ro.config.hw_rcm_cert", 2918 .value = "true", 2919 }, 2920 { 2921 .key = "ro.config.hw_sensorhub", 2922 .value = "true", 2923 }, 2924 { 2925 .key = "ro.config.hw_showSimName", 2926 .value = "true", 2927 }, 2928 { 2929 .key = "ro.config.hw_showTestInfo", 2930 .value = "false", 2931 }, 2932 { 2933 .key = "ro.config.hw_show_4G_Plus_icon", 2934 .value = "true", 2935 }, 2936 { 2937 .key = "ro.config.hw_show_mmiError", 2938 .value = "true", 2939 }, 2940 { 2941 .key = "ro.config.hw_show_network_icon", 2942 .value = "true", 2943 }, 2944 { 2945 .key = "ro.config.hw_sim2airplane", 2946 .value = "false", 2947 }, 2948 { 2949 .key = "ro.config.hw_simlock_retries", 2950 .value = "true", 2951 }, 2952 { 2953 .key = "ro.config.hw_simpleui_enable", 2954 .value = "1", 2955 }, 2956 { 2957 .key = "ro.config.hw_singlehand", 2958 .value = "1", 2959 }, 2960 { 2961 .key = "ro.config.hw_smartcardservice", 2962 .value = "true", 2963 }, 2964 { 2965 .key = "ro.config.hw_southeast_asia", 2966 .value = "true", 2967 }, 2968 { 2969 .key = "ro.config.hw_student_mode_on", 2970 .value = "true", 2971 }, 2972 { 2973 .key = "ro.config.hw_support_clone_app", 2974 .value = "true", 2975 }, 2976 { 2977 .key = "ro.config.hw_support_geofence", 2978 .value = "true", 2979 }, 2980 { 2981 .key = "ro.config.hw_support_ipcall", 2982 .value = "false", 2983 }, 2984 { 2985 .key = "ro.config.hw_support_vm_ecc", 2986 .value = "true", 2987 }, 2988 { 2989 .key = "ro.config.hw_touchplus_enabled", 2990 .value = "false", 2991 }, 2992 { 2993 .key = "ro.config.hw_use_browser_ua", 2994 .value = "http://wap1.huawei.com/uaprof/HUAWEI_%s_UAProfile.xml", 2995 }, 2996 { 2997 .key = "ro.config.hw_vcardBase64", 2998 .value = "true", 2999 }, 3000 { 3001 .key = "ro.config.hw_voicemail_sim", 3002 .value = "true", 3003 }, 3004 { 3005 .key = "ro.config.hw_volte_dyn", 3006 .value = "true", 3007 }, 3008 { 3009 .key = "ro.config.hw_volte_icon_rule", 3010 .value = "2", 3011 }, 3012 { 3013 .key = "ro.config.hw_watermark", 3014 .value = "false", 3015 }, 3016 { 3017 .key = "ro.config.hw_wifi_proxy", 3018 .value = "false", 3019 }, 3020 { 3021 .key = "ro.config.hw_wifipro_enable", 3022 .value = "true", 3023 }, 3024 { 3025 .key = "ro.config.hwft_PinPukUnlockscr", 3026 .value = "true", 3027 }, 3028 { 3029 .key = "ro.config.hwtheme", 3030 .value = "1", 3031 }, 3032 { 3033 .key = "ro.config.ipv4.mtu", 3034 .value = "1400", 3035 }, 3036 { 3037 .key = "ro.config.keyguard_unusedata", 3038 .value = "false", 3039 }, 3040 { 3041 .key = "ro.config.keypasstouser", 3042 .value = "true", 3043 }, 3044 { 3045 .key = "ro.config.launcher_matchcard", 3046 .value = "0", 3047 }, 3048 { 3049 .key = "ro.config.limit_lcd_manual", 3050 .value = "true", 3051 }, 3052 { 3053 .key = "ro.config.linkplus.liveupdate", 3054 .value = "true", 3055 }, 3056 { 3057 .key = "ro.config.linkplus.roaming", 3058 .value = "false", 3059 }, 3060 { 3061 .key = "ro.config.lte_show_northamerica", 3062 .value = "false", 3063 }, 3064 { 3065 .key = "ro.config.marketing_name", 3066 .value = "HUAWEI Mate 8", 3067 }, 3068 { 3069 .key = "ro.config.mm_socket_ctrl", 3070 .value = "1", 3071 }, 3072 { 3073 .key = "ro.config.mmu_en", 3074 .value = "1", 3075 }, 3076 { 3077 .key = "ro.config.multi_task_enable", 3078 .value = "true", 3079 }, 3080 { 3081 .key = "ro.config.music_lp_vol", 3082 .value = "true", 3083 }, 3084 { 3085 .key = "ro.config.myloc_show_first", 3086 .value = "true", 3087 }, 3088 { 3089 .key = "ro.config.nfc_ce_transevt", 3090 .value = "true", 3091 }, 3092 { 3093 .key = "ro.config.nfc_def_route_uicc", 3094 .value = "true", 3095 }, 3096 { 3097 .key = "ro.config.not_show_net_connect", 3098 .value = "true", 3099 }, 3100 { 3101 .key = "ro.config.notification_sound", 3102 .value = "Bongo.ogg", 3103 }, 3104 { 3105 .key = "ro.config.plmn_to_settings", 3106 .value = "true", 3107 }, 3108 { 3109 .key = "ro.config.readBtAddress", 3110 .value = "true", 3111 }, 3112 { 3113 .key = "ro.config.ringtone", 3114 .value = "Huawei_Tune_Living.ogg", 3115 }, 3116 { 3117 .key = "ro.config.ringtone2", 3118 .value = "Huawei_Tune_Clean.ogg", 3119 }, 3120 { 3121 .key = "ro.config.scr_timeout_10sec", 3122 .value = "true", 3123 }, 3124 { 3125 .key = "ro.config.show2846", 3126 .value = "true", 3127 }, 3128 { 3129 .key = "ro.config.show_epg_menu", 3130 .value = "false", 3131 }, 3132 { 3133 .key = "ro.config.show_full_month", 3134 .value = "true", 3135 }, 3136 { 3137 .key = "ro.config.show_nw_mode", 3138 .value = "true", 3139 }, 3140 { 3141 .key = "ro.config.show_vmail_number", 3142 .value = "true", 3143 }, 3144 { 3145 .key = "ro.config.signalplus.tas", 3146 .value = "false", 3147 }, 3148 { 3149 .key = "ro.config.signalplus.xpass", 3150 .value = "false", 3151 }, 3152 { 3153 .key = "ro.config.small.previewpos", 3154 .value = "right", 3155 }, 3156 { 3157 .key = "ro.config.small_cover_size", 3158 .value = "_1047x1312", 3159 }, 3160 { 3161 .key = "ro.config.spare_ntp_server", 3162 .value = "ntp.sjtu.edu.cn,time.windows.com,time.nist.gov,1.cn.pool.ntp.org", 3163 }, 3164 { 3165 .key = "ro.config.support_ca", 3166 .value = "true", 3167 }, 3168 { 3169 .key = "ro.config.support_internetCall", 3170 .value = "false", 3171 }, 3172 { 3173 .key = "ro.config.support_one_time_hota", 3174 .value = "true", 3175 }, 3176 { 3177 .key = "ro.config.switchPrimaryVolume", 3178 .value = "true", 3179 }, 3180 { 3181 .key = "ro.config.theme_display_tw", 3182 .value = "true", 3183 }, 3184 { 3185 .key = "ro.config.tw_dialpad_show", 3186 .value = "true", 3187 }, 3188 { 3189 .key = "ro.config.updatelocation", 3190 .value = "true", 3191 }, 3192 { 3193 .key = "ro.config.utkShowIcon", 3194 .value = "true", 3195 }, 3196 { 3197 .key = "ro.config.virtual_hd_voice", 3198 .value = "true", 3199 }, 3200 { 3201 .key = "ro.config.vm_prioritymode", 3202 .value = "2", 3203 }, 3204 { 3205 .key = "ro.config.widevine_level3", 3206 .value = "true", 3207 }, 3208 { 3209 .key = "ro.config.wifi_country_code", 3210 .value = "true", 3211 }, 3212 { 3213 .key = "ro.config.wifi_reduce_power", 3214 .value = "true,17,12,12", 3215 }, 3216 { 3217 .key = "ro.config.wind_noise_supp", 3218 .value = "true", 3219 }, 3220 { 3221 .key = "ro.connectivity.chiptype", 3222 .value = "bcm43xx", 3223 }, 3224 { 3225 .key = "ro.connectivity.sub_chiptype", 3226 .value = "bcm43455", 3227 }, 3228 { 3229 .key = "ro.crypto.fs_crypto_blkdev", 3230 .value = "/dev/block/dm-5", 3231 }, 3232 { 3233 .key = "ro.crypto.fuse_sdcard", 3234 .value = "true", 3235 }, 3236 { 3237 .key = "ro.crypto.state", 3238 .value = "encrypted", 3239 }, 3240 { 3241 .key = "ro.crypto.type", 3242 .value = "block", 3243 }, 3244 { 3245 .key = "ro.cust.cdrom", 3246 .value = "/data/hw_init/version/region_comm/oversea/cdrom/autorun.iso", 3247 }, 3248 { 3249 .key = "ro.dalvik.vm.native.bridge", 3250 .value = "0", 3251 }, 3252 { 3253 .key = "ro.debuggable", 3254 .value = "0", 3255 }, 3256 { 3257 .key = "ro.dropbox.partnerpath", 3258 .value = "data/cust/xml/huawei_dropboxpartner.txt", 3259 }, 3260 { 3261 .key = "ro.dual.sim.phone", 3262 .value = "false", 3263 }, 3264 { 3265 .key = "ro.email.inline_as_att", 3266 .value = "true", 3267 }, 3268 { 3269 .key = "ro.enable_boot_charger_mode", 3270 .value = "0", 3271 }, 3272 { 3273 .key = "ro.frp.pst", 3274 .value = "/dev/block/bootdevice/by-name/frp", 3275 }, 3276 { 3277 .key = "ro.hardware", 3278 .value = "hi3650", 3279 }, 3280 { 3281 .key = "ro.hardware.alter", 3282 .value = "Hisilicon Kirin 950", 3283 }, 3284 { 3285 .key = "ro.hdmi.service", 3286 .value = "false", 3287 }, 3288 { 3289 .key = "ro.huawei.cust.oma", 3290 .value = "false", 3291 }, 3292 { 3293 .key = "ro.huawei.cust.oma_drm", 3294 .value = "false", 3295 }, 3296 { 3297 .key = "ro.huawei.multiwindow", 3298 .value = "true", 3299 }, 3300 { 3301 .key = "ro.hw.country", 3302 .value = "spcseas", 3303 }, 3304 { 3305 .key = "ro.hw.custPath", 3306 .value = "/cust/hw/spcseas", 3307 }, 3308 { 3309 .key = "ro.hw.oemName", 3310 .value = "NXT-L09", 3311 }, 3312 { 3313 .key = "ro.hw.specialCustPath", 3314 .value = "/cust_spec", 3315 }, 3316 { 3317 .key = "ro.hw.vendor", 3318 .value = "hw", 3319 }, 3320 { 3321 .key = "ro.hwcamera.BackPanorama720P", 3322 .value = "true", 3323 }, 3324 { 3325 .key = "ro.hwcamera.BackSnapShotLimit", 3326 .value = "true", 3327 }, 3328 { 3329 .key = "ro.hwcamera.LightPaintCapSize", 3330 .value = "3264x2448", 3331 }, 3332 { 3333 .key = "ro.hwcamera.SuperNightCapSize", 3334 .value = "3264x2448", 3335 }, 3336 { 3337 .key = "ro.hwcamera.gps_request_delay", 3338 .value = "45", 3339 }, 3340 { 3341 .key = "ro.hwcamera.use.videosize.1080p", 3342 .value = "true", 3343 }, 3344 { 3345 .key = "ro.hwcamera.voicereg.threshold", 3346 .value = "38,31,-40", 3347 }, 3348 { 3349 .key = "ro.hwui.drop_shadow_cache_size", 3350 .value = "6", 3351 }, 3352 { 3353 .key = "ro.hwui.gradient_cache_size", 3354 .value = "1", 3355 }, 3356 { 3357 .key = "ro.hwui.layer_cache_size", 3358 .value = "48", 3359 }, 3360 { 3361 .key = "ro.hwui.path_cache_size", 3362 .value = "32", 3363 }, 3364 { 3365 .key = "ro.hwui.r_buffer_cache_size", 3366 .value = "8", 3367 }, 3368 { 3369 .key = "ro.hwui.shape_cache_size", 3370 .value = "2", 3371 }, 3372 { 3373 .key = "ro.hwui.text_large_cache_height", 3374 .value = "1024", 3375 }, 3376 { 3377 .key = "ro.hwui.text_large_cache_width", 3378 .value = "2048", 3379 }, 3380 { 3381 .key = "ro.hwui.text_small_cache_height", 3382 .value = "1024", 3383 }, 3384 { 3385 .key = "ro.hwui.text_small_cache_width", 3386 .value = "1024", 3387 }, 3388 { 3389 .key = "ro.hwui.texture_cache_flushrate", 3390 .value = "0.4", 3391 }, 3392 { 3393 .key = "ro.hwui.texture_cache_size", 3394 .value = "72", 3395 }, 3396 { 3397 .key = "ro.image", 3398 .value = "bootimage", 3399 }, 3400 { 3401 .key = "ro.logsystem.usertype", 3402 .value = "6", 3403 }, 3404 { 3405 .key = "ro.magic.api.version", 3406 .value = "0.1", 3407 }, 3408 { 3409 .key = "ro.multi.rild", 3410 .value = "false", 3411 }, 3412 { 3413 .key = "ro.oem_unlock_supported", 3414 .value = "1", 3415 }, 3416 { 3417 .key = "ro.opengles.version", 3418 .value = "196610", 3419 }, 3420 { 3421 .key = "ro.product.CustCVersion", 3422 .value = "C636", 3423 }, 3424 { 3425 .key = "ro.product.board", 3426 .value = "NXT", 3427 }, 3428 { 3429 .key = "ro.product.brand", 3430 .value = "HUAWEI", 3431 }, 3432 { 3433 .key = "ro.product.cpu.abi", 3434 .value = "arm64-v8a", 3435 }, 3436 { 3437 .key = "ro.product.cpu.abilist", 3438 .value = "arm64-v8a,armeabi-v7a,armeabi", 3439 }, 3440 { 3441 .key = "ro.product.cpu.abilist32", 3442 .value = "armeabi-v7a,armeabi", 3443 }, 3444 { 3445 .key = "ro.product.cpu.abilist64", 3446 .value = "arm64-v8a", 3447 }, 3448 { 3449 .key = "ro.product.device", 3450 .value = "HWNXT", 3451 }, 3452 { 3453 .key = "ro.product.fingerprintName", 3454 .value = "HUAWEI-Z100", 3455 }, 3456 { 3457 .key = "ro.product.hardwareversion", 3458 .value = "HL1UNEXTM", 3459 }, 3460 { 3461 .key = "ro.product.locale", 3462 .value = "en-GB", 3463 }, 3464 { 3465 .key = "ro.product.locale.language", 3466 .value = "en", 3467 }, 3468 { 3469 .key = "ro.product.locale.region", 3470 .value = "US", 3471 }, 3472 { 3473 .key = "ro.product.manufacturer", 3474 .value = "HUAWEI", 3475 }, 3476 { 3477 .key = "ro.product.model", 3478 .value = "HUAWEI NXT-L09", 3479 }, 3480 { 3481 .key = "ro.product.name", 3482 .value = "NXT-L09", 3483 }, 3484 { 3485 .key = "ro.product.platform", 3486 .value = "hi3650", 3487 }, 3488 { 3489 .key = "ro.product.platform.pseudonym", 3490 .value = "1ARB9CV", 3491 }, 3492 { 3493 .key = "ro.revision", 3494 .value = "0", 3495 }, 3496 { 3497 .key = "ro.ril.ecclist", 3498 .value = "112,911,#911,*911", 3499 }, 3500 { 3501 .key = "ro.runmode", 3502 .value = "normal", 3503 }, 3504 { 3505 .key = "ro.runtime.firstboot", 3506 .value = "1524187056955", 3507 }, 3508 { 3509 .key = "ro.secure", 3510 .value = "1", 3511 }, 3512 { 3513 .key = "ro.serialno", 3514 .value = "AXS0216C15000540", 3515 }, 3516 { 3517 .key = "ro.setupwizard.mode", 3518 .value = "OPTIONAL", 3519 }, 3520 { 3521 .key = "ro.setupwizard.require_network", 3522 .value = "any", 3523 }, 3524 { 3525 .key = "ro.sf.lcd_density", 3526 .value = "480", 3527 }, 3528 { 3529 .key = "ro.sys.fw.bg_apps_limit", 3530 .value = "36", 3531 }, 3532 { 3533 .key = "ro.sys.fw.bservice_enable", 3534 .value = "true", 3535 }, 3536 { 3537 .key = "ro.sys.fw.empty_app_percent", 3538 .value = "67", 3539 }, 3540 { 3541 .key = "ro.sys.fw.trim_cache_percent", 3542 .value = "100", 3543 }, 3544 { 3545 .key = "ro.sys.fw.trim_empty_percent", 3546 .value = "100", 3547 }, 3548 { 3549 .key = "ro.sys.fw.trim_enable_memory", 3550 .value = "4294967296", 3551 }, 3552 { 3553 .key = "ro.sys.fw.use_trim_settings", 3554 .value = "true", 3555 }, 3556 { 3557 .key = "ro.sys.powerup_reason", 3558 .value = "NORMAL", 3559 }, 3560 { 3561 .key = "ro.sys.umsdirtyratio", 3562 .value = "2", 3563 }, 3564 { 3565 .key = "ro.sys.wp", 3566 .value = "true", 3567 }, 3568 { 3569 .key = "ro.telephony.default_network", 3570 .value = "9", 3571 }, 3572 { 3573 .key = "ro.tui.service", 3574 .value = "true", 3575 }, 3576 { 3577 .key = "ro.userdata.fs_type", 3578 .value = "ext4", 3579 }, 3580 { 3581 .key = "ro.vendor.build.date", 3582 .value = "Tue Feb 7 05:34:17 CST 2017", 3583 }, 3584 { 3585 .key = "ro.vendor.build.date.utc", 3586 .value = "1486416857", 3587 }, 3588 { 3589 .key = "ro.vr_display.service", 3590 .value = "true", 3591 }, 3592 { 3593 .key = "ro.wifi.channels", 3594 .value = "", 3595 }, 3596 { 3597 .key = "ro.zygote", 3598 .value = "zygote64_32", 3599 }, 3600 { 3601 .key = "security.perf_harden", 3602 .value = "1", 3603 }, 3604 { 3605 .key = "selinux.reload_policy", 3606 .value = "1", 3607 }, 3608 { 3609 .key = "service.bootanim.exit", 3610 .value = "1", 3611 }, 3612 { 3613 .key = "sys.2dsdr.pkgname", 3614 .value = "*", 3615 }, 3616 { 3617 .key = "sys.2dsdr.startratio", 3618 .value = "1", 3619 }, 3620 { 3621 .key = "sys.aps.gameProcessName", 3622 .value = "", 3623 }, 3624 { 3625 .key = "sys.aps.support", 3626 .value = "39163", 3627 }, 3628 { 3629 .key = "sys.aps.support.tmp", 3630 .value = "39163", 3631 }, 3632 { 3633 .key = "sys.aps.version", 3634 .value = "3.3.10-3.2.10.1", 3635 }, 3636 { 3637 .key = "sys.boot_completed", 3638 .value = "1", 3639 }, 3640 { 3641 .key = "sys.defaultapn.enabled", 3642 .value = "true", 3643 }, 3644 { 3645 .key = "sys.fingerprint.deviceId", 3646 .value = "0", 3647 }, 3648 { 3649 .key = "sys.hw_boot_success", 3650 .value = "1", 3651 }, 3652 { 3653 .key = "sys.hwsholder.count", 3654 .value = "0", 3655 }, 3656 { 3657 .key = "sys.iswifihotspoton", 3658 .value = "false", 3659 }, 3660 { 3661 .key = "sys.oem_unlock_allowed", 3662 .value = "0", 3663 }, 3664 { 3665 .key = "sys.refresh.dirty", 3666 .value = "1", 3667 }, 3668 { 3669 .key = "sys.resettype", 3670 .value = "normal:press1s", 3671 }, 3672 { 3673 .key = "sys.show_google_nlp", 3674 .value = "true", 3675 }, 3676 { 3677 .key = "sys.super_power_save", 3678 .value = "false", 3679 }, 3680 { 3681 .key = "sys.sysctl.extra_free_kbytes", 3682 .value = "24300", 3683 }, 3684 { 3685 .key = "sys.usb.config", 3686 .value = "hisuite,mtp,mass_storage,adb", 3687 }, 3688 { 3689 .key = "sys.usb.configfs", 3690 .value = "1", 3691 }, 3692 { 3693 .key = "sys.usb.controller", 3694 .value = "ff100000.dwc3", 3695 }, 3696 { 3697 .key = "sys.usb.ffs.ready", 3698 .value = "1", 3699 }, 3700 { 3701 .key = "sys.usb.ffs_hdb.ready", 3702 .value = "0", 3703 }, 3704 { 3705 .key = "sys.usb.state", 3706 .value = "hisuite,mtp,mass_storage,adb", 3707 }, 3708 { 3709 .key = "sys.userdata_is_ready", 3710 .value = "1", 3711 }, 3712 { 3713 .key = "trustedcore_sfs_property", 3714 .value = "1", 3715 }, 3716 { 3717 .key = "use_sensorhub_labc", 3718 .value = "false", 3719 }, 3720 { 3721 .key = "viatel.device.at", 3722 .value = "spi.10.ttySPI", 3723 }, 3724 { 3725 .key = "viatel.device.data", 3726 .value = "spi.0.ttySPI", 3727 }, 3728 { 3729 .key = "viatel.device.fls", 3730 .value = "spi.2.ttySPI", 3731 }, 3732 { 3733 .key = "viatel.device.gps", 3734 .value = "spi.5.ttySPI", 3735 }, 3736 { 3737 .key = "viatel.device.pcv", 3738 .value = "spi.4.ttySPI", 3739 }, 3740 { 3741 .key = "vold.crypto_unencrypt_updatedir", 3742 .value = "/data/update", 3743 }, 3744 { 3745 .key = "vold.decrypt", 3746 .value = "trigger_restart_framework", 3747 }, 3748 { 3749 .key = "vold.has_adoptable", 3750 .value = "0", 3751 }, 3752 { 3753 .key = "vold.post_fs_data_done", 3754 .value = "1", 3755 }, 3756 { 3757 .key = "vold.userdata_fstype", 3758 .value = "ext4", 3759 }, 3760 { 3761 .key = "wifi.interface", 3762 .value = "wlan0", 3763 }, 3764 { 3765 .key = "wlan.driver.status", 3766 .value = "ok", 3767 }, 3768 { NULL }, 3769 }; 3770 #endif /* __ANDROID__ */ 3771