• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct cpuinfo_mock_file filesystem[] = {
2 #if CPUINFO_ARCH_ARM64
3 	{
4 		.path = "/proc/cpuinfo",
5 		.size = 984,
6 		.content =
7 			"processor\t: 0\n"
8 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
9 			"CPU implementer\t: 0x41\n"
10 			"CPU architecture: 8\n"
11 			"CPU variant\t: 0x0\n"
12 			"CPU part\t: 0xd03\n"
13 			"CPU revision\t: 4\n"
14 			"\n"
15 			"processor\t: 1\n"
16 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
17 			"CPU implementer\t: 0x41\n"
18 			"CPU architecture: 8\n"
19 			"CPU variant\t: 0x0\n"
20 			"CPU part\t: 0xd03\n"
21 			"CPU revision\t: 4\n"
22 			"\n"
23 			"processor\t: 2\n"
24 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
25 			"CPU implementer\t: 0x41\n"
26 			"CPU architecture: 8\n"
27 			"CPU variant\t: 0x0\n"
28 			"CPU part\t: 0xd03\n"
29 			"CPU revision\t: 4\n"
30 			"\n"
31 			"processor\t: 3\n"
32 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
33 			"CPU implementer\t: 0x41\n"
34 			"CPU architecture: 8\n"
35 			"CPU variant\t: 0x0\n"
36 			"CPU part\t: 0xd03\n"
37 			"CPU revision\t: 4\n"
38 			"\n"
39 			"processor\t: 4\n"
40 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
41 			"CPU implementer\t: 0x53\n"
42 			"CPU architecture: 8\n"
43 			"CPU variant\t: 0x1\n"
44 			"CPU part\t: 0x001\n"
45 			"CPU revision\t: 1\n"
46 			"\n"
47 			"processor\t: 5\n"
48 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
49 			"CPU implementer\t: 0x53\n"
50 			"CPU architecture: 8\n"
51 			"CPU variant\t: 0x1\n"
52 			"CPU part\t: 0x001\n"
53 			"CPU revision\t: 1\n"
54 			"\n",
55 	},
56 #elif CPUINFO_ARCH_ARM
57 	{
58 		.path = "/proc/cpuinfo",
59 		.size = 1332,
60 		.content =
61 			"processor\t: 0\n"
62 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
63 			"CPU implementer\t: 0x41\n"
64 			"CPU architecture: 8\n"
65 			"CPU variant\t: 0x0\n"
66 			"CPU part\t: 0xd03\n"
67 			"CPU revision\t: 4\n"
68 			"\n"
69 			"processor\t: 1\n"
70 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
71 			"CPU implementer\t: 0x41\n"
72 			"CPU architecture: 8\n"
73 			"CPU variant\t: 0x0\n"
74 			"CPU part\t: 0xd03\n"
75 			"CPU revision\t: 4\n"
76 			"\n"
77 			"processor\t: 2\n"
78 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
79 			"CPU implementer\t: 0x41\n"
80 			"CPU architecture: 8\n"
81 			"CPU variant\t: 0x0\n"
82 			"CPU part\t: 0xd03\n"
83 			"CPU revision\t: 4\n"
84 			"\n"
85 			"processor\t: 3\n"
86 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
87 			"CPU implementer\t: 0x41\n"
88 			"CPU architecture: 8\n"
89 			"CPU variant\t: 0x0\n"
90 			"CPU part\t: 0xd03\n"
91 			"CPU revision\t: 4\n"
92 			"\n"
93 			"processor\t: 4\n"
94 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
95 			"CPU implementer\t: 0x53\n"
96 			"CPU architecture: 8\n"
97 			"CPU variant\t: 0x1\n"
98 			"CPU part\t: 0x001\n"
99 			"CPU revision\t: 1\n"
100 			"\n"
101 			"processor\t: 5\n"
102 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
103 			"CPU implementer\t: 0x53\n"
104 			"CPU architecture: 8\n"
105 			"CPU variant\t: 0x1\n"
106 			"CPU part\t: 0x001\n"
107 			"CPU revision\t: 1\n"
108 			"\n",
109 	},
110 #endif
111 	{
112 		.path = "/system/build.prop",
113 		.size = 4795,
114 		.content =
115 			"\n"
116 			"# begin build properties\n"
117 			"# autogenerated by buildinfo.sh\n"
118 			"ro.build.id=NRD90M\n"
119 			"ro.build.display.id=NRD90M.G930FXXU1DQJ8\n"
120 			"ro.build.version.incremental=G930FXXU1DQJ8\n"
121 			"ro.build.version.sdk=24\n"
122 			"ro.build.version.preview_sdk=0\n"
123 			"ro.build.version.codename=REL\n"
124 			"ro.build.version.all_codenames=REL\n"
125 			"ro.build.version.release=7.0\n"
126 			"ro.build.version.security_patch=2017-10-01\n"
127 			"ro.build.version.base_os=\n"
128 			"ro.build.date=Tue Oct 24 15:32:43 KST 2017\n"
129 			"ro.build.date.utc=1508826763\n"
130 			"ro.build.type=user\n"
131 			"ro.build.user=dpi\n"
132 			"ro.build.host=SWDG5301\n"
133 			"ro.build.tags=release-keys\n"
134 			"ro.build.flavor=heroltexx-user\n"
135 			"ro.product.model=SM-G930F\n"
136 			"ro.product.brand=samsung\n"
137 			"ro.product.name=heroltexx\n"
138 			"ro.product.device=herolte\n"
139 			"ro.product.board=universal8890\n"
140 			"# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
141 			"# use ro.product.cpu.abilist instead.\n"
142 			"ro.product.cpu.abi=arm64-v8a\n"
143 			"ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n"
144 			"ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
145 			"ro.product.cpu.abilist64=arm64-v8a\n"
146 			"ro.product.manufacturer=samsung\n"
147 			"ro.product.locale=en-GB\n"
148 			"ro.wifi.channels=\n"
149 			"ro.board.platform=exynos5\n"
150 			"# ro.build.product is obsolete; use ro.product.device\n"
151 			"ro.build.product=herolte\n"
152 			"# Do not try to parse description, fingerprint, or thumbprint\n"
153 			"ro.build.description=heroltexx-user 7.0 NRD90M G930FXXU1DQJ8 release-keys\n"
154 			"ro.build.fingerprint=samsung/heroltexx/herolte:7.0/NRD90M/G930FXXU1DQJ8:user/release-keys\n"
155 			"ro.build.characteristics=phone,emulator\n"
156 			"# Samsung Specific Properties\n"
157 			"ro.build.PDA=G930FXXU1DQJ8\n"
158 			"ro.build.official.release=true\n"
159 			"ro.build.hidden_ver=G930FXXU1DQJ8\n"
160 			"ro.config.rm_preload_enabled=0\n"
161 			"ro.build.changelist=12365438\n"
162 			"ro.product_ship=true\n"
163 			"ro.chipname=exynos8890\n"
164 			"# end build properties\n"
165 			"\n"
166 			"#\n"
167 			"# HWUI_BUILD_PROPERTIES\n"
168 			"#\n"
169 			"ro.hwui.texture_cache_size=88\n"
170 			"ro.hwui.layer_cache_size=58\n"
171 			"ro.hwui.path_cache_size=16\n"
172 			"ro.hwui.texture_cache_flushrate=0.4\n"
173 			"ro.hwui.shape_cache_size=4\n"
174 			"ro.hwui.gradient_cache_size=2\n"
175 			"ro.hwui.drop_shadow_cache_size=6\n"
176 			"ro.hwui.r_buffer_cache_size=8\n"
177 			"ro.hwui.text_small_cache_width=1024\n"
178 			"ro.hwui.text_small_cache_height=1024\n"
179 			"ro.hwui.text_large_cache_width=4096\n"
180 			"ro.hwui.text_large_cache_height=2048\n"
181 			"#\n"
182 			"# from device/samsung/herolte/system.prop\n"
183 			"#\n"
184 			"#\n"
185 			"# system.prop for universal8890\n"
186 			"#\n"
187 			"\n"
188 			"ro.sf.lcd_density=480\n"
189 			"ro.sf.init.lcd_density=640\n"
190 			"\n"
191 			"ro.arch=exynos8890\n"
192 			"ro.kernel.qemu=0\n"
193 			"ro.kernel.qemu.gles=0\n"
194 			"persist.demo.hdmirotationlock=false\n"
195 			"\n"
196 			"# read DS/SS property\n"
197 			"import /efs/factory.prop\n"
198 			"\n"
199 			"#\n"
200 			"# ADDITIONAL_BUILD_PROPERTIES\n"
201 			"#\n"
202 			"ro.astcenc.astcsupport=1\n"
203 			"ro.mct.compressiontype=ETC1\n"
204 			"persist.radio.sib16_support=1\n"
205 			"ro.config.dmverity=true\n"
206 			"ro.config.rkp=true\n"
207 			"ro.config.kap_default_on=true\n"
208 			"ro.config.kap=true\n"
209 			"ro.supportmodel.mptcp=1\n"
210 			"rild.libpath=/system/lib64/libsec-ril.so\n"
211 			"rild.libpath2=/system/lib64/libsec-ril-dsds.so\n"
212 			"ro.radio.noril=no\n"
213 			"ro.telephony.default_network=9\n"
214 			"ro.multisim.simslotcount=2\n"
215 			"ro.knox.enhance.zygote.aslr=0\n"
216 			"ro.product.first_api_level=23\n"
217 			"ro.config.ringtone=Over_the_Horizon.ogg\n"
218 			"ro.config.notification_sound=Skyline.ogg\n"
219 			"ro.config.alarm_alert=Morning_Flower.ogg\n"
220 			"ro.config.media_sound=Media_preview_Touch_the_light.ogg\n"
221 			"ro.config.ringtone_2=Basic_Bell.ogg\n"
222 			"ro.config.notification_sound_2=S_Charming_Bell.ogg\n"
223 			"ro.config.systemaudiodebug=arizona\n"
224 			"ro.opengles.version=196610\n"
225 			"ro.sf.lcd_density=480\n"
226 			"debug.slsi_platform=1\n"
227 			"debug.hwc.winupdate=1\n"
228 			"ro.exynos.dss=1\n"
229 			"drm.service.enabled=true\n"
230 			"dalvik.vm.heapstartsize=8m\n"
231 			"dalvik.vm.heapgrowthlimit=256m\n"
232 			"dalvik.vm.heapsize=512m\n"
233 			"dalvik.vm.heaptargetutilization=0.75\n"
234 			"dalvik.vm.heapminfree=2m\n"
235 			"dalvik.vm.heapmaxfree=8m\n"
236 			"ro.hdcp2.rx=tz\n"
237 			"ro.securestorage.support=true\n"
238 			"ro.build.scafe.version=2017A\n"
239 			"security.mdpp=None\n"
240 			"ro.security.mdpp.ver=3.0\n"
241 			"ro.security.mdpp.release=2\n"
242 			"ro.security.wlan.ver=1.0\n"
243 			"ro.security.wlan.release=2\n"
244 			"security.mdpp.result=None\n"
245 			"ro.hardware.keystore=mdfpp\n"
246 			"ro.security.vpnpp.ver=1.4\n"
247 			"ro.security.vpnpp.release=8.0\n"
248 			"ro.security.mdpp.ux=Enabled\n"
249 			"ro.frp.pst=/dev/block/persistent\n"
250 			"ro.error.receiver.default=com.samsung.receiver.error\n"
251 			"ro.config.dha_cached_min=8\n"
252 			"ro.config.dha_cached_max=16\n"
253 			"ro.config.dha_empty_min=8\n"
254 			"ro.config.dha_empty_max=32\n"
255 			"ro.config.dha_pwhitelist_enable=1\n"
256 			"ro.config.fall_prevent_enable=true\n"
257 			"keyguard.no_require_sim=true\n"
258 			"ro.carrier=unknown\n"
259 			"ro.security.icd.flagmode=multi\n"
260 			"security.ASKS.policy_version=000000\n"
261 			"ro.com.google.clientidbase=android-samsung\n"
262 			"ro.ril.hsxpa=1\n"
263 			"ro.ril.gprsclass=10\n"
264 			"ro.adb.qemud=1\n"
265 			"ro.setupwizard.mode=OPTIONAL\n"
266 			"ro.com.google.gmsversion=7.0_r8\n"
267 			"ro.build.selinux=1\n"
268 			"persist.sys.dalvik.vm.lib.2=libart.so\n"
269 			"dalvik.vm.isa.arm64.variant=exynos-m1\n"
270 			"dalvik.vm.isa.arm64.features=default\n"
271 			"dalvik.vm.isa.arm.variant=cortex-a15\n"
272 			"dalvik.vm.isa.arm.features=default\n"
273 			"ro.config.knox=v30\n"
274 			"ro.config.tima=1\n"
275 			"ro.config.timaversion=3.0\n"
276 			"ro.config.iccc_version=1.0\n"
277 			"ro.kernel.qemu=0\n"
278 			"net.bt.name=Android\n"
279 			"dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
280 			"ro.build.version.sem=2402\n"
281 			"ro.build.version.sep=80000\n"
282 			"ro.expect.recovery_id=0x3febbe7420c506f45403ac14bdc221ea9ca7838d000000000000000000000000\n"
283 			"\n",
284 	},
285 	{
286 		.path = "/sys/devices/soc0/family",
287 		.size = 15,
288 		.content = "Samsung Exynos\n",
289 	},
290 	{
291 		.path = "/sys/devices/soc0/machine",
292 		.size = 48,
293 		.content = "Samsung UNIVERSAL8890 board based on EXYNOS8890\n",
294 	},
295 	{
296 		.path = "/sys/devices/soc0/revision",
297 		.size = 3,
298 		.content = "32\n",
299 	},
300 	{
301 		.path = "/sys/devices/soc0/soc_id",
302 		.size = 11,
303 		.content = "EXYNOS8890\n",
304 	},
305 	{
306 		.path = "/sys/devices/system/cpu/kernel_max",
307 		.size = 2,
308 		.content = "7\n",
309 	},
310 	{
311 		.path = "/sys/devices/system/cpu/modalias",
312 		.size = 66,
313 		.content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n",
314 	},
315 	{
316 		.path = "/sys/devices/system/cpu/offline",
317 		.size = 4,
318 		.content = "6-7\n",
319 	},
320 	{
321 		.path = "/sys/devices/system/cpu/online",
322 		.size = 4,
323 		.content = "0-5\n",
324 	},
325 	{
326 		.path = "/sys/devices/system/cpu/possible",
327 		.size = 4,
328 		.content = "0-7\n",
329 	},
330 	{
331 		.path = "/sys/devices/system/cpu/present",
332 		.size = 4,
333 		.content = "0-7\n",
334 	},
335 	{
336 		.path = "/sys/devices/system/cpu/cpufreq/all_time_in_state",
337 		.size = 1182,
338 		.content =
339 			"freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\tcpu4\t\tcpu5\t\tcpu6\t\tcpu7\t\t\n"
340 			"442000\t\t0\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\t\n"
341 			"546000\t\t0\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\t\n"
342 			"650000\t\t0\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\t\n"
343 			"728000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t26\t\t26\t\t\n"
344 			"754000\t\t1293\t\t1293\t\t1293\t\t1293\t\tN/A\t\tN/A\t\t\n"
345 			"832000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
346 			"858000\t\t38\t\t38\t\t38\t\t38\t\tN/A\t\tN/A\t\t\n"
347 			"936000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
348 			"962000\t\t29\t\t29\t\t29\t\t29\t\tN/A\t\tN/A\t\t\n"
349 			"1040000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
350 			"1066000\t\t53\t\t53\t\t53\t\t53\t\tN/A\t\tN/A\t\t\n"
351 			"1144000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
352 			"1170000\t\t66\t\t66\t\t66\t\t66\t\tN/A\t\tN/A\t\t\n"
353 			"1248000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
354 			"1274000\t\t13\t\t13\t\t13\t\t13\t\tN/A\t\tN/A\t\t\n"
355 			"1352000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
356 			"1378000\t\t24\t\t24\t\t24\t\t24\t\tN/A\t\tN/A\t\t\n"
357 			"1456000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
358 			"1482000\t\t8\t\t8\t\t8\t\t8\t\tN/A\t\tN/A\t\t\n"
359 			"1560000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
360 			"1586000\t\t3974\t\t3974\t\t3974\t\t3974\t\tN/A\t\tN/A\t\t\n"
361 			"1664000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
362 			"1768000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t29\t\t29\t\t\n"
363 			"1872000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t1426\t\t1426\t\t\n"
364 			"1976000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t29\t\t29\t\t\n"
365 			"2080000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t13\t\t13\t\t\n"
366 			"2184000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t4\t\t4\t\t\n"
367 			"2288000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t3965\t\t3965\t\t\n"
368 			"2392000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
369 			"2496000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
370 			"2600000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t6\t\t6\t\t\n",
371 	},
372 	{
373 		.path = "/sys/devices/system/cpu/cpufreq/current_in_state",
374 		.size = 480,
375 		.content =
376 			"CPU4:1586000=0 1482000=0 1378000=0 1274000=0 1170000=0 1066000=0 962000=0 858000=0 754000=0 650000=0 546000=0 442000=0 \n"
377 			"CPU5:1586000=0 1482000=0 1378000=0 1274000=0 1170000=0 1066000=0 962000=0 858000=0 754000=0 650000=0 546000=0 442000=0 \n"
378 			"CPU6:1586000=0 1482000=0 1378000=0 1274000=0 1170000=0 1066000=0 962000=0 858000=0 754000=0 650000=0 546000=0 442000=0 \n"
379 			"CPU7:1586000=0 1482000=0 1378000=0 1274000=0 1170000=0 1066000=0 962000=0 858000=0 754000=0 650000=0 546000=0 442000=0 \n",
380 	},
381 	{
382 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
383 		.size = 22,
384 		.content = "non-boot_cluster_idle\n",
385 	},
386 	{
387 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
388 		.size = 5,
389 		.content = "menu\n",
390 	},
391 	{
392 		.path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name",
393 		.size = 18,
394 		.content = "boot_cluster_idle\n",
395 	},
396 	{
397 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
398 		.size = 8,
399 		.content = "0 1 2 3\n",
400 	},
401 	{
402 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
403 		.size = 8,
404 		.content = "1586000\n",
405 	},
406 	{
407 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
408 		.size = 7,
409 		.content = "442000\n",
410 	},
411 	{
412 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
413 		.size = 7,
414 		.content = "100000\n",
415 	},
416 	{
417 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
418 		.size = 8,
419 		.content = "0 1 2 3\n",
420 	},
421 	{
422 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
423 		.size = 35,
424 		.content = "userspace interactive performance \n",
425 	},
426 	{
427 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
428 		.size = 7,
429 		.content = "754000\n",
430 	},
431 	{
432 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
433 		.size = 15,
434 		.content = "exynos_cpufreq\n",
435 	},
436 	{
437 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
438 		.size = 12,
439 		.content = "interactive\n",
440 	},
441 	{
442 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
443 		.size = 7,
444 		.content = "442000\n",
445 	},
446 	{
447 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
448 		.size = 126,
449 		.content =
450 			"1586000 3974\n"
451 			"1482000 8\n"
452 			"1378000 32\n"
453 			"1274000 13\n"
454 			"1170000 69\n"
455 			"1066000 53\n"
456 			"962000 29\n"
457 			"858000 40\n"
458 			"754000 1416\n"
459 			"650000 0\n"
460 			"546000 0\n"
461 			"442000 0\n",
462 	},
463 	{
464 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
465 		.size = 3,
466 		.content = "74\n",
467 	},
468 	{
469 		.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
470 		.size = 2,
471 		.content = "0\n",
472 	},
473 	{
474 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
475 		.size = 3,
476 		.content = "0f\n",
477 	},
478 	{
479 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
480 		.size = 4,
481 		.content = "0-3\n",
482 	},
483 	{
484 		.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
485 		.size = 2,
486 		.content = "1\n",
487 	},
488 	{
489 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
490 		.size = 3,
491 		.content = "01\n",
492 	},
493 	{
494 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
495 		.size = 2,
496 		.content = "0\n",
497 	},
498 	{
499 		.path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name",
500 		.size = 18,
501 		.content = "boot_cluster_idle\n",
502 	},
503 	{
504 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
505 		.size = 8,
506 		.content = "0 1 2 3\n",
507 	},
508 	{
509 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
510 		.size = 8,
511 		.content = "1586000\n",
512 	},
513 	{
514 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
515 		.size = 7,
516 		.content = "442000\n",
517 	},
518 	{
519 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
520 		.size = 7,
521 		.content = "100000\n",
522 	},
523 	{
524 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
525 		.size = 8,
526 		.content = "0 1 2 3\n",
527 	},
528 	{
529 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
530 		.size = 35,
531 		.content = "userspace interactive performance \n",
532 	},
533 	{
534 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
535 		.size = 7,
536 		.content = "754000\n",
537 	},
538 	{
539 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
540 		.size = 15,
541 		.content = "exynos_cpufreq\n",
542 	},
543 	{
544 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
545 		.size = 12,
546 		.content = "interactive\n",
547 	},
548 	{
549 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
550 		.size = 7,
551 		.content = "442000\n",
552 	},
553 	{
554 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
555 		.size = 126,
556 		.content =
557 			"1586000 3974\n"
558 			"1482000 8\n"
559 			"1378000 36\n"
560 			"1274000 13\n"
561 			"1170000 71\n"
562 			"1066000 53\n"
563 			"962000 29\n"
564 			"858000 42\n"
565 			"754000 1645\n"
566 			"650000 0\n"
567 			"546000 0\n"
568 			"442000 0\n",
569 	},
570 	{
571 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
572 		.size = 3,
573 		.content = "78\n",
574 	},
575 	{
576 		.path = "/sys/devices/system/cpu/cpu1/topology/core_id",
577 		.size = 2,
578 		.content = "1\n",
579 	},
580 	{
581 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
582 		.size = 3,
583 		.content = "0f\n",
584 	},
585 	{
586 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
587 		.size = 4,
588 		.content = "0-3\n",
589 	},
590 	{
591 		.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
592 		.size = 2,
593 		.content = "1\n",
594 	},
595 	{
596 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
597 		.size = 3,
598 		.content = "02\n",
599 	},
600 	{
601 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
602 		.size = 2,
603 		.content = "1\n",
604 	},
605 	{
606 		.path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name",
607 		.size = 18,
608 		.content = "boot_cluster_idle\n",
609 	},
610 	{
611 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus",
612 		.size = 8,
613 		.content = "0 1 2 3\n",
614 	},
615 	{
616 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq",
617 		.size = 8,
618 		.content = "1586000\n",
619 	},
620 	{
621 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq",
622 		.size = 7,
623 		.content = "442000\n",
624 	},
625 	{
626 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency",
627 		.size = 7,
628 		.content = "100000\n",
629 	},
630 	{
631 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus",
632 		.size = 8,
633 		.content = "0 1 2 3\n",
634 	},
635 	{
636 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
637 		.size = 35,
638 		.content = "userspace interactive performance \n",
639 	},
640 	{
641 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq",
642 		.size = 7,
643 		.content = "754000\n",
644 	},
645 	{
646 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver",
647 		.size = 15,
648 		.content = "exynos_cpufreq\n",
649 	},
650 	{
651 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor",
652 		.size = 12,
653 		.content = "interactive\n",
654 	},
655 	{
656 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
657 		.size = 7,
658 		.content = "442000\n",
659 	},
660 	{
661 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
662 		.size = 126,
663 		.content =
664 			"1586000 3974\n"
665 			"1482000 8\n"
666 			"1378000 36\n"
667 			"1274000 13\n"
668 			"1170000 71\n"
669 			"1066000 53\n"
670 			"962000 29\n"
671 			"858000 42\n"
672 			"754000 1885\n"
673 			"650000 0\n"
674 			"546000 0\n"
675 			"442000 0\n",
676 	},
677 	{
678 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
679 		.size = 3,
680 		.content = "78\n",
681 	},
682 	{
683 		.path = "/sys/devices/system/cpu/cpu2/topology/core_id",
684 		.size = 2,
685 		.content = "2\n",
686 	},
687 	{
688 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings",
689 		.size = 3,
690 		.content = "0f\n",
691 	},
692 	{
693 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list",
694 		.size = 4,
695 		.content = "0-3\n",
696 	},
697 	{
698 		.path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id",
699 		.size = 2,
700 		.content = "1\n",
701 	},
702 	{
703 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings",
704 		.size = 3,
705 		.content = "04\n",
706 	},
707 	{
708 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list",
709 		.size = 2,
710 		.content = "2\n",
711 	},
712 	{
713 		.path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name",
714 		.size = 18,
715 		.content = "boot_cluster_idle\n",
716 	},
717 	{
718 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus",
719 		.size = 8,
720 		.content = "0 1 2 3\n",
721 	},
722 	{
723 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq",
724 		.size = 8,
725 		.content = "1586000\n",
726 	},
727 	{
728 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq",
729 		.size = 7,
730 		.content = "442000\n",
731 	},
732 	{
733 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency",
734 		.size = 7,
735 		.content = "100000\n",
736 	},
737 	{
738 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus",
739 		.size = 8,
740 		.content = "0 1 2 3\n",
741 	},
742 	{
743 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
744 		.size = 35,
745 		.content = "userspace interactive performance \n",
746 	},
747 	{
748 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq",
749 		.size = 7,
750 		.content = "442000\n",
751 	},
752 	{
753 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver",
754 		.size = 15,
755 		.content = "exynos_cpufreq\n",
756 	},
757 	{
758 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor",
759 		.size = 12,
760 		.content = "interactive\n",
761 	},
762 	{
763 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq",
764 		.size = 7,
765 		.content = "442000\n",
766 	},
767 	{
768 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
769 		.size = 128,
770 		.content =
771 			"1586000 3974\n"
772 			"1482000 8\n"
773 			"1378000 36\n"
774 			"1274000 13\n"
775 			"1170000 71\n"
776 			"1066000 53\n"
777 			"962000 29\n"
778 			"858000 42\n"
779 			"754000 2047\n"
780 			"650000 0\n"
781 			"546000 0\n"
782 			"442000 110\n",
783 	},
784 	{
785 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans",
786 		.size = 3,
787 		.content = "79\n",
788 	},
789 	{
790 		.path = "/sys/devices/system/cpu/cpu3/topology/core_id",
791 		.size = 2,
792 		.content = "3\n",
793 	},
794 	{
795 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings",
796 		.size = 3,
797 		.content = "0f\n",
798 	},
799 	{
800 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list",
801 		.size = 4,
802 		.content = "0-3\n",
803 	},
804 	{
805 		.path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id",
806 		.size = 2,
807 		.content = "1\n",
808 	},
809 	{
810 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings",
811 		.size = 3,
812 		.content = "08\n",
813 	},
814 	{
815 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list",
816 		.size = 2,
817 		.content = "3\n",
818 	},
819 	{
820 		.path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name",
821 		.size = 22,
822 		.content = "non-boot_cluster_idle\n",
823 	},
824 	{
825 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus",
826 		.size = 4,
827 		.content = "4 5\n",
828 	},
829 	{
830 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq",
831 		.size = 8,
832 		.content = "2600000\n",
833 	},
834 	{
835 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq",
836 		.size = 7,
837 		.content = "728000\n",
838 	},
839 	{
840 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency",
841 		.size = 7,
842 		.content = "100000\n",
843 	},
844 	{
845 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus",
846 		.size = 8,
847 		.content = "4 5 6 7\n",
848 	},
849 	{
850 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors",
851 		.size = 35,
852 		.content = "userspace interactive performance \n",
853 	},
854 	{
855 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq",
856 		.size = 7,
857 		.content = "728000\n",
858 	},
859 	{
860 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver",
861 		.size = 15,
862 		.content = "exynos_cpufreq\n",
863 	},
864 	{
865 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor",
866 		.size = 12,
867 		.content = "interactive\n",
868 	},
869 	{
870 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
871 		.size = 8,
872 		.content = "2600000\n",
873 	},
874 	{
875 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
876 		.size = 7,
877 		.content = "728000\n",
878 	},
879 	{
880 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state",
881 		.size = 201,
882 		.content =
883 			"2600000 24\n"
884 			"2496000 0\n"
885 			"2392000 3\n"
886 			"2288000 3965\n"
887 			"2184000 4\n"
888 			"2080000 16\n"
889 			"1976000 29\n"
890 			"1872000 2204\n"
891 			"1768000 29\n"
892 			"1664000 3\n"
893 			"1560000 0\n"
894 			"1456000 14\n"
895 			"1352000 0\n"
896 			"1248000 29\n"
897 			"1144000 0\n"
898 			"1040000 0\n"
899 			"936000 0\n"
900 			"832000 6\n"
901 			"728000 350\n",
902 	},
903 	{
904 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans",
905 		.size = 3,
906 		.content = "38\n",
907 	},
908 	{
909 		.path = "/sys/devices/system/cpu/cpu4/topology/core_id",
910 		.size = 2,
911 		.content = "0\n",
912 	},
913 	{
914 		.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings",
915 		.size = 3,
916 		.content = "f0\n",
917 	},
918 	{
919 		.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list",
920 		.size = 4,
921 		.content = "4-7\n",
922 	},
923 	{
924 		.path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id",
925 		.size = 2,
926 		.content = "0\n",
927 	},
928 	{
929 		.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings",
930 		.size = 3,
931 		.content = "10\n",
932 	},
933 	{
934 		.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list",
935 		.size = 2,
936 		.content = "4\n",
937 	},
938 	{
939 		.path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name",
940 		.size = 22,
941 		.content = "non-boot_cluster_idle\n",
942 	},
943 	{
944 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus",
945 		.size = 4,
946 		.content = "4 5\n",
947 	},
948 	{
949 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq",
950 		.size = 8,
951 		.content = "2600000\n",
952 	},
953 	{
954 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq",
955 		.size = 7,
956 		.content = "728000\n",
957 	},
958 	{
959 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency",
960 		.size = 7,
961 		.content = "100000\n",
962 	},
963 	{
964 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus",
965 		.size = 8,
966 		.content = "4 5 6 7\n",
967 	},
968 	{
969 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors",
970 		.size = 35,
971 		.content = "userspace interactive performance \n",
972 	},
973 	{
974 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq",
975 		.size = 7,
976 		.content = "728000\n",
977 	},
978 	{
979 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver",
980 		.size = 15,
981 		.content = "exynos_cpufreq\n",
982 	},
983 	{
984 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor",
985 		.size = 12,
986 		.content = "interactive\n",
987 	},
988 	{
989 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq",
990 		.size = 8,
991 		.content = "2600000\n",
992 	},
993 	{
994 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq",
995 		.size = 7,
996 		.content = "728000\n",
997 	},
998 	{
999 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state",
1000 		.size = 202,
1001 		.content =
1002 			"2600000 74\n"
1003 			"2496000 0\n"
1004 			"2392000 8\n"
1005 			"2288000 3970\n"
1006 			"2184000 4\n"
1007 			"2080000 16\n"
1008 			"1976000 29\n"
1009 			"1872000 2204\n"
1010 			"1768000 29\n"
1011 			"1664000 9\n"
1012 			"1560000 0\n"
1013 			"1456000 18\n"
1014 			"1352000 5\n"
1015 			"1248000 29\n"
1016 			"1144000 0\n"
1017 			"1040000 0\n"
1018 			"936000 80\n"
1019 			"832000 6\n"
1020 			"728000 479\n",
1021 	},
1022 	{
1023 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans",
1024 		.size = 3,
1025 		.content = "46\n",
1026 	},
1027 	{
1028 		.path = "/sys/devices/system/cpu/cpu5/topology/core_id",
1029 		.size = 2,
1030 		.content = "1\n",
1031 	},
1032 	{
1033 		.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings",
1034 		.size = 3,
1035 		.content = "f0\n",
1036 	},
1037 	{
1038 		.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list",
1039 		.size = 4,
1040 		.content = "4-7\n",
1041 	},
1042 	{
1043 		.path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id",
1044 		.size = 2,
1045 		.content = "0\n",
1046 	},
1047 	{
1048 		.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings",
1049 		.size = 3,
1050 		.content = "20\n",
1051 	},
1052 	{
1053 		.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list",
1054 		.size = 2,
1055 		.content = "5\n",
1056 	},
1057 	{ NULL },
1058 };
1059 #ifdef __ANDROID__
1060 struct cpuinfo_mock_property properties[] = {
1061 	{
1062 		.key = "audioflinger.bootsnd",
1063 		.value = "0",
1064 	},
1065 	{
1066 		.key = "boot.sfbootcomplete",
1067 		.value = "0",
1068 	},
1069 	{
1070 		.key = "dalvik.vm.appimageformat",
1071 		.value = "lz4",
1072 	},
1073 	{
1074 		.key = "dalvik.vm.dex2oat-Xms",
1075 		.value = "64m",
1076 	},
1077 	{
1078 		.key = "dalvik.vm.dex2oat-Xmx",
1079 		.value = "512m",
1080 	},
1081 	{
1082 		.key = "dalvik.vm.heapgrowthlimit",
1083 		.value = "256m",
1084 	},
1085 	{
1086 		.key = "dalvik.vm.heapmaxfree",
1087 		.value = "8m",
1088 	},
1089 	{
1090 		.key = "dalvik.vm.heapminfree",
1091 		.value = "2m",
1092 	},
1093 	{
1094 		.key = "dalvik.vm.heapsize",
1095 		.value = "512m",
1096 	},
1097 	{
1098 		.key = "dalvik.vm.heapstartsize",
1099 		.value = "8m",
1100 	},
1101 	{
1102 		.key = "dalvik.vm.heaptargetutilization",
1103 		.value = "0.75",
1104 	},
1105 	{
1106 		.key = "dalvik.vm.image-dex2oat-Xms",
1107 		.value = "64m",
1108 	},
1109 	{
1110 		.key = "dalvik.vm.image-dex2oat-Xmx",
1111 		.value = "64m",
1112 	},
1113 	{
1114 		.key = "dalvik.vm.isa.arm.features",
1115 		.value = "default",
1116 	},
1117 	{
1118 		.key = "dalvik.vm.isa.arm.variant",
1119 		.value = "cortex-a15",
1120 	},
1121 	{
1122 		.key = "dalvik.vm.isa.arm64.features",
1123 		.value = "default",
1124 	},
1125 	{
1126 		.key = "dalvik.vm.isa.arm64.variant",
1127 		.value = "exynos-m1",
1128 	},
1129 	{
1130 		.key = "dalvik.vm.stack-trace-file",
1131 		.value = "/data/anr/traces.txt",
1132 	},
1133 	{
1134 		.key = "dalvik.vm.usejit",
1135 		.value = "true",
1136 	},
1137 	{
1138 		.key = "dalvik.vm.usejitprofiles",
1139 		.value = "true",
1140 	},
1141 	{
1142 		.key = "debug.atrace.tags.enableflags",
1143 		.value = "0",
1144 	},
1145 	{
1146 		.key = "debug.force_rtl",
1147 		.value = "0",
1148 	},
1149 	{
1150 		.key = "debug.hwc.winupdate",
1151 		.value = "1",
1152 	},
1153 	{
1154 		.key = "debug.sf.layerdump",
1155 		.value = "0",
1156 	},
1157 	{
1158 		.key = "debug.slsi_platform",
1159 		.value = "1",
1160 	},
1161 	{
1162 		.key = "dev.bootcomplete",
1163 		.value = "1",
1164 	},
1165 	{
1166 		.key = "dev.kies.drivedisplay",
1167 		.value = "0",
1168 	},
1169 	{
1170 		.key = "dev.kies.drivedisplay.trust",
1171 		.value = "1",
1172 	},
1173 	{
1174 		.key = "dev.kies.sommode",
1175 		.value = "TRUE",
1176 	},
1177 	{
1178 		.key = "dev.kiessupport",
1179 		.value = "TRUE",
1180 	},
1181 	{
1182 		.key = "dev.knoxapp.running",
1183 		.value = "false",
1184 	},
1185 	{
1186 		.key = "dev.mtp.opensession",
1187 		.value = "0",
1188 	},
1189 	{
1190 		.key = "dev.ssrm.appsync3p",
1191 		.value = "true",
1192 	},
1193 	{
1194 		.key = "dev.ssrm.dex2oat.affinity",
1195 		.value = "",
1196 	},
1197 	{
1198 		.key = "dev.ssrm.gamelevel",
1199 		.value = "-4,5,-1,2",
1200 	},
1201 	{
1202 		.key = "dev.ssrm.init",
1203 		.value = "1",
1204 	},
1205 	{
1206 		.key = "dev.ssrm.mode",
1207 		.value = "dm;",
1208 	},
1209 	{
1210 		.key = "dev.ssrm.pst",
1211 		.value = "420",
1212 	},
1213 	{
1214 		.key = "dev.ssrm.smart_switch",
1215 		.value = "true",
1216 	},
1217 	{
1218 		.key = "drm.service.enabled",
1219 		.value = "true",
1220 	},
1221 	{
1222 		.key = "gsm.current.phone-type",
1223 		.value = "1",
1224 	},
1225 	{
1226 		.key = "gsm.network.type",
1227 		.value = "Unknown",
1228 	},
1229 	{
1230 		.key = "gsm.operator.alpha",
1231 		.value = "",
1232 	},
1233 	{
1234 		.key = "gsm.operator.iso-country",
1235 		.value = "us",
1236 	},
1237 	{
1238 		.key = "gsm.operator.ispsroaming",
1239 		.value = "false",
1240 	},
1241 	{
1242 		.key = "gsm.operator.isroaming",
1243 		.value = "false",
1244 	},
1245 	{
1246 		.key = "gsm.operator.numeric",
1247 		.value = "310260",
1248 	},
1249 	{
1250 		.key = "gsm.sim.operator.alpha",
1251 		.value = "",
1252 	},
1253 	{
1254 		.key = "gsm.sim.operator.iso-country",
1255 		.value = "",
1256 	},
1257 	{
1258 		.key = "gsm.sim.operator.numeric",
1259 		.value = "",
1260 	},
1261 	{
1262 		.key = "gsm.sim.state",
1263 		.value = "ABSENT",
1264 	},
1265 	{
1266 		.key = "gsm.version.baseband",
1267 		.value = "G930FXXU1DQIL",
1268 	},
1269 	{
1270 		.key = "gsm.version.ril-impl",
1271 		.value = "Samsung RIL v3.0",
1272 	},
1273 	{
1274 		.key = "init.svc.BCS-daemon",
1275 		.value = "running",
1276 	},
1277 	{
1278 		.key = "init.svc.DIAG-daemon",
1279 		.value = "running",
1280 	},
1281 	{
1282 		.key = "init.svc.DR-daemon",
1283 		.value = "running",
1284 	},
1285 	{
1286 		.key = "init.svc.SIDESYNC_service",
1287 		.value = "running",
1288 	},
1289 	{
1290 		.key = "init.svc.SMD-daemon",
1291 		.value = "running",
1292 	},
1293 	{
1294 		.key = "init.svc.TvoutService_C",
1295 		.value = "running",
1296 	},
1297 	{
1298 		.key = "init.svc.adbd",
1299 		.value = "running",
1300 	},
1301 	{
1302 		.key = "init.svc.apaservice",
1303 		.value = "running",
1304 	},
1305 	{
1306 		.key = "init.svc.argos-daemon",
1307 		.value = "running",
1308 	},
1309 	{
1310 		.key = "init.svc.at_distributor",
1311 		.value = "running",
1312 	},
1313 	{
1314 		.key = "init.svc.audioserver",
1315 		.value = "running",
1316 	},
1317 	{
1318 		.key = "init.svc.auditd",
1319 		.value = "running",
1320 	},
1321 	{
1322 		.key = "init.svc.bootanim",
1323 		.value = "stopped",
1324 	},
1325 	{
1326 		.key = "init.svc.bootchecker",
1327 		.value = "running",
1328 	},
1329 	{
1330 		.key = "init.svc.cameraserver",
1331 		.value = "running",
1332 	},
1333 	{
1334 		.key = "init.svc.ccm",
1335 		.value = "running",
1336 	},
1337 	{
1338 		.key = "init.svc.clear-bcb",
1339 		.value = "stopped",
1340 	},
1341 	{
1342 		.key = "init.svc.cpboot-daemon",
1343 		.value = "running",
1344 	},
1345 	{
1346 		.key = "init.svc.cs_service",
1347 		.value = "running",
1348 	},
1349 	{
1350 		.key = "init.svc.debuggerd",
1351 		.value = "running",
1352 	},
1353 	{
1354 		.key = "init.svc.debuggerd64",
1355 		.value = "running",
1356 	},
1357 	{
1358 		.key = "init.svc.drm",
1359 		.value = "running",
1360 	},
1361 	{
1362 		.key = "init.svc.edmaudit",
1363 		.value = "running",
1364 	},
1365 	{
1366 		.key = "init.svc.epmlogd",
1367 		.value = "stopped",
1368 	},
1369 	{
1370 		.key = "init.svc.esecomm",
1371 		.value = "running",
1372 	},
1373 	{
1374 		.key = "init.svc.fingerprintd",
1375 		.value = "running",
1376 	},
1377 	{
1378 		.key = "init.svc.flash_recovery",
1379 		.value = "stopped",
1380 	},
1381 	{
1382 		.key = "init.svc.gatekeeperd",
1383 		.value = "running",
1384 	},
1385 	{
1386 		.key = "init.svc.gpsd",
1387 		.value = "running",
1388 	},
1389 	{
1390 		.key = "init.svc.healthd",
1391 		.value = "running",
1392 	},
1393 	{
1394 		.key = "init.svc.icd",
1395 		.value = "stopped",
1396 	},
1397 	{
1398 		.key = "init.svc.imsd",
1399 		.value = "running",
1400 	},
1401 	{
1402 		.key = "init.svc.installd",
1403 		.value = "running",
1404 	},
1405 	{
1406 		.key = "init.svc.iod",
1407 		.value = "running",
1408 	},
1409 	{
1410 		.key = "init.svc.jackservice",
1411 		.value = "running",
1412 	},
1413 	{
1414 		.key = "init.svc.keystore",
1415 		.value = "running",
1416 	},
1417 	{
1418 		.key = "init.svc.lhd",
1419 		.value = "running",
1420 	},
1421 	{
1422 		.key = "init.svc.lmkd",
1423 		.value = "running",
1424 	},
1425 	{
1426 		.key = "init.svc.logd",
1427 		.value = "running",
1428 	},
1429 	{
1430 		.key = "init.svc.logd-reinit",
1431 		.value = "stopped",
1432 	},
1433 	{
1434 		.key = "init.svc.macloader",
1435 		.value = "stopped",
1436 	},
1437 	{
1438 		.key = "init.svc.media",
1439 		.value = "running",
1440 	},
1441 	{
1442 		.key = "init.svc.mediacodec",
1443 		.value = "running",
1444 	},
1445 	{
1446 		.key = "init.svc.mediadrm",
1447 		.value = "running",
1448 	},
1449 	{
1450 		.key = "init.svc.mediaextractor",
1451 		.value = "running",
1452 	},
1453 	{
1454 		.key = "init.svc.mobicore",
1455 		.value = "running",
1456 	},
1457 	{
1458 		.key = "init.svc.netd",
1459 		.value = "running",
1460 	},
1461 	{
1462 		.key = "init.svc.otp",
1463 		.value = "running",
1464 	},
1465 	{
1466 		.key = "init.svc.powersnd",
1467 		.value = "stopped",
1468 	},
1469 	{
1470 		.key = "init.svc.prepare_param",
1471 		.value = "stopped",
1472 	},
1473 	{
1474 		.key = "init.svc.ril-daemon",
1475 		.value = "running",
1476 	},
1477 	{
1478 		.key = "init.svc.rtc_log",
1479 		.value = "running",
1480 	},
1481 	{
1482 		.key = "init.svc.scs",
1483 		.value = "stopped",
1484 	},
1485 	{
1486 		.key = "init.svc.sdp_cryptod",
1487 		.value = "running",
1488 	},
1489 	{
1490 		.key = "init.svc.sec-sh",
1491 		.value = "stopped",
1492 	},
1493 	{
1494 		.key = "init.svc.secure_storage",
1495 		.value = "running",
1496 	},
1497 	{
1498 		.key = "init.svc.sem_daemon",
1499 		.value = "stopped",
1500 	},
1501 	{
1502 		.key = "init.svc.sensorhubservice",
1503 		.value = "running",
1504 	},
1505 	{
1506 		.key = "init.svc.servicemanager",
1507 		.value = "running",
1508 	},
1509 	{
1510 		.key = "init.svc.ss_kb_service",
1511 		.value = "running",
1512 	},
1513 	{
1514 		.key = "init.svc.surfaceflinger",
1515 		.value = "running",
1516 	},
1517 	{
1518 		.key = "init.svc.swapon",
1519 		.value = "stopped",
1520 	},
1521 	{
1522 		.key = "init.svc.ueventd",
1523 		.value = "running",
1524 	},
1525 	{
1526 		.key = "init.svc.vold",
1527 		.value = "running",
1528 	},
1529 	{
1530 		.key = "init.svc.watchdogd",
1531 		.value = "running",
1532 	},
1533 	{
1534 		.key = "init.svc.zygote",
1535 		.value = "running",
1536 	},
1537 	{
1538 		.key = "init.svc.zygote_secondary",
1539 		.value = "running",
1540 	},
1541 	{
1542 		.key = "keyguard.no_require_sim",
1543 		.value = "true",
1544 	},
1545 	{
1546 		.key = "logd.auditd",
1547 		.value = "false",
1548 	},
1549 	{
1550 		.key = "logd.kernel",
1551 		.value = "false",
1552 	},
1553 	{
1554 		.key = "net.bt.name",
1555 		.value = "Android",
1556 	},
1557 	{
1558 		.key = "net.change",
1559 		.value = "net.qtaguid_enabled",
1560 	},
1561 	{
1562 		.key = "net.hostname",
1563 		.value = "android-b9735a4ba009c89a",
1564 	},
1565 	{
1566 		.key = "net.knox.shareddevice.version",
1567 		.value = "2.6.0",
1568 	},
1569 	{
1570 		.key = "net.knoxscep.version",
1571 		.value = "2.1.1",
1572 	},
1573 	{
1574 		.key = "net.knoxsso.version",
1575 		.value = "2.5.0",
1576 	},
1577 	{
1578 		.key = "net.knoxvpn.version",
1579 		.value = "2.3.0",
1580 	},
1581 	{
1582 		.key = "net.qtaguid_enabled",
1583 		.value = "1",
1584 	},
1585 	{
1586 		.key = "net.smart_switch.disabled",
1587 		.value = "1",
1588 	},
1589 	{
1590 		.key = "net.tcp.default_init_rwnd",
1591 		.value = "60",
1592 	},
1593 	{
1594 		.key = "nfc.delay.boot",
1595 		.value = "0",
1596 	},
1597 	{
1598 		.key = "nfc.fw.dfl_areacode",
1599 		.value = "DEF",
1600 	},
1601 	{
1602 		.key = "nfc.fw.downloadmode_force",
1603 		.value = "0",
1604 	},
1605 	{
1606 		.key = "nfc.fw.rfreg_display_ver",
1607 		.value = "2",
1608 	},
1609 	{
1610 		.key = "nfc.fw.rfreg_ver",
1611 		.value = "17/4/18/17.25.19",
1612 	},
1613 	{
1614 		.key = "nfc.smartcard.binded",
1615 		.value = "true",
1616 	},
1617 	{
1618 		.key = "persist.audio.allsoundmute",
1619 		.value = "0",
1620 	},
1621 	{
1622 		.key = "persist.audio.effectcpufreq",
1623 		.value = "350000",
1624 	},
1625 	{
1626 		.key = "persist.audio.finemediavolume",
1627 		.value = "1",
1628 	},
1629 	{
1630 		.key = "persist.audio.globaleffect",
1631 		.value = "1",
1632 	},
1633 	{
1634 		.key = "persist.audio.headsetsysvolume",
1635 		.value = "9",
1636 	},
1637 	{
1638 		.key = "persist.audio.hphonesysvolume",
1639 		.value = "9",
1640 	},
1641 	{
1642 		.key = "persist.audio.k2hd",
1643 		.value = "1",
1644 	},
1645 	{
1646 		.key = "persist.audio.mpseek",
1647 		.value = "0",
1648 	},
1649 	{
1650 		.key = "persist.audio.mysound",
1651 		.value = "1",
1652 	},
1653 	{
1654 		.key = "persist.audio.ringermode",
1655 		.value = "2",
1656 	},
1657 	{
1658 		.key = "persist.audio.sales_code",
1659 		.value = "XSG",
1660 	},
1661 	{
1662 		.key = "persist.audio.soundalivefxsec",
1663 		.value = "1",
1664 	},
1665 	{
1666 		.key = "persist.audio.stereospeaker",
1667 		.value = "0",
1668 	},
1669 	{
1670 		.key = "persist.audio.sysvolume",
1671 		.value = "9",
1672 	},
1673 	{
1674 		.key = "persist.audio.uhqa",
1675 		.value = "1",
1676 	},
1677 	{
1678 		.key = "persist.audio.voipcpufreq",
1679 		.value = "214500",
1680 	},
1681 	{
1682 		.key = "persist.bluetooth_fw_ver",
1683 		.value = "bcm4359C0_V0118.0173_semco.hcd",
1684 	},
1685 	{
1686 		.key = "persist.demo.hdmirotationlock",
1687 		.value = "false",
1688 	},
1689 	{
1690 		.key = "persist.radio.initphone-type",
1691 		.value = "1",
1692 	},
1693 	{
1694 		.key = "persist.radio.latest-modeltype",
1695 		.value = "2",
1696 	},
1697 	{
1698 		.key = "persist.radio.multisim.config",
1699 		.value = "ss",
1700 	},
1701 	{
1702 		.key = "persist.radio.plmnname",
1703 		.value = "",
1704 	},
1705 	{
1706 		.key = "persist.radio.sib16_support",
1707 		.value = "1",
1708 	},
1709 	{
1710 		.key = "persist.ril.ims.eutranParam",
1711 		.value = "3",
1712 	},
1713 	{
1714 		.key = "persist.ril.ims.org.eutranParam",
1715 		.value = "3",
1716 	},
1717 	{
1718 		.key = "persist.ril.ims.org.utranParam",
1719 		.value = "0",
1720 	},
1721 	{
1722 		.key = "persist.ril.ims.utranParam",
1723 		.value = "0",
1724 	},
1725 	{
1726 		.key = "persist.ril.modem.board",
1727 		.value = "SHANNON335",
1728 	},
1729 	{
1730 		.key = "persist.service.bdroid.version",
1731 		.value = "4.2",
1732 	},
1733 	{
1734 		.key = "persist.sys.camera.preview",
1735 		.value = "0",
1736 	},
1737 	{
1738 		.key = "persist.sys.ccm.date",
1739 		.value = "Tue Oct 24 15:32:43 KST 2017",
1740 	},
1741 	{
1742 		.key = "persist.sys.clssprld1",
1743 		.value = "888",
1744 	},
1745 	{
1746 		.key = "persist.sys.clssprld2",
1747 		.value = "356",
1748 	},
1749 	{
1750 		.key = "persist.sys.clssprld3",
1751 		.value = "1221",
1752 	},
1753 	{
1754 		.key = "persist.sys.cpboot",
1755 		.value = "unknown",
1756 	},
1757 	{
1758 		.key = "persist.sys.dalvik.vm.lib.2",
1759 		.value = "libart.so",
1760 	},
1761 	{
1762 		.key = "persist.sys.display_density",
1763 		.value = "480",
1764 	},
1765 	{
1766 		.key = "persist.sys.locale",
1767 		.value = "en-GB",
1768 	},
1769 	{
1770 		.key = "persist.sys.localedefault",
1771 		.value = "en-GB",
1772 	},
1773 	{
1774 		.key = "persist.sys.profiler_ms",
1775 		.value = "0",
1776 	},
1777 	{
1778 		.key = "persist.sys.sb.setting.enabled",
1779 		.value = "false",
1780 	},
1781 	{
1782 		.key = "persist.sys.setupwizard",
1783 		.value = "FINISH",
1784 	},
1785 	{
1786 		.key = "persist.sys.sm_mode",
1787 		.value = "1",
1788 	},
1789 	{
1790 		.key = "persist.sys.ssrm_unbox_cnt",
1791 		.value = "0",
1792 	},
1793 	{
1794 		.key = "persist.sys.storage_preload",
1795 		.value = "2",
1796 	},
1797 	{
1798 		.key = "persist.sys.timezone",
1799 		.value = "America/New_York",
1800 	},
1801 	{
1802 		.key = "persist.sys.usb.config",
1803 		.value = "mtp,adb",
1804 	},
1805 	{
1806 		.key = "persist.sys.usb.dualrole",
1807 		.value = "false",
1808 	},
1809 	{
1810 		.key = "persist.sys.webview.vmsize",
1811 		.value = "112887376",
1812 	},
1813 	{
1814 		.key = "pm.dexopt.ab-ota",
1815 		.value = "speed-profile",
1816 	},
1817 	{
1818 		.key = "pm.dexopt.bg-dexopt",
1819 		.value = "speed-profile",
1820 	},
1821 	{
1822 		.key = "pm.dexopt.boot",
1823 		.value = "verify-profile",
1824 	},
1825 	{
1826 		.key = "pm.dexopt.core-app",
1827 		.value = "speed",
1828 	},
1829 	{
1830 		.key = "pm.dexopt.first-boot",
1831 		.value = "interpret-only",
1832 	},
1833 	{
1834 		.key = "pm.dexopt.forced-dexopt",
1835 		.value = "speed",
1836 	},
1837 	{
1838 		.key = "pm.dexopt.install",
1839 		.value = "interpret-only",
1840 	},
1841 	{
1842 		.key = "pm.dexopt.nsys-library",
1843 		.value = "speed",
1844 	},
1845 	{
1846 		.key = "pm.dexopt.shared-apk",
1847 		.value = "speed",
1848 	},
1849 	{
1850 		.key = "ril.CHAR",
1851 		.value = "111727107",
1852 	},
1853 	{
1854 		.key = "ril.CompleteMsg",
1855 		.value = "OK",
1856 	},
1857 	{
1858 		.key = "ril.ICC_TYPE",
1859 		.value = "0",
1860 	},
1861 	{
1862 		.key = "ril.LIMA",
1863 		.value = "40491",
1864 	},
1865 	{
1866 		.key = "ril.RildInit",
1867 		.value = "1",
1868 	},
1869 	{
1870 		.key = "ril.airplane.mode",
1871 		.value = "0",
1872 	},
1873 	{
1874 		.key = "ril.approved_codever",
1875 		.value = "none",
1876 	},
1877 	{
1878 		.key = "ril.approved_cscver",
1879 		.value = "none",
1880 	},
1881 	{
1882 		.key = "ril.approved_modemver",
1883 		.value = "none",
1884 	},
1885 	{
1886 		.key = "ril.atd_status",
1887 		.value = "1_1_0",
1888 	},
1889 	{
1890 		.key = "ril.cbd.boot_done",
1891 		.value = "1",
1892 	},
1893 	{
1894 		.key = "ril.cbd.dt_revision",
1895 		.value = "008",
1896 	},
1897 	{
1898 		.key = "ril.cbd.first_xmit_done",
1899 		.value = "1",
1900 	},
1901 	{
1902 		.key = "ril.cbd.rfs_check_done",
1903 		.value = "1",
1904 	},
1905 	{
1906 		.key = "ril.cs_svc",
1907 		.value = "1",
1908 	},
1909 	{
1910 		.key = "ril.debug_modemfactory",
1911 		.value = "CSC Feature State: IMS ON, EPDG OFF",
1912 	},
1913 	{
1914 		.key = "ril.ecclist00",
1915 		.value = "112,911,999,000,110,118,119",
1916 	},
1917 	{
1918 		.key = "ril.ecclist_net0",
1919 		.value = "",
1920 	},
1921 	{
1922 		.key = "ril.hasisim",
1923 		.value = "0",
1924 	},
1925 	{
1926 		.key = "ril.hw_ver",
1927 		.value = "MP 0.700",
1928 	},
1929 	{
1930 		.key = "ril.ims.ecsupport",
1931 		.value = "2",
1932 	},
1933 	{
1934 		.key = "ril.ims.ltevoicesupport",
1935 		.value = "2",
1936 	},
1937 	{
1938 		.key = "ril.initPB",
1939 		.value = "0",
1940 	},
1941 	{
1942 		.key = "ril.iscdma",
1943 		.value = "0",
1944 	},
1945 	{
1946 		.key = "ril.isctc",
1947 		.value = "0",
1948 	},
1949 	{
1950 		.key = "ril.model_id",
1951 		.value = "QB7634580",
1952 	},
1953 	{
1954 		.key = "ril.modem.board",
1955 		.value = "SHANNON335",
1956 	},
1957 	{
1958 		.key = "ril.official_cscver",
1959 		.value = "G930FOJV1DQIL",
1960 	},
1961 	{
1962 		.key = "ril.product_code",
1963 		.value = "SM-G930FZKAXSG",
1964 	},
1965 	{
1966 		.key = "ril.radiostate",
1967 		.value = "10",
1968 	},
1969 	{
1970 		.key = "ril.read.done",
1971 		.value = "1",
1972 	},
1973 	{
1974 		.key = "ril.rfcal_date",
1975 		.value = "20161104",
1976 	},
1977 	{
1978 		.key = "ril.rildreset",
1979 		.value = "256",
1980 	},
1981 	{
1982 		.key = "ril.serialnumber",
1983 		.value = "R58HB0TBT8X",
1984 	},
1985 	{
1986 		.key = "ril.servicestate",
1987 		.value = "2",
1988 	},
1989 	{
1990 		.key = "ril.simoperator",
1991 		.value = "",
1992 	},
1993 	{
1994 		.key = "ril.ss.routing",
1995 		.value = "0",
1996 	},
1997 	{
1998 		.key = "ril.subinfo",
1999 		.value = "0:-2",
2000 	},
2001 	{
2002 		.key = "ril.sw_ver",
2003 		.value = "G930FXXU1DQIL",
2004 	},
2005 	{
2006 		.key = "ril.timezoneID",
2007 		.value = "",
2008 	},
2009 	{
2010 		.key = "ril.twwan911Timer",
2011 		.value = "40",
2012 	},
2013 	{
2014 		.key = "ril.voice.rat",
2015 		.value = "3",
2016 	},
2017 	{
2018 		.key = "ril.voicecapable",
2019 		.value = "true",
2020 	},
2021 	{
2022 		.key = "rild.libpath",
2023 		.value = "/system/lib64/libsec-ril.so",
2024 	},
2025 	{
2026 		.key = "rild.libpath2",
2027 		.value = "/system/lib64/libsec-ril-dsds.so",
2028 	},
2029 	{
2030 		.key = "ro.adb.qemud",
2031 		.value = "1",
2032 	},
2033 	{
2034 		.key = "ro.adb.secure",
2035 		.value = "1",
2036 	},
2037 	{
2038 		.key = "ro.allow.mock.location",
2039 		.value = "0",
2040 	},
2041 	{
2042 		.key = "ro.arch",
2043 		.value = "exynos8890",
2044 	},
2045 	{
2046 		.key = "ro.astcenc.astcsupport",
2047 		.value = "1",
2048 	},
2049 	{
2050 		.key = "ro.baseband",
2051 		.value = "unknown",
2052 	},
2053 	{
2054 		.key = "ro.board.platform",
2055 		.value = "exynos5",
2056 	},
2057 	{
2058 		.key = "ro.boot.boot_salescode",
2059 		.value = "",
2060 	},
2061 	{
2062 		.key = "ro.boot.bootloader",
2063 		.value = "G930FXXU1DQJ8",
2064 	},
2065 	{
2066 		.key = "ro.boot.debug_level",
2067 		.value = "0x4f4c",
2068 	},
2069 	{
2070 		.key = "ro.boot.dram_rev",
2071 		.value = "00000000",
2072 	},
2073 	{
2074 		.key = "ro.boot.emmc_checksum",
2075 		.value = "3",
2076 	},
2077 	{
2078 		.key = "ro.boot.fmp_config",
2079 		.value = "1",
2080 	},
2081 	{
2082 		.key = "ro.boot.hardware",
2083 		.value = "samsungexynos8890",
2084 	},
2085 	{
2086 		.key = "ro.boot.hmac_mismatch",
2087 		.value = "0",
2088 	},
2089 	{
2090 		.key = "ro.boot.hw_rev",
2091 		.value = "8",
2092 	},
2093 	{
2094 		.key = "ro.boot.odin_download",
2095 		.value = "1",
2096 	},
2097 	{
2098 		.key = "ro.boot.sec_atd.tty",
2099 		.value = "/dev/ttySAC4",
2100 	},
2101 	{
2102 		.key = "ro.boot.security_mode",
2103 		.value = "1526595585",
2104 	},
2105 	{
2106 		.key = "ro.boot.selinux",
2107 		.value = "enforcing",
2108 	},
2109 	{
2110 		.key = "ro.boot.serialno",
2111 		.value = "ce10160ac4b5291704",
2112 	},
2113 	{
2114 		.key = "ro.boot.ucs_mode",
2115 		.value = "0",
2116 	},
2117 	{
2118 		.key = "ro.boot.warranty_bit",
2119 		.value = "0",
2120 	},
2121 	{
2122 		.key = "ro.boot_recovery",
2123 		.value = "unknown",
2124 	},
2125 	{
2126 		.key = "ro.bootimage.build.date",
2127 		.value = "Tue Oct 24 15:32:43 KST 2017",
2128 	},
2129 	{
2130 		.key = "ro.bootimage.build.date.utc",
2131 		.value = "1508826763",
2132 	},
2133 	{
2134 		.key = "ro.bootimage.build.fingerprint",
2135 		.value = "samsung/heroltexx/herolte:7.0/NRD90M/G930FXXU1DQJ8:user/test-keys",
2136 	},
2137 	{
2138 		.key = "ro.bootloader",
2139 		.value = "G930FXXU1DQJ8",
2140 	},
2141 	{
2142 		.key = "ro.bootmode",
2143 		.value = "unknown",
2144 	},
2145 	{
2146 		.key = "ro.bt.bdaddr_path",
2147 		.value = "/efs/bluetooth/bt_addr",
2148 	},
2149 	{
2150 		.key = "ro.build.PDA",
2151 		.value = "G930FXXU1DQJ8",
2152 	},
2153 	{
2154 		.key = "ro.build.changelist",
2155 		.value = "12365438",
2156 	},
2157 	{
2158 		.key = "ro.build.characteristics",
2159 		.value = "phone,emulator",
2160 	},
2161 	{
2162 		.key = "ro.build.date",
2163 		.value = "Tue Oct 24 15:32:43 KST 2017",
2164 	},
2165 	{
2166 		.key = "ro.build.date.utc",
2167 		.value = "1508826763",
2168 	},
2169 	{
2170 		.key = "ro.build.description",
2171 		.value = "heroltexx-user 7.0 NRD90M G930FXXU1DQJ8 release-keys",
2172 	},
2173 	{
2174 		.key = "ro.build.display.id",
2175 		.value = "NRD90M.G930FXXU1DQJ8",
2176 	},
2177 	{
2178 		.key = "ro.build.fingerprint",
2179 		.value = "samsung/heroltexx/herolte:7.0/NRD90M/G930FXXU1DQJ8:user/release-keys",
2180 	},
2181 	{
2182 		.key = "ro.build.flavor",
2183 		.value = "heroltexx-user",
2184 	},
2185 	{
2186 		.key = "ro.build.hidden_ver",
2187 		.value = "G930FXXU1DQJ8",
2188 	},
2189 	{
2190 		.key = "ro.build.host",
2191 		.value = "SWDG5301",
2192 	},
2193 	{
2194 		.key = "ro.build.id",
2195 		.value = "NRD90M",
2196 	},
2197 	{
2198 		.key = "ro.build.official.release",
2199 		.value = "true",
2200 	},
2201 	{
2202 		.key = "ro.build.product",
2203 		.value = "herolte",
2204 	},
2205 	{
2206 		.key = "ro.build.scafe.version",
2207 		.value = "2017A",
2208 	},
2209 	{
2210 		.key = "ro.build.selinux",
2211 		.value = "1",
2212 	},
2213 	{
2214 		.key = "ro.build.selinux.enforce",
2215 		.value = "1",
2216 	},
2217 	{
2218 		.key = "ro.build.tags",
2219 		.value = "release-keys",
2220 	},
2221 	{
2222 		.key = "ro.build.type",
2223 		.value = "user",
2224 	},
2225 	{
2226 		.key = "ro.build.user",
2227 		.value = "dpi",
2228 	},
2229 	{
2230 		.key = "ro.build.version.all_codenames",
2231 		.value = "REL",
2232 	},
2233 	{
2234 		.key = "ro.build.version.base_os",
2235 		.value = "",
2236 	},
2237 	{
2238 		.key = "ro.build.version.codename",
2239 		.value = "REL",
2240 	},
2241 	{
2242 		.key = "ro.build.version.incremental",
2243 		.value = "G930FXXU1DQJ8",
2244 	},
2245 	{
2246 		.key = "ro.build.version.preview_sdk",
2247 		.value = "0",
2248 	},
2249 	{
2250 		.key = "ro.build.version.release",
2251 		.value = "7.0",
2252 	},
2253 	{
2254 		.key = "ro.build.version.sdk",
2255 		.value = "24",
2256 	},
2257 	{
2258 		.key = "ro.build.version.security_patch",
2259 		.value = "2017-10-01",
2260 	},
2261 	{
2262 		.key = "ro.build.version.sem",
2263 		.value = "2402",
2264 	},
2265 	{
2266 		.key = "ro.build.version.sep",
2267 		.value = "80000",
2268 	},
2269 	{
2270 		.key = "ro.carrier",
2271 		.value = "unknown",
2272 	},
2273 	{
2274 		.key = "ro.chipname",
2275 		.value = "exynos8890",
2276 	},
2277 	{
2278 		.key = "ro.com.google.clientidbase",
2279 		.value = "android-samsung",
2280 	},
2281 	{
2282 		.key = "ro.com.google.gmsversion",
2283 		.value = "7.0_r8",
2284 	},
2285 	{
2286 		.key = "ro.config.alarm_alert",
2287 		.value = "Morning_Flower.ogg",
2288 	},
2289 	{
2290 		.key = "ro.config.dha_cached_max",
2291 		.value = "16",
2292 	},
2293 	{
2294 		.key = "ro.config.dha_cached_min",
2295 		.value = "8",
2296 	},
2297 	{
2298 		.key = "ro.config.dha_empty_max",
2299 		.value = "32",
2300 	},
2301 	{
2302 		.key = "ro.config.dha_empty_min",
2303 		.value = "8",
2304 	},
2305 	{
2306 		.key = "ro.config.dha_pwhitelist_enable",
2307 		.value = "1",
2308 	},
2309 	{
2310 		.key = "ro.config.dmverity",
2311 		.value = "true",
2312 	},
2313 	{
2314 		.key = "ro.config.fall_prevent_enable",
2315 		.value = "true",
2316 	},
2317 	{
2318 		.key = "ro.config.iccc_version",
2319 		.value = "1.0",
2320 	},
2321 	{
2322 		.key = "ro.config.kap",
2323 		.value = "true",
2324 	},
2325 	{
2326 		.key = "ro.config.kap_default_on",
2327 		.value = "true",
2328 	},
2329 	{
2330 		.key = "ro.config.knox",
2331 		.value = "v30",
2332 	},
2333 	{
2334 		.key = "ro.config.media_sound",
2335 		.value = "Media_preview_Touch_the_light.ogg",
2336 	},
2337 	{
2338 		.key = "ro.config.notification_sound",
2339 		.value = "Skyline.ogg",
2340 	},
2341 	{
2342 		.key = "ro.config.notification_sound_2",
2343 		.value = "S_Charming_Bell.ogg",
2344 	},
2345 	{
2346 		.key = "ro.config.ringtone",
2347 		.value = "Over_the_Horizon.ogg",
2348 	},
2349 	{
2350 		.key = "ro.config.ringtone_2",
2351 		.value = "Basic_Bell.ogg",
2352 	},
2353 	{
2354 		.key = "ro.config.rkp",
2355 		.value = "true",
2356 	},
2357 	{
2358 		.key = "ro.config.rm_preload_enabled",
2359 		.value = "0",
2360 	},
2361 	{
2362 		.key = "ro.config.systemaudiodebug",
2363 		.value = "arizona",
2364 	},
2365 	{
2366 		.key = "ro.config.tima",
2367 		.value = "1",
2368 	},
2369 	{
2370 		.key = "ro.config.timaversion",
2371 		.value = "3.0",
2372 	},
2373 	{
2374 		.key = "ro.cp_debug_level",
2375 		.value = "unknown",
2376 	},
2377 	{
2378 		.key = "ro.crypto.fs_crypto_blkdev",
2379 		.value = "/dev/block/dm-1",
2380 	},
2381 	{
2382 		.key = "ro.crypto.fuse_sdcard",
2383 		.value = "true",
2384 	},
2385 	{
2386 		.key = "ro.crypto.state",
2387 		.value = "encrypted",
2388 	},
2389 	{
2390 		.key = "ro.crypto.type",
2391 		.value = "block",
2392 	},
2393 	{
2394 		.key = "ro.csc.country_code",
2395 		.value = "UAE",
2396 	},
2397 	{
2398 		.key = "ro.csc.countryiso_code",
2399 		.value = "AE",
2400 	},
2401 	{
2402 		.key = "ro.csc.sales_code",
2403 		.value = "XSG",
2404 	},
2405 	{
2406 		.key = "ro.dalvik.vm.native.bridge",
2407 		.value = "0",
2408 	},
2409 	{
2410 		.key = "ro.debug_level",
2411 		.value = "0x4f4c",
2412 	},
2413 	{
2414 		.key = "ro.debuggable",
2415 		.value = "0",
2416 	},
2417 	{
2418 		.key = "ro.emmc_checksum",
2419 		.value = "3",
2420 	},
2421 	{
2422 		.key = "ro.error.receiver.default",
2423 		.value = "com.samsung.receiver.error",
2424 	},
2425 	{
2426 		.key = "ro.expect.recovery_id",
2427 		.value = "0x3febbe7420c506f45403ac14bdc221ea9ca7838d000000000000000000000000",
2428 	},
2429 	{
2430 		.key = "ro.exynos.dss",
2431 		.value = "1",
2432 	},
2433 	{
2434 		.key = "ro.fmp_config",
2435 		.value = "1",
2436 	},
2437 	{
2438 		.key = "ro.frp.pst",
2439 		.value = "/dev/block/persistent",
2440 	},
2441 	{
2442 		.key = "ro.hardware",
2443 		.value = "samsungexynos8890",
2444 	},
2445 	{
2446 		.key = "ro.hardware.keystore",
2447 		.value = "mdfpp",
2448 	},
2449 	{
2450 		.key = "ro.hdcp2.rx",
2451 		.value = "tz",
2452 	},
2453 	{
2454 		.key = "ro.hmac_mismatch",
2455 		.value = "0",
2456 	},
2457 	{
2458 		.key = "ro.hwui.drop_shadow_cache_size",
2459 		.value = "6",
2460 	},
2461 	{
2462 		.key = "ro.hwui.gradient_cache_size",
2463 		.value = "2",
2464 	},
2465 	{
2466 		.key = "ro.hwui.layer_cache_size",
2467 		.value = "58",
2468 	},
2469 	{
2470 		.key = "ro.hwui.path_cache_size",
2471 		.value = "16",
2472 	},
2473 	{
2474 		.key = "ro.hwui.r_buffer_cache_size",
2475 		.value = "8",
2476 	},
2477 	{
2478 		.key = "ro.hwui.shape_cache_size",
2479 		.value = "4",
2480 	},
2481 	{
2482 		.key = "ro.hwui.text_large_cache_height",
2483 		.value = "2048",
2484 	},
2485 	{
2486 		.key = "ro.hwui.text_large_cache_width",
2487 		.value = "4096",
2488 	},
2489 	{
2490 		.key = "ro.hwui.text_small_cache_height",
2491 		.value = "1024",
2492 	},
2493 	{
2494 		.key = "ro.hwui.text_small_cache_width",
2495 		.value = "1024",
2496 	},
2497 	{
2498 		.key = "ro.hwui.texture_cache_flushrate",
2499 		.value = "0.4",
2500 	},
2501 	{
2502 		.key = "ro.hwui.texture_cache_size",
2503 		.value = "88",
2504 	},
2505 	{
2506 		.key = "ro.im.param.offset",
2507 		.value = "unknown",
2508 	},
2509 	{
2510 		.key = "ro.kernel.qemu",
2511 		.value = "0",
2512 	},
2513 	{
2514 		.key = "ro.kernel.qemu.gles",
2515 		.value = "0",
2516 	},
2517 	{
2518 		.key = "ro.knox.enhance.zygote.aslr",
2519 		.value = "0",
2520 	},
2521 	{
2522 		.key = "ro.mct.compressiontype",
2523 		.value = "ETC1",
2524 	},
2525 	{
2526 		.key = "ro.me.param.offset",
2527 		.value = "unknown",
2528 	},
2529 	{
2530 		.key = "ro.mst.support",
2531 		.value = "1",
2532 	},
2533 	{
2534 		.key = "ro.multisim.simslotcount",
2535 		.value = "1",
2536 	},
2537 	{
2538 		.key = "ro.opengles.version",
2539 		.value = "196610",
2540 	},
2541 	{
2542 		.key = "ro.pr.param.offset",
2543 		.value = "unknown",
2544 	},
2545 	{
2546 		.key = "ro.product.board",
2547 		.value = "universal8890",
2548 	},
2549 	{
2550 		.key = "ro.product.brand",
2551 		.value = "samsung",
2552 	},
2553 	{
2554 		.key = "ro.product.cpu.abi",
2555 		.value = "arm64-v8a",
2556 	},
2557 	{
2558 		.key = "ro.product.cpu.abilist",
2559 		.value = "arm64-v8a,armeabi-v7a,armeabi",
2560 	},
2561 	{
2562 		.key = "ro.product.cpu.abilist32",
2563 		.value = "armeabi-v7a,armeabi",
2564 	},
2565 	{
2566 		.key = "ro.product.cpu.abilist64",
2567 		.value = "arm64-v8a",
2568 	},
2569 	{
2570 		.key = "ro.product.device",
2571 		.value = "herolte",
2572 	},
2573 	{
2574 		.key = "ro.product.first_api_level",
2575 		.value = "23",
2576 	},
2577 	{
2578 		.key = "ro.product.locale",
2579 		.value = "en-GB",
2580 	},
2581 	{
2582 		.key = "ro.product.manufacturer",
2583 		.value = "samsung",
2584 	},
2585 	{
2586 		.key = "ro.product.model",
2587 		.value = "SM-G930F",
2588 	},
2589 	{
2590 		.key = "ro.product.name",
2591 		.value = "heroltexx",
2592 	},
2593 	{
2594 		.key = "ro.product_ship",
2595 		.value = "true",
2596 	},
2597 	{
2598 		.key = "ro.radio.noril",
2599 		.value = "no",
2600 	},
2601 	{
2602 		.key = "ro.revision",
2603 		.value = "8",
2604 	},
2605 	{
2606 		.key = "ro.ril.gprsclass",
2607 		.value = "10",
2608 	},
2609 	{
2610 		.key = "ro.ril.hsxpa",
2611 		.value = "1",
2612 	},
2613 	{
2614 		.key = "ro.rtn_config",
2615 		.value = "unknown",
2616 	},
2617 	{
2618 		.key = "ro.runtime.firstboot",
2619 		.value = "1487045962023",
2620 	},
2621 	{
2622 		.key = "ro.secure",
2623 		.value = "1",
2624 	},
2625 	{
2626 		.key = "ro.securestorage.support",
2627 		.value = "true",
2628 	},
2629 	{
2630 		.key = "ro.security.ese.cosname",
2631 		.value = "PEARL4.0_01431529",
2632 	},
2633 	{
2634 		.key = "ro.security.esest",
2635 		.value = "per0201exi",
2636 	},
2637 	{
2638 		.key = "ro.security.icd.flagmode",
2639 		.value = "multi",
2640 	},
2641 	{
2642 		.key = "ro.security.mdpp.release",
2643 		.value = "2",
2644 	},
2645 	{
2646 		.key = "ro.security.mdpp.ux",
2647 		.value = "Enabled",
2648 	},
2649 	{
2650 		.key = "ro.security.mdpp.ver",
2651 		.value = "3.0",
2652 	},
2653 	{
2654 		.key = "ro.security.reactive.version",
2655 		.value = "2.0.11",
2656 	},
2657 	{
2658 		.key = "ro.security.vpnpp.release",
2659 		.value = "8.0",
2660 	},
2661 	{
2662 		.key = "ro.security.vpnpp.ver",
2663 		.value = "1.4",
2664 	},
2665 	{
2666 		.key = "ro.security.wlan.release",
2667 		.value = "2",
2668 	},
2669 	{
2670 		.key = "ro.security.wlan.ver",
2671 		.value = "1.0",
2672 	},
2673 	{
2674 		.key = "ro.security_mode",
2675 		.value = "1526595585",
2676 	},
2677 	{
2678 		.key = "ro.serialno",
2679 		.value = "ce10160ac4b5291704",
2680 	},
2681 	{
2682 		.key = "ro.setupwizard.mode",
2683 		.value = "OPTIONAL",
2684 	},
2685 	{
2686 		.key = "ro.sf.init.lcd_density",
2687 		.value = "640",
2688 	},
2689 	{
2690 		.key = "ro.sf.lcd_density",
2691 		.value = "480",
2692 	},
2693 	{
2694 		.key = "ro.sku.param.offset",
2695 		.value = "unknown",
2696 	},
2697 	{
2698 		.key = "ro.sn.param.offset",
2699 		.value = "unknown",
2700 	},
2701 	{
2702 		.key = "ro.supportmodel.mptcp",
2703 		.value = "1",
2704 	},
2705 	{
2706 		.key = "ro.telephony.default_network",
2707 		.value = "9",
2708 	},
2709 	{
2710 		.key = "ro.warranty_bit",
2711 		.value = "0",
2712 	},
2713 	{
2714 		.key = "ro.wifi.channels",
2715 		.value = "",
2716 	},
2717 	{
2718 		.key = "ro.zygote",
2719 		.value = "zygote64_32",
2720 	},
2721 	{
2722 		.key = "secmm.player.uhqamode",
2723 		.value = "True",
2724 	},
2725 	{
2726 		.key = "security.ASKS.policy_version",
2727 		.value = "161228",
2728 	},
2729 	{
2730 		.key = "security.mdpp",
2731 		.value = "Ready",
2732 	},
2733 	{
2734 		.key = "security.mdpp.result",
2735 		.value = "None",
2736 	},
2737 	{
2738 		.key = "security.perf_harden",
2739 		.value = "1",
2740 	},
2741 	{
2742 		.key = "security.semdaemonfinish",
2743 		.value = "1",
2744 	},
2745 	{
2746 		.key = "selinux.policy_version",
2747 		.value = "SEPF_SECMOBILE_7.0_0009",
2748 	},
2749 	{
2750 		.key = "selinux.reload_policy",
2751 		.value = "1",
2752 	},
2753 	{
2754 		.key = "service.bootanim.exit",
2755 		.value = "0",
2756 	},
2757 	{
2758 		.key = "service.camera.running",
2759 		.value = "0",
2760 	},
2761 	{
2762 		.key = "service.camera.running_0",
2763 		.value = "0",
2764 	},
2765 	{
2766 		.key = "service.media.powersnd",
2767 		.value = "1",
2768 	},
2769 	{
2770 		.key = "storage.mmc.size",
2771 		.value = "31981568000",
2772 	},
2773 	{
2774 		.key = "storage.support.sdcard",
2775 		.value = "1",
2776 	},
2777 	{
2778 		.key = "storage.support.usb",
2779 		.value = "1",
2780 	},
2781 	{
2782 		.key = "sys.bartender.batterystats.ver",
2783 		.value = "16",
2784 	},
2785 	{
2786 		.key = "sys.boot_completed",
2787 		.value = "1",
2788 	},
2789 	{
2790 		.key = "sys.cameramode.cam_binning",
2791 		.value = "0",
2792 	},
2793 	{
2794 		.key = "sys.cameramode.cam_fps",
2795 		.value = "-1",
2796 	},
2797 	{
2798 		.key = "sys.config.mars_version",
2799 		.value = "2.00",
2800 	},
2801 	{
2802 		.key = "sys.dockstate",
2803 		.value = "0",
2804 	},
2805 	{
2806 		.key = "sys.enterprise.billing.dualsim",
2807 		.value = "false",
2808 	},
2809 	{
2810 		.key = "sys.enterprise.billing.version",
2811 		.value = "1.2.0",
2812 	},
2813 	{
2814 		.key = "sys.enterprise.otp.version",
2815 		.value = "2.6.0",
2816 	},
2817 	{
2818 		.key = "sys.is_members",
2819 		.value = "exist",
2820 	},
2821 	{
2822 		.key = "sys.isdumpstaterunning",
2823 		.value = "0",
2824 	},
2825 	{
2826 		.key = "sys.knox.exists",
2827 		.value = "0",
2828 	},
2829 	{
2830 		.key = "sys.knox.store",
2831 		.value = "0",
2832 	},
2833 	{
2834 		.key = "sys.mdniecontrolservice.mscon",
2835 		.value = "true",
2836 	},
2837 	{
2838 		.key = "sys.oem_unlock_allowed",
2839 		.value = "0",
2840 	},
2841 	{
2842 		.key = "sys.reset_reason",
2843 		.value = "N|RP",
2844 	},
2845 	{
2846 		.key = "sys.siop.level",
2847 		.value = "0",
2848 	},
2849 	{
2850 		.key = "sys.skip_lockscreen",
2851 		.value = "0",
2852 	},
2853 	{
2854 		.key = "sys.ssrm.mdnie",
2855 		.value = "-1",
2856 	},
2857 	{
2858 		.key = "sys.sysctl.extra_free_kbytes",
2859 		.value = "24300",
2860 	},
2861 	{
2862 		.key = "sys.usb.config",
2863 		.value = "mtp,adb",
2864 	},
2865 	{
2866 		.key = "sys.usb.state",
2867 		.value = "mtp,adb",
2868 	},
2869 	{
2870 		.key = "system.camera.CC.disable",
2871 		.value = "0",
2872 	},
2873 	{
2874 		.key = "telephony.lteOnCdmaDevice",
2875 		.value = "0",
2876 	},
2877 	{
2878 		.key = "vold.crypt.type",
2879 		.value = "default",
2880 	},
2881 	{
2882 		.key = "vold.decrypt",
2883 		.value = "trigger_restart_framework",
2884 	},
2885 	{
2886 		.key = "vold.has_adoptable",
2887 		.value = "0",
2888 	},
2889 	{
2890 		.key = "vold.post_fs_data_done",
2891 		.value = "1",
2892 	},
2893 	{
2894 		.key = "vzw.os.rooted",
2895 		.value = "false",
2896 	},
2897 	{
2898 		.key = "wifi.interface",
2899 		.value = "wlan0",
2900 	},
2901 	{
2902 		.key = "wlan.driver.status",
2903 		.value = "unloaded",
2904 	},
2905 	{
2906 		.key = "wlan.p2p.chkintent",
2907 		.value = "8",
2908 	},
2909 	{
2910 		.key = "wlan.wfd.status",
2911 		.value = "disconnected",
2912 	},
2913 	{ NULL },
2914 };
2915 #endif /* __ANDROID__ */
2916