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