1 struct cpuinfo_mock_file filesystem[] = {
2 #if CPUINFO_ARCH_ARM64
3 	{
4 		.path = "/proc/cpuinfo",
5 		.size = 1448,
6 		.content =
7 			"processor\t: 0\n"
8 			"BogoMIPS\t: 52.00\n"
9 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
10 			"CPU implementer\t: 0x41\n"
11 			"CPU architecture: 8\n"
12 			"CPU variant\t: 0x0\n"
13 			"CPU part\t: 0xd03\n"
14 			"CPU revision\t: 4\n"
15 			"\n"
16 			"processor\t: 1\n"
17 			"BogoMIPS\t: 52.00\n"
18 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
19 			"CPU implementer\t: 0x41\n"
20 			"CPU architecture: 8\n"
21 			"CPU variant\t: 0x0\n"
22 			"CPU part\t: 0xd03\n"
23 			"CPU revision\t: 4\n"
24 			"\n"
25 			"processor\t: 2\n"
26 			"BogoMIPS\t: 52.00\n"
27 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
28 			"CPU implementer\t: 0x41\n"
29 			"CPU architecture: 8\n"
30 			"CPU variant\t: 0x0\n"
31 			"CPU part\t: 0xd03\n"
32 			"CPU revision\t: 4\n"
33 			"\n"
34 			"processor\t: 3\n"
35 			"BogoMIPS\t: 52.00\n"
36 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
37 			"CPU implementer\t: 0x41\n"
38 			"CPU architecture: 8\n"
39 			"CPU variant\t: 0x0\n"
40 			"CPU part\t: 0xd03\n"
41 			"CPU revision\t: 4\n"
42 			"\n"
43 			"processor\t: 4\n"
44 			"BogoMIPS\t: 52.00\n"
45 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
46 			"CPU implementer\t: 0x41\n"
47 			"CPU architecture: 8\n"
48 			"CPU variant\t: 0x0\n"
49 			"CPU part\t: 0xd03\n"
50 			"CPU revision\t: 4\n"
51 			"\n"
52 			"processor\t: 5\n"
53 			"BogoMIPS\t: 52.00\n"
54 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
55 			"CPU implementer\t: 0x41\n"
56 			"CPU architecture: 8\n"
57 			"CPU variant\t: 0x0\n"
58 			"CPU part\t: 0xd03\n"
59 			"CPU revision\t: 4\n"
60 			"\n"
61 			"processor\t: 6\n"
62 			"BogoMIPS\t: 52.00\n"
63 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
64 			"CPU implementer\t: 0x41\n"
65 			"CPU architecture: 8\n"
66 			"CPU variant\t: 0x0\n"
67 			"CPU part\t: 0xd09\n"
68 			"CPU revision\t: 2\n"
69 			"\n"
70 			"processor\t: 7\n"
71 			"BogoMIPS\t: 52.00\n"
72 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
73 			"CPU implementer\t: 0x41\n"
74 			"CPU architecture: 8\n"
75 			"CPU variant\t: 0x0\n"
76 			"CPU part\t: 0xd09\n"
77 			"CPU revision\t: 2\n"
78 			"\n",
79 	},
80 #elif CPUINFO_ARCH_ARM
81 	{
82 		.path = "/proc/cpuinfo",
83 		.size = 1912,
84 		.content =
85 			"processor\t: 0\n"
86 			"BogoMIPS\t: 52.00\n"
87 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
88 			"CPU implementer\t: 0x41\n"
89 			"CPU architecture: 8\n"
90 			"CPU variant\t: 0x0\n"
91 			"CPU part\t: 0xd03\n"
92 			"CPU revision\t: 4\n"
93 			"\n"
94 			"processor\t: 1\n"
95 			"BogoMIPS\t: 52.00\n"
96 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
97 			"CPU implementer\t: 0x41\n"
98 			"CPU architecture: 8\n"
99 			"CPU variant\t: 0x0\n"
100 			"CPU part\t: 0xd03\n"
101 			"CPU revision\t: 4\n"
102 			"\n"
103 			"processor\t: 2\n"
104 			"BogoMIPS\t: 52.00\n"
105 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
106 			"CPU implementer\t: 0x41\n"
107 			"CPU architecture: 8\n"
108 			"CPU variant\t: 0x0\n"
109 			"CPU part\t: 0xd03\n"
110 			"CPU revision\t: 4\n"
111 			"\n"
112 			"processor\t: 3\n"
113 			"BogoMIPS\t: 52.00\n"
114 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
115 			"CPU implementer\t: 0x41\n"
116 			"CPU architecture: 8\n"
117 			"CPU variant\t: 0x0\n"
118 			"CPU part\t: 0xd03\n"
119 			"CPU revision\t: 4\n"
120 			"\n"
121 			"processor\t: 4\n"
122 			"BogoMIPS\t: 52.00\n"
123 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
124 			"CPU implementer\t: 0x41\n"
125 			"CPU architecture: 8\n"
126 			"CPU variant\t: 0x0\n"
127 			"CPU part\t: 0xd03\n"
128 			"CPU revision\t: 4\n"
129 			"\n"
130 			"processor\t: 5\n"
131 			"BogoMIPS\t: 52.00\n"
132 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
133 			"CPU implementer\t: 0x41\n"
134 			"CPU architecture: 8\n"
135 			"CPU variant\t: 0x0\n"
136 			"CPU part\t: 0xd03\n"
137 			"CPU revision\t: 4\n"
138 			"\n"
139 			"processor\t: 6\n"
140 			"BogoMIPS\t: 52.00\n"
141 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
142 			"CPU implementer\t: 0x41\n"
143 			"CPU architecture: 8\n"
144 			"CPU variant\t: 0x0\n"
145 			"CPU part\t: 0xd09\n"
146 			"CPU revision\t: 2\n"
147 			"\n"
148 			"processor\t: 7\n"
149 			"BogoMIPS\t: 52.00\n"
150 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
151 			"CPU implementer\t: 0x41\n"
152 			"CPU architecture: 8\n"
153 			"CPU variant\t: 0x0\n"
154 			"CPU part\t: 0xd09\n"
155 			"CPU revision\t: 2\n"
156 			"\n",
157 	},
158 #endif
159 	{
160 		.path = "/system/build.prop",
161 		.size = 5259,
162 		.content =
163 			"\n"
164 			"# begin build properties\n"
165 			"# autogenerated by buildinfo.sh\n"
166 			"ro.build.id=NMF26X\n"
167 			"ro.build.display.id=NMF26X.A530FXXU1ARA3\n"
168 			"ro.build.version.incremental=A530FXXU1ARA3\n"
169 			"ro.build.version.sdk=25\n"
170 			"ro.build.version.preview_sdk=0\n"
171 			"ro.build.version.codename=REL\n"
172 			"ro.build.version.all_codenames=REL\n"
173 			"ro.build.version.release=7.1.1\n"
174 			"ro.build.version.security_patch=2018-01-01\n"
175 			"ro.build.version.base_os=\n"
176 			"ro.build.version.security_index=1\n"
177 			"ro.build.date=Fri Jan 12 19:09:06 KST 2018\n"
178 			"ro.build.date.utc=1515751746\n"
179 			"ro.build.type=user\n"
180 			"ro.build.user=dpi\n"
181 			"ro.build.host=SWHE8816\n"
182 			"ro.build.tags=release-keys\n"
183 			"ro.build.flavor=jackpotltexx-user\n"
184 			"ro.product.model=SM-A530F\n"
185 			"ro.product.brand=samsung\n"
186 			"# ro.build.product is obsolete; use ro.product.device\n"
187 			"ro.build.product=jackpotlte\n"
188 			"ro.product.name=jackpotltexx\n"
189 			"ro.product.device=jackpotlte\n"
190 			"ro.product.board=universal7885\n"
191 			"# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
192 			"# use ro.product.cpu.abilist instead.\n"
193 			"ro.product.cpu.abi=arm64-v8a\n"
194 			"ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n"
195 			"ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
196 			"ro.product.cpu.abilist64=arm64-v8a\n"
197 			"ro.product.manufacturer=samsung\n"
198 			"ro.product.locale=en-GB\n"
199 			"ro.wifi.channels=\n"
200 			"ro.board.platform=exynos5\n"
201 			"# Do not try to parse description, fingerprint, or thumbprint\n"
202 			"ro.build.description=jackpotltexx-user 7.1.1 NMF26X A530FXXU1ARA3 release-keys\n"
203 			"ro.build.fingerprint=samsung/jackpotltexx/jackpotlte:7.1.1/NMF26X/A530FXXU1ARA3:user/release-keys\n"
204 			"ro.build.characteristics=phone,emulator\n"
205 			"# Samsung Specific Properties\n"
206 			"ro.build.PDA=A530FXXU1ARA3\n"
207 			"ro.build.official.release=true\n"
208 			"ro.config.rm_preload_enabled=1\n"
209 			"ro.build.changelist=12719828\n"
210 			"ro.product_ship=true\n"
211 			"ro.chipname=exynos7885\n"
212 			"# end build properties\n"
213 			"\n"
214 			"#\n"
215 			"# HWUI_BUILD_PROPERTIES\n"
216 			"#\n"
217 			"ro.hwui.texture_cache_size=50\n"
218 			"ro.hwui.layer_cache_size=34\n"
219 			"ro.hwui.path_cache_size=10\n"
220 			"ro.hwui.texture_cache_flushrate=0.4\n"
221 			"ro.hwui.shape_cache_size=4\n"
222 			"ro.hwui.gradient_cache_size=2\n"
223 			"ro.hwui.drop_shadow_cache_size=6\n"
224 			"ro.hwui.r_buffer_cache_size=4\n"
225 			"ro.hwui.text_small_cache_width=1024\n"
226 			"ro.hwui.text_small_cache_height=1024\n"
227 			"ro.hwui.text_large_cache_width=2048\n"
228 			"ro.hwui.text_large_cache_height=1024\n"
229 			"#\n"
230 			"# from device/samsung/jackpotlte/system.prop\n"
231 			"#\n"
232 			"#\n"
233 			"# system.prop for universal7885\n"
234 			"#\n"
235 			"\n"
236 			"ro.sf.lcd_density=480\n"
237 			"\n"
238 			"ro.arch=exynos7885\n"
239 			"#ro.kernel.qemu=1\n"
240 			"#ro.kernel.qemu.gles=2\n"
241 			"persist.demo.hdmirotationlock=false\n"
242 			"\n"
243 			"# read DS/SS property\n"
244 			"import /efs/factory.prop\n"
245 			"\n"
246 			"#Enable S.LSI USB settings\n"
247 			"dev.usbsetting.embedded=on\n"
248 			"\n"
249 			"# Specify a vendor RIL and a device node for IPC\n"
250 			"rild.libpath=/system/lib64/libsec-ril.so\n"
251 			"rild.libargs=-d /dev/umts_ipc0\n"
252 			"exynos.modempath=/dev/block/sda5\n"
253 			"exynos.modem.logsympath=/dev/block/sda6\n"
254 			"persist.audio.deepbuffer_delay=99\n"
255 			"\n"
256 			"#Phone early start enable flag\n"
257 			"sys.config.phone_start_early=true\n"
258 			"#\n"
259 			"# ADDITIONAL_BUILD_PROPERTIES\n"
260 			"#\n"
261 			"ro.astcenc.astcsupport=1\n"
262 			"ro.mct.compressiontype=ETC1\n"
263 			"ro.config.dmverity=true\n"
264 			"ro.config.kap_default_on=true\n"
265 			"ro.config.kap=true\n"
266 			"ro.multisim.simslotcount=2\n"
267 			"dalvik.vm.image-dex2oat-filter=speed\n"
268 			"dalvik.vm.dex2oat-filter=speed\n"
269 			"ro.product.first_api_level=25\n"
270 			"ro.opengles.version=196610\n"
271 			"ro.sf.lcd_density=480\n"
272 			"debug.slsi_platform=1\n"
273 			"debug.hwc.winupdate=1\n"
274 			"wifi.interface=wlan0\n"
275 			"drm.service.enabled=true\n"
276 			"dalvik.vm.heapstartsize=8m\n"
277 			"dalvik.vm.heapgrowthlimit=192m\n"
278 			"dalvik.vm.heapsize=512m\n"
279 			"dalvik.vm.heaptargetutilization=0.75\n"
280 			"dalvik.vm.heapminfree=512k\n"
281 			"dalvik.vm.heapmaxfree=8m\n"
282 			"ro.hdcp2.rx=tz\n"
283 			"ro.error.receiver.default=com.samsung.receiver.error\n"
284 			"ro.build.scafe.version=2017A\n"
285 			"ro.frp.pst=/dev/block/persistent\n"
286 			"security.mdpp.mass=skmm\n"
287 			"ro.wsmd.enable=true\n"
288 			"sys.config.activelaunch_enable=true\n"
289 			"ro.security.keystore.keytype=sak\n"
290 			"ro.hardware.keystore=mdfpp\n"
291 			"ro.config.dha_cached_max=16\n"
292 			"ro.config.dha_cached_min=4\n"
293 			"ro.config.dha_empty_init=16\n"
294 			"ro.config.dha_empty_max=16\n"
295 			"ro.config.dha_empty_min=8\n"
296 			"ro.config.dha_th_rate=2.6\n"
297 			"ro.config.dha_lmk_scale=0.583\n"
298 			"ro.cfg.dha_th_rate=2.0\n"
299 			"ro.cfg.dha_lmk_scale=1\n"
300 			"ro.cfg.dha_cached_min=8\n"
301 			"ro.cfg.dha_cached_max=24\n"
302 			"ro.cfg.dha_empty_min=8\n"
303 			"ro.cfg.dha_empty_init=32\n"
304 			"ro.cfg.dha_empty_max=32\n"
305 			"ro.config.dha_pwhl_key=96\n"
306 			"ro.config.dha_pwhitelist_enable=1\n"
307 			"ro.config.ringtone=Over_the_Horizon.ogg\n"
308 			"ro.config.notification_sound=Skyline.ogg\n"
309 			"ro.config.alarm_alert=Morning_Glory.ogg\n"
310 			"ro.config.media_sound=Media_preview_Touch_the_light.ogg\n"
311 			"ro.config.ringtone_2=Basic_Bell.ogg\n"
312 			"ro.config.notification_sound_2=S_Charming_Bell.ogg\n"
313 			"ro.config.systemaudiodebug=abox\n"
314 			"ro.security.vaultkeeper.feature=1\n"
315 			"keyguard.no_require_sim=true\n"
316 			"ro.carrier=unknown\n"
317 			"rild.libpath=/system/lib64/libsec-ril.so\n"
318 			"rild.libpath2=/system/lib64/libsec-ril-dsds.so\n"
319 			"persist.radio.sib16_support=1\n"
320 			"ro.security.icd.flagmode=multi\n"
321 			"security.ASKS.policy_version=000000\n"
322 			"ro.ril.hsxpa=1\n"
323 			"ro.ril.gprsclass=10\n"
324 			"ro.adb.qemud=1\n"
325 			"ro.com.google.clientidbase=android-samsung-ss\n"
326 			"ro.setupwizard.wifi_on_exit=false\n"
327 			"ro.setupwizard.mode=OPTIONAL\n"
328 			"ro.com.google.gmsversion=7.1_r8\n"
329 			"ro.build.selinux=1\n"
330 			"persist.sys.dalvik.vm.lib.2=libart.so\n"
331 			"dalvik.vm.isa.arm64.variant=generic\n"
332 			"dalvik.vm.isa.arm64.features=default\n"
333 			"dalvik.vm.isa.arm.variant=cortex-a53\n"
334 			"dalvik.vm.isa.arm.features=default\n"
335 			"ro.config.knox=v30\n"
336 			"ro.config.tima=1\n"
337 			"ro.config.timaversion=3.0\n"
338 			"ro.config.iccc_version=1.0\n"
339 			"ro.kernel.qemu=0\n"
340 			"net.bt.name=Android\n"
341 			"dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
342 			"ro.build.version.sem=2502\n"
343 			"ro.build.version.sep=80500\n"
344 			"ro.expect.recovery_id=0xae1c9693749cb6862cd35307ec060ab105079a77000000000000000000000000\n"
345 			"\n",
346 	},
347 	{
348 		.path = "/sys/devices/soc0/family",
349 		.size = 15,
350 		.content = "Samsung Exynos\n",
351 	},
352 	{
353 		.path = "/sys/devices/soc0/machine",
354 		.size = 55,
355 		.content = "Samsung JACKPOTLTE EUR rev07 board based on EXYNOS7885\n",
356 	},
357 	{
358 		.path = "/sys/devices/soc0/revision",
359 		.size = 2,
360 		.content = "1\n",
361 	},
362 	{
363 		.path = "/sys/devices/soc0/soc_id",
364 		.size = 11,
365 		.content = "EXYNOS7885\n",
366 	},
367 	{
368 		.path = "/sys/devices/system/cpu/isolated",
369 		.size = 1,
370 		.content = "\n",
371 	},
372 	{
373 		.path = "/sys/devices/system/cpu/kernel_max",
374 		.size = 2,
375 		.content = "7\n",
376 	},
377 	{
378 		.path = "/sys/devices/system/cpu/modalias",
379 		.size = 66,
380 		.content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n",
381 	},
382 	{
383 		.path = "/sys/devices/system/cpu/offline",
384 		.size = 1,
385 		.content = "\n",
386 	},
387 	{
388 		.path = "/sys/devices/system/cpu/online",
389 		.size = 4,
390 		.content = "0-7\n",
391 	},
392 	{
393 		.path = "/sys/devices/system/cpu/possible",
394 		.size = 4,
395 		.content = "0-7\n",
396 	},
397 	{
398 		.path = "/sys/devices/system/cpu/present",
399 		.size = 4,
400 		.content = "0-7\n",
401 	},
402 	{
403 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
404 		.size = 12,
405 		.content = "exynos_idle\n",
406 	},
407 	{
408 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
409 		.size = 5,
410 		.content = "menu\n",
411 	},
412 	{
413 		.path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name",
414 		.size = 12,
415 		.content = "exynos_idle\n",
416 	},
417 	{
418 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
419 		.size = 12,
420 		.content = "0 1 2 3 4 5\n",
421 	},
422 	{
423 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
424 		.size = 8,
425 		.content = "1586000\n",
426 	},
427 	{
428 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
429 		.size = 7,
430 		.content = "449000\n",
431 	},
432 	{
433 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
434 		.size = 7,
435 		.content = "100000\n",
436 	},
437 	{
438 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
439 		.size = 12,
440 		.content = "0 1 2 3 4 5\n",
441 	},
442 	{
443 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
444 		.size = 35,
445 		.content = "userspace interactive performance \n",
446 	},
447 	{
448 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
449 		.size = 8,
450 		.content = "1586000\n",
451 	},
452 	{
453 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
454 		.size = 15,
455 		.content = "exynos_cpufreq\n",
456 	},
457 	{
458 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
459 		.size = 12,
460 		.content = "interactive\n",
461 	},
462 	{
463 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
464 		.size = 7,
465 		.content = "449000\n",
466 	},
467 	{
468 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
469 		.size = 123,
470 		.content =
471 			"1586000 8312\n"
472 			"1482000 36\n"
473 			"1352000 60\n"
474 			"1248000 38\n"
475 			"1144000 26\n"
476 			"1014000 10\n"
477 			"902000 4\n"
478 			"839000 52\n"
479 			"757000 4\n"
480 			"676000 2\n"
481 			"546000 8\n"
482 			"449000 8\n",
483 	},
484 	{
485 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
486 		.size = 3,
487 		.content = "92\n",
488 	},
489 	{
490 		.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
491 		.size = 2,
492 		.content = "0\n",
493 	},
494 	{
495 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
496 		.size = 3,
497 		.content = "3f\n",
498 	},
499 	{
500 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
501 		.size = 4,
502 		.content = "0-5\n",
503 	},
504 	{
505 		.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
506 		.size = 2,
507 		.content = "1\n",
508 	},
509 	{
510 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
511 		.size = 3,
512 		.content = "01\n",
513 	},
514 	{
515 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
516 		.size = 2,
517 		.content = "0\n",
518 	},
519 	{
520 		.path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name",
521 		.size = 12,
522 		.content = "exynos_idle\n",
523 	},
524 	{
525 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
526 		.size = 12,
527 		.content = "0 1 2 3 4 5\n",
528 	},
529 	{
530 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
531 		.size = 8,
532 		.content = "1586000\n",
533 	},
534 	{
535 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
536 		.size = 7,
537 		.content = "449000\n",
538 	},
539 	{
540 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
541 		.size = 7,
542 		.content = "100000\n",
543 	},
544 	{
545 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
546 		.size = 12,
547 		.content = "0 1 2 3 4 5\n",
548 	},
549 	{
550 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
551 		.size = 35,
552 		.content = "userspace interactive performance \n",
553 	},
554 	{
555 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
556 		.size = 8,
557 		.content = "1586000\n",
558 	},
559 	{
560 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
561 		.size = 15,
562 		.content = "exynos_cpufreq\n",
563 	},
564 	{
565 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
566 		.size = 12,
567 		.content = "interactive\n",
568 	},
569 	{
570 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
571 		.size = 7,
572 		.content = "449000\n",
573 	},
574 	{
575 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
576 		.size = 123,
577 		.content =
578 			"1586000 8523\n"
579 			"1482000 36\n"
580 			"1352000 60\n"
581 			"1248000 38\n"
582 			"1144000 26\n"
583 			"1014000 10\n"
584 			"902000 4\n"
585 			"839000 52\n"
586 			"757000 4\n"
587 			"676000 2\n"
588 			"546000 8\n"
589 			"449000 8\n",
590 	},
591 	{
592 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
593 		.size = 3,
594 		.content = "92\n",
595 	},
596 	{
597 		.path = "/sys/devices/system/cpu/cpu1/topology/core_id",
598 		.size = 2,
599 		.content = "1\n",
600 	},
601 	{
602 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
603 		.size = 3,
604 		.content = "3f\n",
605 	},
606 	{
607 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
608 		.size = 4,
609 		.content = "0-5\n",
610 	},
611 	{
612 		.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
613 		.size = 2,
614 		.content = "1\n",
615 	},
616 	{
617 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
618 		.size = 3,
619 		.content = "02\n",
620 	},
621 	{
622 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
623 		.size = 2,
624 		.content = "1\n",
625 	},
626 	{
627 		.path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name",
628 		.size = 12,
629 		.content = "exynos_idle\n",
630 	},
631 	{
632 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus",
633 		.size = 12,
634 		.content = "0 1 2 3 4 5\n",
635 	},
636 	{
637 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq",
638 		.size = 8,
639 		.content = "1586000\n",
640 	},
641 	{
642 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq",
643 		.size = 7,
644 		.content = "449000\n",
645 	},
646 	{
647 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency",
648 		.size = 7,
649 		.content = "100000\n",
650 	},
651 	{
652 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus",
653 		.size = 12,
654 		.content = "0 1 2 3 4 5\n",
655 	},
656 	{
657 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
658 		.size = 35,
659 		.content = "userspace interactive performance \n",
660 	},
661 	{
662 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq",
663 		.size = 8,
664 		.content = "1586000\n",
665 	},
666 	{
667 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver",
668 		.size = 15,
669 		.content = "exynos_cpufreq\n",
670 	},
671 	{
672 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor",
673 		.size = 12,
674 		.content = "interactive\n",
675 	},
676 	{
677 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
678 		.size = 7,
679 		.content = "449000\n",
680 	},
681 	{
682 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
683 		.size = 123,
684 		.content =
685 			"1586000 8736\n"
686 			"1482000 36\n"
687 			"1352000 60\n"
688 			"1248000 38\n"
689 			"1144000 26\n"
690 			"1014000 10\n"
691 			"902000 4\n"
692 			"839000 52\n"
693 			"757000 4\n"
694 			"676000 2\n"
695 			"546000 8\n"
696 			"449000 8\n",
697 	},
698 	{
699 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
700 		.size = 3,
701 		.content = "92\n",
702 	},
703 	{
704 		.path = "/sys/devices/system/cpu/cpu2/topology/core_id",
705 		.size = 2,
706 		.content = "2\n",
707 	},
708 	{
709 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings",
710 		.size = 3,
711 		.content = "3f\n",
712 	},
713 	{
714 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list",
715 		.size = 4,
716 		.content = "0-5\n",
717 	},
718 	{
719 		.path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id",
720 		.size = 2,
721 		.content = "1\n",
722 	},
723 	{
724 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings",
725 		.size = 3,
726 		.content = "04\n",
727 	},
728 	{
729 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list",
730 		.size = 2,
731 		.content = "2\n",
732 	},
733 	{
734 		.path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name",
735 		.size = 12,
736 		.content = "exynos_idle\n",
737 	},
738 	{
739 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus",
740 		.size = 12,
741 		.content = "0 1 2 3 4 5\n",
742 	},
743 	{
744 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq",
745 		.size = 8,
746 		.content = "1586000\n",
747 	},
748 	{
749 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq",
750 		.size = 7,
751 		.content = "449000\n",
752 	},
753 	{
754 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency",
755 		.size = 7,
756 		.content = "100000\n",
757 	},
758 	{
759 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus",
760 		.size = 12,
761 		.content = "0 1 2 3 4 5\n",
762 	},
763 	{
764 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
765 		.size = 35,
766 		.content = "userspace interactive performance \n",
767 	},
768 	{
769 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq",
770 		.size = 8,
771 		.content = "1586000\n",
772 	},
773 	{
774 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver",
775 		.size = 15,
776 		.content = "exynos_cpufreq\n",
777 	},
778 	{
779 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor",
780 		.size = 12,
781 		.content = "interactive\n",
782 	},
783 	{
784 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq",
785 		.size = 7,
786 		.content = "449000\n",
787 	},
788 	{
789 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
790 		.size = 123,
791 		.content =
792 			"1586000 8977\n"
793 			"1482000 36\n"
794 			"1352000 60\n"
795 			"1248000 38\n"
796 			"1144000 26\n"
797 			"1014000 10\n"
798 			"902000 4\n"
799 			"839000 52\n"
800 			"757000 4\n"
801 			"676000 2\n"
802 			"546000 8\n"
803 			"449000 8\n",
804 	},
805 	{
806 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans",
807 		.size = 3,
808 		.content = "92\n",
809 	},
810 	{
811 		.path = "/sys/devices/system/cpu/cpu3/topology/core_id",
812 		.size = 2,
813 		.content = "3\n",
814 	},
815 	{
816 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings",
817 		.size = 3,
818 		.content = "3f\n",
819 	},
820 	{
821 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list",
822 		.size = 4,
823 		.content = "0-5\n",
824 	},
825 	{
826 		.path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id",
827 		.size = 2,
828 		.content = "1\n",
829 	},
830 	{
831 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings",
832 		.size = 3,
833 		.content = "08\n",
834 	},
835 	{
836 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list",
837 		.size = 2,
838 		.content = "3\n",
839 	},
840 	{
841 		.path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name",
842 		.size = 12,
843 		.content = "exynos_idle\n",
844 	},
845 	{
846 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus",
847 		.size = 12,
848 		.content = "0 1 2 3 4 5\n",
849 	},
850 	{
851 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq",
852 		.size = 8,
853 		.content = "1586000\n",
854 	},
855 	{
856 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq",
857 		.size = 7,
858 		.content = "449000\n",
859 	},
860 	{
861 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency",
862 		.size = 7,
863 		.content = "100000\n",
864 	},
865 	{
866 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus",
867 		.size = 12,
868 		.content = "0 1 2 3 4 5\n",
869 	},
870 	{
871 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors",
872 		.size = 35,
873 		.content = "userspace interactive performance \n",
874 	},
875 	{
876 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq",
877 		.size = 8,
878 		.content = "1586000\n",
879 	},
880 	{
881 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver",
882 		.size = 15,
883 		.content = "exynos_cpufreq\n",
884 	},
885 	{
886 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor",
887 		.size = 12,
888 		.content = "interactive\n",
889 	},
890 	{
891 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
892 		.size = 7,
893 		.content = "449000\n",
894 	},
895 	{
896 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state",
897 		.size = 123,
898 		.content =
899 			"1586000 9233\n"
900 			"1482000 36\n"
901 			"1352000 68\n"
902 			"1248000 38\n"
903 			"1144000 26\n"
904 			"1014000 10\n"
905 			"902000 4\n"
906 			"839000 52\n"
907 			"757000 4\n"
908 			"676000 2\n"
909 			"546000 8\n"
910 			"449000 8\n",
911 	},
912 	{
913 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans",
914 		.size = 3,
915 		.content = "94\n",
916 	},
917 	{
918 		.path = "/sys/devices/system/cpu/cpu4/topology/core_id",
919 		.size = 2,
920 		.content = "4\n",
921 	},
922 	{
923 		.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings",
924 		.size = 3,
925 		.content = "3f\n",
926 	},
927 	{
928 		.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list",
929 		.size = 4,
930 		.content = "0-5\n",
931 	},
932 	{
933 		.path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id",
934 		.size = 2,
935 		.content = "1\n",
936 	},
937 	{
938 		.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings",
939 		.size = 3,
940 		.content = "10\n",
941 	},
942 	{
943 		.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list",
944 		.size = 2,
945 		.content = "4\n",
946 	},
947 	{
948 		.path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name",
949 		.size = 12,
950 		.content = "exynos_idle\n",
951 	},
952 	{
953 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus",
954 		.size = 12,
955 		.content = "0 1 2 3 4 5\n",
956 	},
957 	{
958 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq",
959 		.size = 8,
960 		.content = "1586000\n",
961 	},
962 	{
963 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq",
964 		.size = 7,
965 		.content = "449000\n",
966 	},
967 	{
968 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency",
969 		.size = 7,
970 		.content = "100000\n",
971 	},
972 	{
973 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus",
974 		.size = 12,
975 		.content = "0 1 2 3 4 5\n",
976 	},
977 	{
978 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors",
979 		.size = 35,
980 		.content = "userspace interactive performance \n",
981 	},
982 	{
983 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq",
984 		.size = 8,
985 		.content = "1586000\n",
986 	},
987 	{
988 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver",
989 		.size = 15,
990 		.content = "exynos_cpufreq\n",
991 	},
992 	{
993 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor",
994 		.size = 12,
995 		.content = "interactive\n",
996 	},
997 	{
998 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq",
999 		.size = 7,
1000 		.content = "449000\n",
1001 	},
1002 	{
1003 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state",
1004 		.size = 123,
1005 		.content =
1006 			"1586000 9459\n"
1007 			"1482000 36\n"
1008 			"1352000 68\n"
1009 			"1248000 38\n"
1010 			"1144000 26\n"
1011 			"1014000 10\n"
1012 			"902000 4\n"
1013 			"839000 52\n"
1014 			"757000 4\n"
1015 			"676000 2\n"
1016 			"546000 8\n"
1017 			"449000 8\n",
1018 	},
1019 	{
1020 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans",
1021 		.size = 3,
1022 		.content = "94\n",
1023 	},
1024 	{
1025 		.path = "/sys/devices/system/cpu/cpu5/topology/core_id",
1026 		.size = 2,
1027 		.content = "5\n",
1028 	},
1029 	{
1030 		.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings",
1031 		.size = 3,
1032 		.content = "3f\n",
1033 	},
1034 	{
1035 		.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list",
1036 		.size = 4,
1037 		.content = "0-5\n",
1038 	},
1039 	{
1040 		.path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id",
1041 		.size = 2,
1042 		.content = "1\n",
1043 	},
1044 	{
1045 		.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings",
1046 		.size = 3,
1047 		.content = "20\n",
1048 	},
1049 	{
1050 		.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list",
1051 		.size = 2,
1052 		.content = "5\n",
1053 	},
1054 	{
1055 		.path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name",
1056 		.size = 12,
1057 		.content = "exynos_idle\n",
1058 	},
1059 	{
1060 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus",
1061 		.size = 4,
1062 		.content = "6 7\n",
1063 	},
1064 	{
1065 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq",
1066 		.size = 8,
1067 		.content = "2184000\n",
1068 	},
1069 	{
1070 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq",
1071 		.size = 7,
1072 		.content = "936000\n",
1073 	},
1074 	{
1075 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency",
1076 		.size = 7,
1077 		.content = "100000\n",
1078 	},
1079 	{
1080 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus",
1081 		.size = 4,
1082 		.content = "6 7\n",
1083 	},
1084 	{
1085 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors",
1086 		.size = 35,
1087 		.content = "userspace interactive performance \n",
1088 	},
1089 	{
1090 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq",
1091 		.size = 7,
1092 		.content = "936000\n",
1093 	},
1094 	{
1095 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver",
1096 		.size = 15,
1097 		.content = "exynos_cpufreq\n",
1098 	},
1099 	{
1100 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor",
1101 		.size = 12,
1102 		.content = "interactive\n",
1103 	},
1104 	{
1105 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
1106 		.size = 8,
1107 		.content = "2184000\n",
1108 	},
1109 	{
1110 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq",
1111 		.size = 7,
1112 		.content = "936000\n",
1113 	},
1114 	{
1115 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state",
1116 		.size = 119,
1117 		.content =
1118 			"2184000 5049\n"
1119 			"2080000 70\n"
1120 			"1976000 93\n"
1121 			"1872000 287\n"
1122 			"1768000 190\n"
1123 			"1664000 195\n"
1124 			"1560000 104\n"
1125 			"1352000 378\n"
1126 			"1144000 164\n"
1127 			"936000 3414\n",
1128 	},
1129 	{
1130 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans",
1131 		.size = 4,
1132 		.content = "409\n",
1133 	},
1134 	{
1135 		.path = "/sys/devices/system/cpu/cpu6/topology/core_id",
1136 		.size = 2,
1137 		.content = "0\n",
1138 	},
1139 	{
1140 		.path = "/sys/devices/system/cpu/cpu6/topology/core_siblings",
1141 		.size = 3,
1142 		.content = "c0\n",
1143 	},
1144 	{
1145 		.path = "/sys/devices/system/cpu/cpu6/topology/core_siblings_list",
1146 		.size = 4,
1147 		.content = "6-7\n",
1148 	},
1149 	{
1150 		.path = "/sys/devices/system/cpu/cpu6/topology/physical_package_id",
1151 		.size = 2,
1152 		.content = "0\n",
1153 	},
1154 	{
1155 		.path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings",
1156 		.size = 3,
1157 		.content = "40\n",
1158 	},
1159 	{
1160 		.path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings_list",
1161 		.size = 2,
1162 		.content = "6\n",
1163 	},
1164 	{
1165 		.path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name",
1166 		.size = 12,
1167 		.content = "exynos_idle\n",
1168 	},
1169 	{
1170 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus",
1171 		.size = 4,
1172 		.content = "6 7\n",
1173 	},
1174 	{
1175 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq",
1176 		.size = 8,
1177 		.content = "2184000\n",
1178 	},
1179 	{
1180 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq",
1181 		.size = 7,
1182 		.content = "936000\n",
1183 	},
1184 	{
1185 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency",
1186 		.size = 7,
1187 		.content = "100000\n",
1188 	},
1189 	{
1190 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus",
1191 		.size = 4,
1192 		.content = "6 7\n",
1193 	},
1194 	{
1195 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors",
1196 		.size = 35,
1197 		.content = "userspace interactive performance \n",
1198 	},
1199 	{
1200 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq",
1201 		.size = 7,
1202 		.content = "936000\n",
1203 	},
1204 	{
1205 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver",
1206 		.size = 15,
1207 		.content = "exynos_cpufreq\n",
1208 	},
1209 	{
1210 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor",
1211 		.size = 12,
1212 		.content = "interactive\n",
1213 	},
1214 	{
1215 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq",
1216 		.size = 8,
1217 		.content = "2184000\n",
1218 	},
1219 	{
1220 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq",
1221 		.size = 7,
1222 		.content = "936000\n",
1223 	},
1224 	{
1225 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state",
1226 		.size = 119,
1227 		.content =
1228 			"2184000 5049\n"
1229 			"2080000 70\n"
1230 			"1976000 93\n"
1231 			"1872000 293\n"
1232 			"1768000 194\n"
1233 			"1664000 203\n"
1234 			"1560000 104\n"
1235 			"1352000 382\n"
1236 			"1144000 164\n"
1237 			"936000 3646\n",
1238 	},
1239 	{
1240 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans",
1241 		.size = 4,
1242 		.content = "416\n",
1243 	},
1244 	{
1245 		.path = "/sys/devices/system/cpu/cpu7/topology/core_id",
1246 		.size = 2,
1247 		.content = "1\n",
1248 	},
1249 	{
1250 		.path = "/sys/devices/system/cpu/cpu7/topology/core_siblings",
1251 		.size = 3,
1252 		.content = "c0\n",
1253 	},
1254 	{
1255 		.path = "/sys/devices/system/cpu/cpu7/topology/core_siblings_list",
1256 		.size = 4,
1257 		.content = "6-7\n",
1258 	},
1259 	{
1260 		.path = "/sys/devices/system/cpu/cpu7/topology/physical_package_id",
1261 		.size = 2,
1262 		.content = "0\n",
1263 	},
1264 	{
1265 		.path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings",
1266 		.size = 3,
1267 		.content = "80\n",
1268 	},
1269 	{
1270 		.path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings_list",
1271 		.size = 2,
1272 		.content = "7\n",
1273 	},
1274 	{ NULL },
1275 };
1276 #ifdef __ANDROID__
1277 struct cpuinfo_mock_property properties[] = {
1278 	{
1279 		.key = "audioflinger.bootsnd",
1280 		.value = "0",
1281 	},
1282 	{
1283 		.key = "boot.sfbootcomplete",
1284 		.value = "0",
1285 	},
1286 	{
1287 		.key = "dalvik.vm.appimageformat",
1288 		.value = "lz4",
1289 	},
1290 	{
1291 		.key = "dalvik.vm.dex2oat-Xms",
1292 		.value = "64m",
1293 	},
1294 	{
1295 		.key = "dalvik.vm.dex2oat-Xmx",
1296 		.value = "512m",
1297 	},
1298 	{
1299 		.key = "dalvik.vm.dex2oat-filter",
1300 		.value = "speed",
1301 	},
1302 	{
1303 		.key = "dalvik.vm.heapgrowthlimit",
1304 		.value = "192m",
1305 	},
1306 	{
1307 		.key = "dalvik.vm.heapmaxfree",
1308 		.value = "8m",
1309 	},
1310 	{
1311 		.key = "dalvik.vm.heapminfree",
1312 		.value = "512k",
1313 	},
1314 	{
1315 		.key = "dalvik.vm.heapsize",
1316 		.value = "512m",
1317 	},
1318 	{
1319 		.key = "dalvik.vm.heapstartsize",
1320 		.value = "8m",
1321 	},
1322 	{
1323 		.key = "dalvik.vm.heaptargetutilization",
1324 		.value = "0.75",
1325 	},
1326 	{
1327 		.key = "dalvik.vm.image-dex2oat-Xms",
1328 		.value = "64m",
1329 	},
1330 	{
1331 		.key = "dalvik.vm.image-dex2oat-Xmx",
1332 		.value = "64m",
1333 	},
1334 	{
1335 		.key = "dalvik.vm.image-dex2oat-filter",
1336 		.value = "speed",
1337 	},
1338 	{
1339 		.key = "dalvik.vm.isa.arm.features",
1340 		.value = "default",
1341 	},
1342 	{
1343 		.key = "dalvik.vm.isa.arm.variant",
1344 		.value = "cortex-a53",
1345 	},
1346 	{
1347 		.key = "dalvik.vm.isa.arm64.features",
1348 		.value = "default",
1349 	},
1350 	{
1351 		.key = "dalvik.vm.isa.arm64.variant",
1352 		.value = "generic",
1353 	},
1354 	{
1355 		.key = "dalvik.vm.stack-trace-file",
1356 		.value = "/data/anr/traces.txt",
1357 	},
1358 	{
1359 		.key = "dalvik.vm.usejit",
1360 		.value = "true",
1361 	},
1362 	{
1363 		.key = "dalvik.vm.usejitprofiles",
1364 		.value = "true",
1365 	},
1366 	{
1367 		.key = "debug.atrace.tags.enableflags",
1368 		.value = "0",
1369 	},
1370 	{
1371 		.key = "debug.force_rtl",
1372 		.value = "0",
1373 	},
1374 	{
1375 		.key = "debug.hwc.winupdate",
1376 		.value = "1",
1377 	},
1378 	{
1379 		.key = "debug.sf.framedrop",
1380 		.value = "0",
1381 	},
1382 	{
1383 		.key = "debug.sf.layerdump",
1384 		.value = "0",
1385 	},
1386 	{
1387 		.key = "debug.slsi_platform",
1388 		.value = "1",
1389 	},
1390 	{
1391 		.key = "dev.bootcomplete",
1392 		.value = "1",
1393 	},
1394 	{
1395 		.key = "dev.kies.drivedisplay",
1396 		.value = "0",
1397 	},
1398 	{
1399 		.key = "dev.kies.drivedisplay.trust",
1400 		.value = "1",
1401 	},
1402 	{
1403 		.key = "dev.kies.sommode",
1404 		.value = "TRUE",
1405 	},
1406 	{
1407 		.key = "dev.kiessupport",
1408 		.value = "TRUE",
1409 	},
1410 	{
1411 		.key = "dev.mtp.opensession",
1412 		.value = "0",
1413 	},
1414 	{
1415 		.key = "dev.ssrm.appsync3p",
1416 		.value = "true",
1417 	},
1418 	{
1419 		.key = "dev.ssrm.gamelevel",
1420 		.value = "-4,5,-1,3",
1421 	},
1422 	{
1423 		.key = "dev.ssrm.init",
1424 		.value = "1",
1425 	},
1426 	{
1427 		.key = "dev.ssrm.live_thumbnail",
1428 		.value = "1",
1429 	},
1430 	{
1431 		.key = "dev.ssrm.mode",
1432 		.value = "dm;",
1433 	},
1434 	{
1435 		.key = "dev.ssrm.pst",
1436 		.value = "365",
1437 	},
1438 	{
1439 		.key = "dev.ssrm.smart_switch",
1440 		.value = "false",
1441 	},
1442 	{
1443 		.key = "dev.usbsetting.embedded",
1444 		.value = "on",
1445 	},
1446 	{
1447 		.key = "drm.service.enabled",
1448 		.value = "true",
1449 	},
1450 	{
1451 		.key = "exynos.modem.logsympath",
1452 		.value = "/dev/block/sda6",
1453 	},
1454 	{
1455 		.key = "exynos.modempath",
1456 		.value = "/dev/block/sda5",
1457 	},
1458 	{
1459 		.key = "gsm.current.phone-type",
1460 		.value = "1,1",
1461 	},
1462 	{
1463 		.key = "gsm.network.type",
1464 		.value = "Unknown,Unknown",
1465 	},
1466 	{
1467 		.key = "gsm.operator.alpha",
1468 		.value = "",
1469 	},
1470 	{
1471 		.key = "gsm.operator.iso-country",
1472 		.value = "us",
1473 	},
1474 	{
1475 		.key = "gsm.operator.ispsroaming",
1476 		.value = "false,false",
1477 	},
1478 	{
1479 		.key = "gsm.operator.isroaming",
1480 		.value = "false,false",
1481 	},
1482 	{
1483 		.key = "gsm.operator.numeric",
1484 		.value = "310260",
1485 	},
1486 	{
1487 		.key = "gsm.sim.operator.alpha",
1488 		.value = ",",
1489 	},
1490 	{
1491 		.key = "gsm.sim.operator.iso-country",
1492 		.value = ",",
1493 	},
1494 	{
1495 		.key = "gsm.sim.operator.numeric",
1496 		.value = ",",
1497 	},
1498 	{
1499 		.key = "gsm.sim.state",
1500 		.value = "ABSENT,ABSENT",
1501 	},
1502 	{
1503 		.key = "gsm.version.baseband",
1504 		.value = "A530FXXU1ARA9",
1505 	},
1506 	{
1507 		.key = "gsm.version.baseband1",
1508 		.value = "A530FXXU1ARA9",
1509 	},
1510 	{
1511 		.key = "gsm.version.ril-impl",
1512 		.value = "Samsung RIL v3.0",
1513 	},
1514 	{
1515 		.key = "init.svc.BCS-daemon",
1516 		.value = "running",
1517 	},
1518 	{
1519 		.key = "init.svc.DIAG-daemon",
1520 		.value = "running",
1521 	},
1522 	{
1523 		.key = "init.svc.DR-daemon",
1524 		.value = "running",
1525 	},
1526 	{
1527 		.key = "init.svc.SIDESYNC_service",
1528 		.value = "running",
1529 	},
1530 	{
1531 		.key = "init.svc.SMD-daemon",
1532 		.value = "running",
1533 	},
1534 	{
1535 		.key = "init.svc.TvoutService_C",
1536 		.value = "running",
1537 	},
1538 	{
1539 		.key = "init.svc.adbd",
1540 		.value = "running",
1541 	},
1542 	{
1543 		.key = "init.svc.apaservice",
1544 		.value = "running",
1545 	},
1546 	{
1547 		.key = "init.svc.argos-daemon",
1548 		.value = "running",
1549 	},
1550 	{
1551 		.key = "init.svc.at_distributor",
1552 		.value = "running",
1553 	},
1554 	{
1555 		.key = "init.svc.audioserver",
1556 		.value = "running",
1557 	},
1558 	{
1559 		.key = "init.svc.auditd",
1560 		.value = "running",
1561 	},
1562 	{
1563 		.key = "init.svc.bootanim",
1564 		.value = "stopped",
1565 	},
1566 	{
1567 		.key = "init.svc.bootchecker",
1568 		.value = "running",
1569 	},
1570 	{
1571 		.key = "init.svc.cameraserver",
1572 		.value = "running",
1573 	},
1574 	{
1575 		.key = "init.svc.ccm",
1576 		.value = "running",
1577 	},
1578 	{
1579 		.key = "init.svc.cpboot-daemon",
1580 		.value = "running",
1581 	},
1582 	{
1583 		.key = "init.svc.debuggerd",
1584 		.value = "running",
1585 	},
1586 	{
1587 		.key = "init.svc.debuggerd64",
1588 		.value = "running",
1589 	},
1590 	{
1591 		.key = "init.svc.drm",
1592 		.value = "running",
1593 	},
1594 	{
1595 		.key = "init.svc.epmlogd",
1596 		.value = "stopped",
1597 	},
1598 	{
1599 		.key = "init.svc.esecomm",
1600 		.value = "running",
1601 	},
1602 	{
1603 		.key = "init.svc.faced",
1604 		.value = "running",
1605 	},
1606 	{
1607 		.key = "init.svc.fingerprintd",
1608 		.value = "running",
1609 	},
1610 	{
1611 		.key = "init.svc.flash_recovery",
1612 		.value = "stopped",
1613 	},
1614 	{
1615 		.key = "init.svc.gatekeeperd",
1616 		.value = "running",
1617 	},
1618 	{
1619 		.key = "init.svc.gpsd",
1620 		.value = "running",
1621 	},
1622 	{
1623 		.key = "init.svc.healthd",
1624 		.value = "running",
1625 	},
1626 	{
1627 		.key = "init.svc.icd",
1628 		.value = "stopped",
1629 	},
1630 	{
1631 		.key = "init.svc.imsd",
1632 		.value = "running",
1633 	},
1634 	{
1635 		.key = "init.svc.installd",
1636 		.value = "running",
1637 	},
1638 	{
1639 		.key = "init.svc.iod",
1640 		.value = "running",
1641 	},
1642 	{
1643 		.key = "init.svc.jackservice",
1644 		.value = "running",
1645 	},
1646 	{
1647 		.key = "init.svc.keystore",
1648 		.value = "running",
1649 	},
1650 	{
1651 		.key = "init.svc.lmkd",
1652 		.value = "running",
1653 	},
1654 	{
1655 		.key = "init.svc.logd",
1656 		.value = "running",
1657 	},
1658 	{
1659 		.key = "init.svc.logd-reinit",
1660 		.value = "stopped",
1661 	},
1662 	{
1663 		.key = "init.svc.macloader",
1664 		.value = "stopped",
1665 	},
1666 	{
1667 		.key = "init.svc.media",
1668 		.value = "running",
1669 	},
1670 	{
1671 		.key = "init.svc.mediacodec",
1672 		.value = "running",
1673 	},
1674 	{
1675 		.key = "init.svc.mediadrm",
1676 		.value = "running",
1677 	},
1678 	{
1679 		.key = "init.svc.mediaextractor",
1680 		.value = "running",
1681 	},
1682 	{
1683 		.key = "init.svc.mobicore",
1684 		.value = "running",
1685 	},
1686 	{
1687 		.key = "init.svc.netd",
1688 		.value = "running",
1689 	},
1690 	{
1691 		.key = "init.svc.otp",
1692 		.value = "running",
1693 	},
1694 	{
1695 		.key = "init.svc.p2p_supplicant",
1696 		.value = "running",
1697 	},
1698 	{
1699 		.key = "init.svc.powersnd",
1700 		.value = "stopped",
1701 	},
1702 	{
1703 		.key = "init.svc.prepare_param",
1704 		.value = "stopped",
1705 	},
1706 	{
1707 		.key = "init.svc.remosaic_daemon",
1708 		.value = "running",
1709 	},
1710 	{
1711 		.key = "init.svc.remotedisplay",
1712 		.value = "running",
1713 	},
1714 	{
1715 		.key = "init.svc.ril-daemon",
1716 		.value = "running",
1717 	},
1718 	{
1719 		.key = "init.svc.ril-daemon1",
1720 		.value = "running",
1721 	},
1722 	{
1723 		.key = "init.svc.scs",
1724 		.value = "stopped",
1725 	},
1726 	{
1727 		.key = "init.svc.sdp_cryptod",
1728 		.value = "running",
1729 	},
1730 	{
1731 		.key = "init.svc.sec-sh",
1732 		.value = "stopped",
1733 	},
1734 	{
1735 		.key = "init.svc.secure_storage",
1736 		.value = "running",
1737 	},
1738 	{
1739 		.key = "init.svc.sem_daemon",
1740 		.value = "stopped",
1741 	},
1742 	{
1743 		.key = "init.svc.sensorhubservice",
1744 		.value = "running",
1745 	},
1746 	{
1747 		.key = "init.svc.servicemanager",
1748 		.value = "running",
1749 	},
1750 	{
1751 		.key = "init.svc.surfaceflinger",
1752 		.value = "running",
1753 	},
1754 	{
1755 		.key = "init.svc.swapon",
1756 		.value = "stopped",
1757 	},
1758 	{
1759 		.key = "init.svc.ueventd",
1760 		.value = "running",
1761 	},
1762 	{
1763 		.key = "init.svc.vaultkeeperd",
1764 		.value = "running",
1765 	},
1766 	{
1767 		.key = "init.svc.visiond",
1768 		.value = "running",
1769 	},
1770 	{
1771 		.key = "init.svc.vold",
1772 		.value = "running",
1773 	},
1774 	{
1775 		.key = "init.svc.watchdogd",
1776 		.value = "running",
1777 	},
1778 	{
1779 		.key = "init.svc.wsmd",
1780 		.value = "running",
1781 	},
1782 	{
1783 		.key = "init.svc.zygote",
1784 		.value = "running",
1785 	},
1786 	{
1787 		.key = "init.svc.zygote_secondary",
1788 		.value = "running",
1789 	},
1790 	{
1791 		.key = "keyguard.no_require_sim",
1792 		.value = "true",
1793 	},
1794 	{
1795 		.key = "logd.auditd",
1796 		.value = "false",
1797 	},
1798 	{
1799 		.key = "logd.kernel",
1800 		.value = "false",
1801 	},
1802 	{
1803 		.key = "net.bt.name",
1804 		.value = "Android",
1805 	},
1806 	{
1807 		.key = "net.change",
1808 		.value = "net.iptype",
1809 	},
1810 	{
1811 		.key = "net.dns1",
1812 		.value = "208.67.222.222",
1813 	},
1814 	{
1815 		.key = "net.dns2",
1816 		.value = "208.67.220.220",
1817 	},
1818 	{
1819 		.key = "net.hostname",
1820 		.value = "android-c9f7806e78a58393",
1821 	},
1822 	{
1823 		.key = "net.iptype",
1824 		.value = "502:v4v6v6",
1825 	},
1826 	{
1827 		.key = "net.knox.shareddevice.version",
1828 		.value = "2.9.0",
1829 	},
1830 	{
1831 		.key = "net.knoxscep.version",
1832 		.value = "2.2.0",
1833 	},
1834 	{
1835 		.key = "net.knoxvpn.version",
1836 		.value = "2.4.0",
1837 	},
1838 	{
1839 		.key = "net.qtaguid_enabled",
1840 		.value = "1",
1841 	},
1842 	{
1843 		.key = "net.smart_switch.disabled",
1844 		.value = "1",
1845 	},
1846 	{
1847 		.key = "net.tcp.default_init_rwnd",
1848 		.value = "60",
1849 	},
1850 	{
1851 		.key = "nfc.boot.reason",
1852 		.value = "1",
1853 	},
1854 	{
1855 		.key = "nfc.fw.dfl_areacode",
1856 		.value = "DEF",
1857 	},
1858 	{
1859 		.key = "nfc.fw.downloadmode_force",
1860 		.value = "0",
1861 	},
1862 	{
1863 		.key = "nfc.fw.rfreg_display_ver",
1864 		.value = "5",
1865 	},
1866 	{
1867 		.key = "nfc.fw.rfreg_ver",
1868 		.value = "17/10/31/14.46.44",
1869 	},
1870 	{
1871 		.key = "nfc.fw.ver",
1872 		.value = "S.LSI 4.1.13",
1873 	},
1874 	{
1875 		.key = "nfc.product.support.ese",
1876 		.value = "1",
1877 	},
1878 	{
1879 		.key = "nfc.product.support.uicc",
1880 		.value = "1",
1881 	},
1882 	{
1883 		.key = "persist.app.permission.monitor",
1884 		.value = "1048647",
1885 	},
1886 	{
1887 		.key = "persist.audio.allsoundmute",
1888 		.value = "0",
1889 	},
1890 	{
1891 		.key = "persist.audio.corefx",
1892 		.value = "1",
1893 	},
1894 	{
1895 		.key = "persist.audio.deepbuffer_delay",
1896 		.value = "99",
1897 	},
1898 	{
1899 		.key = "persist.audio.effectcpufreq",
1900 		.value = "350000",
1901 	},
1902 	{
1903 		.key = "persist.audio.finemediavolume",
1904 		.value = "1",
1905 	},
1906 	{
1907 		.key = "persist.audio.globaleffect",
1908 		.value = "1",
1909 	},
1910 	{
1911 		.key = "persist.audio.headsetsysvolume",
1912 		.value = "9",
1913 	},
1914 	{
1915 		.key = "persist.audio.hphonesysvolume",
1916 		.value = "9",
1917 	},
1918 	{
1919 		.key = "persist.audio.k2hd",
1920 		.value = "1",
1921 	},
1922 	{
1923 		.key = "persist.audio.mpseek",
1924 		.value = "0",
1925 	},
1926 	{
1927 		.key = "persist.audio.mysound",
1928 		.value = "1",
1929 	},
1930 	{
1931 		.key = "persist.audio.pcmdump",
1932 		.value = "0",
1933 	},
1934 	{
1935 		.key = "persist.audio.ringermode",
1936 		.value = "2",
1937 	},
1938 	{
1939 		.key = "persist.audio.sales_code",
1940 		.value = "XSG",
1941 	},
1942 	{
1943 		.key = "persist.audio.soundalivefxsec",
1944 		.value = "1",
1945 	},
1946 	{
1947 		.key = "persist.audio.stereospeaker",
1948 		.value = "0",
1949 	},
1950 	{
1951 		.key = "persist.audio.sysvolume",
1952 		.value = "9",
1953 	},
1954 	{
1955 		.key = "persist.audio.uhqa",
1956 		.value = "1",
1957 	},
1958 	{
1959 		.key = "persist.audio.voipcpufreq",
1960 		.value = "0",
1961 	},
1962 	{
1963 		.key = "persist.bluetooth_fw_ver",
1964 		.value = "f/w: O|2110|2017-12-15 15:14:39 UTC|lassen_s612_lassen_a5_rev02_2017_07)",
1965 	},
1966 	{
1967 		.key = "persist.demo.hdmirotationlock",
1968 		.value = "false",
1969 	},
1970 	{
1971 		.key = "persist.ims.dsds.end_ipc",
1972 		.value = "true",
1973 	},
1974 	{
1975 		.key = "persist.ims.dsds.start_ipc",
1976 		.value = "true",
1977 	},
1978 	{
1979 		.key = "persist.nfc.log.index",
1980 		.value = "4",
1981 	},
1982 	{
1983 		.key = "persist.radio.embms.support",
1984 		.value = "false",
1985 	},
1986 	{
1987 		.key = "persist.radio.latest-modeltype",
1988 		.value = "2,2",
1989 	},
1990 	{
1991 		.key = "persist.radio.multisim.config",
1992 		.value = "dsds",
1993 	},
1994 	{
1995 		.key = "persist.radio.sib16_support",
1996 		.value = "1",
1997 	},
1998 	{
1999 		.key = "persist.ril.ims.eutranParam",
2000 		.value = "3",
2001 	},
2002 	{
2003 		.key = "persist.ril.ims.utranParam",
2004 		.value = "0",
2005 	},
2006 	{
2007 		.key = "persist.ril.modem.board",
2008 		.value = "SHANNON327",
2009 	},
2010 	{
2011 		.key = "persist.ril.modem.board2",
2012 		.value = "SHANNON327",
2013 	},
2014 	{
2015 		.key = "persist.service.bdroid.version",
2016 		.value = "5.0",
2017 	},
2018 	{
2019 		.key = "persist.service.bgkeycount",
2020 		.value = "",
2021 	},
2022 	{
2023 		.key = "persist.sys.camera.preview",
2024 		.value = "0",
2025 	},
2026 	{
2027 		.key = "persist.sys.ccm.date",
2028 		.value = "Fri Jan 12 19:09:06 KST 2018",
2029 	},
2030 	{
2031 		.key = "persist.sys.clssprld2",
2032 		.value = "354",
2033 	},
2034 	{
2035 		.key = "persist.sys.clssprld3",
2036 		.value = "1211",
2037 	},
2038 	{
2039 		.key = "persist.sys.cpboot",
2040 		.value = "unknown",
2041 	},
2042 	{
2043 		.key = "persist.sys.csc_status",
2044 		.value = "normal",
2045 	},
2046 	{
2047 		.key = "persist.sys.dalvik.vm.lib.2",
2048 		.value = "libart.so",
2049 	},
2050 	{
2051 		.key = "persist.sys.enablehomekey",
2052 		.value = "false",
2053 	},
2054 	{
2055 		.key = "persist.sys.ims.supportmmtel1",
2056 		.value = "0",
2057 	},
2058 	{
2059 		.key = "persist.sys.ims.supportmmtel2",
2060 		.value = "0",
2061 	},
2062 	{
2063 		.key = "persist.sys.locale",
2064 		.value = "en-US",
2065 	},
2066 	{
2067 		.key = "persist.sys.localedefault",
2068 		.value = "en-GB",
2069 	},
2070 	{
2071 		.key = "persist.sys.omc.enable",
2072 		.value = "true",
2073 	},
2074 	{
2075 		.key = "persist.sys.omc_etcpath",
2076 		.value = "/system/omc/XSG/etc",
2077 	},
2078 	{
2079 		.key = "persist.sys.omc_path",
2080 		.value = "/system/omc/XSG",
2081 	},
2082 	{
2083 		.key = "persist.sys.omc_respath",
2084 		.value = "/omr/res",
2085 	},
2086 	{
2087 		.key = "persist.sys.omc_support",
2088 		.value = "true",
2089 	},
2090 	{
2091 		.key = "persist.sys.omcnw_path",
2092 		.value = "/system/omc/XSG",
2093 	},
2094 	{
2095 		.key = "persist.sys.ppr",
2096 		.value = "true",
2097 	},
2098 	{
2099 		.key = "persist.sys.prev_omcnwcode",
2100 		.value = "XSG,0",
2101 	},
2102 	{
2103 		.key = "persist.sys.prev_salescode",
2104 		.value = "XSG,0",
2105 	},
2106 	{
2107 		.key = "persist.sys.profiler_ms",
2108 		.value = "0",
2109 	},
2110 	{
2111 		.key = "persist.sys.sb.setting.enabled",
2112 		.value = "false",
2113 	},
2114 	{
2115 		.key = "persist.sys.setupwizard",
2116 		.value = "FINISH",
2117 	},
2118 	{
2119 		.key = "persist.sys.sm_mode",
2120 		.value = "1",
2121 	},
2122 	{
2123 		.key = "persist.sys.storage_preload",
2124 		.value = "2",
2125 	},
2126 	{
2127 		.key = "persist.sys.timezone",
2128 		.value = "Asia/Muscat",
2129 	},
2130 	{
2131 		.key = "persist.sys.usb.config",
2132 		.value = "mtp,adb",
2133 	},
2134 	{
2135 		.key = "persist.sys.usb.dualrole",
2136 		.value = "true",
2137 	},
2138 	{
2139 		.key = "persist.sys.vzw_wifi_running",
2140 		.value = "false",
2141 	},
2142 	{
2143 		.key = "persist.sys.webview.vmsize",
2144 		.value = "113140720",
2145 	},
2146 	{
2147 		.key = "persist.sys.zygote.early",
2148 		.value = "true",
2149 	},
2150 	{
2151 		.key = "pm.dexopt.ab-ota",
2152 		.value = "speed-profile",
2153 	},
2154 	{
2155 		.key = "pm.dexopt.bg-dexopt",
2156 		.value = "speed-profile",
2157 	},
2158 	{
2159 		.key = "pm.dexopt.boot",
2160 		.value = "verify-profile",
2161 	},
2162 	{
2163 		.key = "pm.dexopt.core-app",
2164 		.value = "speed",
2165 	},
2166 	{
2167 		.key = "pm.dexopt.first-boot",
2168 		.value = "interpret-only",
2169 	},
2170 	{
2171 		.key = "pm.dexopt.forced-dexopt",
2172 		.value = "speed",
2173 	},
2174 	{
2175 		.key = "pm.dexopt.install",
2176 		.value = "interpret-only",
2177 	},
2178 	{
2179 		.key = "pm.dexopt.nsys-library",
2180 		.value = "speed",
2181 	},
2182 	{
2183 		.key = "pm.dexopt.shared-apk",
2184 		.value = "speed",
2185 	},
2186 	{
2187 		.key = "ril.CHAR",
2188 		.value = "111727107",
2189 	},
2190 	{
2191 		.key = "ril.CompleteMsg",
2192 		.value = "OK",
2193 	},
2194 	{
2195 		.key = "ril.ICC_TYPE",
2196 		.value = "0,0",
2197 	},
2198 	{
2199 		.key = "ril.ICC_TYPE0",
2200 		.value = "0",
2201 	},
2202 	{
2203 		.key = "ril.ICC_TYPE1",
2204 		.value = "0",
2205 	},
2206 	{
2207 		.key = "ril.LIMA",
2208 		.value = "40491",
2209 	},
2210 	{
2211 		.key = "ril.RildInit",
2212 		.value = "1,1",
2213 	},
2214 	{
2215 		.key = "ril.airplane.mode",
2216 		.value = "0",
2217 	},
2218 	{
2219 		.key = "ril.approved_codever",
2220 		.value = "none",
2221 	},
2222 	{
2223 		.key = "ril.approved_cscver",
2224 		.value = "none",
2225 	},
2226 	{
2227 		.key = "ril.approved_modemver",
2228 		.value = "none",
2229 	},
2230 	{
2231 		.key = "ril.atd_status",
2232 		.value = "1_1_0",
2233 	},
2234 	{
2235 		.key = "ril.backoffstate",
2236 		.value = "1024",
2237 	},
2238 	{
2239 		.key = "ril.callcount",
2240 		.value = "0",
2241 	},
2242 	{
2243 		.key = "ril.cbd.boot_done",
2244 		.value = "1",
2245 	},
2246 	{
2247 		.key = "ril.cbd.dt_revision",
2248 		.value = "007",
2249 	},
2250 	{
2251 		.key = "ril.cbd.first_xmit_done",
2252 		.value = "1",
2253 	},
2254 	{
2255 		.key = "ril.cbd.rfs_check_done",
2256 		.value = "1",
2257 	},
2258 	{
2259 		.key = "ril.cs_svc",
2260 		.value = "1",
2261 	},
2262 	{
2263 		.key = "ril.dds.socket_num",
2264 		.value = "-1",
2265 	},
2266 	{
2267 		.key = "ril.debug_modemfactory",
2268 		.value = "CSC Feature State: IMS ON, EPDG OFF",
2269 	},
2270 	{
2271 		.key = "ril.ecclist00",
2272 		.value = "112,911,999,000,110,118,119",
2273 	},
2274 	{
2275 		.key = "ril.ecclist10",
2276 		.value = "112,911,999,000,08,110,118,119",
2277 	},
2278 	{
2279 		.key = "ril.ecclist_net0",
2280 		.value = "",
2281 	},
2282 	{
2283 		.key = "ril.hasisim",
2284 		.value = "0,0",
2285 	},
2286 	{
2287 		.key = "ril.hw_ver",
2288 		.value = "REV0.3",
2289 	},
2290 	{
2291 		.key = "ril.hw_ver2",
2292 		.value = "REV0.3",
2293 	},
2294 	{
2295 		.key = "ril.ims.ecsupport",
2296 		.value = "2,2",
2297 	},
2298 	{
2299 		.key = "ril.ims.ltevoicesupport",
2300 		.value = "2,2",
2301 	},
2302 	{
2303 		.key = "ril.initPB",
2304 		.value = "0",
2305 	},
2306 	{
2307 		.key = "ril.initPB2",
2308 		.value = "0",
2309 	},
2310 	{
2311 		.key = "ril.iscdma",
2312 		.value = "0",
2313 	},
2314 	{
2315 		.key = "ril.model_id",
2316 		.value = "QB8682035",
2317 	},
2318 	{
2319 		.key = "ril.model_id2",
2320 		.value = "QB8682035",
2321 	},
2322 	{
2323 		.key = "ril.modem.board",
2324 		.value = "SHANNON327",
2325 	},
2326 	{
2327 		.key = "ril.modem.board2",
2328 		.value = "SHANNON327",
2329 	},
2330 	{
2331 		.key = "ril.official_cscver",
2332 		.value = "A530FOJM1ARA2",
2333 	},
2334 	{
2335 		.key = "ril.product_code",
2336 		.value = "SM-A530FZKGXSG",
2337 	},
2338 	{
2339 		.key = "ril.product_code2",
2340 		.value = "SM-A530FZKGXSG",
2341 	},
2342 	{
2343 		.key = "ril.radiostate",
2344 		.value = "10",
2345 	},
2346 	{
2347 		.key = "ril.read.done",
2348 		.value = "1",
2349 	},
2350 	{
2351 		.key = "ril.region_props0",
2352 		.value = "XSG.UAE.AE.XSG",
2353 	},
2354 	{
2355 		.key = "ril.region_props1",
2356 		.value = "XSG.UAE.AE.XSG",
2357 	},
2358 	{
2359 		.key = "ril.rfcal_date",
2360 		.value = "20180117",
2361 	},
2362 	{
2363 		.key = "ril.rfcal_date2",
2364 		.value = "20180117",
2365 	},
2366 	{
2367 		.key = "ril.serialnumber",
2368 		.value = "R58K13VTFRN",
2369 	},
2370 	{
2371 		.key = "ril.servicestate",
2372 		.value = "2,1",
2373 	},
2374 	{
2375 		.key = "ril.simoperator",
2376 		.value = ",",
2377 	},
2378 	{
2379 		.key = "ril.ss.routing",
2380 		.value = "0,0",
2381 	},
2382 	{
2383 		.key = "ril.subinfo",
2384 		.value = "0:-2,1:-3",
2385 	},
2386 	{
2387 		.key = "ril.sw_ver",
2388 		.value = "A530FXXU1ARA9",
2389 	},
2390 	{
2391 		.key = "ril.sw_ver2",
2392 		.value = "A530FXXU1ARA9",
2393 	},
2394 	{
2395 		.key = "ril.timezoneID",
2396 		.value = "",
2397 	},
2398 	{
2399 		.key = "ril.twwan911Timer",
2400 		.value = "0",
2401 	},
2402 	{
2403 		.key = "ril.voice.rat",
2404 		.value = "3",
2405 	},
2406 	{
2407 		.key = "rild.libargs",
2408 		.value = "-d /dev/umts_ipc0",
2409 	},
2410 	{
2411 		.key = "rild.libpath",
2412 		.value = "/system/lib64/libsec-ril.so",
2413 	},
2414 	{
2415 		.key = "rild.libpath2",
2416 		.value = "/system/lib64/libsec-ril-dsds.so",
2417 	},
2418 	{
2419 		.key = "ro.adb.qemud",
2420 		.value = "1",
2421 	},
2422 	{
2423 		.key = "ro.adb.secure",
2424 		.value = "1",
2425 	},
2426 	{
2427 		.key = "ro.allow.mock.location",
2428 		.value = "0",
2429 	},
2430 	{
2431 		.key = "ro.arch",
2432 		.value = "exynos7885",
2433 	},
2434 	{
2435 		.key = "ro.astcenc.astcsupport",
2436 		.value = "1",
2437 	},
2438 	{
2439 		.key = "ro.baseband",
2440 		.value = "unknown",
2441 	},
2442 	{
2443 		.key = "ro.board.platform",
2444 		.value = "exynos5",
2445 	},
2446 	{
2447 		.key = "ro.boot.ap_serial",
2448 		.value = "0x0774EF5052E4",
2449 	},
2450 	{
2451 		.key = "ro.boot.bootloader",
2452 		.value = "A530FXXU1ARA3",
2453 	},
2454 	{
2455 		.key = "ro.boot.carrierid",
2456 		.value = "XSG",
2457 	},
2458 	{
2459 		.key = "ro.boot.carrierid_offset",
2460 		.value = "7340608",
2461 	},
2462 	{
2463 		.key = "ro.boot.cp_reserved_mem",
2464 		.value = "off",
2465 	},
2466 	{
2467 		.key = "ro.boot.debug_level",
2468 		.value = "0x4f4c",
2469 	},
2470 	{
2471 		.key = "ro.boot.dram_info",
2472 		.value = "01,06,01,4G",
2473 	},
2474 	{
2475 		.key = "ro.boot.em.did",
2476 		.value = "0774ef5052e4",
2477 	},
2478 	{
2479 		.key = "ro.boot.em.model",
2480 		.value = "SM-A530F",
2481 	},
2482 	{
2483 		.key = "ro.boot.em.status",
2484 		.value = "0x0",
2485 	},
2486 	{
2487 		.key = "ro.boot.emmc_checksum",
2488 		.value = "3",
2489 	},
2490 	{
2491 		.key = "ro.boot.flash.locked",
2492 		.value = "1",
2493 	},
2494 	{
2495 		.key = "ro.boot.hardware",
2496 		.value = "samsungexynos7885",
2497 	},
2498 	{
2499 		.key = "ro.boot.hmac_mismatch",
2500 		.value = "0",
2501 	},
2502 	{
2503 		.key = "ro.boot.hw_rev",
2504 		.value = "7",
2505 	},
2506 	{
2507 		.key = "ro.boot.odin_download",
2508 		.value = "1",
2509 	},
2510 	{
2511 		.key = "ro.boot.prototype.param.offset",
2512 		.value = "7345920",
2513 	},
2514 	{
2515 		.key = "ro.boot.recovery_offset",
2516 		.value = "7347968",
2517 	},
2518 	{
2519 		.key = "ro.boot.sales.param.offset",
2520 		.value = "7340572",
2521 	},
2522 	{
2523 		.key = "ro.boot.sec_atd.tty",
2524 		.value = "/dev/ttySAC2",
2525 	},
2526 	{
2527 		.key = "ro.boot.security_mode",
2528 		.value = "1526595585",
2529 	},
2530 	{
2531 		.key = "ro.boot.selinux",
2532 		.value = "enforcing",
2533 	},
2534 	{
2535 		.key = "ro.boot.serialno",
2536 		.value = "52001f82ee5db461",
2537 	},
2538 	{
2539 		.key = "ro.boot.smsn_offset",
2540 		.value = "7345920",
2541 	},
2542 	{
2543 		.key = "ro.boot.ucs_mode",
2544 		.value = "0",
2545 	},
2546 	{
2547 		.key = "ro.boot.verifiedbootstate",
2548 		.value = "green",
2549 	},
2550 	{
2551 		.key = "ro.boot.warranty_bit",
2552 		.value = "0",
2553 	},
2554 	{
2555 		.key = "ro.boot_recovery",
2556 		.value = "unknown",
2557 	},
2558 	{
2559 		.key = "ro.bootimage.build.date",
2560 		.value = "Fri Jan 12 19:09:06 KST 2018",
2561 	},
2562 	{
2563 		.key = "ro.bootimage.build.date.utc",
2564 		.value = "1515751746",
2565 	},
2566 	{
2567 		.key = "ro.bootimage.build.fingerprint",
2568 		.value = "samsung/jackpotltexx/jackpotlte:7.1.1/NMF26X/A530FXXU1ARA3:user/test-keys",
2569 	},
2570 	{
2571 		.key = "ro.bootloader",
2572 		.value = "A530FXXU1ARA3",
2573 	},
2574 	{
2575 		.key = "ro.bootmode",
2576 		.value = "unknown",
2577 	},
2578 	{
2579 		.key = "ro.bt.bdaddr_path",
2580 		.value = "/efs/bluetooth/bt_addr",
2581 	},
2582 	{
2583 		.key = "ro.build.PDA",
2584 		.value = "A530FXXU1ARA3",
2585 	},
2586 	{
2587 		.key = "ro.build.changelist",
2588 		.value = "12719828",
2589 	},
2590 	{
2591 		.key = "ro.build.characteristics",
2592 		.value = "phone,emulator",
2593 	},
2594 	{
2595 		.key = "ro.build.date",
2596 		.value = "Fri Jan 12 19:09:06 KST 2018",
2597 	},
2598 	{
2599 		.key = "ro.build.date.utc",
2600 		.value = "1515751746",
2601 	},
2602 	{
2603 		.key = "ro.build.description",
2604 		.value = "jackpotltexx-user 7.1.1 NMF26X A530FXXU1ARA3 release-keys",
2605 	},
2606 	{
2607 		.key = "ro.build.display.id",
2608 		.value = "NMF26X.A530FXXU1ARA3",
2609 	},
2610 	{
2611 		.key = "ro.build.fingerprint",
2612 		.value = "samsung/jackpotltexx/jackpotlte:7.1.1/NMF26X/A530FXXU1ARA3:user/release-keys",
2613 	},
2614 	{
2615 		.key = "ro.build.flavor",
2616 		.value = "jackpotltexx-user",
2617 	},
2618 	{
2619 		.key = "ro.build.host",
2620 		.value = "SWHE8816",
2621 	},
2622 	{
2623 		.key = "ro.build.id",
2624 		.value = "NMF26X",
2625 	},
2626 	{
2627 		.key = "ro.build.official.release",
2628 		.value = "true",
2629 	},
2630 	{
2631 		.key = "ro.build.product",
2632 		.value = "jackpotlte",
2633 	},
2634 	{
2635 		.key = "ro.build.scafe.version",
2636 		.value = "2017A",
2637 	},
2638 	{
2639 		.key = "ro.build.selinux",
2640 		.value = "1",
2641 	},
2642 	{
2643 		.key = "ro.build.selinux.enforce",
2644 		.value = "1",
2645 	},
2646 	{
2647 		.key = "ro.build.tags",
2648 		.value = "release-keys",
2649 	},
2650 	{
2651 		.key = "ro.build.type",
2652 		.value = "user",
2653 	},
2654 	{
2655 		.key = "ro.build.user",
2656 		.value = "dpi",
2657 	},
2658 	{
2659 		.key = "ro.build.version.all_codenames",
2660 		.value = "REL",
2661 	},
2662 	{
2663 		.key = "ro.build.version.base_os",
2664 		.value = "",
2665 	},
2666 	{
2667 		.key = "ro.build.version.codename",
2668 		.value = "REL",
2669 	},
2670 	{
2671 		.key = "ro.build.version.incremental",
2672 		.value = "A530FXXU1ARA3",
2673 	},
2674 	{
2675 		.key = "ro.build.version.preview_sdk",
2676 		.value = "0",
2677 	},
2678 	{
2679 		.key = "ro.build.version.release",
2680 		.value = "7.1.1",
2681 	},
2682 	{
2683 		.key = "ro.build.version.sdk",
2684 		.value = "25",
2685 	},
2686 	{
2687 		.key = "ro.build.version.security_index",
2688 		.value = "1",
2689 	},
2690 	{
2691 		.key = "ro.build.version.security_patch",
2692 		.value = "2018-01-01",
2693 	},
2694 	{
2695 		.key = "ro.build.version.sem",
2696 		.value = "2502",
2697 	},
2698 	{
2699 		.key = "ro.build.version.sep",
2700 		.value = "80500",
2701 	},
2702 	{
2703 		.key = "ro.carrier",
2704 		.value = "unknown",
2705 	},
2706 	{
2707 		.key = "ro.carrierid",
2708 		.value = "XSG",
2709 	},
2710 	{
2711 		.key = "ro.carrierid.param.offset",
2712 		.value = "7340608",
2713 	},
2714 	{
2715 		.key = "ro.cfg.dha_cached_max",
2716 		.value = "24",
2717 	},
2718 	{
2719 		.key = "ro.cfg.dha_cached_min",
2720 		.value = "8",
2721 	},
2722 	{
2723 		.key = "ro.cfg.dha_empty_init",
2724 		.value = "32",
2725 	},
2726 	{
2727 		.key = "ro.cfg.dha_empty_max",
2728 		.value = "32",
2729 	},
2730 	{
2731 		.key = "ro.cfg.dha_empty_min",
2732 		.value = "8",
2733 	},
2734 	{
2735 		.key = "ro.cfg.dha_lmk_scale",
2736 		.value = "1",
2737 	},
2738 	{
2739 		.key = "ro.cfg.dha_th_rate",
2740 		.value = "2.0",
2741 	},
2742 	{
2743 		.key = "ro.chipname",
2744 		.value = "exynos7885",
2745 	},
2746 	{
2747 		.key = "ro.com.google.clientidbase",
2748 		.value = "android-samsung-ss",
2749 	},
2750 	{
2751 		.key = "ro.com.google.clientidbase.ms",
2752 		.value = "android-samsung-ga-rev1",
2753 	},
2754 	{
2755 		.key = "ro.com.google.gmsversion",
2756 		.value = "7.1_r8",
2757 	},
2758 	{
2759 		.key = "ro.config.alarm_alert",
2760 		.value = "Morning_Glory.ogg",
2761 	},
2762 	{
2763 		.key = "ro.config.dha_cached_max",
2764 		.value = "16",
2765 	},
2766 	{
2767 		.key = "ro.config.dha_cached_min",
2768 		.value = "4",
2769 	},
2770 	{
2771 		.key = "ro.config.dha_empty_init",
2772 		.value = "16",
2773 	},
2774 	{
2775 		.key = "ro.config.dha_empty_max",
2776 		.value = "16",
2777 	},
2778 	{
2779 		.key = "ro.config.dha_empty_min",
2780 		.value = "8",
2781 	},
2782 	{
2783 		.key = "ro.config.dha_lmk_scale",
2784 		.value = "0.583",
2785 	},
2786 	{
2787 		.key = "ro.config.dha_pwhitelist_enable",
2788 		.value = "1",
2789 	},
2790 	{
2791 		.key = "ro.config.dha_pwhl_key",
2792 		.value = "96",
2793 	},
2794 	{
2795 		.key = "ro.config.dha_th_rate",
2796 		.value = "2.6",
2797 	},
2798 	{
2799 		.key = "ro.config.dmverity",
2800 		.value = "true",
2801 	},
2802 	{
2803 		.key = "ro.config.iccc_version",
2804 		.value = "1.0",
2805 	},
2806 	{
2807 		.key = "ro.config.kap",
2808 		.value = "true",
2809 	},
2810 	{
2811 		.key = "ro.config.kap_default_on",
2812 		.value = "true",
2813 	},
2814 	{
2815 		.key = "ro.config.knox",
2816 		.value = "v30",
2817 	},
2818 	{
2819 		.key = "ro.config.media_sound",
2820 		.value = "Media_preview_Touch_the_light.ogg",
2821 	},
2822 	{
2823 		.key = "ro.config.notification_sound",
2824 		.value = "Skyline.ogg",
2825 	},
2826 	{
2827 		.key = "ro.config.notification_sound_2",
2828 		.value = "S_Charming_Bell.ogg",
2829 	},
2830 	{
2831 		.key = "ro.config.ringtone",
2832 		.value = "Over_the_Horizon.ogg",
2833 	},
2834 	{
2835 		.key = "ro.config.ringtone_2",
2836 		.value = "Basic_Bell.ogg",
2837 	},
2838 	{
2839 		.key = "ro.config.rm_preload_enabled",
2840 		.value = "1",
2841 	},
2842 	{
2843 		.key = "ro.config.systemaudiodebug",
2844 		.value = "abox",
2845 	},
2846 	{
2847 		.key = "ro.config.tima",
2848 		.value = "1",
2849 	},
2850 	{
2851 		.key = "ro.config.timaversion",
2852 		.value = "3.0",
2853 	},
2854 	{
2855 		.key = "ro.cp_debug_level",
2856 		.value = "unknown",
2857 	},
2858 	{
2859 		.key = "ro.crypto.fs_crypto_blkdev",
2860 		.value = "/dev/block/dm-1",
2861 	},
2862 	{
2863 		.key = "ro.crypto.fuse_sdcard",
2864 		.value = "true",
2865 	},
2866 	{
2867 		.key = "ro.crypto.state",
2868 		.value = "encrypted",
2869 	},
2870 	{
2871 		.key = "ro.crypto.type",
2872 		.value = "block",
2873 	},
2874 	{
2875 		.key = "ro.csc.country_code",
2876 		.value = "UAE",
2877 	},
2878 	{
2879 		.key = "ro.csc.countryiso_code",
2880 		.value = "AE",
2881 	},
2882 	{
2883 		.key = "ro.csc.facebook.partnerid",
2884 		.value = "samsung:dec1cc9c-1497-4aab-b953-cee702c2a481",
2885 	},
2886 	{
2887 		.key = "ro.csc.omcnw_code",
2888 		.value = "XSG",
2889 	},
2890 	{
2891 		.key = "ro.csc.sales_code",
2892 		.value = "XSG",
2893 	},
2894 	{
2895 		.key = "ro.dalvik.vm.native.bridge",
2896 		.value = "0",
2897 	},
2898 	{
2899 		.key = "ro.debug_level",
2900 		.value = "0x4f4c",
2901 	},
2902 	{
2903 		.key = "ro.debuggable",
2904 		.value = "0",
2905 	},
2906 	{
2907 		.key = "ro.emmc_checksum",
2908 		.value = "3",
2909 	},
2910 	{
2911 		.key = "ro.error.receiver.default",
2912 		.value = "com.samsung.receiver.error",
2913 	},
2914 	{
2915 		.key = "ro.expect.recovery_id",
2916 		.value = "0xae1c9693749cb6862cd35307ec060ab105079a77000000000000000000000000",
2917 	},
2918 	{
2919 		.key = "ro.fmp_config",
2920 		.value = "unknown",
2921 	},
2922 	{
2923 		.key = "ro.frp.pst",
2924 		.value = "/dev/block/persistent",
2925 	},
2926 	{
2927 		.key = "ro.hardware",
2928 		.value = "samsungexynos7885",
2929 	},
2930 	{
2931 		.key = "ro.hardware.keystore",
2932 		.value = "mdfpp",
2933 	},
2934 	{
2935 		.key = "ro.hdcp2.rx",
2936 		.value = "tz",
2937 	},
2938 	{
2939 		.key = "ro.hmac_mismatch",
2940 		.value = "0",
2941 	},
2942 	{
2943 		.key = "ro.hwui.drop_shadow_cache_size",
2944 		.value = "6",
2945 	},
2946 	{
2947 		.key = "ro.hwui.gradient_cache_size",
2948 		.value = "2",
2949 	},
2950 	{
2951 		.key = "ro.hwui.layer_cache_size",
2952 		.value = "34",
2953 	},
2954 	{
2955 		.key = "ro.hwui.path_cache_size",
2956 		.value = "10",
2957 	},
2958 	{
2959 		.key = "ro.hwui.r_buffer_cache_size",
2960 		.value = "4",
2961 	},
2962 	{
2963 		.key = "ro.hwui.shape_cache_size",
2964 		.value = "4",
2965 	},
2966 	{
2967 		.key = "ro.hwui.text_large_cache_height",
2968 		.value = "1024",
2969 	},
2970 	{
2971 		.key = "ro.hwui.text_large_cache_width",
2972 		.value = "2048",
2973 	},
2974 	{
2975 		.key = "ro.hwui.text_small_cache_height",
2976 		.value = "1024",
2977 	},
2978 	{
2979 		.key = "ro.hwui.text_small_cache_width",
2980 		.value = "1024",
2981 	},
2982 	{
2983 		.key = "ro.hwui.texture_cache_flushrate",
2984 		.value = "0.4",
2985 	},
2986 	{
2987 		.key = "ro.hwui.texture_cache_size",
2988 		.value = "50",
2989 	},
2990 	{
2991 		.key = "ro.im.param.offset",
2992 		.value = "unknown",
2993 	},
2994 	{
2995 		.key = "ro.kernel.qemu",
2996 		.value = "0",
2997 	},
2998 	{
2999 		.key = "ro.ldu",
3000 		.value = "unknown",
3001 	},
3002 	{
3003 		.key = "ro.mct.compressiontype",
3004 		.value = "ETC1",
3005 	},
3006 	{
3007 		.key = "ro.me.param.offset",
3008 		.value = "unknown",
3009 	},
3010 	{
3011 		.key = "ro.mst.support",
3012 		.value = "1",
3013 	},
3014 	{
3015 		.key = "ro.multisim.simslotcount",
3016 		.value = "2",
3017 	},
3018 	{
3019 		.key = "ro.nfc.port",
3020 		.value = "I2C",
3021 	},
3022 	{
3023 		.key = "ro.oem.key1",
3024 		.value = "XSG",
3025 	},
3026 	{
3027 		.key = "ro.oem_unlock_supported",
3028 		.value = "1",
3029 	},
3030 	{
3031 		.key = "ro.opengles.version",
3032 		.value = "196610",
3033 	},
3034 	{
3035 		.key = "ro.pr.param.offset",
3036 		.value = "unknown",
3037 	},
3038 	{
3039 		.key = "ro.product.board",
3040 		.value = "universal7885",
3041 	},
3042 	{
3043 		.key = "ro.product.brand",
3044 		.value = "samsung",
3045 	},
3046 	{
3047 		.key = "ro.product.cpu.abi",
3048 		.value = "arm64-v8a",
3049 	},
3050 	{
3051 		.key = "ro.product.cpu.abilist",
3052 		.value = "arm64-v8a,armeabi-v7a,armeabi",
3053 	},
3054 	{
3055 		.key = "ro.product.cpu.abilist32",
3056 		.value = "armeabi-v7a,armeabi",
3057 	},
3058 	{
3059 		.key = "ro.product.cpu.abilist64",
3060 		.value = "arm64-v8a",
3061 	},
3062 	{
3063 		.key = "ro.product.device",
3064 		.value = "jackpotlte",
3065 	},
3066 	{
3067 		.key = "ro.product.first_api_level",
3068 		.value = "25",
3069 	},
3070 	{
3071 		.key = "ro.product.locale",
3072 		.value = "en-GB",
3073 	},
3074 	{
3075 		.key = "ro.product.manufacturer",
3076 		.value = "samsung",
3077 	},
3078 	{
3079 		.key = "ro.product.model",
3080 		.value = "SM-A530F",
3081 	},
3082 	{
3083 		.key = "ro.product.name",
3084 		.value = "jackpotltexx",
3085 	},
3086 	{
3087 		.key = "ro.product_ship",
3088 		.value = "true",
3089 	},
3090 	{
3091 		.key = "ro.radio.noril",
3092 		.value = "no",
3093 	},
3094 	{
3095 		.key = "ro.revision",
3096 		.value = "7",
3097 	},
3098 	{
3099 		.key = "ro.ril.gprsclass",
3100 		.value = "10",
3101 	},
3102 	{
3103 		.key = "ro.ril.hsxpa",
3104 		.value = "1",
3105 	},
3106 	{
3107 		.key = "ro.ril.network_code",
3108 		.value = "EUR",
3109 	},
3110 	{
3111 		.key = "ro.rtn_config",
3112 		.value = "unknown",
3113 	},
3114 	{
3115 		.key = "ro.runtime.firstboot",
3116 		.value = "1524185862623",
3117 	},
3118 	{
3119 		.key = "ro.sales.param.offset",
3120 		.value = "7340572",
3121 	},
3122 	{
3123 		.key = "ro.secure",
3124 		.value = "1",
3125 	},
3126 	{
3127 		.key = "ro.security.ese.cosname",
3128 		.value = "UT4.0_0100000C",
3129 	},
3130 	{
3131 		.key = "ro.security.esest",
3132 		.value = "per0201exi",
3133 	},
3134 	{
3135 		.key = "ro.security.icd.flagmode",
3136 		.value = "multi",
3137 	},
3138 	{
3139 		.key = "ro.security.keystore.keytype",
3140 		.value = "sak",
3141 	},
3142 	{
3143 		.key = "ro.security.reactive.version",
3144 		.value = "2.0.11",
3145 	},
3146 	{
3147 		.key = "ro.security.vaultkeeper.feature",
3148 		.value = "1",
3149 	},
3150 	{
3151 		.key = "ro.security_mode",
3152 		.value = "1526595585",
3153 	},
3154 	{
3155 		.key = "ro.serialno",
3156 		.value = "52001f82ee5db461",
3157 	},
3158 	{
3159 		.key = "ro.setupwizard.mode",
3160 		.value = "OPTIONAL",
3161 	},
3162 	{
3163 		.key = "ro.setupwizard.wifi_on_exit",
3164 		.value = "false",
3165 	},
3166 	{
3167 		.key = "ro.sf.lcd_density",
3168 		.value = "480",
3169 	},
3170 	{
3171 		.key = "ro.sku.param.offset",
3172 		.value = "unknown",
3173 	},
3174 	{
3175 		.key = "ro.sn.param.offset",
3176 		.value = "unknown",
3177 	},
3178 	{
3179 		.key = "ro.supportmodel.mptcp",
3180 		.value = "1",
3181 	},
3182 	{
3183 		.key = "ro.telephony.default_network",
3184 		.value = "9",
3185 	},
3186 	{
3187 		.key = "ro.warranty_bit",
3188 		.value = "0",
3189 	},
3190 	{
3191 		.key = "ro.wifi.channels",
3192 		.value = "",
3193 	},
3194 	{
3195 		.key = "ro.wsmd.enable",
3196 		.value = "true",
3197 	},
3198 	{
3199 		.key = "ro.zygote",
3200 		.value = "zygote64_32",
3201 	},
3202 	{
3203 		.key = "secmm.codecsolution.ready",
3204 		.value = "1",
3205 	},
3206 	{
3207 		.key = "secmm.player.uhqamode",
3208 		.value = "True",
3209 	},
3210 	{
3211 		.key = "security.ASKS.policy_version",
3212 		.value = "161228",
3213 	},
3214 	{
3215 		.key = "security.ASKS.version",
3216 		.value = "1.4",
3217 	},
3218 	{
3219 		.key = "security.mdpp.mass",
3220 		.value = "skmm",
3221 	},
3222 	{
3223 		.key = "security.perf_harden",
3224 		.value = "1",
3225 	},
3226 	{
3227 		.key = "security.semdaemonfinish",
3228 		.value = "1",
3229 	},
3230 	{
3231 		.key = "selinux.policy_version",
3232 		.value = "SEPF_SECMOBILE_7.1.1_0004",
3233 	},
3234 	{
3235 		.key = "selinux.reload_policy",
3236 		.value = "1",
3237 	},
3238 	{
3239 		.key = "service.bootanim.exit",
3240 		.value = "0",
3241 	},
3242 	{
3243 		.key = "service.camera.client",
3244 		.value = "",
3245 	},
3246 	{
3247 		.key = "service.camera.running",
3248 		.value = "0",
3249 	},
3250 	{
3251 		.key = "service.camera.running_0",
3252 		.value = "0",
3253 	},
3254 	{
3255 		.key = "service.media.powersnd",
3256 		.value = "1",
3257 	},
3258 	{
3259 		.key = "storage.mmc.size",
3260 		.value = "62537072640",
3261 	},
3262 	{
3263 		.key = "storage.support.sdcard",
3264 		.value = "1",
3265 	},
3266 	{
3267 		.key = "storage.support.usb",
3268 		.value = "1",
3269 	},
3270 	{
3271 		.key = "sys.bartender.batterystats.ver",
3272 		.value = "17",
3273 	},
3274 	{
3275 		.key = "sys.boot.enable_screen",
3276 		.value = "1",
3277 	},
3278 	{
3279 		.key = "sys.boot.end_package",
3280 		.value = "1",
3281 	},
3282 	{
3283 		.key = "sys.boot.end_preload",
3284 		.value = "1",
3285 	},
3286 	{
3287 		.key = "sys.boot.loop_forever",
3288 		.value = "1",
3289 	},
3290 	{
3291 		.key = "sys.boot.start_package",
3292 		.value = "1",
3293 	},
3294 	{
3295 		.key = "sys.boot.start_preload",
3296 		.value = "1",
3297 	},
3298 	{
3299 		.key = "sys.boot.zygote_ready",
3300 		.value = "1",
3301 	},
3302 	{
3303 		.key = "sys.boot_completed",
3304 		.value = "1",
3305 	},
3306 	{
3307 		.key = "sys.cameramode.cam_binning",
3308 		.value = "0",
3309 	},
3310 	{
3311 		.key = "sys.cameramode.cam_fps",
3312 		.value = "-1",
3313 	},
3314 	{
3315 		.key = "sys.config.activelaunch_enable",
3316 		.value = "true",
3317 	},
3318 	{
3319 		.key = "sys.config.mars_version",
3320 		.value = "2.10",
3321 	},
3322 	{
3323 		.key = "sys.config.phone_start_early",
3324 		.value = "true",
3325 	},
3326 	{
3327 		.key = "sys.daydream.connected",
3328 		.value = "0",
3329 	},
3330 	{
3331 		.key = "sys.dockstate",
3332 		.value = "0",
3333 	},
3334 	{
3335 		.key = "sys.dualapp.profile_id",
3336 		.value = "",
3337 	},
3338 	{
3339 		.key = "sys.enterprise.billing.dualsim",
3340 		.value = "true",
3341 	},
3342 	{
3343 		.key = "sys.enterprise.billing.version",
3344 		.value = "1.3.0",
3345 	},
3346 	{
3347 		.key = "sys.enterprise.otp.version",
3348 		.value = "2.6.0",
3349 	},
3350 	{
3351 		.key = "sys.fdcloseobs",
3352 		.value = "1",
3353 	},
3354 	{
3355 		.key = "sys.gps.chipinfo",
3356 		.value = "UNKOWN",
3357 	},
3358 	{
3359 		.key = "sys.gps.chipvendor",
3360 		.value = "S.LSI",
3361 	},
3362 	{
3363 		.key = "sys.is_members",
3364 		.value = "exist",
3365 	},
3366 	{
3367 		.key = "sys.isdumpstaterunning",
3368 		.value = "0",
3369 	},
3370 	{
3371 		.key = "sys.knox.exists",
3372 		.value = "0",
3373 	},
3374 	{
3375 		.key = "sys.knox.store",
3376 		.value = "0",
3377 	},
3378 	{
3379 		.key = "sys.mdniecontrolservice.mscon",
3380 		.value = "true",
3381 	},
3382 	{
3383 		.key = "sys.nfc.support",
3384 		.value = "1",
3385 	},
3386 	{
3387 		.key = "sys.oem_unlock_allowed",
3388 		.value = "0",
3389 	},
3390 	{
3391 		.key = "sys.reset_reason",
3392 		.value = "",
3393 	},
3394 	{
3395 		.key = "sys.siop.level",
3396 		.value = "0",
3397 	},
3398 	{
3399 		.key = "sys.skip_lockscreen",
3400 		.value = "0",
3401 	},
3402 	{
3403 		.key = "sys.ssrm.game_running",
3404 		.value = "false",
3405 	},
3406 	{
3407 		.key = "sys.sysctl.extra_free_kbytes",
3408 		.value = "28096",
3409 	},
3410 	{
3411 		.key = "sys.sysctl.tcp_def_init_rwnd",
3412 		.value = "60",
3413 	},
3414 	{
3415 		.key = "sys.usb.config",
3416 		.value = "mtp,adb",
3417 	},
3418 	{
3419 		.key = "sys.usb.state",
3420 		.value = "mtp,adb",
3421 	},
3422 	{
3423 		.key = "system.camera.CC.disable",
3424 		.value = "0",
3425 	},
3426 	{
3427 		.key = "telephony.lteOnCdmaDevice",
3428 		.value = "0",
3429 	},
3430 	{
3431 		.key = "vold.crypt.type",
3432 		.value = "default",
3433 	},
3434 	{
3435 		.key = "vold.decrypt",
3436 		.value = "trigger_restart_framework",
3437 	},
3438 	{
3439 		.key = "vold.has_adoptable",
3440 		.value = "0",
3441 	},
3442 	{
3443 		.key = "vold.post_fs_data_done",
3444 		.value = "1",
3445 	},
3446 	{
3447 		.key = "vzw.os.rooted",
3448 		.value = "false",
3449 	},
3450 	{
3451 		.key = "wifi.interface",
3452 		.value = "wlan0",
3453 	},
3454 	{
3455 		.key = "wlan.driver.status",
3456 		.value = "ok",
3457 	},
3458 	{
3459 		.key = "wlan.p2p.chkintent",
3460 		.value = "8",
3461 	},
3462 	{
3463 		.key = "wlan.wfd.screenratiovalue",
3464 		.value = "true",
3465 	},
3466 	{
3467 		.key = "wlan.wfd.status",
3468 		.value = "disconnected",
3469 	},
3470 	{ NULL },
3471 };
3472 #endif /* __ANDROID__ */
3473