• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct cpuinfo_mock_file filesystem[] = {
2 	{
3 		.path = "/proc/cpuinfo",
4 		.size = 340,
5 		.content =
6 			"Processor\t: ARMv7 Processor rev 4 (v7l)\n"
7 			"processor\t: 0\n"
8 			"BogoMIPS\t: 997.78\n"
9 			"\n"
10 			"processor\t: 1\n"
11 			"BogoMIPS\t: 997.78\n"
12 			"\n"
13 			"Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt \n"
14 			"CPU implementer\t: 0x41\n"
15 			"CPU architecture: 7\n"
16 			"CPU variant\t: 0x0\n"
17 			"CPU part\t: 0xc0f\n"
18 			"CPU revision\t: 4\n"
19 			"\n"
20 			"Hardware\t: Manta\n"
21 			"Revision\t: 0008\n"
22 			"Serial\t\t: 4733303344323352\n",
23 	},
24 	{
25 		.path = "/system/build.prop",
26 		.size = 3182,
27 		.content =
28 			"\n"
29 			"# begin build properties\n"
30 			"# autogenerated by buildinfo.sh\n"
31 			"ro.build.id=LMY49J\n"
32 			"ro.build.display.id=LMY49J\n"
33 			"ro.build.version.incremental=2640980\n"
34 			"ro.build.version.sdk=22\n"
35 			"ro.build.version.codename=REL\n"
36 			"ro.build.version.all_codenames=REL\n"
37 			"ro.build.version.release=5.1.1\n"
38 			"ro.build.version.security_patch=2016-04-01\n"
39 			"ro.build.version.base_os=\n"
40 			"ro.build.date=Fri Feb 26 23:48:58 UTC 2016\n"
41 			"ro.build.date.utc=1456530538\n"
42 			"ro.build.type=user\n"
43 			"ro.build.user=android-build\n"
44 			"ro.build.host=wpiz9.hot.corp.google.com\n"
45 			"ro.build.tags=release-keys\n"
46 			"ro.build.flavor=mantaray-user\n"
47 			"ro.product.model=Nexus 10\n"
48 			"ro.product.brand=google\n"
49 			"ro.product.name=mantaray\n"
50 			"ro.product.device=manta\n"
51 			"ro.product.board=manta\n"
52 			"# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
53 			"# use ro.product.cpu.abilist instead.\n"
54 			"ro.product.cpu.abi=armeabi-v7a\n"
55 			"ro.product.cpu.abi2=armeabi\n"
56 			"ro.product.cpu.abilist=armeabi-v7a,armeabi\n"
57 			"ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
58 			"ro.product.cpu.abilist64=\n"
59 			"ro.product.manufacturer=samsung\n"
60 			"ro.product.locale.language=en\n"
61 			"ro.product.locale.region=US\n"
62 			"ro.wifi.channels=\n"
63 			"ro.board.platform=exynos5\n"
64 			"# ro.build.product is obsolete; use ro.product.device\n"
65 			"ro.build.product=manta\n"
66 			"# Do not try to parse description, fingerprint, or thumbprint\n"
67 			"ro.build.description=mantaray-user 5.1.1 LMY49J 2640980 release-keys\n"
68 			"ro.build.fingerprint=google/mantaray/manta:5.1.1/LMY49J/2640980:user/release-keys\n"
69 			"ro.build.characteristics=tablet,nosdcard\n"
70 			"# end build properties\n"
71 			"\n"
72 			"#\n"
73 			"# ADDITIONAL_BUILD_PROPERTIES\n"
74 			"#\n"
75 			"wifi.interface=wlan0\n"
76 			"ro.opengles.version=196609\n"
77 			"ro.sf.lcd_density=320\n"
78 			"ro.hwui.texture_cache_size=72\n"
79 			"ro.hwui.layer_cache_size=48\n"
80 			"ro.hwui.r_buffer_cache_size=8\n"
81 			"ro.hwui.path_cache_size=32\n"
82 			"ro.hwui.gradient_cache_size=1\n"
83 			"ro.hwui.drop_shadow_cache_size=6\n"
84 			"ro.hwui.texture_cache_flushrate=0.4\n"
85 			"ro.hwui.text_small_cache_width=1024\n"
86 			"ro.hwui.text_small_cache_height=1024\n"
87 			"ro.hwui.text_large_cache_width=2048\n"
88 			"ro.hwui.text_large_cache_height=1024\n"
89 			"ro.hwui.disable_scissor_opt=true\n"
90 			"af.fast_track_multiplier=1\n"
91 			"dalvik.vm.heapstartsize=16m\n"
92 			"dalvik.vm.heapgrowthlimit=192m\n"
93 			"dalvik.vm.heapsize=512m\n"
94 			"dalvik.vm.heaptargetutilization=0.75\n"
95 			"dalvik.vm.heapminfree=512k\n"
96 			"dalvik.vm.heapmaxfree=8m\n"
97 			"media.aac_51_output_enabled=true\n"
98 			"ro.config.ringtone=Girtab.ogg\n"
99 			"ro.config.notification_sound=Tejat.ogg\n"
100 			"ro.config.alarm_alert=Oxygen.ogg\n"
101 			"ro.carrier=unknown\n"
102 			"ro.com.android.dateformat=MM-dd-yyyy\n"
103 			"ro.com.android.dataroaming=false\n"
104 			"ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html\n"
105 			"ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html\n"
106 			"ro.com.google.clientidbase=android-google\n"
107 			"ro.com.android.wifi-watchlist=GoogleGuest\n"
108 			"ro.error.receiver.system.apps=com.google.android.gms\n"
109 			"ro.setupwizard.enterprise_mode=1\n"
110 			"ro.setupwizard.network_required=true\n"
111 			"keyguard.no_require_sim=true\n"
112 			"ro.facelock.black_timeout=700\n"
113 			"ro.facelock.det_timeout=1500\n"
114 			"ro.facelock.rec_timeout=2500\n"
115 			"ro.facelock.lively_timeout=2500\n"
116 			"ro.facelock.est_max_time=500\n"
117 			"ro.facelock.use_intro_anim=true\n"
118 			"camera.flash_off=0\n"
119 			"drm.service.enabled=true\n"
120 			"ro.com.widevine.cachesize=16777216\n"
121 			"persist.sys.dalvik.vm.lib.2=libart.so\n"
122 			"dalvik.vm.isa.arm.features=div\n"
123 			"dalvik.vm.dexopt-flags=m=y\n"
124 			"net.bt.name=Android\n"
125 			"dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
126 			"\n",
127 	},
128 	{
129 		.path = "/sys/devices/system/cpu/kernel_max",
130 		.size = 2,
131 		.content = "1\n",
132 	},
133 	{
134 		.path = "/sys/devices/system/cpu/possible",
135 		.size = 4,
136 		.content = "0-1\n",
137 	},
138 	{
139 		.path = "/sys/devices/system/cpu/present",
140 		.size = 4,
141 		.content = "0-1\n",
142 	},
143 	{
144 		.path = "/sys/devices/system/cpu/online",
145 		.size = 4,
146 		.content = "0-1\n",
147 	},
148 	{
149 		.path = "/sys/devices/system/cpu/offline",
150 		.size = 1,
151 		.content = "\n",
152 	},
153 	{
154 		.path = "/sys/devices/system/cpu/cpufreq/all_time_in_state",
155 		.size = 309,
156 		.content =
157 			"freq\t\tcpu0\t\tcpu1\t\t\n"
158 			"200000\t\t219\t\t219\t\t\n"
159 			"300000\t\t17\t\t17\t\t\n"
160 			"400000\t\t10\t\t10\t\t\n"
161 			"500000\t\t17\t\t17\t\t\n"
162 			"600000\t\t10\t\t10\t\t\n"
163 			"700000\t\t0\t\t0\t\t\n"
164 			"800000\t\t1\t\t1\t\t\n"
165 			"900000\t\t19\t\t19\t\t\n"
166 			"1000000\t\t519\t\t519\t\t\n"
167 			"1100000\t\t33\t\t33\t\t\n"
168 			"1200000\t\t50\t\t50\t\t\n"
169 			"1300000\t\t54\t\t54\t\t\n"
170 			"1400000\t\t232\t\t232\t\t\n"
171 			"1500000\t\t219\t\t219\t\t\n"
172 			"1600000\t\t131\t\t131\t\t\n"
173 			"1700000\t\t1211\t\t1211\t\t\n",
174 	},
175 	{
176 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
177 		.size = 12,
178 		.content = "exynos_idle\n",
179 	},
180 	{
181 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
182 		.size = 5,
183 		.content = "menu\n",
184 	},
185 	{
186 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
187 		.size = 4,
188 		.content = "0 1\n",
189 	},
190 	{
191 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
192 		.size = 8,
193 		.content = "1700000\n",
194 	},
195 	{
196 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
197 		.size = 7,
198 		.content = "200000\n",
199 	},
200 	{
201 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
202 		.size = 7,
203 		.content = "100000\n",
204 	},
205 	{
206 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
207 		.size = 4,
208 		.content = "0 1\n",
209 	},
210 	{
211 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
212 		.size = 35,
213 		.content = "userspace interactive performance \n",
214 	},
215 	{
216 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
217 		.size = 8,
218 		.content = "1000000\n",
219 	},
220 	{
221 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
222 		.size = 15,
223 		.content = "exynos_cpufreq\n",
224 	},
225 	{
226 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
227 		.size = 12,
228 		.content = "interactive\n",
229 	},
230 	{
231 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
232 		.size = 7,
233 		.content = "200000\n",
234 	},
235 	{
236 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
237 		.size = 173,
238 		.content =
239 			"1700000 1211\n"
240 			"1600000 145\n"
241 			"1500000 265\n"
242 			"1400000 249\n"
243 			"1300000 57\n"
244 			"1200000 50\n"
245 			"1100000 33\n"
246 			"1000000 524\n"
247 			"900000 19\n"
248 			"800000 1\n"
249 			"700000 0\n"
250 			"600000 10\n"
251 			"500000 17\n"
252 			"400000 10\n"
253 			"300000 17\n"
254 			"200000 219\n",
255 	},
256 	{
257 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
258 		.size = 4,
259 		.content = "215\n",
260 	},
261 	{
262 		.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
263 		.size = 2,
264 		.content = "0\n",
265 	},
266 	{
267 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
268 		.size = 2,
269 		.content = "3\n",
270 	},
271 	{
272 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
273 		.size = 4,
274 		.content = "0-1\n",
275 	},
276 	{
277 		.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
278 		.size = 2,
279 		.content = "0\n",
280 	},
281 	{
282 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
283 		.size = 2,
284 		.content = "1\n",
285 	},
286 	{
287 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
288 		.size = 2,
289 		.content = "0\n",
290 	},
291 	{
292 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
293 		.size = 4,
294 		.content = "0 1\n",
295 	},
296 	{
297 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
298 		.size = 8,
299 		.content = "1700000\n",
300 	},
301 	{
302 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
303 		.size = 7,
304 		.content = "200000\n",
305 	},
306 	{
307 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
308 		.size = 7,
309 		.content = "100000\n",
310 	},
311 	{
312 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
313 		.size = 4,
314 		.content = "0 1\n",
315 	},
316 	{
317 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
318 		.size = 35,
319 		.content = "userspace interactive performance \n",
320 	},
321 	{
322 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
323 		.size = 8,
324 		.content = "1000000\n",
325 	},
326 	{
327 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
328 		.size = 15,
329 		.content = "exynos_cpufreq\n",
330 	},
331 	{
332 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
333 		.size = 12,
334 		.content = "interactive\n",
335 	},
336 	{
337 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
338 		.size = 7,
339 		.content = "200000\n",
340 	},
341 	{
342 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
343 		.size = 173,
344 		.content =
345 			"1700000 1211\n"
346 			"1600000 151\n"
347 			"1500000 302\n"
348 			"1400000 264\n"
349 			"1300000 61\n"
350 			"1200000 54\n"
351 			"1100000 33\n"
352 			"1000000 585\n"
353 			"900000 19\n"
354 			"800000 1\n"
355 			"700000 2\n"
356 			"600000 10\n"
357 			"500000 23\n"
358 			"400000 10\n"
359 			"300000 33\n"
360 			"200000 338\n",
361 	},
362 	{
363 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
364 		.size = 4,
365 		.content = "249\n",
366 	},
367 	{
368 		.path = "/sys/devices/system/cpu/cpu1/topology/core_id",
369 		.size = 2,
370 		.content = "1\n",
371 	},
372 	{
373 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
374 		.size = 2,
375 		.content = "3\n",
376 	},
377 	{
378 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
379 		.size = 4,
380 		.content = "0-1\n",
381 	},
382 	{
383 		.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
384 		.size = 2,
385 		.content = "0\n",
386 	},
387 	{
388 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
389 		.size = 2,
390 		.content = "2\n",
391 	},
392 	{
393 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
394 		.size = 2,
395 		.content = "1\n",
396 	},
397 	{ NULL },
398 };
399 #ifdef __ANDROID__
400 struct cpuinfo_mock_property properties[] = {
401 	{
402 		.key = "af.fast_track_multiplier",
403 		.value = "1",
404 	},
405 	{
406 		.key = "camera.flash_off",
407 		.value = "0",
408 	},
409 	{
410 		.key = "dalvik.vm.dex2oat-Xms",
411 		.value = "64m",
412 	},
413 	{
414 		.key = "dalvik.vm.dex2oat-Xmx",
415 		.value = "512m",
416 	},
417 	{
418 		.key = "dalvik.vm.dexopt-flags",
419 		.value = "m=y",
420 	},
421 	{
422 		.key = "dalvik.vm.heapgrowthlimit",
423 		.value = "192m",
424 	},
425 	{
426 		.key = "dalvik.vm.heapmaxfree",
427 		.value = "8m",
428 	},
429 	{
430 		.key = "dalvik.vm.heapminfree",
431 		.value = "512k",
432 	},
433 	{
434 		.key = "dalvik.vm.heapsize",
435 		.value = "512m",
436 	},
437 	{
438 		.key = "dalvik.vm.heapstartsize",
439 		.value = "16m",
440 	},
441 	{
442 		.key = "dalvik.vm.heaptargetutilization",
443 		.value = "0.75",
444 	},
445 	{
446 		.key = "dalvik.vm.image-dex2oat-Xms",
447 		.value = "64m",
448 	},
449 	{
450 		.key = "dalvik.vm.image-dex2oat-Xmx",
451 		.value = "64m",
452 	},
453 	{
454 		.key = "dalvik.vm.isa.arm.features",
455 		.value = "div",
456 	},
457 	{
458 		.key = "dalvik.vm.stack-trace-file",
459 		.value = "/data/anr/traces.txt",
460 	},
461 	{
462 		.key = "debug.force_rtl",
463 		.value = "0",
464 	},
465 	{
466 		.key = "dev.bootcomplete",
467 		.value = "1",
468 	},
469 	{
470 		.key = "dhcp.wlan0.dns1",
471 		.value = "208.67.222.222",
472 	},
473 	{
474 		.key = "dhcp.wlan0.dns2",
475 		.value = "208.67.220.220",
476 	},
477 	{
478 		.key = "dhcp.wlan0.dns3",
479 		.value = "",
480 	},
481 	{
482 		.key = "dhcp.wlan0.dns4",
483 		.value = "",
484 	},
485 	{
486 		.key = "dhcp.wlan0.domain",
487 		.value = "tfbnw.net",
488 	},
489 	{
490 		.key = "dhcp.wlan0.gateway",
491 		.value = "172.22.192.1",
492 	},
493 	{
494 		.key = "dhcp.wlan0.ipaddress",
495 		.value = "172.22.216.233",
496 	},
497 	{
498 		.key = "dhcp.wlan0.leasetime",
499 		.value = "10569",
500 	},
501 	{
502 		.key = "dhcp.wlan0.mask",
503 		.value = "255.255.224.0",
504 	},
505 	{
506 		.key = "dhcp.wlan0.mtu",
507 		.value = "",
508 	},
509 	{
510 		.key = "dhcp.wlan0.pid",
511 		.value = "1748",
512 	},
513 	{
514 		.key = "dhcp.wlan0.reason",
515 		.value = "REBOOT",
516 	},
517 	{
518 		.key = "dhcp.wlan0.result",
519 		.value = "ok",
520 	},
521 	{
522 		.key = "dhcp.wlan0.server",
523 		.value = "192.168.137.185",
524 	},
525 	{
526 		.key = "dhcp.wlan0.vendorInfo",
527 		.value = "",
528 	},
529 	{
530 		.key = "drm.service.enabled",
531 		.value = "true",
532 	},
533 	{
534 		.key = "gsm.current.phone-type",
535 		.value = "1",
536 	},
537 	{
538 		.key = "gsm.network.type",
539 		.value = "Unknown",
540 	},
541 	{
542 		.key = "gsm.operator.alpha",
543 		.value = "",
544 	},
545 	{
546 		.key = "gsm.operator.iso-country",
547 		.value = "",
548 	},
549 	{
550 		.key = "gsm.operator.isroaming",
551 		.value = "false",
552 	},
553 	{
554 		.key = "gsm.operator.numeric",
555 		.value = "",
556 	},
557 	{
558 		.key = "gsm.sim.operator.alpha",
559 		.value = "",
560 	},
561 	{
562 		.key = "gsm.sim.operator.iso-country",
563 		.value = "",
564 	},
565 	{
566 		.key = "gsm.sim.operator.numeric",
567 		.value = "",
568 	},
569 	{
570 		.key = "gsm.sim.state",
571 		.value = "NOT_READY",
572 	},
573 	{
574 		.key = "init.svc.adbd",
575 		.value = "running",
576 	},
577 	{
578 		.key = "init.svc.bootanim",
579 		.value = "stopped",
580 	},
581 	{
582 		.key = "init.svc.debuggerd",
583 		.value = "running",
584 	},
585 	{
586 		.key = "init.svc.dhcpcd_wlan0",
587 		.value = "running",
588 	},
589 	{
590 		.key = "init.svc.drm",
591 		.value = "running",
592 	},
593 	{
594 		.key = "init.svc.flash_recovery",
595 		.value = "stopped",
596 	},
597 	{
598 		.key = "init.svc.gpsd",
599 		.value = "running",
600 	},
601 	{
602 		.key = "init.svc.healthd",
603 		.value = "running",
604 	},
605 	{
606 		.key = "init.svc.installd",
607 		.value = "running",
608 	},
609 	{
610 		.key = "init.svc.keystore",
611 		.value = "running",
612 	},
613 	{
614 		.key = "init.svc.lmkd",
615 		.value = "running",
616 	},
617 	{
618 		.key = "init.svc.logd",
619 		.value = "running",
620 	},
621 	{
622 		.key = "init.svc.media",
623 		.value = "running",
624 	},
625 	{
626 		.key = "init.svc.mobicore",
627 		.value = "running",
628 	},
629 	{
630 		.key = "init.svc.netd",
631 		.value = "running",
632 	},
633 	{
634 		.key = "init.svc.p2p_supplicant",
635 		.value = "running",
636 	},
637 	{
638 		.key = "init.svc.sdcard",
639 		.value = "running",
640 	},
641 	{
642 		.key = "init.svc.servicemanager",
643 		.value = "running",
644 	},
645 	{
646 		.key = "init.svc.surfaceflinger",
647 		.value = "running",
648 	},
649 	{
650 		.key = "init.svc.ueventd",
651 		.value = "running",
652 	},
653 	{
654 		.key = "init.svc.vold",
655 		.value = "running",
656 	},
657 	{
658 		.key = "init.svc.watchdogd",
659 		.value = "running",
660 	},
661 	{
662 		.key = "init.svc.zygote",
663 		.value = "running",
664 	},
665 	{
666 		.key = "keyguard.no_require_sim",
667 		.value = "true",
668 	},
669 	{
670 		.key = "media.aac_51_output_enabled",
671 		.value = "true",
672 	},
673 	{
674 		.key = "net.bt.name",
675 		.value = "Android",
676 	},
677 	{
678 		.key = "net.change",
679 		.value = "net.dns2",
680 	},
681 	{
682 		.key = "net.dns1",
683 		.value = "208.67.222.222",
684 	},
685 	{
686 		.key = "net.dns2",
687 		.value = "208.67.220.220",
688 	},
689 	{
690 		.key = "net.hostname",
691 		.value = "android-9c98d9ad799416bc",
692 	},
693 	{
694 		.key = "net.qtaguid_enabled",
695 		.value = "1",
696 	},
697 	{
698 		.key = "net.tcp.default_init_rwnd",
699 		.value = "60",
700 	},
701 	{
702 		.key = "persist.sys.country",
703 		.value = "US",
704 	},
705 	{
706 		.key = "persist.sys.dalvik.vm.lib.2",
707 		.value = "libart.so",
708 	},
709 	{
710 		.key = "persist.sys.language",
711 		.value = "en",
712 	},
713 	{
714 		.key = "persist.sys.localevar",
715 		.value = "",
716 	},
717 	{
718 		.key = "persist.sys.profiler_ms",
719 		.value = "0",
720 	},
721 	{
722 		.key = "persist.sys.timezone",
723 		.value = "America/Los_Angeles",
724 	},
725 	{
726 		.key = "persist.sys.usb.config",
727 		.value = "mtp,adb",
728 	},
729 	{
730 		.key = "ro.adb.secure",
731 		.value = "1",
732 	},
733 	{
734 		.key = "ro.allow.mock.location",
735 		.value = "0",
736 	},
737 	{
738 		.key = "ro.baseband",
739 		.value = "unknown",
740 	},
741 	{
742 		.key = "ro.board.platform",
743 		.value = "exynos5",
744 	},
745 	{
746 		.key = "ro.boot.bootloader",
747 		.value = "MANTAMF01",
748 	},
749 	{
750 		.key = "ro.boot.btmacaddr",
751 		.value = "A8:06:00:C5:16:20",
752 	},
753 	{
754 		.key = "ro.boot.serialno",
755 		.value = "R32D303GS1H",
756 	},
757 	{
758 		.key = "ro.boot.wifimacaddr",
759 		.value = "A8:06:00:C5:16:21",
760 	},
761 	{
762 		.key = "ro.bootloader",
763 		.value = "MANTAMF01",
764 	},
765 	{
766 		.key = "ro.bootmode",
767 		.value = "unknown",
768 	},
769 	{
770 		.key = "ro.bt.bdaddr_path",
771 		.value = "/factory/bluetooth/bt_addr",
772 	},
773 	{
774 		.key = "ro.build.characteristics",
775 		.value = "tablet,nosdcard",
776 	},
777 	{
778 		.key = "ro.build.date.utc",
779 		.value = "1456530538",
780 	},
781 	{
782 		.key = "ro.build.date",
783 		.value = "Fri Feb 26 23:48:58 UTC 2016",
784 	},
785 	{
786 		.key = "ro.build.description",
787 		.value = "mantaray-user 5.1.1 LMY49J 2640980 release-keys",
788 	},
789 	{
790 		.key = "ro.build.display.id",
791 		.value = "LMY49J",
792 	},
793 	{
794 		.key = "ro.build.fingerprint",
795 		.value = "google/mantaray/manta:5.1.1/LMY49J/2640980:user/release-keys",
796 	},
797 	{
798 		.key = "ro.build.flavor",
799 		.value = "mantaray-user",
800 	},
801 	{
802 		.key = "ro.build.host",
803 		.value = "wpiz9.hot.corp.google.com",
804 	},
805 	{
806 		.key = "ro.build.id",
807 		.value = "LMY49J",
808 	},
809 	{
810 		.key = "ro.build.product",
811 		.value = "manta",
812 	},
813 	{
814 		.key = "ro.build.tags",
815 		.value = "release-keys",
816 	},
817 	{
818 		.key = "ro.build.type",
819 		.value = "user",
820 	},
821 	{
822 		.key = "ro.build.user",
823 		.value = "android-build",
824 	},
825 	{
826 		.key = "ro.build.version.all_codenames",
827 		.value = "REL",
828 	},
829 	{
830 		.key = "ro.build.version.base_os",
831 		.value = "",
832 	},
833 	{
834 		.key = "ro.build.version.codename",
835 		.value = "REL",
836 	},
837 	{
838 		.key = "ro.build.version.incremental",
839 		.value = "2640980",
840 	},
841 	{
842 		.key = "ro.build.version.release",
843 		.value = "5.1.1",
844 	},
845 	{
846 		.key = "ro.build.version.sdk",
847 		.value = "22",
848 	},
849 	{
850 		.key = "ro.build.version.security_patch",
851 		.value = "2016-04-01",
852 	},
853 	{
854 		.key = "ro.carrier",
855 		.value = "unknown",
856 	},
857 	{
858 		.key = "ro.com.android.dataroaming",
859 		.value = "false",
860 	},
861 	{
862 		.key = "ro.com.android.dateformat",
863 		.value = "MM-dd-yyyy",
864 	},
865 	{
866 		.key = "ro.com.android.wifi-watchlist",
867 		.value = "GoogleGuest",
868 	},
869 	{
870 		.key = "ro.com.google.clientidbase",
871 		.value = "android-google",
872 	},
873 	{
874 		.key = "ro.com.widevine.cachesize",
875 		.value = "16777216",
876 	},
877 	{
878 		.key = "ro.config.alarm_alert",
879 		.value = "Oxygen.ogg",
880 	},
881 	{
882 		.key = "ro.config.notification_sound",
883 		.value = "Tejat.ogg",
884 	},
885 	{
886 		.key = "ro.config.ringtone",
887 		.value = "Girtab.ogg",
888 	},
889 	{
890 		.key = "ro.crypto.fuse_sdcard",
891 		.value = "true",
892 	},
893 	{
894 		.key = "ro.crypto.state",
895 		.value = "unencrypted",
896 	},
897 	{
898 		.key = "ro.dalvik.vm.native.bridge",
899 		.value = "0",
900 	},
901 	{
902 		.key = "ro.debuggable",
903 		.value = "0",
904 	},
905 	{
906 		.key = "ro.error.receiver.system.apps",
907 		.value = "com.google.android.gms",
908 	},
909 	{
910 		.key = "ro.facelock.black_timeout",
911 		.value = "700",
912 	},
913 	{
914 		.key = "ro.facelock.det_timeout",
915 		.value = "1500",
916 	},
917 	{
918 		.key = "ro.facelock.est_max_time",
919 		.value = "500",
920 	},
921 	{
922 		.key = "ro.facelock.lively_timeout",
923 		.value = "2500",
924 	},
925 	{
926 		.key = "ro.facelock.rec_timeout",
927 		.value = "2500",
928 	},
929 	{
930 		.key = "ro.facelock.use_intro_anim",
931 		.value = "true",
932 	},
933 	{
934 		.key = "ro.factorytest",
935 		.value = "0",
936 	},
937 	{
938 		.key = "ro.hardware",
939 		.value = "manta",
940 	},
941 	{
942 		.key = "ro.hwui.disable_scissor_opt",
943 		.value = "true",
944 	},
945 	{
946 		.key = "ro.hwui.drop_shadow_cache_size",
947 		.value = "6",
948 	},
949 	{
950 		.key = "ro.hwui.gradient_cache_size",
951 		.value = "1",
952 	},
953 	{
954 		.key = "ro.hwui.layer_cache_size",
955 		.value = "48",
956 	},
957 	{
958 		.key = "ro.hwui.path_cache_size",
959 		.value = "32",
960 	},
961 	{
962 		.key = "ro.hwui.r_buffer_cache_size",
963 		.value = "8",
964 	},
965 	{
966 		.key = "ro.hwui.text_large_cache_height",
967 		.value = "1024",
968 	},
969 	{
970 		.key = "ro.hwui.text_large_cache_width",
971 		.value = "2048",
972 	},
973 	{
974 		.key = "ro.hwui.text_small_cache_height",
975 		.value = "1024",
976 	},
977 	{
978 		.key = "ro.hwui.text_small_cache_width",
979 		.value = "1024",
980 	},
981 	{
982 		.key = "ro.hwui.texture_cache_flushrate",
983 		.value = "0.4",
984 	},
985 	{
986 		.key = "ro.hwui.texture_cache_size",
987 		.value = "72",
988 	},
989 	{
990 		.key = "ro.opengles.version",
991 		.value = "196609",
992 	},
993 	{
994 		.key = "ro.product.board",
995 		.value = "manta",
996 	},
997 	{
998 		.key = "ro.product.brand",
999 		.value = "google",
1000 	},
1001 	{
1002 		.key = "ro.product.cpu.abi2",
1003 		.value = "armeabi",
1004 	},
1005 	{
1006 		.key = "ro.product.cpu.abi",
1007 		.value = "armeabi-v7a",
1008 	},
1009 	{
1010 		.key = "ro.product.cpu.abilist32",
1011 		.value = "armeabi-v7a,armeabi",
1012 	},
1013 	{
1014 		.key = "ro.product.cpu.abilist64",
1015 		.value = "",
1016 	},
1017 	{
1018 		.key = "ro.product.cpu.abilist",
1019 		.value = "armeabi-v7a,armeabi",
1020 	},
1021 	{
1022 		.key = "ro.product.device",
1023 		.value = "manta",
1024 	},
1025 	{
1026 		.key = "ro.product.locale.language",
1027 		.value = "en",
1028 	},
1029 	{
1030 		.key = "ro.product.locale.region",
1031 		.value = "US",
1032 	},
1033 	{
1034 		.key = "ro.product.manufacturer",
1035 		.value = "samsung",
1036 	},
1037 	{
1038 		.key = "ro.product.model",
1039 		.value = "Nexus 10",
1040 	},
1041 	{
1042 		.key = "ro.product.name",
1043 		.value = "mantaray",
1044 	},
1045 	{
1046 		.key = "ro.radio.noril",
1047 		.value = "yes",
1048 	},
1049 	{
1050 		.key = "ro.revision",
1051 		.value = "8",
1052 	},
1053 	{
1054 		.key = "ro.runtime.firstboot",
1055 		.value = "1515119518495",
1056 	},
1057 	{
1058 		.key = "ro.secure",
1059 		.value = "1",
1060 	},
1061 	{
1062 		.key = "ro.serialno",
1063 		.value = "R32D303GS1H",
1064 	},
1065 	{
1066 		.key = "ro.setupwizard.enterprise_mode",
1067 		.value = "1",
1068 	},
1069 	{
1070 		.key = "ro.setupwizard.network_required",
1071 		.value = "true",
1072 	},
1073 	{
1074 		.key = "ro.sf.lcd_density",
1075 		.value = "320",
1076 	},
1077 	{
1078 		.key = "ro.url.legal.android_privacy",
1079 		.value = "http://www.google.com/intl/%s/mobile/android/basic/privacy.html",
1080 	},
1081 	{
1082 		.key = "ro.url.legal",
1083 		.value = "http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html",
1084 	},
1085 	{
1086 		.key = "ro.wifi.channels",
1087 		.value = "",
1088 	},
1089 	{
1090 		.key = "ro.zygote",
1091 		.value = "zygote32",
1092 	},
1093 	{
1094 		.key = "selinux.reload_policy",
1095 		.value = "1",
1096 	},
1097 	{
1098 		.key = "service.bootanim.exit",
1099 		.value = "1",
1100 	},
1101 	{
1102 		.key = "sys.boot_completed",
1103 		.value = "1",
1104 	},
1105 	{
1106 		.key = "sys.sysctl.extra_free_kbytes",
1107 		.value = "48000",
1108 	},
1109 	{
1110 		.key = "sys.sysctl.tcp_def_init_rwnd",
1111 		.value = "60",
1112 	},
1113 	{
1114 		.key = "sys.usb.config",
1115 		.value = "mtp,adb",
1116 	},
1117 	{
1118 		.key = "sys.usb.state",
1119 		.value = "mtp,adb",
1120 	},
1121 	{
1122 		.key = "vold.post_fs_data_done",
1123 		.value = "1",
1124 	},
1125 	{
1126 		.key = "wifi.interface",
1127 		.value = "wlan0",
1128 	},
1129 	{
1130 		.key = "wlan.driver.status",
1131 		.value = "ok",
1132 	},
1133 	{ NULL },
1134 };
1135 #endif /* __ANDROID__ */
1136