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