• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct cpuinfo_mock_file filesystem[] = {
2 	{
3 		.path = "/proc/cpuinfo",
4 		.size = 341,
5 		.content =
6 			"Processor\t: AArch64 Processor rev 3 (aarch64)\n"
7 			"processor\t: 0\n"
8 			"processor\t: 1\n"
9 			"processor\t: 2\n"
10 			"processor\t: 3\n"
11 			"Features\t: fp asimd aes pmull sha1 sha2 crc32 wp half thumb fastmult vfp edsp neon vfpv3 tlsi vfpv4 idiva idivt \n"
12 			"CPU implementer\t: 0x41\n"
13 			"CPU architecture: 8\n"
14 			"CPU variant\t: 0x0\n"
15 			"CPU part\t: 0xd03\n"
16 			"CPU revision\t: 3\n"
17 			"\n"
18 			"Hardware\t: SAMSUNG Exynos7580\n",
19 	},
20 	{
21 		.path = "/system/build.prop",
22 		.size = 4408,
23 		.content =
24 			"\n"
25 			"# begin build properties\n"
26 			"# autogenerated by buildinfo.sh\n"
27 			"ro.build.id=LMY47X\n"
28 			"ro.build.display.id=LMY47X.A310FXXU2APDC\n"
29 			"ro.build.version.incremental=A310FXXU2APDC\n"
30 			"ro.build.version.sdk=22\n"
31 			"ro.build.version.codename=REL\n"
32 			"ro.build.version.all_codenames=REL\n"
33 			"ro.build.version.release=5.1.1\n"
34 			"ro.build.version.security_patch=2016-05-01\n"
35 			"ro.build.version.base_os=\n"
36 			"ro.build.date=Wed Apr 27 12:50:56 KST 2016\n"
37 			"ro.build.date.utc=1461729056\n"
38 			"ro.build.type=user\n"
39 			"ro.build.user=dpi\n"
40 			"ro.build.host=SWDC3414\n"
41 			"ro.build.tags=release-keys\n"
42 			"ro.build.flavor=a3xeltexx-user\n"
43 			"ro.product.model=SM-A310F\n"
44 			"ro.product.brand=samsung\n"
45 			"ro.product.name=a3xeltexx\n"
46 			"ro.product.device=a3xelte\n"
47 			"ro.product.board=universal7580\n"
48 			"# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
49 			"# use ro.product.cpu.abilist instead.\n"
50 			"ro.product.cpu.abi=armeabi-v7a\n"
51 			"ro.product.cpu.abi2=armeabi\n"
52 			"ro.product.cpu.abilist=armeabi-v7a,armeabi\n"
53 			"ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
54 			"ro.product.cpu.abilist64=\n"
55 			"ro.product.manufacturer=samsung\n"
56 			"ro.product.locale.language=en\n"
57 			"ro.product.locale.region=GB\n"
58 			"ro.wifi.channels=\n"
59 			"ro.board.platform=exynos5\n"
60 			"# ro.build.product is obsolete; use ro.product.device\n"
61 			"ro.build.product=a3xelte\n"
62 			"# Do not try to parse description, fingerprint, or thumbprint\n"
63 			"ro.build.description=a3xeltexx-user 5.1.1 LMY47X A310FXXU2APDC release-keys\n"
64 			"ro.build.fingerprint=samsung/a3xeltexx/a3xelte:5.1.1/LMY47X/A310FXXU2APDC:user/release-keys\n"
65 			"ro.build.characteristics=phone\n"
66 			"# Samsung Specific Properties\n"
67 			"ro.build.PDA=A310FXXU2APDC\n"
68 			"ro.build.hidden_ver=A310FXXU2APDC\n"
69 			"ro.config.rm_preload_enabled=0\n"
70 			"ro.build.changelist=7564079\n"
71 			"ro.product_ship=true\n"
72 			"ro.chipname=exynos7580\n"
73 			"# end build properties\n"
74 			"\n"
75 			"#\n"
76 			"# HWUI_BUILD_PROPERTIES\n"
77 			"#\n"
78 			"ro.hwui.texture_cache_size=24\n"
79 			"ro.hwui.layer_cache_size=16\n"
80 			"ro.hwui.path_cache_size=4\n"
81 			"ro.hwui.shape_cache_size=1\n"
82 			"ro.hwui.gradient_cache_size=0.5\n"
83 			"ro.hwui.drop_shadow_cache_size=2\n"
84 			"ro.hwui.r_buffer_cache_size=2\n"
85 			"ro.hwui.text_small_cache_width=1024\n"
86 			"ro.hwui.text_small_cache_height=512\n"
87 			"ro.hwui.text_large_cache_width=2048\n"
88 			"ro.hwui.text_large_cache_height=1024\n"
89 			"ro.hwui.fbo_cache_size=8\n"
90 			"#\n"
91 			"# from device/samsung/a3xelte/system.prop\n"
92 			"#\n"
93 			"#\n"
94 			"\n"
95 			"# system.prop for universal7580\n"
96 			"\n"
97 			"#\n"
98 			"\n"
99 			"\n"
100 			"\n"
101 			"ro.sf.lcd_density=320\n"
102 			"\n"
103 			"\n"
104 			"\n"
105 			"ro.arch=exynos7580\n"
106 			"\n"
107 			"ro.kernel.qemu=0\n"
108 			"\n"
109 			"ro.kernel.qemu.gles=1\n"
110 			"\n"
111 			"persist.demo.hdmirotationlock=false\n"
112 			"\n"
113 			"ro.zygote.disable_gl_preload=1\n"
114 			"\n"
115 			"\n"
116 			"# VQG - User Agent Header for Video-Streaming Client\n"
117 			"\n"
118 			"net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/\n"
119 			"\n"
120 			"# BigData for Performance\n"
121 			"sys.config.bigdata_enable=true\n"
122 			"sys.config.bigdata_mem_enable=true\n"
123 			"\n"
124 			"# SAMPOo\n"
125 			"sys.config.samp_spcm_enable=true\n"
126 			"sys.config.spcm_db_enable=true\n"
127 			"sys.config.spcm_db_launcher=true\n"
128 			"sys.config.spcm_preload_enable=true\n"
129 			"\n"
130 			"\n"
131 			"#\n"
132 			"# ADDITIONAL_BUILD_PROPERTIES\n"
133 			"#\n"
134 			"ro.astcenc.astcsupport=1\n"
135 			"ro.mct.compressiontype=ASTC\n"
136 			"ro.config.tima=1\n"
137 			"ro.config.timaversion=3.0\n"
138 			"ro.config.dmverity=true\n"
139 			"ro.config.rkp=true\n"
140 			"ro.config.kap=true\n"
141 			"ro.telephony.default_network=9\n"
142 			"ro.config.ringtone=Over_the_Horizon.ogg\n"
143 			"ro.config.notification_sound=Skyline.ogg\n"
144 			"ro.config.alarm_alert=Morning_Flower.ogg\n"
145 			"ro.config.media_sound=Media_preview_Touch_the_light.ogg\n"
146 			"ro.config.ringtone_2=Basic_Bell.ogg\n"
147 			"ro.config.notification_sound_2=S_Charming_Bell.ogg\n"
148 			"ro.opengles.version=196608\n"
149 			"ro.sf.lcd_density=480\n"
150 			"debug.hwc.otf=1\n"
151 			"debug.hwc.winupdate=1\n"
152 			"ro.exynos.dss=1\n"
153 			"drm.service.enabled=true\n"
154 			"dalvik.vm.heapstartsize=8m\n"
155 			"dalvik.vm.heapgrowthlimit=128m\n"
156 			"dalvik.vm.heapsize=512m\n"
157 			"dalvik.vm.heaptargetutilization=0.75\n"
158 			"dalvik.vm.heapminfree=2m\n"
159 			"dalvik.vm.heapmaxfree=8m\n"
160 			"ro.build.scafe=capuccino\n"
161 			"ro.build.scafe.size=short\n"
162 			"ro.build.scafe.shot=single\n"
163 			"ro.build.scafe.cream=white\n"
164 			"ro.frp.pst=/dev/block/persistent\n"
165 			"ro.sec.fle.encryption=true\n"
166 			"security.mdpp.mass=skmm\n"
167 			"ro.security.vpnpp.release=5.3\n"
168 			"ro.config.dha_cached_max=6\n"
169 			"ro.config.dha_empty_max=18\n"
170 			"ro.config.dha_empty_init=18\n"
171 			"ro.config.dha_lmk_scale=1.0\n"
172 			"ro.error.receiver.default=com.samsung.receiver.error\n"
173 			"sys.config.samp_spcm_enable=true\n"
174 			"keyguard.no_require_sim=true\n"
175 			"ro.com.android.dateformat=MM-dd-yyyy\n"
176 			"ro.carrier=unknown\n"
177 			"ro.com.google.clientidbase=android-samsung\n"
178 			"ro.security.icd.flagmode=multi\n"
179 			"ro.ril.hsxpa=1\n"
180 			"ro.ril.gprsclass=10\n"
181 			"ro.adb.qemud=1\n"
182 			"ro.smps.enable=true\n"
183 			"ro.setupwizard.mode=DISABLED\n"
184 			"ro.com.google.gmsversion=5.1_r3\n"
185 			"persist.sys.dalvik.vm.lib.2=libart.so\n"
186 			"ro.build.selinux=1\n"
187 			"dalvik.vm.isa.arm.features=div\n"
188 			"ro.config.knox=v30\n"
189 			"ro.kernel.qemu=0\n"
190 			"dalvik.vm.dexopt-flags=m=y\n"
191 			"net.bt.name=Android\n"
192 			"dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
193 			"ro.build.aapt.config.prefer=xhdpi\n"
194 			"ro.build.version.sdl=2203\n"
195 			"\n",
196 	},
197 	{
198 		.path = "/sys/devices/system/cpu/kernel_max",
199 		.size = 2,
200 		.content = "3\n",
201 	},
202 	{
203 		.path = "/sys/devices/system/cpu/possible",
204 		.size = 4,
205 		.content = "0-3\n",
206 	},
207 	{
208 		.path = "/sys/devices/system/cpu/present",
209 		.size = 4,
210 		.content = "0-3\n",
211 	},
212 	{
213 		.path = "/sys/devices/system/cpu/online",
214 		.size = 4,
215 		.content = "0-3\n",
216 	},
217 	{
218 		.path = "/sys/devices/system/cpu/offline",
219 		.size = 1,
220 		.content = "\n",
221 	},
222 	{
223 		.path = "/sys/devices/system/cpu/modalias",
224 		.size = 61,
225 		.content = "cpu:type:aarch64:feature:,0000,0001,0003,0004,0005,0006,0007\n",
226 	},
227 	{
228 		.path = "/sys/devices/system/cpu/cpufreq/all_time_in_state",
229 		.size = 301,
230 		.content = "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\t\n"
231 			   "400000\t\t0\t\t0\t\t0\t\t0\t\t\n"
232 			   "500000\t\t0\t\t0\t\t0\t\t0\t\t\n"
233 			   "600000\t\t0\t\t0\t\t0\t\t0\t\t\n"
234 			   "700000\t\t0\t\t0\t\t0\t\t0\t\t\n"
235 			   "800000\t\t2\t\t2\t\t2\t\t2\t\t\n"
236 			   "900000\t\t0\t\t0\t\t0\t\t0\t\t\n"
237 			   "1000000\t\t0\t\t0\t\t0\t\t0\t\t\n"
238 			   "1100000\t\t0\t\t0\t\t0\t\t0\t\t\n"
239 			   "1200000\t\t0\t\t0\t\t0\t\t0\t\t\n"
240 			   "1300000\t\t0\t\t0\t\t0\t\t0\t\t\n"
241 			   "1400000\t\t0\t\t0\t\t0\t\t0\t\t\n"
242 			   "1500000\t\t3009\t\t3009\t\t3009\t\t3009\t\t\n",
243 	},
244 	{
245 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
246 		.size = 14,
247 		.content = "exynos64_idle\n",
248 	},
249 	{
250 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
251 		.size = 5,
252 		.content = "menu\n",
253 	},
254 	{
255 		.path = "/sys/devices/system/cpu/clusterhotplug/cur_hstate",
256 		.size = 2,
257 		.content = "0\n",
258 	},
259 	{
260 		.path = "/sys/devices/system/cpu/clusterhotplug/down_freq",
261 		.size = 7,
262 		.content = "800000\n",
263 	},
264 	{
265 		.path = "/sys/devices/system/cpu/clusterhotplug/down_tasks",
266 		.size = 2,
267 		.content = "6\n",
268 	},
269 	{
270 		.path = "/sys/devices/system/cpu/clusterhotplug/down_threshold",
271 		.size = 2,
272 		.content = "3\n",
273 	},
274 	{
275 		.path = "/sys/devices/system/cpu/clusterhotplug/sampling_rate",
276 		.size = 4,
277 		.content = "100\n",
278 	},
279 	{
280 		.path = "/sys/devices/system/cpu/clusterhotplug/time_in_state",
281 		.size = 19,
282 		.content = "H0 32491\n"
283 			   "H1 0\n"
284 			   "H2 0\n",
285 	},
286 	{
287 		.path = "/sys/devices/system/cpu/clusterhotplug/up_freq",
288 		.size = 8,
289 		.content = "1300000\n",
290 	},
291 	{
292 		.path = "/sys/devices/system/cpu/clusterhotplug/up_tasks",
293 		.size = 2,
294 		.content = "8\n",
295 	},
296 	{
297 		.path = "/sys/devices/system/cpu/clusterhotplug/up_threshold",
298 		.size = 2,
299 		.content = "3\n",
300 	},
301 	{
302 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
303 		.size = 8,
304 		.content = "0 1 2 3\n",
305 	},
306 	{
307 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
308 		.size = 8,
309 		.content = "1500000\n",
310 	},
311 	{
312 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
313 		.size = 7,
314 		.content = "400000\n",
315 	},
316 	{
317 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
318 		.size = 7,
319 		.content = "100000\n",
320 	},
321 	{
322 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
323 		.size = 8,
324 		.content = "0 1 2 3\n",
325 	},
326 	{
327 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies",
328 		.size = 91,
329 		.content =
330 			"1500000 1400000 1300000 1200000 1100000 1000000 900000 800000 700000 600000 500000 400000 \n",
331 	},
332 	{
333 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
334 		.size = 13,
335 		.content = "interactive \n",
336 	},
337 	{
338 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
339 		.size = 8,
340 		.content = "1500000\n",
341 	},
342 	{
343 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
344 		.size = 12,
345 		.content = "smp-cpufreq\n",
346 	},
347 	{
348 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
349 		.size = 12,
350 		.content = "interactive\n",
351 	},
352 	{
353 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
354 		.size = 7,
355 		.content = "400000\n",
356 	},
357 	{
358 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
359 		.size = 117,
360 		.content = "1500000 3092\n"
361 			   "1400000 0\n"
362 			   "1300000 0\n"
363 			   "1200000 0\n"
364 			   "1100000 0\n"
365 			   "1000000 0\n"
366 			   "900000 0\n"
367 			   "800000 2\n"
368 			   "700000 0\n"
369 			   "600000 0\n"
370 			   "500000 0\n"
371 			   "400000 0\n",
372 	},
373 	{
374 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
375 		.size = 2,
376 		.content = "1\n",
377 	},
378 	{
379 		.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
380 		.size = 2,
381 		.content = "0\n",
382 	},
383 	{
384 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
385 		.size = 2,
386 		.content = "f\n",
387 	},
388 	{
389 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
390 		.size = 4,
391 		.content = "0-3\n",
392 	},
393 	{
394 		.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
395 		.size = 2,
396 		.content = "0\n",
397 	},
398 	{
399 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
400 		.size = 2,
401 		.content = "1\n",
402 	},
403 	{
404 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
405 		.size = 2,
406 		.content = "0\n",
407 	},
408 	{
409 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
410 		.size = 8,
411 		.content = "0 1 2 3\n",
412 	},
413 	{
414 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
415 		.size = 8,
416 		.content = "1500000\n",
417 	},
418 	{
419 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
420 		.size = 7,
421 		.content = "400000\n",
422 	},
423 	{
424 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
425 		.size = 7,
426 		.content = "100000\n",
427 	},
428 	{
429 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
430 		.size = 8,
431 		.content = "0 1 2 3\n",
432 	},
433 	{
434 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies",
435 		.size = 91,
436 		.content =
437 			"1500000 1400000 1300000 1200000 1100000 1000000 900000 800000 700000 600000 500000 400000 \n",
438 	},
439 	{
440 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
441 		.size = 13,
442 		.content = "interactive \n",
443 	},
444 	{
445 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
446 		.size = 7,
447 		.content = "900000\n",
448 	},
449 	{
450 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
451 		.size = 12,
452 		.content = "smp-cpufreq\n",
453 	},
454 	{
455 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
456 		.size = 12,
457 		.content = "interactive\n",
458 	},
459 	{
460 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
461 		.size = 7,
462 		.content = "400000\n",
463 	},
464 	{
465 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
466 		.size = 119,
467 		.content = "1500000 3166\n"
468 			   "1400000 4\n"
469 			   "1300000 0\n"
470 			   "1200000 4\n"
471 			   "1100000 10\n"
472 			   "1000000 2\n"
473 			   "900000 53\n"
474 			   "800000 2\n"
475 			   "700000 0\n"
476 			   "600000 4\n"
477 			   "500000 1\n"
478 			   "400000 5\n",
479 	},
480 	{
481 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
482 		.size = 3,
483 		.content = "21\n",
484 	},
485 	{
486 		.path = "/sys/devices/system/cpu/cpu1/topology/core_id",
487 		.size = 2,
488 		.content = "1\n",
489 	},
490 	{
491 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
492 		.size = 2,
493 		.content = "f\n",
494 	},
495 	{
496 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
497 		.size = 4,
498 		.content = "0-3\n",
499 	},
500 	{
501 		.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
502 		.size = 2,
503 		.content = "0\n",
504 	},
505 	{
506 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
507 		.size = 2,
508 		.content = "2\n",
509 	},
510 	{
511 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
512 		.size = 2,
513 		.content = "1\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 = "1500000\n",
524 	},
525 	{
526 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq",
527 		.size = 7,
528 		.content = "400000\n",
529 	},
530 	{
531 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency",
532 		.size = 7,
533 		.content = "100000\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 = 91,
543 		.content =
544 			"1500000 1400000 1300000 1200000 1100000 1000000 900000 800000 700000 600000 500000 400000 \n",
545 	},
546 	{
547 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
548 		.size = 13,
549 		.content = "interactive \n",
550 	},
551 	{
552 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq",
553 		.size = 7,
554 		.content = "900000\n",
555 	},
556 	{
557 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver",
558 		.size = 12,
559 		.content = "smp-cpufreq\n",
560 	},
561 	{
562 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor",
563 		.size = 12,
564 		.content = "interactive\n",
565 	},
566 	{
567 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
568 		.size = 7,
569 		.content = "400000\n",
570 	},
571 	{
572 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
573 		.size = 120,
574 		.content = "1500000 3237\n"
575 			   "1400000 6\n"
576 			   "1300000 0\n"
577 			   "1200000 19\n"
578 			   "1100000 19\n"
579 			   "1000000 6\n"
580 			   "900000 95\n"
581 			   "800000 2\n"
582 			   "700000 7\n"
583 			   "600000 6\n"
584 			   "500000 1\n"
585 			   "400000 5\n",
586 	},
587 	{
588 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
589 		.size = 3,
590 		.content = "44\n",
591 	},
592 	{
593 		.path = "/sys/devices/system/cpu/cpu2/topology/core_id",
594 		.size = 2,
595 		.content = "2\n",
596 	},
597 	{
598 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings",
599 		.size = 2,
600 		.content = "f\n",
601 	},
602 	{
603 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list",
604 		.size = 4,
605 		.content = "0-3\n",
606 	},
607 	{
608 		.path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id",
609 		.size = 2,
610 		.content = "0\n",
611 	},
612 	{
613 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings",
614 		.size = 2,
615 		.content = "4\n",
616 	},
617 	{
618 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list",
619 		.size = 2,
620 		.content = "2\n",
621 	},
622 	{
623 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus",
624 		.size = 8,
625 		.content = "0 1 2 3\n",
626 	},
627 	{
628 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq",
629 		.size = 8,
630 		.content = "1500000\n",
631 	},
632 	{
633 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq",
634 		.size = 7,
635 		.content = "400000\n",
636 	},
637 	{
638 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency",
639 		.size = 7,
640 		.content = "100000\n",
641 	},
642 	{
643 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus",
644 		.size = 8,
645 		.content = "0 1 2 3\n",
646 	},
647 	{
648 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies",
649 		.size = 91,
650 		.content =
651 			"1500000 1400000 1300000 1200000 1100000 1000000 900000 800000 700000 600000 500000 400000 \n",
652 	},
653 	{
654 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
655 		.size = 13,
656 		.content = "interactive \n",
657 	},
658 	{
659 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq",
660 		.size = 7,
661 		.content = "900000\n",
662 	},
663 	{
664 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver",
665 		.size = 12,
666 		.content = "smp-cpufreq\n",
667 	},
668 	{
669 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor",
670 		.size = 12,
671 		.content = "interactive\n",
672 	},
673 	{
674 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq",
675 		.size = 7,
676 		.content = "400000\n",
677 	},
678 	{
679 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
680 		.size = 123,
681 		.content = "1500000 3296\n"
682 			   "1400000 17\n"
683 			   "1300000 8\n"
684 			   "1200000 21\n"
685 			   "1100000 23\n"
686 			   "1000000 6\n"
687 			   "900000 148\n"
688 			   "800000 2\n"
689 			   "700000 7\n"
690 			   "600000 6\n"
691 			   "500000 11\n"
692 			   "400000 6\n",
693 	},
694 	{
695 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans",
696 		.size = 3,
697 		.content = "64\n",
698 	},
699 	{
700 		.path = "/sys/devices/system/cpu/cpu3/topology/core_id",
701 		.size = 2,
702 		.content = "3\n",
703 	},
704 	{
705 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings",
706 		.size = 2,
707 		.content = "f\n",
708 	},
709 	{
710 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list",
711 		.size = 4,
712 		.content = "0-3\n",
713 	},
714 	{
715 		.path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id",
716 		.size = 2,
717 		.content = "0\n",
718 	},
719 	{
720 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings",
721 		.size = 2,
722 		.content = "8\n",
723 	},
724 	{
725 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list",
726 		.size = 2,
727 		.content = "3\n",
728 	},
729 	{NULL},
730 };
731 #ifdef __ANDROID__
732 struct cpuinfo_mock_property properties[] = {
733 	{
734 		.key = "boot.sfbootcomplete",
735 		.value = "0",
736 	},
737 	{
738 		.key = "dalvik.vm.dex2oat-Xms",
739 		.value = "64m",
740 	},
741 	{
742 		.key = "dalvik.vm.dex2oat-Xmx",
743 		.value = "512m",
744 	},
745 	{
746 		.key = "dalvik.vm.dexopt-flags",
747 		.value = "m=y",
748 	},
749 	{
750 		.key = "dalvik.vm.heapgrowthlimit",
751 		.value = "128m",
752 	},
753 	{
754 		.key = "dalvik.vm.heapmaxfree",
755 		.value = "8m",
756 	},
757 	{
758 		.key = "dalvik.vm.heapminfree",
759 		.value = "2m",
760 	},
761 	{
762 		.key = "dalvik.vm.heapsize",
763 		.value = "512m",
764 	},
765 	{
766 		.key = "dalvik.vm.heapstartsize",
767 		.value = "8m",
768 	},
769 	{
770 		.key = "dalvik.vm.heaptargetutilization",
771 		.value = "0.75",
772 	},
773 	{
774 		.key = "dalvik.vm.image-dex2oat-Xms",
775 		.value = "64m",
776 	},
777 	{
778 		.key = "dalvik.vm.image-dex2oat-Xmx",
779 		.value = "64m",
780 	},
781 	{
782 		.key = "dalvik.vm.isa.arm.features",
783 		.value = "div",
784 	},
785 	{
786 		.key = "dalvik.vm.stack-trace-file",
787 		.value = "/data/anr/traces.txt",
788 	},
789 	{
790 		.key = "debug.force_rtl",
791 		.value = "0",
792 	},
793 	{
794 		.key = "debug.hwc.otf",
795 		.value = "1",
796 	},
797 	{
798 		.key = "debug.hwc.winupdate",
799 		.value = "1",
800 	},
801 	{
802 		.key = "debug.sf.layerdump",
803 		.value = "0",
804 	},
805 	{
806 		.key = "dev.bootcomplete",
807 		.value = "1",
808 	},
809 	{
810 		.key = "dev.kies.sommode",
811 		.value = "TRUE",
812 	},
813 	{
814 		.key = "dev.kiessupport",
815 		.value = "TRUE",
816 	},
817 	{
818 		.key = "dev.knoxapp.running",
819 		.value = "false",
820 	},
821 	{
822 		.key = "dev.ssrm.app.type",
823 		.value = "false",
824 	},
825 	{
826 		.key = "dev.ssrm.appsync3p",
827 		.value = "true",
828 	},
829 	{
830 		.key = "dev.ssrm.emergencymode",
831 		.value = "false",
832 	},
833 	{
834 		.key = "dev.ssrm.init",
835 		.value = "1",
836 	},
837 	{
838 		.key = "dev.ssrm.live_thumbnail",
839 		.value = "1",
840 	},
841 	{
842 		.key = "dev.ssrm.lpc_ver",
843 		.value = "1.0.0",
844 	},
845 	{
846 		.key = "dev.ssrm.mode",
847 		.value = "",
848 	},
849 	{
850 		.key = "dev.ssrm.pst",
851 		.value = "340",
852 	},
853 	{
854 		.key = "dev.ssrm.smart_switch",
855 		.value = "false",
856 	},
857 	{
858 		.key = "dhcp.wlan0.dns1",
859 		.value = "208.67.222.222",
860 	},
861 	{
862 		.key = "dhcp.wlan0.dns2",
863 		.value = "208.67.220.220",
864 	},
865 	{
866 		.key = "dhcp.wlan0.dns3",
867 		.value = "",
868 	},
869 	{
870 		.key = "dhcp.wlan0.dns4",
871 		.value = "",
872 	},
873 	{
874 		.key = "dhcp.wlan0.domain",
875 		.value = "tfbnw.net",
876 	},
877 	{
878 		.key = "dhcp.wlan0.gateway",
879 		.value = "172.22.192.1",
880 	},
881 	{
882 		.key = "dhcp.wlan0.ipaddress",
883 		.value = "172.22.193.26",
884 	},
885 	{
886 		.key = "dhcp.wlan0.leasetime",
887 		.value = "1658",
888 	},
889 	{
890 		.key = "dhcp.wlan0.mask",
891 		.value = "255.255.224.0",
892 	},
893 	{
894 		.key = "dhcp.wlan0.mtu",
895 		.value = "",
896 	},
897 	{
898 		.key = "dhcp.wlan0.pid",
899 		.value = "3962",
900 	},
901 	{
902 		.key = "dhcp.wlan0.reason",
903 		.value = "ROUTERADVERT",
904 	},
905 	{
906 		.key = "dhcp.wlan0.result",
907 		.value = "ok",
908 	},
909 	{
910 		.key = "dhcp.wlan0.roaming",
911 		.value = "0",
912 	},
913 	{
914 		.key = "dhcp.wlan0.server",
915 		.value = "192.168.47.185",
916 	},
917 	{
918 		.key = "dhcp.wlan0.vendorInfo",
919 		.value = "",
920 	},
921 	{
922 		.key = "drm.service.enabled",
923 		.value = "true",
924 	},
925 	{
926 		.key = "gsm.current.phone-type",
927 		.value = "1",
928 	},
929 	{
930 		.key = "gsm.network.type",
931 		.value = "Unknown",
932 	},
933 	{
934 		.key = "gsm.operator.alpha",
935 		.value = "",
936 	},
937 	{
938 		.key = "gsm.operator.iso-country",
939 		.value = "us",
940 	},
941 	{
942 		.key = "gsm.operator.ispsroaming",
943 		.value = "false",
944 	},
945 	{
946 		.key = "gsm.operator.isroaming",
947 		.value = "false",
948 	},
949 	{
950 		.key = "gsm.operator.numeric",
951 		.value = "310410",
952 	},
953 	{
954 		.key = "gsm.sim.operator.alpha",
955 		.value = "",
956 	},
957 	{
958 		.key = "gsm.sim.operator.iso-country",
959 		.value = "",
960 	},
961 	{
962 		.key = "gsm.sim.operator.numeric",
963 		.value = "",
964 	},
965 	{
966 		.key = "gsm.sim.state",
967 		.value = "ABSENT",
968 	},
969 	{
970 		.key = "gsm.version.baseband",
971 		.value = "A310FXXU2APC5",
972 	},
973 	{
974 		.key = "gsm.version.ril-impl",
975 		.value = "Samsung RIL v3.0",
976 	},
977 	{
978 		.key = "init.svc.BCS-daemon",
979 		.value = "running",
980 	},
981 	{
982 		.key = "init.svc.DIAG-daemon",
983 		.value = "running",
984 	},
985 	{
986 		.key = "init.svc.DR-daemon",
987 		.value = "running",
988 	},
989 	{
990 		.key = "init.svc.SIDESYNC_service",
991 		.value = "running",
992 	},
993 	{
994 		.key = "init.svc.SMD-daemon",
995 		.value = "running",
996 	},
997 	{
998 		.key = "init.svc.adbd",
999 		.value = "running",
1000 	},
1001 	{
1002 		.key = "init.svc.apaservice",
1003 		.value = "running",
1004 	},
1005 	{
1006 		.key = "init.svc.argos-daemon",
1007 		.value = "running",
1008 	},
1009 	{
1010 		.key = "init.svc.at_distributor",
1011 		.value = "running",
1012 	},
1013 	{
1014 		.key = "init.svc.auditd",
1015 		.value = "running",
1016 	},
1017 	{
1018 		.key = "init.svc.bootanim",
1019 		.value = "stopped",
1020 	},
1021 	{
1022 		.key = "init.svc.bootchecker",
1023 		.value = "running",
1024 	},
1025 	{
1026 		.key = "init.svc.ccm",
1027 		.value = "running",
1028 	},
1029 	{
1030 		.key = "init.svc.cpboot-daemon",
1031 		.value = "running",
1032 	},
1033 	{
1034 		.key = "init.svc.cs_service",
1035 		.value = "running",
1036 	},
1037 	{
1038 		.key = "init.svc.debuggerd",
1039 		.value = "running",
1040 	},
1041 	{
1042 		.key = "init.svc.dhcpcd_wlan0",
1043 		.value = "running",
1044 	},
1045 	{
1046 		.key = "init.svc.drm",
1047 		.value = "running",
1048 	},
1049 	{
1050 		.key = "init.svc.drsd",
1051 		.value = "running",
1052 	},
1053 	{
1054 		.key = "init.svc.edmaudit",
1055 		.value = "running",
1056 	},
1057 	{
1058 		.key = "init.svc.epmlogd",
1059 		.value = "stopped",
1060 	},
1061 	{
1062 		.key = "init.svc.flash_recovery",
1063 		.value = "stopped",
1064 	},
1065 	{
1066 		.key = "init.svc.gpsd",
1067 		.value = "running",
1068 	},
1069 	{
1070 		.key = "init.svc.healthd",
1071 		.value = "running",
1072 	},
1073 	{
1074 		.key = "init.svc.icd",
1075 		.value = "stopped",
1076 	},
1077 	{
1078 		.key = "init.svc.installd",
1079 		.value = "running",
1080 	},
1081 	{
1082 		.key = "init.svc.ipsec-daemon",
1083 		.value = "running",
1084 	},
1085 	{
1086 		.key = "init.svc.jackservice",
1087 		.value = "running",
1088 	},
1089 	{
1090 		.key = "init.svc.keystore",
1091 		.value = "running",
1092 	},
1093 	{
1094 		.key = "init.svc.knox",
1095 		.value = "stopped",
1096 	},
1097 	{
1098 		.key = "init.svc.lmkd",
1099 		.value = "running",
1100 	},
1101 	{
1102 		.key = "init.svc.logd",
1103 		.value = "running",
1104 	},
1105 	{
1106 		.key = "init.svc.macloader",
1107 		.value = "stopped",
1108 	},
1109 	{
1110 		.key = "init.svc.media",
1111 		.value = "running",
1112 	},
1113 	{
1114 		.key = "init.svc.mobex-daemon",
1115 		.value = "running",
1116 	},
1117 	{
1118 		.key = "init.svc.mobicore",
1119 		.value = "running",
1120 	},
1121 	{
1122 		.key = "init.svc.netd",
1123 		.value = "running",
1124 	},
1125 	{
1126 		.key = "init.svc.otp",
1127 		.value = "running",
1128 	},
1129 	{
1130 		.key = "init.svc.p2p_supplicant",
1131 		.value = "running",
1132 	},
1133 	{
1134 		.key = "init.svc.powersnd",
1135 		.value = "stopped",
1136 	},
1137 	{
1138 		.key = "init.svc.prepare_param",
1139 		.value = "stopped",
1140 	},
1141 	{
1142 		.key = "init.svc.ril-daemon",
1143 		.value = "running",
1144 	},
1145 	{
1146 		.key = "init.svc.scs",
1147 		.value = "stopped",
1148 	},
1149 	{
1150 		.key = "init.svc.sdcard",
1151 		.value = "stopped",
1152 	},
1153 	{
1154 		.key = "init.svc.sdp_cryptod",
1155 		.value = "running",
1156 	},
1157 	{
1158 		.key = "init.svc.sec-sh",
1159 		.value = "stopped",
1160 	},
1161 	{
1162 		.key = "init.svc.secure_fs",
1163 		.value = "stopped",
1164 	},
1165 	{
1166 		.key = "init.svc.servicemanager",
1167 		.value = "running",
1168 	},
1169 	{
1170 		.key = "init.svc.ss_kb_service",
1171 		.value = "running",
1172 	},
1173 	{
1174 		.key = "init.svc.surfaceflinger",
1175 		.value = "running",
1176 	},
1177 	{
1178 		.key = "init.svc.swapon",
1179 		.value = "stopped",
1180 	},
1181 	{
1182 		.key = "init.svc.ueventd",
1183 		.value = "running",
1184 	},
1185 	{
1186 		.key = "init.svc.vold",
1187 		.value = "running",
1188 	},
1189 	{
1190 		.key = "init.svc.watchdogd",
1191 		.value = "running",
1192 	},
1193 	{
1194 		.key = "init.svc.zygote",
1195 		.value = "running",
1196 	},
1197 	{
1198 		.key = "installd.sdcard_manipulate_done",
1199 		.value = "1",
1200 	},
1201 	{
1202 		.key = "keyguard.no_require_sim",
1203 		.value = "true",
1204 	},
1205 	{
1206 		.key = "logd.auditd",
1207 		.value = "false",
1208 	},
1209 	{
1210 		.key = "net.bt.name",
1211 		.value = "Android",
1212 	},
1213 	{
1214 		.key = "net.change",
1215 		.value = "net.dns2",
1216 	},
1217 	{
1218 		.key = "net.dns1",
1219 		.value = "208.67.222.222",
1220 	},
1221 	{
1222 		.key = "net.dns2",
1223 		.value = "208.67.220.220",
1224 	},
1225 	{
1226 		.key = "net.hostname",
1227 		.value = "android-f5f7e02234333e0a",
1228 	},
1229 	{
1230 		.key = "net.knox.shareddevice.version",
1231 		.value = "1.0.1",
1232 	},
1233 	{
1234 		.key = "net.knoxscep.version",
1235 		.value = "2.0.1",
1236 	},
1237 	{
1238 		.key = "net.knoxsso.version",
1239 		.value = "2.5.0",
1240 	},
1241 	{
1242 		.key = "net.knoxvpn.version",
1243 		.value = "2.2.2",
1244 	},
1245 	{
1246 		.key = "net.qtaguid_enabled",
1247 		.value = "1",
1248 	},
1249 	{
1250 		.key = "net.streaming.rtsp.uaprof",
1251 		.value = "http://wap.samsungmobile.com/uaprof/",
1252 	},
1253 	{
1254 		.key = "net.tcp.default_init_rwnd",
1255 		.value = "60",
1256 	},
1257 	{
1258 		.key = "nfc.fw.downloadmode_force",
1259 		.value = "0",
1260 	},
1261 	{
1262 		.key = "nfc.p2p.sendstate",
1263 		.value = "0",
1264 	},
1265 	{
1266 		.key = "persist.audio.allsoundmute",
1267 		.value = "0",
1268 	},
1269 	{
1270 		.key = "persist.audio.cpufreq",
1271 		.value = "350000",
1272 	},
1273 	{
1274 		.key = "persist.audio.finemediavolume",
1275 		.value = "1",
1276 	},
1277 	{
1278 		.key = "persist.audio.globaleffect",
1279 		.value = "1",
1280 	},
1281 	{
1282 		.key = "persist.audio.headsetsysvolume",
1283 		.value = "9",
1284 	},
1285 	{
1286 		.key = "persist.audio.hphonesysvolume",
1287 		.value = "9",
1288 	},
1289 	{
1290 		.key = "persist.audio.mpseek",
1291 		.value = "0",
1292 	},
1293 	{
1294 		.key = "persist.audio.mysound",
1295 		.value = "1",
1296 	},
1297 	{
1298 		.key = "persist.audio.ringermode",
1299 		.value = "2",
1300 	},
1301 	{
1302 		.key = "persist.audio.soundalivefxsec",
1303 		.value = "1",
1304 	},
1305 	{
1306 		.key = "persist.audio.stereospeaker",
1307 		.value = "0",
1308 	},
1309 	{
1310 		.key = "persist.audio.sysvolume",
1311 		.value = "9",
1312 	},
1313 	{
1314 		.key = "persist.audio.uhqa",
1315 		.value = "0",
1316 	},
1317 	{
1318 		.key = "persist.bluetooth_fw_ver",
1319 		.value = "bcm43438A1_V0036.0112.hcd",
1320 	},
1321 	{
1322 		.key = "persist.demo.hdmirotationlock",
1323 		.value = "false",
1324 	},
1325 	{
1326 		.key = "persist.radio.add_power_save",
1327 		.value = "1",
1328 	},
1329 	{
1330 		.key = "persist.radio.apm_sim_not_pwdn",
1331 		.value = "1",
1332 	},
1333 	{
1334 		.key = "persist.radio.calldefault.simid",
1335 		.value = "0",
1336 	},
1337 	{
1338 		.key = "persist.radio.dataprefer.slotId",
1339 		.value = "0",
1340 	},
1341 	{
1342 		.key = "persist.radio.initphone-type",
1343 		.value = "1",
1344 	},
1345 	{
1346 		.key = "persist.radio.plmnname_1",
1347 		.value = "",
1348 	},
1349 	{
1350 		.key = "persist.radio.plmnname_2",
1351 		.value = "",
1352 	},
1353 	{
1354 		.key = "persist.security.ams.enforcing",
1355 		.value = "1",
1356 	},
1357 	{
1358 		.key = "persist.security.tlc.ccm",
1359 		.value = "0",
1360 	},
1361 	{
1362 		.key = "persist.security.tlc.otp",
1363 		.value = "0",
1364 	},
1365 	{
1366 		.key = "persist.security.tlc.tui",
1367 		.value = "1",
1368 	},
1369 	{
1370 		.key = "persist.service.bdroid.version",
1371 		.value = "4.1",
1372 	},
1373 	{
1374 		.key = "persist.sys.ccm.date",
1375 		.value = "Wed Apr 27 12:50:56 KST 2016",
1376 	},
1377 	{
1378 		.key = "persist.sys.clssprld1",
1379 		.value = "720",
1380 	},
1381 	{
1382 		.key = "persist.sys.clssprld2",
1383 		.value = "495",
1384 	},
1385 	{
1386 		.key = "persist.sys.country",
1387 		.value = "ZA",
1388 	},
1389 	{
1390 		.key = "persist.sys.dalvik.vm.lib.2",
1391 		.value = "libart.so",
1392 	},
1393 	{
1394 		.key = "persist.sys.drs.date",
1395 		.value = "Wed Apr 27 12:50:56 KST 2016",
1396 	},
1397 	{
1398 		.key = "persist.sys.kap.date",
1399 		.value = "Wed Apr 27 12:50:56 KST 2016",
1400 	},
1401 	{
1402 		.key = "persist.sys.kap.status",
1403 		.value = "NONE",
1404 	},
1405 	{
1406 		.key = "persist.sys.language",
1407 		.value = "en",
1408 	},
1409 	{
1410 		.key = "persist.sys.localevar",
1411 		.value = "",
1412 	},
1413 	{
1414 		.key = "persist.sys.profiler_ms",
1415 		.value = "0",
1416 	},
1417 	{
1418 		.key = "persist.sys.sb.setting.enabled",
1419 		.value = "false",
1420 	},
1421 	{
1422 		.key = "persist.sys.setupwizard",
1423 		.value = "FINISH",
1424 	},
1425 	{
1426 		.key = "persist.sys.ssrm_unbox_cnt",
1427 		.value = "0",
1428 	},
1429 	{
1430 		.key = "persist.sys.storage_preload",
1431 		.value = "2",
1432 	},
1433 	{
1434 		.key = "persist.sys.timezone",
1435 		.value = "America/New_York",
1436 	},
1437 	{
1438 		.key = "persist.sys.usb.config",
1439 		.value = "mtp,adb",
1440 	},
1441 	{
1442 		.key = "ril.CheckCTCCard",
1443 		.value = "0",
1444 	},
1445 	{
1446 		.key = "ril.CompleteMsg",
1447 		.value = "01",
1448 	},
1449 	{
1450 		.key = "ril.ICC_TYPE",
1451 		.value = "0",
1452 	},
1453 	{
1454 		.key = "ril.RildInit",
1455 		.value = "1",
1456 	},
1457 	{
1458 		.key = "ril.approved_codever",
1459 		.value = "none",
1460 	},
1461 	{
1462 		.key = "ril.approved_cscver",
1463 		.value = "none",
1464 	},
1465 	{
1466 		.key = "ril.approved_modemver",
1467 		.value = "none",
1468 	},
1469 	{
1470 		.key = "ril.atd_status",
1471 		.value = "1_1_0",
1472 	},
1473 	{
1474 		.key = "ril.captive.selected",
1475 		.value = "false",
1476 	},
1477 	{
1478 		.key = "ril.cbd.boot_done",
1479 		.value = "1",
1480 	},
1481 	{
1482 		.key = "ril.cbd.dt_revision",
1483 		.value = "002",
1484 	},
1485 	{
1486 		.key = "ril.cbd.rfs_check_done",
1487 		.value = "1",
1488 	},
1489 	{
1490 		.key = "ril.cs_svc",
1491 		.value = "1",
1492 	},
1493 	{
1494 		.key = "ril.ecclist00",
1495 		.value = "112,911,999,000,08,110,118,119",
1496 	},
1497 	{
1498 		.key = "ril.ecclist_net0",
1499 		.value = "",
1500 	},
1501 	{
1502 		.key = "ril.hasisim",
1503 		.value = "0",
1504 	},
1505 	{
1506 		.key = "ril.hw_ver",
1507 		.value = "MP 0.200",
1508 	},
1509 	{
1510 		.key = "ril.ims.ecsupport",
1511 		.value = "2",
1512 	},
1513 	{
1514 		.key = "ril.ims.ltevoicesupport",
1515 		.value = "2",
1516 	},
1517 	{
1518 		.key = "ril.initPB",
1519 		.value = "0",
1520 	},
1521 	{
1522 		.key = "ril.model_id",
1523 		.value = "QB4570081",
1524 	},
1525 	{
1526 		.key = "ril.modem.board",
1527 		.value = "SHANNON310",
1528 	},
1529 	{
1530 		.key = "ril.official_cscver",
1531 		.value = "A310FOJV1AOL2",
1532 	},
1533 	{
1534 		.key = "ril.product_code",
1535 		.value = "SM-A310FZWAXSG",
1536 	},
1537 	{
1538 		.key = "ril.radiostate",
1539 		.value = "10",
1540 	},
1541 	{
1542 		.key = "ril.rfcal_date",
1543 		.value = "20161004",
1544 	},
1545 	{
1546 		.key = "ril.rildSerial1",
1547 		.value = "",
1548 	},
1549 	{
1550 		.key = "ril.sales_code",
1551 		.value = "XSG",
1552 	},
1553 	{
1554 		.key = "ril.serialnumber",
1555 		.value = "R58HA0L9NCR",
1556 	},
1557 	{
1558 		.key = "ril.servicestate",
1559 		.value = "2",
1560 	},
1561 	{
1562 		.key = "ril.simtype",
1563 		.value = "0",
1564 	},
1565 	{
1566 		.key = "ril.ss.routing",
1567 		.value = "0",
1568 	},
1569 	{
1570 		.key = "ril.subinfo",
1571 		.value = "0:2147483643",
1572 	},
1573 	{
1574 		.key = "ril.sw_ver",
1575 		.value = "A310FXXU2APC5",
1576 	},
1577 	{
1578 		.key = "ril.timezoneID",
1579 		.value = "",
1580 	},
1581 	{
1582 		.key = "ril.voice.rat",
1583 		.value = "3",
1584 	},
1585 	{
1586 		.key = "rild.libpath2",
1587 		.value = "/system/lib/libsec-ril-dsds.so",
1588 	},
1589 	{
1590 		.key = "rild.libpath",
1591 		.value = "/system/lib/libsec-ril.so",
1592 	},
1593 	{
1594 		.key = "ro.adb.qemud",
1595 		.value = "1",
1596 	},
1597 	{
1598 		.key = "ro.adb.secure",
1599 		.value = "1",
1600 	},
1601 	{
1602 		.key = "ro.allow.mock.location",
1603 		.value = "0",
1604 	},
1605 	{
1606 		.key = "ro.arch",
1607 		.value = "exynos7580",
1608 	},
1609 	{
1610 		.key = "ro.astcenc.astcsupport",
1611 		.value = "1",
1612 	},
1613 	{
1614 		.key = "ro.baseband",
1615 		.value = "unknown",
1616 	},
1617 	{
1618 		.key = "ro.board.platform",
1619 		.value = "exynos5",
1620 	},
1621 	{
1622 		.key = "ro.boot.boot_salescode",
1623 		.value = "",
1624 	},
1625 	{
1626 		.key = "ro.boot.bootloader",
1627 		.value = "A310FXXU2APDC",
1628 	},
1629 	{
1630 		.key = "ro.boot.debug_level",
1631 		.value = "0x4f4c",
1632 	},
1633 	{
1634 		.key = "ro.boot.emmc_checksum",
1635 		.value = "3",
1636 	},
1637 	{
1638 		.key = "ro.boot.hardware",
1639 		.value = "samsungexynos7580",
1640 	},
1641 	{
1642 		.key = "ro.boot.hmac_mismatch",
1643 		.value = "0",
1644 	},
1645 	{
1646 		.key = "ro.boot.hw_rev",
1647 		.value = "2",
1648 	},
1649 	{
1650 		.key = "ro.boot.odin_download",
1651 		.value = "1",
1652 	},
1653 	{
1654 		.key = "ro.boot.sec_atd.tty",
1655 		.value = "/dev/ttySAC1",
1656 	},
1657 	{
1658 		.key = "ro.boot.security_mode",
1659 		.value = "1526595584",
1660 	},
1661 	{
1662 		.key = "ro.boot.selinux",
1663 		.value = "enforcing",
1664 	},
1665 	{
1666 		.key = "ro.boot.serialno",
1667 		.value = "52038371f0de93e3",
1668 	},
1669 	{
1670 		.key = "ro.boot.warranty_bit",
1671 		.value = "0",
1672 	},
1673 	{
1674 		.key = "ro.boot_recovery",
1675 		.value = "unknown",
1676 	},
1677 	{
1678 		.key = "ro.bootloader",
1679 		.value = "A310FXXU2APDC",
1680 	},
1681 	{
1682 		.key = "ro.bootmode",
1683 		.value = "unknown",
1684 	},
1685 	{
1686 		.key = "ro.bt.bdaddr_path",
1687 		.value = "/efs/bluetooth/bt_addr",
1688 	},
1689 	{
1690 		.key = "ro.build.PDA",
1691 		.value = "A310FXXU2APDC",
1692 	},
1693 	{
1694 		.key = "ro.build.aapt.config.prefer",
1695 		.value = "xhdpi",
1696 	},
1697 	{
1698 		.key = "ro.build.changelist",
1699 		.value = "7564079",
1700 	},
1701 	{
1702 		.key = "ro.build.characteristics",
1703 		.value = "phone",
1704 	},
1705 	{
1706 		.key = "ro.build.date.utc",
1707 		.value = "1461729056",
1708 	},
1709 	{
1710 		.key = "ro.build.date",
1711 		.value = "Wed Apr 27 12:50:56 KST 2016",
1712 	},
1713 	{
1714 		.key = "ro.build.description",
1715 		.value = "a3xeltexx-user 5.1.1 LMY47X A310FXXU2APDC release-keys",
1716 	},
1717 	{
1718 		.key = "ro.build.display.id",
1719 		.value = "LMY47X.A310FXXU2APDC",
1720 	},
1721 	{
1722 		.key = "ro.build.fingerprint",
1723 		.value = "samsung/a3xeltexx/a3xelte:5.1.1/LMY47X/A310FXXU2APDC:user/release-keys",
1724 	},
1725 	{
1726 		.key = "ro.build.flavor",
1727 		.value = "a3xeltexx-user",
1728 	},
1729 	{
1730 		.key = "ro.build.hidden_ver",
1731 		.value = "A310FXXU2APDC",
1732 	},
1733 	{
1734 		.key = "ro.build.host",
1735 		.value = "SWDC3414",
1736 	},
1737 	{
1738 		.key = "ro.build.id",
1739 		.value = "LMY47X",
1740 	},
1741 	{
1742 		.key = "ro.build.product",
1743 		.value = "a3xelte",
1744 	},
1745 	{
1746 		.key = "ro.build.scafe.cream",
1747 		.value = "white",
1748 	},
1749 	{
1750 		.key = "ro.build.scafe.shot",
1751 		.value = "single",
1752 	},
1753 	{
1754 		.key = "ro.build.scafe.size",
1755 		.value = "short",
1756 	},
1757 	{
1758 		.key = "ro.build.scafe",
1759 		.value = "capuccino",
1760 	},
1761 	{
1762 		.key = "ro.build.selinux.enforce",
1763 		.value = "1",
1764 	},
1765 	{
1766 		.key = "ro.build.selinux",
1767 		.value = "1",
1768 	},
1769 	{
1770 		.key = "ro.build.tags",
1771 		.value = "release-keys",
1772 	},
1773 	{
1774 		.key = "ro.build.type",
1775 		.value = "user",
1776 	},
1777 	{
1778 		.key = "ro.build.user",
1779 		.value = "dpi",
1780 	},
1781 	{
1782 		.key = "ro.build.version.all_codenames",
1783 		.value = "REL",
1784 	},
1785 	{
1786 		.key = "ro.build.version.base_os",
1787 		.value = "",
1788 	},
1789 	{
1790 		.key = "ro.build.version.codename",
1791 		.value = "REL",
1792 	},
1793 	{
1794 		.key = "ro.build.version.incremental",
1795 		.value = "A310FXXU2APDC",
1796 	},
1797 	{
1798 		.key = "ro.build.version.release",
1799 		.value = "5.1.1",
1800 	},
1801 	{
1802 		.key = "ro.build.version.sdk",
1803 		.value = "22",
1804 	},
1805 	{
1806 		.key = "ro.build.version.sdl",
1807 		.value = "2203",
1808 	},
1809 	{
1810 		.key = "ro.build.version.security_patch",
1811 		.value = "2016-05-01",
1812 	},
1813 	{
1814 		.key = "ro.carrier",
1815 		.value = "unknown",
1816 	},
1817 	{
1818 		.key = "ro.chipname",
1819 		.value = "exynos7580",
1820 	},
1821 	{
1822 		.key = "ro.com.android.dateformat",
1823 		.value = "MM-dd-yyyy",
1824 	},
1825 	{
1826 		.key = "ro.com.google.clientidbase",
1827 		.value = "android-samsung",
1828 	},
1829 	{
1830 		.key = "ro.com.google.gmsversion",
1831 		.value = "5.1_r3",
1832 	},
1833 	{
1834 		.key = "ro.config.alarm_alert",
1835 		.value = "Morning_Flower.ogg",
1836 	},
1837 	{
1838 		.key = "ro.config.dha_cached_max",
1839 		.value = "6",
1840 	},
1841 	{
1842 		.key = "ro.config.dha_empty_init",
1843 		.value = "18",
1844 	},
1845 	{
1846 		.key = "ro.config.dha_empty_max",
1847 		.value = "18",
1848 	},
1849 	{
1850 		.key = "ro.config.dha_lmk_scale",
1851 		.value = "1.0",
1852 	},
1853 	{
1854 		.key = "ro.config.dmverity",
1855 		.value = "true",
1856 	},
1857 	{
1858 		.key = "ro.config.kap",
1859 		.value = "true",
1860 	},
1861 	{
1862 		.key = "ro.config.knox",
1863 		.value = "v30",
1864 	},
1865 	{
1866 		.key = "ro.config.media_sound",
1867 		.value = "Media_preview_Touch_the_light.ogg",
1868 	},
1869 	{
1870 		.key = "ro.config.notification_sound",
1871 		.value = "Skyline.ogg",
1872 	},
1873 	{
1874 		.key = "ro.config.notification_sound_2",
1875 		.value = "S_Charming_Bell.ogg",
1876 	},
1877 	{
1878 		.key = "ro.config.ringtone",
1879 		.value = "Over_the_Horizon.ogg",
1880 	},
1881 	{
1882 		.key = "ro.config.ringtone_2",
1883 		.value = "Basic_Bell.ogg",
1884 	},
1885 	{
1886 		.key = "ro.config.rkp",
1887 		.value = "true",
1888 	},
1889 	{
1890 		.key = "ro.config.rm_preload_enabled",
1891 		.value = "0",
1892 	},
1893 	{
1894 		.key = "ro.config.tima",
1895 		.value = "1",
1896 	},
1897 	{
1898 		.key = "ro.config.timaversion",
1899 		.value = "3.0",
1900 	},
1901 	{
1902 		.key = "ro.cp_debug_level",
1903 		.value = "unknown",
1904 	},
1905 	{
1906 		.key = "ro.crypto.fuse_sdcard",
1907 		.value = "true",
1908 	},
1909 	{
1910 		.key = "ro.crypto.state",
1911 		.value = "unencrypted",
1912 	},
1913 	{
1914 		.key = "ro.csc.country_code",
1915 		.value = "UAE",
1916 	},
1917 	{
1918 		.key = "ro.csc.countryiso_code",
1919 		.value = "AE",
1920 	},
1921 	{
1922 		.key = "ro.csc.sales_code",
1923 		.value = "XSG",
1924 	},
1925 	{
1926 		.key = "ro.dalvik.vm.native.bridge",
1927 		.value = "0",
1928 	},
1929 	{
1930 		.key = "ro.debug_level",
1931 		.value = "0x4f4c",
1932 	},
1933 	{
1934 		.key = "ro.debuggable",
1935 		.value = "0",
1936 	},
1937 	{
1938 		.key = "ro.emmc_checksum",
1939 		.value = "3",
1940 	},
1941 	{
1942 		.key = "ro.error.receiver.default",
1943 		.value = "com.samsung.receiver.error",
1944 	},
1945 	{
1946 		.key = "ro.exynos.dss",
1947 		.value = "1",
1948 	},
1949 	{
1950 		.key = "ro.factorytest",
1951 		.value = "0",
1952 	},
1953 	{
1954 		.key = "ro.frp.pst",
1955 		.value = "/dev/block/persistent",
1956 	},
1957 	{
1958 		.key = "ro.hardware",
1959 		.value = "samsungexynos7580",
1960 	},
1961 	{
1962 		.key = "ro.hmac_mismatch",
1963 		.value = "0",
1964 	},
1965 	{
1966 		.key = "ro.hwui.drop_shadow_cache_size",
1967 		.value = "2",
1968 	},
1969 	{
1970 		.key = "ro.hwui.fbo_cache_size",
1971 		.value = "8",
1972 	},
1973 	{
1974 		.key = "ro.hwui.gradient_cache_size",
1975 		.value = "0.5",
1976 	},
1977 	{
1978 		.key = "ro.hwui.layer_cache_size",
1979 		.value = "16",
1980 	},
1981 	{
1982 		.key = "ro.hwui.path_cache_size",
1983 		.value = "4",
1984 	},
1985 	{
1986 		.key = "ro.hwui.r_buffer_cache_size",
1987 		.value = "2",
1988 	},
1989 	{
1990 		.key = "ro.hwui.shape_cache_size",
1991 		.value = "1",
1992 	},
1993 	{
1994 		.key = "ro.hwui.text_large_cache_height",
1995 		.value = "1024",
1996 	},
1997 	{
1998 		.key = "ro.hwui.text_large_cache_width",
1999 		.value = "2048",
2000 	},
2001 	{
2002 		.key = "ro.hwui.text_small_cache_height",
2003 		.value = "512",
2004 	},
2005 	{
2006 		.key = "ro.hwui.text_small_cache_width",
2007 		.value = "1024",
2008 	},
2009 	{
2010 		.key = "ro.hwui.texture_cache_size",
2011 		.value = "24",
2012 	},
2013 	{
2014 		.key = "ro.im.param.offset",
2015 		.value = "unknown",
2016 	},
2017 	{
2018 		.key = "ro.kernel.qemu.gles",
2019 		.value = "1",
2020 	},
2021 	{
2022 		.key = "ro.kernel.qemu",
2023 		.value = "0",
2024 	},
2025 	{
2026 		.key = "ro.mct.compressiontype",
2027 		.value = "ASTC",
2028 	},
2029 	{
2030 		.key = "ro.me.param.offset",
2031 		.value = "unknown",
2032 	},
2033 	{
2034 		.key = "ro.multisim.simslotcount",
2035 		.value = "1",
2036 	},
2037 	{
2038 		.key = "ro.nfc.port",
2039 		.value = "I2C",
2040 	},
2041 	{
2042 		.key = "ro.opengles.version",
2043 		.value = "196608",
2044 	},
2045 	{
2046 		.key = "ro.pr.param.offset",
2047 		.value = "unknown",
2048 	},
2049 	{
2050 		.key = "ro.product.board",
2051 		.value = "universal7580",
2052 	},
2053 	{
2054 		.key = "ro.product.brand",
2055 		.value = "samsung",
2056 	},
2057 	{
2058 		.key = "ro.product.cpu.abi2",
2059 		.value = "armeabi",
2060 	},
2061 	{
2062 		.key = "ro.product.cpu.abi",
2063 		.value = "armeabi-v7a",
2064 	},
2065 	{
2066 		.key = "ro.product.cpu.abilist32",
2067 		.value = "armeabi-v7a,armeabi",
2068 	},
2069 	{
2070 		.key = "ro.product.cpu.abilist64",
2071 		.value = "",
2072 	},
2073 	{
2074 		.key = "ro.product.cpu.abilist",
2075 		.value = "armeabi-v7a,armeabi",
2076 	},
2077 	{
2078 		.key = "ro.product.device",
2079 		.value = "a3xelte",
2080 	},
2081 	{
2082 		.key = "ro.product.locale.language",
2083 		.value = "en",
2084 	},
2085 	{
2086 		.key = "ro.product.locale.region",
2087 		.value = "GB",
2088 	},
2089 	{
2090 		.key = "ro.product.manufacturer",
2091 		.value = "samsung",
2092 	},
2093 	{
2094 		.key = "ro.product.model",
2095 		.value = "SM-A310F",
2096 	},
2097 	{
2098 		.key = "ro.product.name",
2099 		.value = "a3xeltexx",
2100 	},
2101 	{
2102 		.key = "ro.product_ship",
2103 		.value = "true",
2104 	},
2105 	{
2106 		.key = "ro.revision",
2107 		.value = "2",
2108 	},
2109 	{
2110 		.key = "ro.ril.gprsclass",
2111 		.value = "10",
2112 	},
2113 	{
2114 		.key = "ro.ril.hsxpa",
2115 		.value = "1",
2116 	},
2117 	{
2118 		.key = "ro.rtn_config",
2119 		.value = "unknown",
2120 	},
2121 	{
2122 		.key = "ro.runtime.firstboot",
2123 		.value = "1512433785339",
2124 	},
2125 	{
2126 		.key = "ro.sec.fle.encryption",
2127 		.value = "true",
2128 	},
2129 	{
2130 		.key = "ro.secure",
2131 		.value = "1",
2132 	},
2133 	{
2134 		.key = "ro.security.icd.flagmode",
2135 		.value = "multi",
2136 	},
2137 	{
2138 		.key = "ro.security.vpnpp.release",
2139 		.value = "5.3",
2140 	},
2141 	{
2142 		.key = "ro.security_mode",
2143 		.value = "1526595584",
2144 	},
2145 	{
2146 		.key = "ro.serialno",
2147 		.value = "52038371f0de93e3",
2148 	},
2149 	{
2150 		.key = "ro.setupwizard.mode",
2151 		.value = "DISABLED",
2152 	},
2153 	{
2154 		.key = "ro.sf.lcd_density",
2155 		.value = "320",
2156 	},
2157 	{
2158 		.key = "ro.sku.param.offset",
2159 		.value = "unknown",
2160 	},
2161 	{
2162 		.key = "ro.smps.enable",
2163 		.value = "true",
2164 	},
2165 	{
2166 		.key = "ro.sn.param.offset",
2167 		.value = "unknown",
2168 	},
2169 	{
2170 		.key = "ro.telephony.default_network",
2171 		.value = "9",
2172 	},
2173 	{
2174 		.key = "ro.warranty_bit",
2175 		.value = "0",
2176 	},
2177 	{
2178 		.key = "ro.wifi.channels",
2179 		.value = "",
2180 	},
2181 	{
2182 		.key = "ro.zygote.disable_gl_preload",
2183 		.value = "1",
2184 	},
2185 	{
2186 		.key = "ro.zygote",
2187 		.value = "zygote32",
2188 	},
2189 	{
2190 		.key = "sec.fle.encryption.status",
2191 		.value = "Dec NewFile IncludeMedia",
2192 	},
2193 	{
2194 		.key = "security.mdpp.mass",
2195 		.value = "skmm",
2196 	},
2197 	{
2198 		.key = "selinux.policy_version",
2199 		.value = "SEPF_SM-A310F_5.1.1_0048",
2200 	},
2201 	{
2202 		.key = "selinux.reload_policy",
2203 		.value = "1",
2204 	},
2205 	{
2206 		.key = "selinux.sec.restorecon",
2207 		.value = "1",
2208 	},
2209 	{
2210 		.key = "service.bootanim.exit",
2211 		.value = "0",
2212 	},
2213 	{
2214 		.key = "service.brcm.fm.set_blndmute",
2215 		.value = "1",
2216 	},
2217 	{
2218 		.key = "service.brcm.fm.start_mute",
2219 		.value = "1",
2220 	},
2221 	{
2222 		.key = "service.camera.running",
2223 		.value = "0",
2224 	},
2225 	{
2226 		.key = "service.camera.sfs.running",
2227 		.value = "0",
2228 	},
2229 	{
2230 		.key = "service.media.powersnd",
2231 		.value = "1",
2232 	},
2233 	{
2234 		.key = "storage.mmc.size",
2235 		.value = "15758000128",
2236 	},
2237 	{
2238 		.key = "sys.adaptivedisplay.eadon",
2239 		.value = "true",
2240 	},
2241 	{
2242 		.key = "sys.boot_completed",
2243 		.value = "1",
2244 	},
2245 	{
2246 		.key = "sys.cameramode.blackbox",
2247 		.value = "0",
2248 	},
2249 	{
2250 		.key = "sys.cameramode.vtcall",
2251 		.value = "0",
2252 	},
2253 	{
2254 		.key = "sys.config.bigdata_enable",
2255 		.value = "true",
2256 	},
2257 	{
2258 		.key = "sys.config.bigdata_mem_enable",
2259 		.value = "true",
2260 	},
2261 	{
2262 		.key = "sys.config.samp_spcm_enable",
2263 		.value = "true",
2264 	},
2265 	{
2266 		.key = "sys.config.spcm_db_enable",
2267 		.value = "true",
2268 	},
2269 	{
2270 		.key = "sys.config.spcm_db_launcher",
2271 		.value = "true",
2272 	},
2273 	{
2274 		.key = "sys.config.spcm_preload_enable",
2275 		.value = "true",
2276 	},
2277 	{
2278 		.key = "sys.dockstate",
2279 		.value = "0",
2280 	},
2281 	{
2282 		.key = "sys.enterprise.billing.version",
2283 		.value = "1.2.0",
2284 	},
2285 	{
2286 		.key = "sys.enterprise.otp.version",
2287 		.value = "1.2.0",
2288 	},
2289 	{
2290 		.key = "sys.isdumpstaterunning",
2291 		.value = "0",
2292 	},
2293 	{
2294 		.key = "sys.knox.exists",
2295 		.value = "0",
2296 	},
2297 	{
2298 		.key = "sys.knox.store",
2299 		.value = "0",
2300 	},
2301 	{
2302 		.key = "sys.mobicoredaemon.enable",
2303 		.value = "true",
2304 	},
2305 	{
2306 		.key = "sys.settings_global_version",
2307 		.value = "2",
2308 	},
2309 	{
2310 		.key = "sys.settings_system_version",
2311 		.value = "6",
2312 	},
2313 	{
2314 		.key = "sys.siop.level",
2315 		.value = "0",
2316 	},
2317 	{
2318 		.key = "sys.ssrm.mdnie",
2319 		.value = "-1",
2320 	},
2321 	{
2322 		.key = "sys.sysctl.extra_free_kbytes",
2323 		.value = "10800",
2324 	},
2325 	{
2326 		.key = "sys.sysctl.tcp_adv_win_scale",
2327 		.value = "2",
2328 	},
2329 	{
2330 		.key = "sys.sysctl.tcp_def_init_rwnd",
2331 		.value = "60",
2332 	},
2333 	{
2334 		.key = "sys.usb.config",
2335 		.value = "mtp,adb",
2336 	},
2337 	{
2338 		.key = "sys.usb.state",
2339 		.value = "mtp,adb",
2340 	},
2341 	{
2342 		.key = "system.camera.CC.disable",
2343 		.value = "0",
2344 	},
2345 	{
2346 		.key = "telephony.lteOnCdmaDevice",
2347 		.value = "0",
2348 	},
2349 	{
2350 		.key = "vold.pfe",
2351 		.value = "deactivated",
2352 	},
2353 	{
2354 		.key = "vold.post_fs_data_done",
2355 		.value = "1",
2356 	},
2357 	{
2358 		.key = "vzw.os.rooted",
2359 		.value = "false",
2360 	},
2361 	{
2362 		.key = "wifi.interface",
2363 		.value = "wlan0",
2364 	},
2365 	{
2366 		.key = "wlan.driver.status",
2367 		.value = "ok",
2368 	},
2369 	{NULL},
2370 };
2371 #endif /* __ANDROID__ */
2372