• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct cpuinfo_mock_file filesystem[] = {
2 #if CPUINFO_ARCH_ARM64
3 	{
4 		.path = "/proc/cpuinfo",
5 		.size = 1540,
6 		.content =
7 			"Processor\t: AArch64 Processor rev 4 (aarch64)\n"
8 			"processor\t: 0\n"
9 			"BogoMIPS\t: 38.40\n"
10 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
11 			"CPU implementer\t: 0x51\n"
12 			"CPU architecture: 8\n"
13 			"CPU variant\t: 0xa\n"
14 			"CPU part\t: 0x801\n"
15 			"CPU revision\t: 4\n"
16 			"\n"
17 			"processor\t: 1\n"
18 			"BogoMIPS\t: 38.40\n"
19 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
20 			"CPU implementer\t: 0x51\n"
21 			"CPU architecture: 8\n"
22 			"CPU variant\t: 0xa\n"
23 			"CPU part\t: 0x801\n"
24 			"CPU revision\t: 4\n"
25 			"\n"
26 			"processor\t: 2\n"
27 			"BogoMIPS\t: 38.40\n"
28 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
29 			"CPU implementer\t: 0x51\n"
30 			"CPU architecture: 8\n"
31 			"CPU variant\t: 0xa\n"
32 			"CPU part\t: 0x801\n"
33 			"CPU revision\t: 4\n"
34 			"\n"
35 			"processor\t: 3\n"
36 			"BogoMIPS\t: 38.40\n"
37 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
38 			"CPU implementer\t: 0x51\n"
39 			"CPU architecture: 8\n"
40 			"CPU variant\t: 0xa\n"
41 			"CPU part\t: 0x801\n"
42 			"CPU revision\t: 4\n"
43 			"\n"
44 			"processor\t: 4\n"
45 			"BogoMIPS\t: 38.40\n"
46 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
47 			"CPU implementer\t: 0x51\n"
48 			"CPU architecture: 8\n"
49 			"CPU variant\t: 0xa\n"
50 			"CPU part\t: 0x800\n"
51 			"CPU revision\t: 1\n"
52 			"\n"
53 			"processor\t: 5\n"
54 			"BogoMIPS\t: 38.40\n"
55 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
56 			"CPU implementer\t: 0x51\n"
57 			"CPU architecture: 8\n"
58 			"CPU variant\t: 0xa\n"
59 			"CPU part\t: 0x800\n"
60 			"CPU revision\t: 1\n"
61 			"\n"
62 			"processor\t: 6\n"
63 			"BogoMIPS\t: 38.40\n"
64 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
65 			"CPU implementer\t: 0x51\n"
66 			"CPU architecture: 8\n"
67 			"CPU variant\t: 0xa\n"
68 			"CPU part\t: 0x800\n"
69 			"CPU revision\t: 1\n"
70 			"\n"
71 			"processor\t: 7\n"
72 			"BogoMIPS\t: 38.40\n"
73 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
74 			"CPU implementer\t: 0x51\n"
75 			"CPU architecture: 8\n"
76 			"CPU variant\t: 0xa\n"
77 			"CPU part\t: 0x800\n"
78 			"CPU revision\t: 1\n"
79 			"\n"
80 			"Hardware\t: Qualcomm Technologies, Inc MSM8998\n",
81 	},
82 #elif CPUINFO_ARCH_ARM
83 	{
84 		.path = "/proc/cpuinfo",
85 		.size = 2332,
86 		.content =
87 			"Processor\t: AArch64 Processor rev 4 (aarch64)\n"
88 			"processor\t: 0\n"
89 			"model name\t: ARMv8 Processor rev 4 (v8l)\n"
90 			"BogoMIPS\t: 38.40\n"
91 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
92 			"CPU implementer\t: 0x51\n"
93 			"CPU architecture: 8\n"
94 			"CPU variant\t: 0xa\n"
95 			"CPU part\t: 0x801\n"
96 			"CPU revision\t: 4\n"
97 			"\n"
98 			"processor\t: 1\n"
99 			"model name\t: ARMv8 Processor rev 4 (v8l)\n"
100 			"BogoMIPS\t: 38.40\n"
101 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
102 			"CPU implementer\t: 0x51\n"
103 			"CPU architecture: 8\n"
104 			"CPU variant\t: 0xa\n"
105 			"CPU part\t: 0x801\n"
106 			"CPU revision\t: 4\n"
107 			"\n"
108 			"processor\t: 2\n"
109 			"model name\t: ARMv8 Processor rev 4 (v8l)\n"
110 			"BogoMIPS\t: 38.40\n"
111 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
112 			"CPU implementer\t: 0x51\n"
113 			"CPU architecture: 8\n"
114 			"CPU variant\t: 0xa\n"
115 			"CPU part\t: 0x801\n"
116 			"CPU revision\t: 4\n"
117 			"\n"
118 			"processor\t: 3\n"
119 			"model name\t: ARMv8 Processor rev 4 (v8l)\n"
120 			"BogoMIPS\t: 38.40\n"
121 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
122 			"CPU implementer\t: 0x51\n"
123 			"CPU architecture: 8\n"
124 			"CPU variant\t: 0xa\n"
125 			"CPU part\t: 0x801\n"
126 			"CPU revision\t: 4\n"
127 			"\n"
128 			"processor\t: 4\n"
129 			"model name\t: ARMv8 Processor rev 1 (v8l)\n"
130 			"BogoMIPS\t: 38.40\n"
131 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
132 			"CPU implementer\t: 0x51\n"
133 			"CPU architecture: 8\n"
134 			"CPU variant\t: 0xa\n"
135 			"CPU part\t: 0x800\n"
136 			"CPU revision\t: 1\n"
137 			"\n"
138 			"processor\t: 5\n"
139 			"model name\t: ARMv8 Processor rev 1 (v8l)\n"
140 			"BogoMIPS\t: 38.40\n"
141 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
142 			"CPU implementer\t: 0x51\n"
143 			"CPU architecture: 8\n"
144 			"CPU variant\t: 0xa\n"
145 			"CPU part\t: 0x800\n"
146 			"CPU revision\t: 1\n"
147 			"\n"
148 			"processor\t: 6\n"
149 			"model name\t: ARMv8 Processor rev 1 (v8l)\n"
150 			"BogoMIPS\t: 38.40\n"
151 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
152 			"CPU implementer\t: 0x51\n"
153 			"CPU architecture: 8\n"
154 			"CPU variant\t: 0xa\n"
155 			"CPU part\t: 0x800\n"
156 			"CPU revision\t: 1\n"
157 			"\n"
158 			"processor\t: 7\n"
159 			"model name\t: ARMv8 Processor rev 1 (v8l)\n"
160 			"BogoMIPS\t: 38.40\n"
161 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
162 			"CPU implementer\t: 0x51\n"
163 			"CPU architecture: 8\n"
164 			"CPU variant\t: 0xa\n"
165 			"CPU part\t: 0x800\n"
166 			"CPU revision\t: 1\n"
167 			"\n"
168 			"Hardware\t: Qualcomm Technologies, Inc MSM8998\n",
169 	},
170 #endif
171 	{
172 		.path = "/system/build.prop",
173 		.size = 8740,
174 		.content =
175 			"\n"
176 			"# begin build properties\n"
177 			"# autogenerated by buildinfo.sh\n"
178 			"ro.build.id=NRD90M\n"
179 			"ro.build.display.id=NRD90M.G950USQU1AQC9\n"
180 			"ro.build.version.incremental=G950USQU1AQC9\n"
181 			"ro.build.version.sdk=24\n"
182 			"ro.build.version.preview_sdk=0\n"
183 			"ro.build.version.codename=REL\n"
184 			"ro.build.version.all_codenames=REL\n"
185 			"ro.build.version.release=7.0\n"
186 			"ro.build.version.security_patch=2017-03-01\n"
187 			"ro.build.version.base_os=\n"
188 			"ro.build.date=Sat Mar 11 22:44:17 KST 2017\n"
189 			"ro.build.date.utc=1489239857\n"
190 			"ro.build.type=user\n"
191 			"ro.build.user=dpi\n"
192 			"ro.build.host=SWHE7721\n"
193 			"ro.build.tags=release-keys\n"
194 			"ro.build.flavor=dreamqltesq-user\n"
195 			"ro.product.model=SM-G950U\n"
196 			"ro.product.brand=samsung\n"
197 			"ro.product.name=dreamqltesq\n"
198 			"ro.product.device=dreamqltesq\n"
199 			"ro.product.board=msm8998\n"
200 			"# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
201 			"# use ro.product.cpu.abilist instead.\n"
202 			"ro.product.cpu.abi=arm64-v8a\n"
203 			"ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n"
204 			"ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
205 			"ro.product.cpu.abilist64=arm64-v8a\n"
206 			"ro.product.manufacturer=samsung\n"
207 			"ro.product.locale=en-US\n"
208 			"ro.wifi.channels=\n"
209 			"ro.board.platform=msm8998\n"
210 			"# ro.build.product is obsolete; use ro.product.device\n"
211 			"ro.build.product=dreamqltesq\n"
212 			"# Do not try to parse description, fingerprint, or thumbprint\n"
213 			"ro.build.description=dreamqltesq-user 7.0 NRD90M G950USQU1AQC9 release-keys\n"
214 			"ro.build.fingerprint=samsung/dreamqltesq/dreamqltesq:7.0/NRD90M/G950USQU1AQC9:user/release-keys\n"
215 			"ro.build.characteristics=default\n"
216 			"# Samsung Specific Properties\n"
217 			"ro.build.PDA=G950USQU1AQC9\n"
218 			"ro.build.official.release=true\n"
219 			"ro.config.rm_preload_enabled=1\n"
220 			"ro.build.changelist=10895874\n"
221 			"ro.product_ship=true\n"
222 			"ro.chipname=MSM8998\n"
223 			"# end build properties\n"
224 			"\n"
225 			"#\n"
226 			"# HWUI_BUILD_PROPERTIES\n"
227 			"#\n"
228 			"ro.hwui.texture_cache_size=88\n"
229 			"ro.hwui.layer_cache_size=58\n"
230 			"ro.hwui.path_cache_size=16\n"
231 			"ro.hwui.texture_cache_flushrate=0.4\n"
232 			"ro.hwui.shape_cache_size=4\n"
233 			"ro.hwui.gradient_cache_size=2\n"
234 			"ro.hwui.drop_shadow_cache_size=6\n"
235 			"ro.hwui.r_buffer_cache_size=8\n"
236 			"ro.hwui.text_small_cache_width=1024\n"
237 			"ro.hwui.text_small_cache_height=1024\n"
238 			"ro.hwui.text_large_cache_width=4096\n"
239 			"ro.hwui.text_large_cache_height=2048\n"
240 			"#\n"
241 			"# from device/samsung/dreamqltesq/system.prop\n"
242 			"#\n"
243 			"#\n"
244 			"# system.prop for cobalt\n"
245 			"#\n"
246 			"ro.sf.lcd_density=480\n"
247 			"ro.sf.init.lcd_density=640\n"
248 			"\n"
249 			"DEVICE_PROVISIONED=1\n"
250 			"\n"
251 			"debug.sf.hw=1\n"
252 			"debug.gralloc.enable_fb_ubwc=1\n"
253 			"dalvik.vm.heapsize=36m\n"
254 			"dev.pm.dyn_samplingrate=1\n"
255 			"persist.demo.hdmirotationlock=false\n"
256 			"\n"
257 			"#ro.hdmi.enable=true\n"
258 			"#\n"
259 			"# system props for the cne module\n"
260 			"#\n"
261 			"persist.cne.feature=0\n"
262 			"persist.cne.dpm=0\n"
263 			"persist.dpm.feature=0\n"
264 			"\n"
265 			"#system props for the MM modules\n"
266 			"media.stagefright.enable-player=true\n"
267 			"media.stagefright.enable-http=true\n"
268 			"media.stagefright.enable-aac=true\n"
269 			"media.stagefright.enable-qcp=true\n"
270 			"media.stagefright.enable-scan=true\n"
271 			"mmp.enable.3g2=true\n"
272 			"media.aac_51_output_enabled=true\n"
273 			"mm.enable.smoothstreaming=true\n"
274 			"#3183219 is decimal sum of supported codecs in AAL\n"
275 			"#codecs:(PARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE\n"
276 			"mm.enable.qcom_parser=1048575\n"
277 			"persist.mm.enable.prefetch=true\n"
278 			"\n"
279 			"#\n"
280 			"# system props for the data modules\n"
281 			"#\n"
282 			"ro.use_data_netmgrd=true\n"
283 			"persist.data.netmgrd.qos.enable=true\n"
284 			"persist.data.mode=concurrent\n"
285 			"#system props for time-services\n"
286 			"persist.timed.enable=true\n"
287 			"\n"
288 			"#\n"
289 			"# system prop for opengles version\n"
290 			"#\n"
291 			"# 196608 is decimal for 0x30000 to report version 3\n"
292 			"ro.opengles.version=196610\n"
293 			"\n"
294 			"# system property for maximum number of HFP client connections\n"
295 			"bt.max.hfpclient.connections=1\n"
296 			"\n"
297 			"# System property for cabl\n"
298 			"ro.qualcomm.cabl=0\n"
299 			"\n"
300 			"#Simulate sdcard on /data/media\n"
301 			"#\n"
302 			"persist.fuse_sdcard=true\n"
303 			"\n"
304 			"#system prop for Bluetooth SOC type\n"
305 			"qcom.bluetooth.soc=cherokee\n"
306 			"\n"
307 			"#system prop for A4WP profile support\n"
308 			"ro.bluetooth.a4wp=false\n"
309 			"\n"
310 			"#system prop for wipower support\n"
311 			"ro.bluetooth.wipower=true\n"
312 			"\n"
313 			"#\n"
314 			"#snapdragon value add features\n"
315 			"#\n"
316 			"\n"
317 			"#system prop for RmNet Data\n"
318 			"persist.rmnet.data.enable=true\n"
319 			"persist.data.wda.enable=true\n"
320 			"persist.data.df.dl_mode=5\n"
321 			"persist.data.df.ul_mode=5\n"
322 			"persist.data.df.agg.dl_pkt=10\n"
323 			"persist.data.df.agg.dl_size=4096\n"
324 			"persist.data.df.mux_count=8\n"
325 			"persist.data.df.iwlan_mux=9\n"
326 			"persist.data.df.dev_name=rmnet_usb0\n"
327 			"\n"
328 			"#property to enable user to access Google WFD settings\n"
329 			"persist.debug.wfd.enable=1\n"
330 			"##property to choose between virtual/external wfd display\n"
331 			"persist.sys.wfd.virtual=0\n"
332 			"\n"
333 			"# system prop for NFC DT\n"
334 			"ro.nfc.port=I2C\n"
335 			"\n"
336 			"#hwui properties\n"
337 			"ro.hwui.texture_cache_size=72\n"
338 			"ro.hwui.layer_cache_size=48\n"
339 			"ro.hwui.r_buffer_cache_size=8\n"
340 			"ro.hwui.path_cache_size=32\n"
341 			"ro.hwui.gradient_cache_size=1\n"
342 			"ro.hwui.drop_shadow_cache_size=6\n"
343 			"ro.hwui.texture_cache_flushrate=0.4\n"
344 			"ro.hwui.text_small_cache_width=1024\n"
345 			"ro.hwui.text_small_cache_height=1024\n"
346 			"ro.hwui.text_large_cache_width=2048\n"
347 			"ro.hwui.text_large_cache_height=1024\n"
348 			"\n"
349 			"#config for bringup\n"
350 			"config.disable_atlas=true\n"
351 			"debug.batt.no_battery=true\n"
352 			"\n"
353 			"# enable navigation bar\n"
354 			"qemu.hw.mainkeys=0\n"
355 			"\n"
356 			"#property to enable VDS WFD solution\n"
357 			"persist.hwc.enable_vds=1\n"
358 			"\n"
359 			"#Set SSC Debug Level on AP Side\n"
360 			"persist.debug.sensors.hal=I\n"
361 			"debug.qualcomm.sns.daemon=I\n"
362 			"debug.qualcomm.sns.libsensor1=I\n"
363 			"\n"
364 			"#Disable Sensor Feature\n"
365 			"ro.qti.sensors.georv=false\n"
366 			"ro.qti.sensors.cmc=false\n"
367 			"ro.qti.sensors.dpc=false\n"
368 			"ro.qti.sensors.facing=false\n"
369 			"ro.qti.sensors.fast_amd=false\n"
370 			"ro.qti.sensors.scrn_ortn=false\n"
371 			"\n"
372 			"#\n"
373 			"# ADDITIONAL_BUILD_PROPERTIES\n"
374 			"#\n"
375 			"ro.astcenc.astcsupport=1\n"
376 			"ro.mct.compressiontype=ETC1\n"
377 			"ro.config.dmverity=true\n"
378 			"ro.config.kap_default_on=true\n"
379 			"ro.config.kap=true\n"
380 			"ro.knox.enhance.zygote.aslr=0\n"
381 			"ro.tether.denied=false\n"
382 			"rild.libpath=/system/lib64/libsec-ril.so\n"
383 			"ro.radio.noril=no\n"
384 			"ro.use_data_netmgrd=true\n"
385 			"persist.radio.sib16_support=0\n"
386 			"ro.product.first_api_level=24\n"
387 			"dalvik.vm.heapstartsize=8m\n"
388 			"dalvik.vm.heapgrowthlimit=256m\n"
389 			"dalvik.vm.heapsize=512m\n"
390 			"dalvik.vm.heaptargetutilization=0.75\n"
391 			"dalvik.vm.heapminfree=2m\n"
392 			"dalvik.vm.heapmaxfree=8m\n"
393 			"keyguard.no_require_sim=true\n"
394 			"ro.carrier=unknown\n"
395 			"ro.security.icd.flagmode=multi\n"
396 			"security.ASKS.policy_version=000000\n"
397 			"ro.com.google.clientidbase=android-samsung\n"
398 			"ro.vendor.extension_library=libqti-perfd-client.so\n"
399 			"persist.radio.apm_sim_not_pwdn=1\n"
400 			"persist.radio.custom_ecc=1\n"
401 			"af.fast_track_multiplier=1\n"
402 			"audio_hal.period_size=192\n"
403 			"audio.adm.buffering.ms=3\n"
404 			"ro.qc.sdk.audio.fluencetype=none\n"
405 			"persist.audio.fluence.voicecall=true\n"
406 			"persist.audio.fluence.voicerec=false\n"
407 			"persist.audio.fluence.speaker=true\n"
408 			"tunnel.audio.encode=false\n"
409 			"audio.offload.buffer.size.kb=32\n"
410 			"audio.offload.video=true\n"
411 			"audio.offload.pcm.16bit.enable=true\n"
412 			"audio.offload.pcm.24bit.enable=true\n"
413 			"audio.offload.track.enable=true\n"
414 			"audio.deep_buffer.media=true\n"
415 			"audio.heap.size.multiplier=7\n"
416 			"use.voice.path.for.pcm.voip=true\n"
417 			"audio.offload.multiaac.enable=true\n"
418 			"audio.dolby.ds2.enabled=true\n"
419 			"audio.dolby.ds2.hardbypass=true\n"
420 			"audio.offload.multiple.enabled=false\n"
421 			"audio.offload.passthrough=true\n"
422 			"ro.qc.sdk.audio.ssr=false\n"
423 			"audio.offload.gapless.enabled=false\n"
424 			"audio.safx.pbe.enabled=true\n"
425 			"audio.parser.ip.buffer.size=262144\n"
426 			"flac.sw.decoder.24bit.support=true\n"
427 			"persist.bt.a2dp_offload_cap=sbc-aptx\n"
428 			"use.qti.sw.alac.decoder=true\n"
429 			"use.qti.sw.ape.decoder=true\n"
430 			"qcom.hw.aac.encoder=true\n"
431 			"fm.a2dp.conc.disabled=false\n"
432 			"audio.noisy.broadcast.delay=600\n"
433 			"ro.build.scafe.version=2017A\n"
434 			"ro.error.receiver.default=com.samsung.receiver.error\n"
435 			"ro.frp.pst=/dev/block/persistent\n"
436 			"ro.hdcp2.rx=tz\n"
437 			"ro.securestorage.support=true\n"
438 			"ro.wsmd.enable=true\n"
439 			"ro.mst.support=1\n"
440 			"security.mdpp.mass=skmm\n"
441 			"security.mdpp=None\n"
442 			"ro.security.mdpp.ver=3.0\n"
443 			"ro.security.mdpp.release=1\n"
444 			"ro.security.wlan.ver=1.0\n"
445 			"ro.security.wlan.release=1\n"
446 			"security.mdpp.result=None\n"
447 			"ro.hardware.keystore=mdfpp\n"
448 			"ro.hardware.gatekeeper=mdfpp\n"
449 			"ro.security.vpnpp.ver=1.4\n"
450 			"ro.security.vpnpp.release=8.1\n"
451 			"ro.security.mdpp.ux=Enabled\n"
452 			"sys.config.amp_perf_enable=true\n"
453 			"ro.config.dha_cached_min=6\n"
454 			"ro.config.dha_cached_max=16\n"
455 			"ro.config.dha_empty_min=8\n"
456 			"ro.config.dha_empty_init=32\n"
457 			"ro.config.dha_empty_max=32\n"
458 			"ro.config.dha_th_rate=2.0\n"
459 			"ro.config.dha_pwhitelist_enable=1\n"
460 			"ro.config.dha_pwhl_key=7938\n"
461 			"ro.config.fall_prevent_enable=true\n"
462 			"ro.config.infinite_bg_enable=true\n"
463 			"ro.sec.ice.key_update=true\n"
464 			"ro.config.ringtone=Over_the_Horizon.ogg\n"
465 			"ro.config.notification_sound=Skyline.ogg\n"
466 			"ro.config.alarm_alert=Morning_Glory.ogg\n"
467 			"ro.config.media_sound=Media_preview_Touch_the_light.ogg\n"
468 			"ro.config.ringtone_2=Basic_Bell.ogg\n"
469 			"ro.config.notification_sound_2=S_Charming_Bell.ogg\n"
470 			"ro.gfx.driver.0=com.samsung.gpudriver.S8Adreno540_70\n"
471 			"ro.hardware.egl=adreno\n"
472 			"ro.setupwizard.mode=OPTIONAL\n"
473 			"ro.com.google.gmsversion=7.0_r4\n"
474 			"ro.opa.eligible_device=true\n"
475 			"ro.build.selinux=1\n"
476 			"persist.sys.dalvik.vm.lib.2=libart.so\n"
477 			"dalvik.vm.isa.arm64.variant=generic\n"
478 			"dalvik.vm.isa.arm64.features=default\n"
479 			"dalvik.vm.isa.arm.variant=cortex-a9\n"
480 			"dalvik.vm.isa.arm.features=default\n"
481 			"ro.config.knox=v30\n"
482 			"ro.config.tima=1\n"
483 			"ro.config.timaversion=3.0\n"
484 			"ro.config.iccc_version=1.0\n"
485 			"ro.kernel.qemu=0\n"
486 			"net.bt.name=Android\n"
487 			"dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
488 			"ro.mdtp.package_name2=com.qualcomm.qti.securemsm.mdtp.MdtpDemo\n"
489 			"ro.build.version.sem=2403\n"
490 			"ro.build.version.sep=80100\n"
491 			"ro.expect.recovery_id=0x8552e40588718421e1b203e068e9106d55fdab7d000000000000000000000000\n"
492 			"\n",
493 	},
494 	{
495 		.path = "/sys/class/kgsl/kgsl-3d0/bus_split",
496 		.size = 2,
497 		.content = "1\n",
498 	},
499 	{
500 		.path = "/sys/class/kgsl/kgsl-3d0/clock_mhz",
501 		.size = 4,
502 		.content = "257\n",
503 	},
504 	{
505 		.path = "/sys/class/kgsl/kgsl-3d0/default_pwrlevel",
506 		.size = 2,
507 		.content = "5\n",
508 	},
509 	{
510 		.path = "/sys/class/kgsl/kgsl-3d0/dev",
511 		.size = 6,
512 		.content = "236:0\n",
513 	},
514 	{
515 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/available_frequencies",
516 		.size = 80,
517 		.content = "180000000 257000000 342000000 414000000 515000000 596000000 670000000 710000000\n",
518 	},
519 	{
520 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/available_governors",
521 		.size = 163,
522 		.content = "spdm_bw_hyp mem_latency bw_hwmon msm-vidc-vmem+ msm-vidc-vmem msm-vidc-ddr bw_vbif gpubw_mon cpufreq msm-adreno-tz userspace powersave performance simple_ondemand\n",
523 	},
524 	{
525 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/cur_freq",
526 		.size = 10,
527 		.content = "257000000\n",
528 	},
529 	{
530 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/governor",
531 		.size = 14,
532 		.content = "msm-adreno-tz\n",
533 	},
534 	{
535 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/gpu_load",
536 		.size = 2,
537 		.content = "6\n",
538 	},
539 	{
540 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/max_freq",
541 		.size = 10,
542 		.content = "670000000\n",
543 	},
544 	{
545 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/min_freq",
546 		.size = 10,
547 		.content = "257000000\n",
548 	},
549 	{
550 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/polling_interval",
551 		.size = 3,
552 		.content = "10\n",
553 	},
554 	{
555 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/suspend_time",
556 		.size = 7,
557 		.content = "566611\n",
558 	},
559 	{
560 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/target_freq",
561 		.size = 10,
562 		.content = "257000000\n",
563 	},
564 	{
565 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/trans_stat",
566 		.size = 533,
567 		.content =
568 			"   From  :   To\n"
569 			"         :670000000596000000515000000414000000342000000257000000   time(ms)\n"
570 			" 670000000:       0       2       0       0       0       0       750\n"
571 			" 596000000:       0       0       2       0       0       0       180\n"
572 			" 515000000:       0       0       0       0       0       2       980\n"
573 			" 414000000:       0       0       0       0       0       0         0\n"
574 			" 342000000:       0       0       0       0       0       0         0\n"
575 			"*257000000:       2       0       0       0       0       0   8001780\n"
576 			"Total transition : 8\n",
577 	},
578 	{
579 		.path = "/sys/class/kgsl/kgsl-3d0/freq_table_mhz",
580 		.size = 25,
581 		.content = "670 596 515 414 342 257 \n",
582 	},
583 	{
584 		.path = "/sys/class/kgsl/kgsl-3d0/ft_fast_hang_detect",
585 		.size = 2,
586 		.content = "1\n",
587 	},
588 	{
589 		.path = "/sys/class/kgsl/kgsl-3d0/ft_hang_intr_status",
590 		.size = 2,
591 		.content = "1\n",
592 	},
593 	{
594 		.path = "/sys/class/kgsl/kgsl-3d0/ft_long_ib_detect",
595 		.size = 2,
596 		.content = "1\n",
597 	},
598 	{
599 		.path = "/sys/class/kgsl/kgsl-3d0/ft_pagefault_policy",
600 		.size = 4,
601 		.content = "0x0\n",
602 	},
603 	{
604 		.path = "/sys/class/kgsl/kgsl-3d0/ft_policy",
605 		.size = 5,
606 		.content = "0xC2\n",
607 	},
608 	{
609 		.path = "/sys/class/kgsl/kgsl-3d0/gpu_available_frequencies",
610 		.size = 61,
611 		.content = "670000000 596000000 515000000 414000000 342000000 257000000 \n",
612 	},
613 	{
614 		.path = "/sys/class/kgsl/kgsl-3d0/gpu_busy_percentage",
615 		.size = 5,
616 		.content = "10 %\n",
617 	},
618 	{
619 		.path = "/sys/class/kgsl/kgsl-3d0/gpu_clock_stats",
620 		.size = 31,
621 		.content = "153582 25967 9621 0 0 6205976 \n",
622 	},
623 	{
624 		.path = "/sys/class/kgsl/kgsl-3d0/gpu_model",
625 		.size = 12,
626 		.content = "Adreno540v2\n",
627 	},
628 	{
629 		.path = "/sys/class/kgsl/kgsl-3d0/gpubusy",
630 		.size = 16,
631 		.content = "      0       0\n",
632 	},
633 	{
634 		.path = "/sys/class/kgsl/kgsl-3d0/gpuclk",
635 		.size = 10,
636 		.content = "257000000\n",
637 	},
638 	{
639 		.path = "/sys/class/kgsl/kgsl-3d0/hwcg",
640 		.size = 2,
641 		.content = "1\n",
642 	},
643 	{
644 		.path = "/sys/class/kgsl/kgsl-3d0/idle_timer",
645 		.size = 3,
646 		.content = "80\n",
647 	},
648 	{
649 		.path = "/sys/class/kgsl/kgsl-3d0/lm",
650 		.size = 2,
651 		.content = "1\n",
652 	},
653 	{
654 		.path = "/sys/class/kgsl/kgsl-3d0/max_gpuclk",
655 		.size = 10,
656 		.content = "670000000\n",
657 	},
658 	{
659 		.path = "/sys/class/kgsl/kgsl-3d0/max_pwrlevel",
660 		.size = 2,
661 		.content = "0\n",
662 	},
663 	{
664 		.path = "/sys/class/kgsl/kgsl-3d0/min_clock_mhz",
665 		.size = 4,
666 		.content = "257\n",
667 	},
668 	{
669 		.path = "/sys/class/kgsl/kgsl-3d0/min_pwrlevel",
670 		.size = 2,
671 		.content = "5\n",
672 	},
673 	{
674 		.path = "/sys/class/kgsl/kgsl-3d0/num_pwrlevels",
675 		.size = 2,
676 		.content = "6\n",
677 	},
678 	{
679 		.path = "/sys/class/kgsl/kgsl-3d0/pmqos_active_latency",
680 		.size = 4,
681 		.content = "501\n",
682 	},
683 	{
684 		.path = "/sys/class/kgsl/kgsl-3d0/popp",
685 		.size = 2,
686 		.content = "0\n",
687 	},
688 	{
689 		.path = "/sys/class/kgsl/kgsl-3d0/preemption",
690 		.size = 2,
691 		.content = "1\n",
692 	},
693 	{
694 		.path = "/sys/class/kgsl/kgsl-3d0/pwrscale",
695 		.size = 2,
696 		.content = "1\n",
697 	},
698 	{
699 		.path = "/sys/class/kgsl/kgsl-3d0/reset_count",
700 		.size = 5,
701 		.content = "2953\n",
702 	},
703 	{
704 		.path = "/sys/class/kgsl/kgsl-3d0/sptp_pc",
705 		.size = 2,
706 		.content = "1\n",
707 	},
708 	{
709 		.path = "/sys/class/kgsl/kgsl-3d0/thermal_pwrlevel",
710 		.size = 2,
711 		.content = "0\n",
712 	},
713 	{
714 		.path = "/sys/class/kgsl/kgsl-3d0/throttling",
715 		.size = 2,
716 		.content = "1\n",
717 	},
718 	{
719 		.path = "/sys/class/kgsl/kgsl-3d0/wake_nice",
720 		.size = 3,
721 		.content = "-7\n",
722 	},
723 	{
724 		.path = "/sys/class/kgsl/kgsl-3d0/wake_timeout",
725 		.size = 4,
726 		.content = "100\n",
727 	},
728 	{
729 		.path = "/sys/devices/soc0/accessory_chip",
730 		.size = 2,
731 		.content = "0\n",
732 	},
733 	{
734 		.path = "/sys/devices/soc0/build_id",
735 		.size = 1,
736 		.content = "\n",
737 	},
738 	{
739 		.path = "/sys/devices/soc0/family",
740 		.size = 11,
741 		.content = "Snapdragon\n",
742 	},
743 	{
744 		.path = "/sys/devices/soc0/foundry_id",
745 		.size = 2,
746 		.content = "3\n",
747 	},
748 	{
749 		.path = "/sys/devices/soc0/hw_platform",
750 		.size = 4,
751 		.content = "MTP\n",
752 	},
753 	{
754 		.path = "/sys/devices/soc0/image_crm_version",
755 		.size = 5,
756 		.content =
757 			"REL\n"
758 			"\n",
759 	},
760 	{
761 		.path = "/sys/devices/soc0/image_variant",
762 		.size = 18,
763 		.content =
764 			"dreamqltesq-user\n"
765 			"\n",
766 	},
767 	{
768 		.path = "/sys/devices/soc0/image_version",
769 		.size = 25,
770 		.content =
771 			"10:NRD90M:G950USQU1AQC9\n"
772 			"\n",
773 	},
774 	{
775 		.path = "/sys/devices/soc0/images",
776 		.size = 613,
777 		.content =
778 			"0:\n"
779 			"\tCRM:\t\t00:BOOT.XF.1.2-00322\n"
780 			"\tVariant:\tMsm8998LA\n"
781 			"\tVersion:\t:SWHE7721\n"
782 			"1:\n"
783 			"\tCRM:\t\t01:TZ.BF.4.0.6.C1-00028\n"
784 			"\tVariant:\t \n"
785 			"\tVersion:\t:CRM\n"
786 			"3:\n"
787 			"\tCRM:\t\t03:RPM.BF.1.7.C2-00007\n"
788 			"\tVariant:\tAAAAANAZR\n"
789 			"\tVersion:\t:SWHE7721\n"
790 			"10:\n"
791 			"\tCRM:\t\t10:NRD90M:G950USQU1AQC9\n"
792 			"\n"
793 			"\tVariant:\tdreamqltesq-user\n"
794 			"\n"
795 			"\tVersion:\tREL\n"
796 			"\n"
797 			"11:\n"
798 			"\tCRM:\t\t11:MPSS.AT.2.0.C2.2-87307\n"
799 			"\tVariant:\t8998.gen.prodQ\n"
800 			"\tVersion:\t:SWDG4503-VM02\n"
801 			"12:\n"
802 			"\tCRM:\t\t12:ADSP.HT.3.0.c2-00032-CB8998-1\n"
803 			"\tVariant:\tAAAAAAAAQ\n"
804 			"\tVersion:\t:SWDG4503-VM02\n"
805 			"14:\n"
806 			"\tCRM:\t\t14:VIDEO.VE.4.2-00046\n"
807 			"\tVariant:\tPROD\n"
808 			"\tVersion:\t\n"
809 			"15:\n"
810 			"\tCRM:\t\t15:SLPI.HB.2.0.c2-00009-M8998AZL-1.88149.3\n"
811 			"\tVariant:\tAAAAAAAAQ\n"
812 			"\tVersion:\t:SWHE7721\n",
813 	},
814 	{
815 		.path = "/sys/devices/soc0/machine",
816 		.size = 8,
817 		.content = "MSM8998\n",
818 	},
819 	{
820 		.path = "/sys/devices/soc0/platform_subtype",
821 		.size = 8,
822 		.content = "Unknown\n",
823 	},
824 	{
825 		.path = "/sys/devices/soc0/platform_subtype_id",
826 		.size = 2,
827 		.content = "0\n",
828 	},
829 	{
830 		.path = "/sys/devices/soc0/platform_version",
831 		.size = 6,
832 		.content = "65536\n",
833 	},
834 	{
835 		.path = "/sys/devices/soc0/pmic_die_revision",
836 		.size = 7,
837 		.content = "131072\n",
838 	},
839 	{
840 		.path = "/sys/devices/soc0/pmic_model",
841 		.size = 6,
842 		.content = "65556\n",
843 	},
844 	{
845 		.path = "/sys/devices/soc0/raw_id",
846 		.size = 3,
847 		.content = "94\n",
848 	},
849 	{
850 		.path = "/sys/devices/soc0/raw_version",
851 		.size = 2,
852 		.content = "2\n",
853 	},
854 	{
855 		.path = "/sys/devices/soc0/revision",
856 		.size = 4,
857 		.content = "2.1\n",
858 	},
859 	{
860 		.path = "/sys/devices/soc0/select_image",
861 		.size = 3,
862 		.content = "10\n",
863 	},
864 	{
865 		.path = "/sys/devices/soc0/serial_number",
866 		.size = 11,
867 		.content = "3582555872\n",
868 	},
869 	{
870 		.path = "/sys/devices/soc0/soc_id",
871 		.size = 4,
872 		.content = "292\n",
873 	},
874 	{
875 		.path = "/sys/devices/soc0/vendor",
876 		.size = 9,
877 		.content = "Qualcomm\n",
878 	},
879 	{
880 		.path = "/sys/devices/system/cpu/isolated",
881 		.size = 1,
882 		.content = "\n",
883 	},
884 	{
885 		.path = "/sys/devices/system/cpu/kernel_max",
886 		.size = 2,
887 		.content = "7\n",
888 	},
889 	{
890 		.path = "/sys/devices/system/cpu/modalias",
891 		.size = 66,
892 		.content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n",
893 	},
894 	{
895 		.path = "/sys/devices/system/cpu/offline",
896 		.size = 1,
897 		.content = "\n",
898 	},
899 	{
900 		.path = "/sys/devices/system/cpu/online",
901 		.size = 4,
902 		.content = "0-7\n",
903 	},
904 	{
905 		.path = "/sys/devices/system/cpu/possible",
906 		.size = 4,
907 		.content = "0-7\n",
908 	},
909 	{
910 		.path = "/sys/devices/system/cpu/present",
911 		.size = 4,
912 		.content = "0-7\n",
913 	},
914 	{
915 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
916 		.size = 9,
917 		.content = "msm_idle\n",
918 	},
919 	{
920 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
921 		.size = 5,
922 		.content = "qcom\n",
923 	},
924 	{
925 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/active_cpus",
926 		.size = 2,
927 		.content = "4\n",
928 	},
929 	{
930 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/busy_up_thres",
931 		.size = 9,
932 		.content = "0 0 0 0 \n",
933 	},
934 	{
935 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/busy_down_thres",
936 		.size = 9,
937 		.content = "0 0 0 0 \n",
938 	},
939 	{
940 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/global_state",
941 		.size = 1008,
942 		.content =
943 			"CPU0\n"
944 			"\tCPU: 0\n"
945 			"\tOnline: 1\n"
946 			"\tActive: 1\n"
947 			"\tFirst CPU: 0\n"
948 			"\tBusy%: 1\n"
949 			"\tIs busy: 1\n"
950 			"\tNr running: 0\n"
951 			"\tActive CPUs: 4\n"
952 			"\tNeed CPUs: 4\n"
953 			"\tBoost: 0\n"
954 			"CPU1\n"
955 			"\tCPU: 1\n"
956 			"\tOnline: 1\n"
957 			"\tActive: 1\n"
958 			"\tFirst CPU: 0\n"
959 			"\tBusy%: 0\n"
960 			"\tIs busy: 1\n"
961 			"\tNr running: 0\n"
962 			"\tActive CPUs: 4\n"
963 			"\tNeed CPUs: 4\n"
964 			"\tBoost: 0\n"
965 			"CPU2\n"
966 			"\tCPU: 2\n"
967 			"\tOnline: 1\n"
968 			"\tActive: 1\n"
969 			"\tFirst CPU: 0\n"
970 			"\tBusy%: 0\n"
971 			"\tIs busy: 1\n"
972 			"\tNr running: 0\n"
973 			"\tActive CPUs: 4\n"
974 			"\tNeed CPUs: 4\n"
975 			"\tBoost: 0\n"
976 			"CPU3\n"
977 			"\tCPU: 3\n"
978 			"\tOnline: 1\n"
979 			"\tActive: 1\n"
980 			"\tFirst CPU: 0\n"
981 			"\tBusy%: 0\n"
982 			"\tIs busy: 1\n"
983 			"\tNr running: 0\n"
984 			"\tActive CPUs: 4\n"
985 			"\tNeed CPUs: 4\n"
986 			"\tBoost: 0\n"
987 			"CPU4\n"
988 			"\tCPU: 4\n"
989 			"\tOnline: 1\n"
990 			"\tActive: 1\n"
991 			"\tFirst CPU: 4\n"
992 			"\tBusy%: 0\n"
993 			"\tIs busy: 0\n"
994 			"\tNr running: 0\n"
995 			"\tActive CPUs: 2\n"
996 			"\tNeed CPUs: 2\n"
997 			"\tBoost: 0\n"
998 			"CPU5\n"
999 			"\tCPU: 5\n"
1000 			"\tOnline: 1\n"
1001 			"\tActive: 0\n"
1002 			"\tFirst CPU: 4\n"
1003 			"\tBusy%: 0\n"
1004 			"\tIs busy: 0\n"
1005 			"\tNr running: 0\n"
1006 			"\tActive CPUs: 2\n"
1007 			"\tNeed CPUs: 2\n"
1008 			"\tBoost: 0\n"
1009 			"CPU6\n"
1010 			"\tCPU: 6\n"
1011 			"\tOnline: 1\n"
1012 			"\tActive: 1\n"
1013 			"\tFirst CPU: 4\n"
1014 			"\tBusy%: 0\n"
1015 			"\tIs busy: 0\n"
1016 			"\tNr running: 0\n"
1017 			"\tActive CPUs: 2\n"
1018 			"\tNeed CPUs: 2\n"
1019 			"\tBoost: 0\n"
1020 			"CPU7\n"
1021 			"\tCPU: 7\n"
1022 			"\tOnline: 1\n"
1023 			"\tActive: 0\n"
1024 			"\tFirst CPU: 4\n"
1025 			"\tBusy%: 0\n"
1026 			"\tIs busy: 0\n"
1027 			"\tNr running: 0\n"
1028 			"\tActive CPUs: 2\n"
1029 			"\tNeed CPUs: 2\n"
1030 			"\tBoost: 0\n",
1031 	},
1032 	{
1033 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/is_big_cluster",
1034 		.size = 2,
1035 		.content = "0\n",
1036 	},
1037 	{
1038 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/max_cpus",
1039 		.size = 2,
1040 		.content = "4\n",
1041 	},
1042 	{
1043 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/min_cpus",
1044 		.size = 2,
1045 		.content = "1\n",
1046 	},
1047 	{
1048 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/need_cpus",
1049 		.size = 2,
1050 		.content = "4\n",
1051 	},
1052 	{
1053 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/not_preferred",
1054 		.size = 36,
1055 		.content =
1056 			"\tCPU:0 0\n"
1057 			"\tCPU:1 0\n"
1058 			"\tCPU:2 0\n"
1059 			"\tCPU:3 0\n",
1060 	},
1061 	{
1062 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/offline_delay_ms",
1063 		.size = 4,
1064 		.content = "100\n",
1065 	},
1066 	{
1067 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/task_thres",
1068 		.size = 11,
1069 		.content = "4294967295\n",
1070 	},
1071 	{
1072 		.path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name",
1073 		.size = 9,
1074 		.content = "msm_idle\n",
1075 	},
1076 	{
1077 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
1078 		.size = 8,
1079 		.content = "0 1 2 3\n",
1080 	},
1081 	{
1082 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
1083 		.size = 8,
1084 		.content = "1900800\n",
1085 	},
1086 	{
1087 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
1088 		.size = 7,
1089 		.content = "300000\n",
1090 	},
1091 	{
1092 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
1093 		.size = 2,
1094 		.content = "0\n",
1095 	},
1096 	{
1097 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
1098 		.size = 8,
1099 		.content = "0 1 2 3\n",
1100 	},
1101 	{
1102 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies",
1103 		.size = 167,
1104 		.content = "300000 364800 441600 518400 595200 672000 748800 825600 883200 960000 1036800 1094400 1171200 1248000 1324800 1401600 1478400 1555200 1670400 1747200 1824000 1900800 \n",
1105 	},
1106 	{
1107 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
1108 		.size = 67,
1109 		.content = "interactive conservative ondemand userspace powersave performance \n",
1110 	},
1111 	{
1112 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
1113 		.size = 7,
1114 		.content = "595200\n",
1115 	},
1116 	{
1117 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
1118 		.size = 4,
1119 		.content = "msm\n",
1120 	},
1121 	{
1122 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
1123 		.size = 12,
1124 		.content = "interactive\n",
1125 	},
1126 	{
1127 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
1128 		.size = 8,
1129 		.content = "1900800\n",
1130 	},
1131 	{
1132 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
1133 		.size = 7,
1134 		.content = "300000\n",
1135 	},
1136 	{
1137 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
1138 		.size = 282,
1139 		.content =
1140 			"300000 592725\n"
1141 			"364800 11362\n"
1142 			"441600 3149\n"
1143 			"518400 2763\n"
1144 			"595200 2209\n"
1145 			"672000 1661\n"
1146 			"748800 1772\n"
1147 			"825600 1916\n"
1148 			"883200 1551\n"
1149 			"960000 2374\n"
1150 			"1036800 2238\n"
1151 			"1094400 1659\n"
1152 			"1171200 41468\n"
1153 			"1248000 13041\n"
1154 			"1324800 1904\n"
1155 			"1401600 4057\n"
1156 			"1478400 2750\n"
1157 			"1555200 1331\n"
1158 			"1670400 2015\n"
1159 			"1747200 3649\n"
1160 			"1824000 6966\n"
1161 			"1900800 98490\n",
1162 	},
1163 	{
1164 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
1165 		.size = 6,
1166 		.content = "45130\n",
1167 	},
1168 	{
1169 		.path = "/sys/devices/system/cpu/cpu0/isolate",
1170 		.size = 2,
1171 		.content = "0\n",
1172 	},
1173 	{
1174 		.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
1175 		.size = 2,
1176 		.content = "0\n",
1177 	},
1178 	{
1179 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
1180 		.size = 3,
1181 		.content = "0f\n",
1182 	},
1183 	{
1184 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
1185 		.size = 4,
1186 		.content = "0-3\n",
1187 	},
1188 	{
1189 		.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
1190 		.size = 2,
1191 		.content = "0\n",
1192 	},
1193 	{
1194 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
1195 		.size = 3,
1196 		.content = "01\n",
1197 	},
1198 	{
1199 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
1200 		.size = 2,
1201 		.content = "0\n",
1202 	},
1203 	{
1204 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/allocation_policy",
1205 		.size = 18,
1206 		.content = "ReadWriteAllocate\n",
1207 	},
1208 	{
1209 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size",
1210 		.size = 3,
1211 		.content = "64\n",
1212 	},
1213 	{
1214 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/level",
1215 		.size = 2,
1216 		.content = "1\n",
1217 	},
1218 	{
1219 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/number_of_sets",
1220 		.size = 4,
1221 		.content = "128\n",
1222 	},
1223 	{
1224 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_list",
1225 		.size = 2,
1226 		.content = "0\n",
1227 	},
1228 	{
1229 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map",
1230 		.size = 3,
1231 		.content = "01\n",
1232 	},
1233 	{
1234 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/size",
1235 		.size = 4,
1236 		.content = "32K\n",
1237 	},
1238 	{
1239 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/type",
1240 		.size = 5,
1241 		.content = "Data\n",
1242 	},
1243 	{
1244 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity",
1245 		.size = 2,
1246 		.content = "4\n",
1247 	},
1248 	{
1249 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/write_policy",
1250 		.size = 10,
1251 		.content = "WriteBack\n",
1252 	},
1253 	{
1254 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/allocation_policy",
1255 		.size = 13,
1256 		.content = "ReadAllocate\n",
1257 	},
1258 	{
1259 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size",
1260 		.size = 3,
1261 		.content = "64\n",
1262 	},
1263 	{
1264 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/level",
1265 		.size = 2,
1266 		.content = "1\n",
1267 	},
1268 	{
1269 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/number_of_sets",
1270 		.size = 4,
1271 		.content = "256\n",
1272 	},
1273 	{
1274 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_list",
1275 		.size = 2,
1276 		.content = "0\n",
1277 	},
1278 	{
1279 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map",
1280 		.size = 3,
1281 		.content = "01\n",
1282 	},
1283 	{
1284 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/size",
1285 		.size = 4,
1286 		.content = "32K\n",
1287 	},
1288 	{
1289 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/type",
1290 		.size = 12,
1291 		.content = "Instruction\n",
1292 	},
1293 	{
1294 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity",
1295 		.size = 2,
1296 		.content = "2\n",
1297 	},
1298 	{
1299 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/allocation_policy",
1300 		.size = 18,
1301 		.content = "ReadWriteAllocate\n",
1302 	},
1303 	{
1304 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size",
1305 		.size = 3,
1306 		.content = "64\n",
1307 	},
1308 	{
1309 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/level",
1310 		.size = 2,
1311 		.content = "2\n",
1312 	},
1313 	{
1314 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/number_of_sets",
1315 		.size = 5,
1316 		.content = "1024\n",
1317 	},
1318 	{
1319 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_list",
1320 		.size = 4,
1321 		.content = "0-3\n",
1322 	},
1323 	{
1324 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map",
1325 		.size = 3,
1326 		.content = "0f\n",
1327 	},
1328 	{
1329 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/size",
1330 		.size = 6,
1331 		.content = "1024K\n",
1332 	},
1333 	{
1334 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/type",
1335 		.size = 8,
1336 		.content = "Unified\n",
1337 	},
1338 	{
1339 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity",
1340 		.size = 3,
1341 		.content = "16\n",
1342 	},
1343 	{
1344 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/write_policy",
1345 		.size = 10,
1346 		.content = "WriteBack\n",
1347 	},
1348 	{
1349 		.path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name",
1350 		.size = 9,
1351 		.content = "msm_idle\n",
1352 	},
1353 	{
1354 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
1355 		.size = 8,
1356 		.content = "0 1 2 3\n",
1357 	},
1358 	{
1359 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
1360 		.size = 8,
1361 		.content = "1900800\n",
1362 	},
1363 	{
1364 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
1365 		.size = 7,
1366 		.content = "300000\n",
1367 	},
1368 	{
1369 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
1370 		.size = 2,
1371 		.content = "0\n",
1372 	},
1373 	{
1374 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
1375 		.size = 8,
1376 		.content = "0 1 2 3\n",
1377 	},
1378 	{
1379 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies",
1380 		.size = 167,
1381 		.content = "300000 364800 441600 518400 595200 672000 748800 825600 883200 960000 1036800 1094400 1171200 1248000 1324800 1401600 1478400 1555200 1670400 1747200 1824000 1900800 \n",
1382 	},
1383 	{
1384 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
1385 		.size = 67,
1386 		.content = "interactive conservative ondemand userspace powersave performance \n",
1387 	},
1388 	{
1389 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
1390 		.size = 7,
1391 		.content = "300000\n",
1392 	},
1393 	{
1394 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
1395 		.size = 4,
1396 		.content = "msm\n",
1397 	},
1398 	{
1399 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
1400 		.size = 12,
1401 		.content = "interactive\n",
1402 	},
1403 	{
1404 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq",
1405 		.size = 8,
1406 		.content = "1900800\n",
1407 	},
1408 	{
1409 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
1410 		.size = 7,
1411 		.content = "300000\n",
1412 	},
1413 	{
1414 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
1415 		.size = 282,
1416 		.content =
1417 			"300000 593150\n"
1418 			"364800 11370\n"
1419 			"441600 3153\n"
1420 			"518400 2765\n"
1421 			"595200 2209\n"
1422 			"672000 1661\n"
1423 			"748800 1776\n"
1424 			"825600 1918\n"
1425 			"883200 1551\n"
1426 			"960000 2374\n"
1427 			"1036800 2238\n"
1428 			"1094400 1659\n"
1429 			"1171200 41492\n"
1430 			"1248000 13041\n"
1431 			"1324800 1906\n"
1432 			"1401600 4059\n"
1433 			"1478400 2750\n"
1434 			"1555200 1331\n"
1435 			"1670400 2015\n"
1436 			"1747200 3651\n"
1437 			"1824000 6970\n"
1438 			"1900800 98497\n",
1439 	},
1440 	{
1441 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
1442 		.size = 6,
1443 		.content = "45157\n",
1444 	},
1445 	{
1446 		.path = "/sys/devices/system/cpu/cpu1/isolate",
1447 		.size = 2,
1448 		.content = "0\n",
1449 	},
1450 	{
1451 		.path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name",
1452 		.size = 9,
1453 		.content = "msm_idle\n",
1454 	},
1455 	{
1456 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus",
1457 		.size = 8,
1458 		.content = "0 1 2 3\n",
1459 	},
1460 	{
1461 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq",
1462 		.size = 8,
1463 		.content = "1900800\n",
1464 	},
1465 	{
1466 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq",
1467 		.size = 7,
1468 		.content = "300000\n",
1469 	},
1470 	{
1471 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency",
1472 		.size = 2,
1473 		.content = "0\n",
1474 	},
1475 	{
1476 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus",
1477 		.size = 8,
1478 		.content = "0 1 2 3\n",
1479 	},
1480 	{
1481 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies",
1482 		.size = 167,
1483 		.content = "300000 364800 441600 518400 595200 672000 748800 825600 883200 960000 1036800 1094400 1171200 1248000 1324800 1401600 1478400 1555200 1670400 1747200 1824000 1900800 \n",
1484 	},
1485 	{
1486 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
1487 		.size = 67,
1488 		.content = "interactive conservative ondemand userspace powersave performance \n",
1489 	},
1490 	{
1491 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq",
1492 		.size = 8,
1493 		.content = "1171200\n",
1494 	},
1495 	{
1496 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver",
1497 		.size = 4,
1498 		.content = "msm\n",
1499 	},
1500 	{
1501 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor",
1502 		.size = 12,
1503 		.content = "interactive\n",
1504 	},
1505 	{
1506 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq",
1507 		.size = 8,
1508 		.content = "1900800\n",
1509 	},
1510 	{
1511 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
1512 		.size = 7,
1513 		.content = "300000\n",
1514 	},
1515 	{
1516 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
1517 		.size = 282,
1518 		.content =
1519 			"300000 593536\n"
1520 			"364800 11384\n"
1521 			"441600 3159\n"
1522 			"518400 2767\n"
1523 			"595200 2211\n"
1524 			"672000 1661\n"
1525 			"748800 1780\n"
1526 			"825600 1918\n"
1527 			"883200 1551\n"
1528 			"960000 2374\n"
1529 			"1036800 2238\n"
1530 			"1094400 1659\n"
1531 			"1171200 41506\n"
1532 			"1248000 13041\n"
1533 			"1324800 1906\n"
1534 			"1401600 4059\n"
1535 			"1478400 2750\n"
1536 			"1555200 1331\n"
1537 			"1670400 2015\n"
1538 			"1747200 3651\n"
1539 			"1824000 6970\n"
1540 			"1900800 98497\n",
1541 	},
1542 	{
1543 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
1544 		.size = 6,
1545 		.content = "45182\n",
1546 	},
1547 	{
1548 		.path = "/sys/devices/system/cpu/cpu2/isolate",
1549 		.size = 2,
1550 		.content = "0\n",
1551 	},
1552 	{
1553 		.path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name",
1554 		.size = 9,
1555 		.content = "msm_idle\n",
1556 	},
1557 	{
1558 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus",
1559 		.size = 8,
1560 		.content = "0 1 2 3\n",
1561 	},
1562 	{
1563 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq",
1564 		.size = 8,
1565 		.content = "1900800\n",
1566 	},
1567 	{
1568 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq",
1569 		.size = 7,
1570 		.content = "300000\n",
1571 	},
1572 	{
1573 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency",
1574 		.size = 2,
1575 		.content = "0\n",
1576 	},
1577 	{
1578 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus",
1579 		.size = 8,
1580 		.content = "0 1 2 3\n",
1581 	},
1582 	{
1583 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies",
1584 		.size = 167,
1585 		.content = "300000 364800 441600 518400 595200 672000 748800 825600 883200 960000 1036800 1094400 1171200 1248000 1324800 1401600 1478400 1555200 1670400 1747200 1824000 1900800 \n",
1586 	},
1587 	{
1588 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
1589 		.size = 67,
1590 		.content = "interactive conservative ondemand userspace powersave performance \n",
1591 	},
1592 	{
1593 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq",
1594 		.size = 7,
1595 		.content = "300000\n",
1596 	},
1597 	{
1598 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver",
1599 		.size = 4,
1600 		.content = "msm\n",
1601 	},
1602 	{
1603 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor",
1604 		.size = 12,
1605 		.content = "interactive\n",
1606 	},
1607 	{
1608 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq",
1609 		.size = 8,
1610 		.content = "1900800\n",
1611 	},
1612 	{
1613 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq",
1614 		.size = 7,
1615 		.content = "300000\n",
1616 	},
1617 	{
1618 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
1619 		.size = 282,
1620 		.content =
1621 			"300000 593868\n"
1622 			"364800 11386\n"
1623 			"441600 3165\n"
1624 			"518400 2777\n"
1625 			"595200 2213\n"
1626 			"672000 1665\n"
1627 			"748800 1788\n"
1628 			"825600 1922\n"
1629 			"883200 1555\n"
1630 			"960000 2376\n"
1631 			"1036800 2242\n"
1632 			"1094400 1661\n"
1633 			"1171200 41542\n"
1634 			"1248000 13045\n"
1635 			"1324800 1906\n"
1636 			"1401600 4065\n"
1637 			"1478400 2752\n"
1638 			"1555200 1331\n"
1639 			"1670400 2015\n"
1640 			"1747200 3653\n"
1641 			"1824000 6972\n"
1642 			"1900800 98497\n",
1643 	},
1644 	{
1645 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans",
1646 		.size = 6,
1647 		.content = "45235\n",
1648 	},
1649 	{
1650 		.path = "/sys/devices/system/cpu/cpu3/isolate",
1651 		.size = 2,
1652 		.content = "0\n",
1653 	},
1654 	{
1655 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/active_cpus",
1656 		.size = 2,
1657 		.content = "2\n",
1658 	},
1659 	{
1660 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/busy_up_thres",
1661 		.size = 13,
1662 		.content = "60 60 60 60 \n",
1663 	},
1664 	{
1665 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/busy_down_thres",
1666 		.size = 13,
1667 		.content = "30 30 30 30 \n",
1668 	},
1669 	{
1670 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/global_state",
1671 		.size = 1008,
1672 		.content =
1673 			"CPU0\n"
1674 			"\tCPU: 0\n"
1675 			"\tOnline: 1\n"
1676 			"\tActive: 1\n"
1677 			"\tFirst CPU: 0\n"
1678 			"\tBusy%: 2\n"
1679 			"\tIs busy: 1\n"
1680 			"\tNr running: 0\n"
1681 			"\tActive CPUs: 4\n"
1682 			"\tNeed CPUs: 4\n"
1683 			"\tBoost: 0\n"
1684 			"CPU1\n"
1685 			"\tCPU: 1\n"
1686 			"\tOnline: 1\n"
1687 			"\tActive: 1\n"
1688 			"\tFirst CPU: 0\n"
1689 			"\tBusy%: 0\n"
1690 			"\tIs busy: 1\n"
1691 			"\tNr running: 0\n"
1692 			"\tActive CPUs: 4\n"
1693 			"\tNeed CPUs: 4\n"
1694 			"\tBoost: 0\n"
1695 			"CPU2\n"
1696 			"\tCPU: 2\n"
1697 			"\tOnline: 1\n"
1698 			"\tActive: 1\n"
1699 			"\tFirst CPU: 0\n"
1700 			"\tBusy%: 0\n"
1701 			"\tIs busy: 1\n"
1702 			"\tNr running: 0\n"
1703 			"\tActive CPUs: 4\n"
1704 			"\tNeed CPUs: 4\n"
1705 			"\tBoost: 0\n"
1706 			"CPU3\n"
1707 			"\tCPU: 3\n"
1708 			"\tOnline: 1\n"
1709 			"\tActive: 1\n"
1710 			"\tFirst CPU: 0\n"
1711 			"\tBusy%: 0\n"
1712 			"\tIs busy: 1\n"
1713 			"\tNr running: 0\n"
1714 			"\tActive CPUs: 4\n"
1715 			"\tNeed CPUs: 4\n"
1716 			"\tBoost: 0\n"
1717 			"CPU4\n"
1718 			"\tCPU: 4\n"
1719 			"\tOnline: 1\n"
1720 			"\tActive: 1\n"
1721 			"\tFirst CPU: 4\n"
1722 			"\tBusy%: 0\n"
1723 			"\tIs busy: 0\n"
1724 			"\tNr running: 0\n"
1725 			"\tActive CPUs: 2\n"
1726 			"\tNeed CPUs: 2\n"
1727 			"\tBoost: 0\n"
1728 			"CPU5\n"
1729 			"\tCPU: 5\n"
1730 			"\tOnline: 1\n"
1731 			"\tActive: 0\n"
1732 			"\tFirst CPU: 4\n"
1733 			"\tBusy%: 0\n"
1734 			"\tIs busy: 0\n"
1735 			"\tNr running: 0\n"
1736 			"\tActive CPUs: 2\n"
1737 			"\tNeed CPUs: 2\n"
1738 			"\tBoost: 0\n"
1739 			"CPU6\n"
1740 			"\tCPU: 6\n"
1741 			"\tOnline: 1\n"
1742 			"\tActive: 1\n"
1743 			"\tFirst CPU: 4\n"
1744 			"\tBusy%: 0\n"
1745 			"\tIs busy: 0\n"
1746 			"\tNr running: 0\n"
1747 			"\tActive CPUs: 2\n"
1748 			"\tNeed CPUs: 2\n"
1749 			"\tBoost: 0\n"
1750 			"CPU7\n"
1751 			"\tCPU: 7\n"
1752 			"\tOnline: 1\n"
1753 			"\tActive: 0\n"
1754 			"\tFirst CPU: 4\n"
1755 			"\tBusy%: 0\n"
1756 			"\tIs busy: 0\n"
1757 			"\tNr running: 0\n"
1758 			"\tActive CPUs: 2\n"
1759 			"\tNeed CPUs: 2\n"
1760 			"\tBoost: 0\n",
1761 	},
1762 	{
1763 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/is_big_cluster",
1764 		.size = 2,
1765 		.content = "1\n",
1766 	},
1767 	{
1768 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/max_cpus",
1769 		.size = 2,
1770 		.content = "4\n",
1771 	},
1772 	{
1773 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/min_cpus",
1774 		.size = 2,
1775 		.content = "2\n",
1776 	},
1777 	{
1778 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/need_cpus",
1779 		.size = 2,
1780 		.content = "2\n",
1781 	},
1782 	{
1783 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/not_preferred",
1784 		.size = 36,
1785 		.content =
1786 			"\tCPU:4 0\n"
1787 			"\tCPU:6 0\n"
1788 			"\tCPU:5 0\n"
1789 			"\tCPU:7 0\n",
1790 	},
1791 	{
1792 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/offline_delay_ms",
1793 		.size = 4,
1794 		.content = "100\n",
1795 	},
1796 	{
1797 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/task_thres",
1798 		.size = 2,
1799 		.content = "4\n",
1800 	},
1801 	{
1802 		.path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name",
1803 		.size = 9,
1804 		.content = "msm_idle\n",
1805 	},
1806 	{
1807 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus",
1808 		.size = 8,
1809 		.content = "4 5 6 7\n",
1810 	},
1811 	{
1812 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq",
1813 		.size = 8,
1814 		.content = "2361600\n",
1815 	},
1816 	{
1817 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq",
1818 		.size = 7,
1819 		.content = "300000\n",
1820 	},
1821 	{
1822 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency",
1823 		.size = 2,
1824 		.content = "0\n",
1825 	},
1826 	{
1827 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus",
1828 		.size = 8,
1829 		.content = "4 5 6 7\n",
1830 	},
1831 	{
1832 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies",
1833 		.size = 231,
1834 		.content = "300000 345600 422400 499200 576000 652800 729600 806400 902400 979200 1056000 1132800 1190400 1267200 1344000 1420800 1497600 1574400 1651200 1728000 1804800 1881600 1958400 2035200 2112000 2208000 2265600 2323200 2342400 2361600 \n",
1835 	},
1836 	{
1837 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors",
1838 		.size = 67,
1839 		.content = "interactive conservative ondemand userspace powersave performance \n",
1840 	},
1841 	{
1842 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq",
1843 		.size = 7,
1844 		.content = "902400\n",
1845 	},
1846 	{
1847 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver",
1848 		.size = 4,
1849 		.content = "msm\n",
1850 	},
1851 	{
1852 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor",
1853 		.size = 12,
1854 		.content = "interactive\n",
1855 	},
1856 	{
1857 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
1858 		.size = 8,
1859 		.content = "2361600\n",
1860 	},
1861 	{
1862 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
1863 		.size = 7,
1864 		.content = "902400\n",
1865 	},
1866 	{
1867 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state",
1868 		.size = 351,
1869 		.content =
1870 			"300000 38889\n"
1871 			"345600 23\n"
1872 			"422400 41\n"
1873 			"499200 26\n"
1874 			"576000 67\n"
1875 			"652800 73\n"
1876 			"729600 59\n"
1877 			"806400 46\n"
1878 			"902400 742666\n"
1879 			"979200 310\n"
1880 			"1056000 593\n"
1881 			"1132800 249\n"
1882 			"1190400 181\n"
1883 			"1267200 202\n"
1884 			"1344000 242\n"
1885 			"1420800 276\n"
1886 			"1497600 1249\n"
1887 			"1574400 4755\n"
1888 			"1651200 572\n"
1889 			"1728000 458\n"
1890 			"1804800 320\n"
1891 			"1881600 369\n"
1892 			"1958400 1012\n"
1893 			"2035200 689\n"
1894 			"2112000 775\n"
1895 			"2208000 365\n"
1896 			"2265600 204\n"
1897 			"2323200 106\n"
1898 			"2342400 45\n"
1899 			"2361600 7956\n",
1900 	},
1901 	{
1902 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans",
1903 		.size = 5,
1904 		.content = "7626\n",
1905 	},
1906 	{
1907 		.path = "/sys/devices/system/cpu/cpu4/isolate",
1908 		.size = 2,
1909 		.content = "1\n",
1910 	},
1911 	{
1912 		.path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name",
1913 		.size = 9,
1914 		.content = "msm_idle\n",
1915 	},
1916 	{
1917 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus",
1918 		.size = 8,
1919 		.content = "4 5 6 7\n",
1920 	},
1921 	{
1922 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq",
1923 		.size = 8,
1924 		.content = "2361600\n",
1925 	},
1926 	{
1927 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq",
1928 		.size = 7,
1929 		.content = "300000\n",
1930 	},
1931 	{
1932 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency",
1933 		.size = 2,
1934 		.content = "0\n",
1935 	},
1936 	{
1937 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus",
1938 		.size = 8,
1939 		.content = "4 5 6 7\n",
1940 	},
1941 	{
1942 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_frequencies",
1943 		.size = 231,
1944 		.content = "300000 345600 422400 499200 576000 652800 729600 806400 902400 979200 1056000 1132800 1190400 1267200 1344000 1420800 1497600 1574400 1651200 1728000 1804800 1881600 1958400 2035200 2112000 2208000 2265600 2323200 2342400 2361600 \n",
1945 	},
1946 	{
1947 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors",
1948 		.size = 67,
1949 		.content = "interactive conservative ondemand userspace powersave performance \n",
1950 	},
1951 	{
1952 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq",
1953 		.size = 7,
1954 		.content = "902400\n",
1955 	},
1956 	{
1957 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver",
1958 		.size = 4,
1959 		.content = "msm\n",
1960 	},
1961 	{
1962 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor",
1963 		.size = 12,
1964 		.content = "interactive\n",
1965 	},
1966 	{
1967 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq",
1968 		.size = 8,
1969 		.content = "2361600\n",
1970 	},
1971 	{
1972 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq",
1973 		.size = 7,
1974 		.content = "902400\n",
1975 	},
1976 	{
1977 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state",
1978 		.size = 351,
1979 		.content =
1980 			"300000 38889\n"
1981 			"345600 23\n"
1982 			"422400 41\n"
1983 			"499200 26\n"
1984 			"576000 67\n"
1985 			"652800 73\n"
1986 			"729600 59\n"
1987 			"806400 46\n"
1988 			"902400 743103\n"
1989 			"979200 310\n"
1990 			"1056000 593\n"
1991 			"1132800 249\n"
1992 			"1190400 181\n"
1993 			"1267200 202\n"
1994 			"1344000 242\n"
1995 			"1420800 276\n"
1996 			"1497600 1249\n"
1997 			"1574400 4755\n"
1998 			"1651200 572\n"
1999 			"1728000 458\n"
2000 			"1804800 320\n"
2001 			"1881600 369\n"
2002 			"1958400 1012\n"
2003 			"2035200 689\n"
2004 			"2112000 775\n"
2005 			"2208000 365\n"
2006 			"2265600 204\n"
2007 			"2323200 106\n"
2008 			"2342400 45\n"
2009 			"2361600 7956\n",
2010 	},
2011 	{
2012 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans",
2013 		.size = 5,
2014 		.content = "7626\n",
2015 	},
2016 	{
2017 		.path = "/sys/devices/system/cpu/cpu5/isolate",
2018 		.size = 2,
2019 		.content = "0\n",
2020 	},
2021 	{
2022 		.path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name",
2023 		.size = 9,
2024 		.content = "msm_idle\n",
2025 	},
2026 	{
2027 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus",
2028 		.size = 8,
2029 		.content = "4 5 6 7\n",
2030 	},
2031 	{
2032 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq",
2033 		.size = 8,
2034 		.content = "2361600\n",
2035 	},
2036 	{
2037 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq",
2038 		.size = 7,
2039 		.content = "300000\n",
2040 	},
2041 	{
2042 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency",
2043 		.size = 2,
2044 		.content = "0\n",
2045 	},
2046 	{
2047 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus",
2048 		.size = 8,
2049 		.content = "4 5 6 7\n",
2050 	},
2051 	{
2052 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies",
2053 		.size = 231,
2054 		.content = "300000 345600 422400 499200 576000 652800 729600 806400 902400 979200 1056000 1132800 1190400 1267200 1344000 1420800 1497600 1574400 1651200 1728000 1804800 1881600 1958400 2035200 2112000 2208000 2265600 2323200 2342400 2361600 \n",
2055 	},
2056 	{
2057 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors",
2058 		.size = 67,
2059 		.content = "interactive conservative ondemand userspace powersave performance \n",
2060 	},
2061 	{
2062 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq",
2063 		.size = 7,
2064 		.content = "902400\n",
2065 	},
2066 	{
2067 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver",
2068 		.size = 4,
2069 		.content = "msm\n",
2070 	},
2071 	{
2072 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor",
2073 		.size = 12,
2074 		.content = "interactive\n",
2075 	},
2076 	{
2077 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
2078 		.size = 8,
2079 		.content = "2361600\n",
2080 	},
2081 	{
2082 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq",
2083 		.size = 7,
2084 		.content = "902400\n",
2085 	},
2086 	{
2087 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state",
2088 		.size = 351,
2089 		.content =
2090 			"300000 38889\n"
2091 			"345600 23\n"
2092 			"422400 41\n"
2093 			"499200 26\n"
2094 			"576000 67\n"
2095 			"652800 73\n"
2096 			"729600 59\n"
2097 			"806400 46\n"
2098 			"902400 743514\n"
2099 			"979200 310\n"
2100 			"1056000 593\n"
2101 			"1132800 249\n"
2102 			"1190400 181\n"
2103 			"1267200 204\n"
2104 			"1344000 244\n"
2105 			"1420800 276\n"
2106 			"1497600 1249\n"
2107 			"1574400 4757\n"
2108 			"1651200 572\n"
2109 			"1728000 458\n"
2110 			"1804800 320\n"
2111 			"1881600 369\n"
2112 			"1958400 1012\n"
2113 			"2035200 689\n"
2114 			"2112000 775\n"
2115 			"2208000 365\n"
2116 			"2265600 204\n"
2117 			"2323200 106\n"
2118 			"2342400 45\n"
2119 			"2361600 7956\n",
2120 	},
2121 	{
2122 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans",
2123 		.size = 5,
2124 		.content = "7631\n",
2125 	},
2126 	{
2127 		.path = "/sys/devices/system/cpu/cpu6/isolate",
2128 		.size = 2,
2129 		.content = "0\n",
2130 	},
2131 	{
2132 		.path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name",
2133 		.size = 9,
2134 		.content = "msm_idle\n",
2135 	},
2136 	{
2137 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus",
2138 		.size = 8,
2139 		.content = "4 5 6 7\n",
2140 	},
2141 	{
2142 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq",
2143 		.size = 8,
2144 		.content = "2361600\n",
2145 	},
2146 	{
2147 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq",
2148 		.size = 7,
2149 		.content = "300000\n",
2150 	},
2151 	{
2152 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency",
2153 		.size = 2,
2154 		.content = "0\n",
2155 	},
2156 	{
2157 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus",
2158 		.size = 8,
2159 		.content = "4 5 6 7\n",
2160 	},
2161 	{
2162 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_frequencies",
2163 		.size = 231,
2164 		.content = "300000 345600 422400 499200 576000 652800 729600 806400 902400 979200 1056000 1132800 1190400 1267200 1344000 1420800 1497600 1574400 1651200 1728000 1804800 1881600 1958400 2035200 2112000 2208000 2265600 2323200 2342400 2361600 \n",
2165 	},
2166 	{
2167 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors",
2168 		.size = 67,
2169 		.content = "interactive conservative ondemand userspace powersave performance \n",
2170 	},
2171 	{
2172 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq",
2173 		.size = 7,
2174 		.content = "902400\n",
2175 	},
2176 	{
2177 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver",
2178 		.size = 4,
2179 		.content = "msm\n",
2180 	},
2181 	{
2182 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor",
2183 		.size = 12,
2184 		.content = "interactive\n",
2185 	},
2186 	{
2187 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq",
2188 		.size = 8,
2189 		.content = "2361600\n",
2190 	},
2191 	{
2192 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq",
2193 		.size = 7,
2194 		.content = "902400\n",
2195 	},
2196 	{
2197 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state",
2198 		.size = 351,
2199 		.content =
2200 			"300000 38889\n"
2201 			"345600 23\n"
2202 			"422400 41\n"
2203 			"499200 26\n"
2204 			"576000 67\n"
2205 			"652800 73\n"
2206 			"729600 59\n"
2207 			"806400 46\n"
2208 			"902400 743938\n"
2209 			"979200 310\n"
2210 			"1056000 593\n"
2211 			"1132800 249\n"
2212 			"1190400 181\n"
2213 			"1267200 204\n"
2214 			"1344000 244\n"
2215 			"1420800 276\n"
2216 			"1497600 1249\n"
2217 			"1574400 4757\n"
2218 			"1651200 572\n"
2219 			"1728000 458\n"
2220 			"1804800 320\n"
2221 			"1881600 369\n"
2222 			"1958400 1012\n"
2223 			"2035200 689\n"
2224 			"2112000 775\n"
2225 			"2208000 365\n"
2226 			"2265600 204\n"
2227 			"2323200 106\n"
2228 			"2342400 45\n"
2229 			"2361600 7956\n",
2230 	},
2231 	{
2232 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans",
2233 		.size = 5,
2234 		.content = "7631\n",
2235 	},
2236 	{
2237 		.path = "/sys/devices/system/cpu/cpu7/isolate",
2238 		.size = 2,
2239 		.content = "1\n",
2240 	},
2241 	{ NULL },
2242 };
2243 #ifdef __ANDROID__
2244 struct cpuinfo_mock_property properties[] = {
2245 	{
2246 		.key = "DEVICE_PROVISIONED",
2247 		.value = "1",
2248 	},
2249 	{
2250 		.key = "af.fast_track_multiplier",
2251 		.value = "1",
2252 	},
2253 	{
2254 		.key = "audio.adm.buffering.ms",
2255 		.value = "3",
2256 	},
2257 	{
2258 		.key = "audio.deep_buffer.media",
2259 		.value = "true",
2260 	},
2261 	{
2262 		.key = "audio.dolby.ds2.enabled",
2263 		.value = "true",
2264 	},
2265 	{
2266 		.key = "audio.dolby.ds2.hardbypass",
2267 		.value = "true",
2268 	},
2269 	{
2270 		.key = "audio.heap.size.multiplier",
2271 		.value = "7",
2272 	},
2273 	{
2274 		.key = "audio.noisy.broadcast.delay",
2275 		.value = "600",
2276 	},
2277 	{
2278 		.key = "audio.offload.buffer.size.kb",
2279 		.value = "32",
2280 	},
2281 	{
2282 		.key = "audio.offload.gapless.enabled",
2283 		.value = "false",
2284 	},
2285 	{
2286 		.key = "audio.offload.multiaac.enable",
2287 		.value = "true",
2288 	},
2289 	{
2290 		.key = "audio.offload.multiple.enabled",
2291 		.value = "false",
2292 	},
2293 	{
2294 		.key = "audio.offload.passthrough",
2295 		.value = "true",
2296 	},
2297 	{
2298 		.key = "audio.offload.pcm.16bit.enable",
2299 		.value = "true",
2300 	},
2301 	{
2302 		.key = "audio.offload.pcm.24bit.enable",
2303 		.value = "true",
2304 	},
2305 	{
2306 		.key = "audio.offload.track.enable",
2307 		.value = "true",
2308 	},
2309 	{
2310 		.key = "audio.offload.video",
2311 		.value = "true",
2312 	},
2313 	{
2314 		.key = "audio.parser.ip.buffer.size",
2315 		.value = "262144",
2316 	},
2317 	{
2318 		.key = "audio.safx.pbe.enabled",
2319 		.value = "true",
2320 	},
2321 	{
2322 		.key = "audio_hal.period_size",
2323 		.value = "192",
2324 	},
2325 	{
2326 		.key = "audioflinger.bootsnd",
2327 		.value = "0",
2328 	},
2329 	{
2330 		.key = "boot.sfbootcomplete",
2331 		.value = "0",
2332 	},
2333 	{
2334 		.key = "bt.max.hfpclient.connections",
2335 		.value = "1",
2336 	},
2337 	{
2338 		.key = "config.disable_atlas",
2339 		.value = "true",
2340 	},
2341 	{
2342 		.key = "dalvik.vm.appimageformat",
2343 		.value = "lz4",
2344 	},
2345 	{
2346 		.key = "dalvik.vm.dex2oat-Xms",
2347 		.value = "64m",
2348 	},
2349 	{
2350 		.key = "dalvik.vm.dex2oat-Xmx",
2351 		.value = "512m",
2352 	},
2353 	{
2354 		.key = "dalvik.vm.heapgrowthlimit",
2355 		.value = "256m",
2356 	},
2357 	{
2358 		.key = "dalvik.vm.heapmaxfree",
2359 		.value = "8m",
2360 	},
2361 	{
2362 		.key = "dalvik.vm.heapminfree",
2363 		.value = "2m",
2364 	},
2365 	{
2366 		.key = "dalvik.vm.heapsize",
2367 		.value = "512m",
2368 	},
2369 	{
2370 		.key = "dalvik.vm.heapstartsize",
2371 		.value = "8m",
2372 	},
2373 	{
2374 		.key = "dalvik.vm.heaptargetutilization",
2375 		.value = "0.75",
2376 	},
2377 	{
2378 		.key = "dalvik.vm.image-dex2oat-Xms",
2379 		.value = "64m",
2380 	},
2381 	{
2382 		.key = "dalvik.vm.image-dex2oat-Xmx",
2383 		.value = "64m",
2384 	},
2385 	{
2386 		.key = "dalvik.vm.isa.arm.features",
2387 		.value = "default",
2388 	},
2389 	{
2390 		.key = "dalvik.vm.isa.arm.variant",
2391 		.value = "cortex-a9",
2392 	},
2393 	{
2394 		.key = "dalvik.vm.isa.arm64.features",
2395 		.value = "default",
2396 	},
2397 	{
2398 		.key = "dalvik.vm.isa.arm64.variant",
2399 		.value = "generic",
2400 	},
2401 	{
2402 		.key = "dalvik.vm.stack-trace-file",
2403 		.value = "/data/anr/traces.txt",
2404 	},
2405 	{
2406 		.key = "dalvik.vm.usejit",
2407 		.value = "true",
2408 	},
2409 	{
2410 		.key = "dalvik.vm.usejitprofiles",
2411 		.value = "true",
2412 	},
2413 	{
2414 		.key = "debug.atrace.tags.enableflags",
2415 		.value = "0",
2416 	},
2417 	{
2418 		.key = "debug.batt.no_battery",
2419 		.value = "true",
2420 	},
2421 	{
2422 		.key = "debug.force_rtl",
2423 		.value = "0",
2424 	},
2425 	{
2426 		.key = "debug.gralloc.enable_fb_ubwc",
2427 		.value = "1",
2428 	},
2429 	{
2430 		.key = "debug.gralloc.gfx_ubwc_disable",
2431 		.value = "0",
2432 	},
2433 	{
2434 		.key = "debug.qualcomm.sns.daemon",
2435 		.value = "I",
2436 	},
2437 	{
2438 		.key = "debug.qualcomm.sns.libsensor1",
2439 		.value = "I",
2440 	},
2441 	{
2442 		.key = "debug.sensor.logging.slpi",
2443 		.value = "true",
2444 	},
2445 	{
2446 		.key = "debug.sf.hw",
2447 		.value = "1",
2448 	},
2449 	{
2450 		.key = "debug.sf.layerdump",
2451 		.value = "0",
2452 	},
2453 	{
2454 		.key = "dev.bootcomplete",
2455 		.value = "1",
2456 	},
2457 	{
2458 		.key = "dev.kies.deviceowner",
2459 		.value = "0",
2460 	},
2461 	{
2462 		.key = "dev.kies.drivedisplay",
2463 		.value = "0",
2464 	},
2465 	{
2466 		.key = "dev.kies.drivedisplay.trust",
2467 		.value = "1",
2468 	},
2469 	{
2470 		.key = "dev.kies.sommode",
2471 		.value = "TRUE",
2472 	},
2473 	{
2474 		.key = "dev.kiessupport",
2475 		.value = "TRUE",
2476 	},
2477 	{
2478 		.key = "dev.knoxapp.running",
2479 		.value = "false",
2480 	},
2481 	{
2482 		.key = "dev.mtp.opensession",
2483 		.value = "0",
2484 	},
2485 	{
2486 		.key = "dev.pm.dyn_samplingrate",
2487 		.value = "1",
2488 	},
2489 	{
2490 		.key = "dev.ssrm.app.install.standby",
2491 		.value = "-1",
2492 	},
2493 	{
2494 		.key = "dev.ssrm.appsync3p",
2495 		.value = "true",
2496 	},
2497 	{
2498 		.key = "dev.ssrm.gamelevel",
2499 		.value = "-4,6,-3,-3",
2500 	},
2501 	{
2502 		.key = "dev.ssrm.init",
2503 		.value = "1",
2504 	},
2505 	{
2506 		.key = "dev.ssrm.live_thumbnail",
2507 		.value = "1",
2508 	},
2509 	{
2510 		.key = "dev.ssrm.mode",
2511 		.value = "",
2512 	},
2513 	{
2514 		.key = "dev.ssrm.pst",
2515 		.value = "310",
2516 	},
2517 	{
2518 		.key = "dev.ssrm.smart_switch",
2519 		.value = "true",
2520 	},
2521 	{
2522 		.key = "diag.oriented",
2523 		.value = "APO",
2524 	},
2525 	{
2526 		.key = "flac.sw.decoder.24bit.support",
2527 		.value = "true",
2528 	},
2529 	{
2530 		.key = "fm.a2dp.conc.disabled",
2531 		.value = "false",
2532 	},
2533 	{
2534 		.key = "gsm.current.phone-type",
2535 		.value = "1",
2536 	},
2537 	{
2538 		.key = "gsm.network.type",
2539 		.value = "Unknown",
2540 	},
2541 	{
2542 		.key = "gsm.operator.alpha",
2543 		.value = "",
2544 	},
2545 	{
2546 		.key = "gsm.operator.iso-country",
2547 		.value = "",
2548 	},
2549 	{
2550 		.key = "gsm.operator.ispsroaming",
2551 		.value = "false",
2552 	},
2553 	{
2554 		.key = "gsm.operator.isroaming",
2555 		.value = "false",
2556 	},
2557 	{
2558 		.key = "gsm.operator.numeric",
2559 		.value = "",
2560 	},
2561 	{
2562 		.key = "gsm.sim.operator.alpha",
2563 		.value = "",
2564 	},
2565 	{
2566 		.key = "gsm.sim.operator.iso-country",
2567 		.value = "",
2568 	},
2569 	{
2570 		.key = "gsm.sim.operator.numeric",
2571 		.value = "",
2572 	},
2573 	{
2574 		.key = "gsm.sim.state",
2575 		.value = "ABSENT",
2576 	},
2577 	{
2578 		.key = "gsm.version.baseband",
2579 		.value = "G950USQU1AQC9",
2580 	},
2581 	{
2582 		.key = "gsm.version.ril-impl",
2583 		.value = "Samsung RIL v3.0",
2584 	},
2585 	{
2586 		.key = "init.svc.BCS-daemon",
2587 		.value = "running",
2588 	},
2589 	{
2590 		.key = "init.svc.DR-daemon",
2591 		.value = "running",
2592 	},
2593 	{
2594 		.key = "init.svc.SIDESYNC_service",
2595 		.value = "running",
2596 	},
2597 	{
2598 		.key = "init.svc.SMD-daemon",
2599 		.value = "running",
2600 	},
2601 	{
2602 		.key = "init.svc.TvoutService_C",
2603 		.value = "running",
2604 	},
2605 	{
2606 		.key = "init.svc.adbd",
2607 		.value = "running",
2608 	},
2609 	{
2610 		.key = "init.svc.adsprpcd",
2611 		.value = "running",
2612 	},
2613 	{
2614 		.key = "init.svc.apaservice",
2615 		.value = "running",
2616 	},
2617 	{
2618 		.key = "init.svc.at_distributor",
2619 		.value = "stopped",
2620 	},
2621 	{
2622 		.key = "init.svc.atfwd",
2623 		.value = "running",
2624 	},
2625 	{
2626 		.key = "init.svc.audiod",
2627 		.value = "running",
2628 	},
2629 	{
2630 		.key = "init.svc.audioserver",
2631 		.value = "running",
2632 	},
2633 	{
2634 		.key = "init.svc.auditd",
2635 		.value = "running",
2636 	},
2637 	{
2638 		.key = "init.svc.bootanim",
2639 		.value = "stopped",
2640 	},
2641 	{
2642 		.key = "init.svc.bootchecker",
2643 		.value = "stopped",
2644 	},
2645 	{
2646 		.key = "init.svc.cameraserver",
2647 		.value = "running",
2648 	},
2649 	{
2650 		.key = "init.svc.ccm",
2651 		.value = "running",
2652 	},
2653 	{
2654 		.key = "init.svc.compact_memory",
2655 		.value = "stopped",
2656 	},
2657 	{
2658 		.key = "init.svc.cs-early-boot",
2659 		.value = "stopped",
2660 	},
2661 	{
2662 		.key = "init.svc.cs-post-boot",
2663 		.value = "stopped",
2664 	},
2665 	{
2666 		.key = "init.svc.debuggerd",
2667 		.value = "running",
2668 	},
2669 	{
2670 		.key = "init.svc.debuggerd64",
2671 		.value = "running",
2672 	},
2673 	{
2674 		.key = "init.svc.dhkprov1x",
2675 		.value = "stopped",
2676 	},
2677 	{
2678 		.key = "init.svc.dhkprov2x",
2679 		.value = "stopped",
2680 	},
2681 	{
2682 		.key = "init.svc.diag_uart_log",
2683 		.value = "stopped",
2684 	},
2685 	{
2686 		.key = "init.svc.drm",
2687 		.value = "running",
2688 	},
2689 	{
2690 		.key = "init.svc.energy-awareness",
2691 		.value = "stopped",
2692 	},
2693 	{
2694 		.key = "init.svc.epmlogd",
2695 		.value = "stopped",
2696 	},
2697 	{
2698 		.key = "init.svc.esecomm",
2699 		.value = "running",
2700 	},
2701 	{
2702 		.key = "init.svc.faced",
2703 		.value = "running",
2704 	},
2705 	{
2706 		.key = "init.svc.factory_adsp",
2707 		.value = "running",
2708 	},
2709 	{
2710 		.key = "init.svc.fingerprintd",
2711 		.value = "running",
2712 	},
2713 	{
2714 		.key = "init.svc.flash_recovery",
2715 		.value = "stopped",
2716 	},
2717 	{
2718 		.key = "init.svc.gatekeeperd",
2719 		.value = "running",
2720 	},
2721 	{
2722 		.key = "init.svc.healthd",
2723 		.value = "running",
2724 	},
2725 	{
2726 		.key = "init.svc.icd",
2727 		.value = "stopped",
2728 	},
2729 	{
2730 		.key = "init.svc.imsd",
2731 		.value = "running",
2732 	},
2733 	{
2734 		.key = "init.svc.installd",
2735 		.value = "running",
2736 	},
2737 	{
2738 		.key = "init.svc.insthk",
2739 		.value = "stopped",
2740 	},
2741 	{
2742 		.key = "init.svc.iod",
2743 		.value = "running",
2744 	},
2745 	{
2746 		.key = "init.svc.iop",
2747 		.value = "running",
2748 	},
2749 	{
2750 		.key = "init.svc.ipacm",
2751 		.value = "running",
2752 	},
2753 	{
2754 		.key = "init.svc.irisd",
2755 		.value = "running",
2756 	},
2757 	{
2758 		.key = "init.svc.irsc_util",
2759 		.value = "stopped",
2760 	},
2761 	{
2762 		.key = "init.svc.jackservice",
2763 		.value = "running",
2764 	},
2765 	{
2766 		.key = "init.svc.keystore",
2767 		.value = "running",
2768 	},
2769 	{
2770 		.key = "init.svc.lmkd",
2771 		.value = "running",
2772 	},
2773 	{
2774 		.key = "init.svc.loc_launcher",
2775 		.value = "running",
2776 	},
2777 	{
2778 		.key = "init.svc.logd",
2779 		.value = "running",
2780 	},
2781 	{
2782 		.key = "init.svc.logd-reinit",
2783 		.value = "stopped",
2784 	},
2785 	{
2786 		.key = "init.svc.macloader",
2787 		.value = "stopped",
2788 	},
2789 	{
2790 		.key = "init.svc.media",
2791 		.value = "running",
2792 	},
2793 	{
2794 		.key = "init.svc.mediacodec",
2795 		.value = "running",
2796 	},
2797 	{
2798 		.key = "init.svc.mediadrm",
2799 		.value = "running",
2800 	},
2801 	{
2802 		.key = "init.svc.mediaextractor",
2803 		.value = "running",
2804 	},
2805 	{
2806 		.key = "init.svc.msm_irqbalance",
2807 		.value = "running",
2808 	},
2809 	{
2810 		.key = "init.svc.netd",
2811 		.value = "running",
2812 	},
2813 	{
2814 		.key = "init.svc.netmgrd",
2815 		.value = "running",
2816 	},
2817 	{
2818 		.key = "init.svc.otp",
2819 		.value = "running",
2820 	},
2821 	{
2822 		.key = "init.svc.p2p_supplicant",
2823 		.value = "running",
2824 	},
2825 	{
2826 		.key = "init.svc.per_mgr",
2827 		.value = "running",
2828 	},
2829 	{
2830 		.key = "init.svc.per_proxy",
2831 		.value = "running",
2832 	},
2833 	{
2834 		.key = "init.svc.perfd",
2835 		.value = "running",
2836 	},
2837 	{
2838 		.key = "init.svc.powersnd",
2839 		.value = "stopped",
2840 	},
2841 	{
2842 		.key = "init.svc.prepare_param",
2843 		.value = "stopped",
2844 	},
2845 	{
2846 		.key = "init.svc.qcom-c_core-sh",
2847 		.value = "stopped",
2848 	},
2849 	{
2850 		.key = "init.svc.qcom-c_main-sh",
2851 		.value = "stopped",
2852 	},
2853 	{
2854 		.key = "init.svc.qcom-post-boot",
2855 		.value = "stopped",
2856 	},
2857 	{
2858 		.key = "init.svc.qcom-sh",
2859 		.value = "stopped",
2860 	},
2861 	{
2862 		.key = "init.svc.qcom-usb-sh",
2863 		.value = "stopped",
2864 	},
2865 	{
2866 		.key = "init.svc.qseecomd",
2867 		.value = "running",
2868 	},
2869 	{
2870 		.key = "init.svc.qti-testscripts",
2871 		.value = "stopped",
2872 	},
2873 	{
2874 		.key = "init.svc.ril-daemon",
2875 		.value = "running",
2876 	},
2877 	{
2878 		.key = "init.svc.rmt_storage",
2879 		.value = "running",
2880 	},
2881 	{
2882 		.key = "init.svc.run-mobicore",
2883 		.value = "running",
2884 	},
2885 	{
2886 		.key = "init.svc.scs",
2887 		.value = "stopped",
2888 	},
2889 	{
2890 		.key = "init.svc.sdp_cryptod",
2891 		.value = "running",
2892 	},
2893 	{
2894 		.key = "init.svc.sec-sh",
2895 		.value = "stopped",
2896 	},
2897 	{
2898 		.key = "init.svc.secure_storage",
2899 		.value = "running",
2900 	},
2901 	{
2902 		.key = "init.svc.sem_daemon",
2903 		.value = "stopped",
2904 	},
2905 	{
2906 		.key = "init.svc.sensor-sh",
2907 		.value = "stopped",
2908 	},
2909 	{
2910 		.key = "init.svc.sensorhubservice",
2911 		.value = "running",
2912 	},
2913 	{
2914 		.key = "init.svc.sensors",
2915 		.value = "running",
2916 	},
2917 	{
2918 		.key = "init.svc.servicemanager",
2919 		.value = "running",
2920 	},
2921 	{
2922 		.key = "init.svc.ss_ramdump",
2923 		.value = "stopped",
2924 	},
2925 	{
2926 		.key = "init.svc.surfaceflinger",
2927 		.value = "running",
2928 	},
2929 	{
2930 		.key = "init.svc.swapon",
2931 		.value = "stopped",
2932 	},
2933 	{
2934 		.key = "init.svc.tbaseLoader",
2935 		.value = "stopped",
2936 	},
2937 	{
2938 		.key = "init.svc.tftp_server",
2939 		.value = "running",
2940 	},
2941 	{
2942 		.key = "init.svc.thermal-engine",
2943 		.value = "running",
2944 	},
2945 	{
2946 		.key = "init.svc.time_daemon",
2947 		.value = "running",
2948 	},
2949 	{
2950 		.key = "init.svc.ueventd",
2951 		.value = "running",
2952 	},
2953 	{
2954 		.key = "init.svc.visiond",
2955 		.value = "running",
2956 	},
2957 	{
2958 		.key = "init.svc.vold",
2959 		.value = "running",
2960 	},
2961 	{
2962 		.key = "init.svc.wsmd",
2963 		.value = "running",
2964 	},
2965 	{
2966 		.key = "init.svc.zygote",
2967 		.value = "running",
2968 	},
2969 	{
2970 		.key = "init.svc.zygote_secondary",
2971 		.value = "running",
2972 	},
2973 	{
2974 		.key = "keyguard.no_require_sim",
2975 		.value = "true",
2976 	},
2977 	{
2978 		.key = "logd.auditd",
2979 		.value = "false",
2980 	},
2981 	{
2982 		.key = "logd.kernel",
2983 		.value = "false",
2984 	},
2985 	{
2986 		.key = "media.aac_51_output_enabled",
2987 		.value = "true",
2988 	},
2989 	{
2990 		.key = "media.stagefright.enable-aac",
2991 		.value = "true",
2992 	},
2993 	{
2994 		.key = "media.stagefright.enable-http",
2995 		.value = "true",
2996 	},
2997 	{
2998 		.key = "media.stagefright.enable-player",
2999 		.value = "true",
3000 	},
3001 	{
3002 		.key = "media.stagefright.enable-qcp",
3003 		.value = "true",
3004 	},
3005 	{
3006 		.key = "media.stagefright.enable-scan",
3007 		.value = "true",
3008 	},
3009 	{
3010 		.key = "mm.enable.qcom_parser",
3011 		.value = "1048575",
3012 	},
3013 	{
3014 		.key = "mm.enable.smoothstreaming",
3015 		.value = "true",
3016 	},
3017 	{
3018 		.key = "mmp.enable.3g2",
3019 		.value = "true",
3020 	},
3021 	{
3022 		.key = "net.bt.name",
3023 		.value = "Android",
3024 	},
3025 	{
3026 		.key = "net.change",
3027 		.value = "net.iptype",
3028 	},
3029 	{
3030 		.key = "net.dns1",
3031 		.value = "208.67.222.222",
3032 	},
3033 	{
3034 		.key = "net.dns2",
3035 		.value = "208.67.220.220",
3036 	},
3037 	{
3038 		.key = "net.hostname",
3039 		.value = "android-ad0b498ffaa8dd47",
3040 	},
3041 	{
3042 		.key = "net.iptype",
3043 		.value = "506:v4v6v6",
3044 	},
3045 	{
3046 		.key = "net.knox.shareddevice.version",
3047 		.value = "2.8.0",
3048 	},
3049 	{
3050 		.key = "net.knoxscep.version",
3051 		.value = "2.2.0",
3052 	},
3053 	{
3054 		.key = "net.knoxvpn.version",
3055 		.value = "2.4.0",
3056 	},
3057 	{
3058 		.key = "net.qtaguid_enabled",
3059 		.value = "1",
3060 	},
3061 	{
3062 		.key = "net.smart_switch.disabled",
3063 		.value = "1",
3064 	},
3065 	{
3066 		.key = "net.tcp.2g_init_rwnd",
3067 		.value = "10",
3068 	},
3069 	{
3070 		.key = "net.tcp.buffersize.default",
3071 		.value = "4096,87380,524288,4096,16384,110208",
3072 	},
3073 	{
3074 		.key = "net.tcp.buffersize.edge",
3075 		.value = "4093,26280,35040,4096,16384,35040",
3076 	},
3077 	{
3078 		.key = "net.tcp.buffersize.evdo",
3079 		.value = "4094,87380,524288,4096,16384,262144",
3080 	},
3081 	{
3082 		.key = "net.tcp.buffersize.gprs",
3083 		.value = "4092,8760,11680,4096,8760,11680",
3084 	},
3085 	{
3086 		.key = "net.tcp.buffersize.hsdpa",
3087 		.value = "4094,87380,1220608,4096,16384,1220608",
3088 	},
3089 	{
3090 		.key = "net.tcp.buffersize.hspa",
3091 		.value = "4094,87380,1220608,4096,16384,1220608",
3092 	},
3093 	{
3094 		.key = "net.tcp.buffersize.hspap",
3095 		.value = "4094,87380,1220608,4096,16384,1220608",
3096 	},
3097 	{
3098 		.key = "net.tcp.buffersize.hsupa",
3099 		.value = "4094,87380,1220608,4096,16384,1220608",
3100 	},
3101 	{
3102 		.key = "net.tcp.buffersize.lte",
3103 		.value = "2097152,4194304,8388608,262144,524288,1048576",
3104 	},
3105 	{
3106 		.key = "net.tcp.buffersize.umts",
3107 		.value = "4094,87380,110208,4096,16384,110208",
3108 	},
3109 	{
3110 		.key = "net.tcp.buffersize.wifi",
3111 		.value = "524288,2097152,4194304,262144,524288,1048576",
3112 	},
3113 	{
3114 		.key = "net.tcp.default_init_rwnd",
3115 		.value = "60",
3116 	},
3117 	{
3118 		.key = "nfc.delay.boot",
3119 		.value = "0",
3120 	},
3121 	{
3122 		.key = "nfc.fw.dfl_areacode",
3123 		.value = "ATT",
3124 	},
3125 	{
3126 		.key = "nfc.fw.downloadmode_force",
3127 		.value = "0",
3128 	},
3129 	{
3130 		.key = "nfc.fw.rfreg_display_ver",
3131 		.value = "3",
3132 	},
3133 	{
3134 		.key = "nfc.fw.rfreg_ver",
3135 		.value = "MAJ: D, MIN: 3",
3136 	},
3137 	{
3138 		.key = "nfc.fw.ver",
3139 		.value = "NXP 11.1.d",
3140 	},
3141 	{
3142 		.key = "nfc.nxp.fwdnldstatus",
3143 		.value = "0",
3144 	},
3145 	{
3146 		.key = "persist.audio.allsoundmute",
3147 		.value = "0",
3148 	},
3149 	{
3150 		.key = "persist.audio.corefx",
3151 		.value = "1",
3152 	},
3153 	{
3154 		.key = "persist.audio.effectcpufreq",
3155 		.value = "350000",
3156 	},
3157 	{
3158 		.key = "persist.audio.finemediavolume",
3159 		.value = "1",
3160 	},
3161 	{
3162 		.key = "persist.audio.fluence.speaker",
3163 		.value = "true",
3164 	},
3165 	{
3166 		.key = "persist.audio.fluence.voicecall",
3167 		.value = "true",
3168 	},
3169 	{
3170 		.key = "persist.audio.fluence.voicerec",
3171 		.value = "false",
3172 	},
3173 	{
3174 		.key = "persist.audio.globaleffect",
3175 		.value = "1",
3176 	},
3177 	{
3178 		.key = "persist.audio.headsetsysvolume",
3179 		.value = "9",
3180 	},
3181 	{
3182 		.key = "persist.audio.hphonesysvolume",
3183 		.value = "9",
3184 	},
3185 	{
3186 		.key = "persist.audio.k2hd",
3187 		.value = "1",
3188 	},
3189 	{
3190 		.key = "persist.audio.mpseek",
3191 		.value = "0",
3192 	},
3193 	{
3194 		.key = "persist.audio.mysound",
3195 		.value = "1",
3196 	},
3197 	{
3198 		.key = "persist.audio.omc.ringtone",
3199 		.value = "AT&T Firefly.ogg",
3200 	},
3201 	{
3202 		.key = "persist.audio.ringermode",
3203 		.value = "1",
3204 	},
3205 	{
3206 		.key = "persist.audio.sales_code",
3207 		.value = "ATT",
3208 	},
3209 	{
3210 		.key = "persist.audio.soundalivefxsec",
3211 		.value = "1",
3212 	},
3213 	{
3214 		.key = "persist.audio.stereospeaker",
3215 		.value = "0",
3216 	},
3217 	{
3218 		.key = "persist.audio.sysvolume",
3219 		.value = "9",
3220 	},
3221 	{
3222 		.key = "persist.audio.uhqa",
3223 		.value = "1",
3224 	},
3225 	{
3226 		.key = "persist.audio.voipcpufreq",
3227 		.value = "585600",
3228 	},
3229 	{
3230 		.key = "persist.bluetooth_fw_ver",
3231 		.value = "bcm4361B0_V0194.0195_murata.hcd",
3232 	},
3233 	{
3234 		.key = "persist.bt.a2dp_offload_cap",
3235 		.value = "sbc-aptx",
3236 	},
3237 	{
3238 		.key = "persist.camera.debug.logfile",
3239 		.value = "0",
3240 	},
3241 	{
3242 		.key = "persist.camera.gyro.disable",
3243 		.value = "0",
3244 	},
3245 	{
3246 		.key = "persist.cne.dpm",
3247 		.value = "0",
3248 	},
3249 	{
3250 		.key = "persist.cne.feature",
3251 		.value = "0",
3252 	},
3253 	{
3254 		.key = "persist.data.df.agg.dl_pkt",
3255 		.value = "10",
3256 	},
3257 	{
3258 		.key = "persist.data.df.agg.dl_size",
3259 		.value = "4096",
3260 	},
3261 	{
3262 		.key = "persist.data.df.dev_name",
3263 		.value = "rmnet_usb0",
3264 	},
3265 	{
3266 		.key = "persist.data.df.dl_mode",
3267 		.value = "5",
3268 	},
3269 	{
3270 		.key = "persist.data.df.iwlan_mux",
3271 		.value = "9",
3272 	},
3273 	{
3274 		.key = "persist.data.df.mux_count",
3275 		.value = "8",
3276 	},
3277 	{
3278 		.key = "persist.data.df.ul_mode",
3279 		.value = "5",
3280 	},
3281 	{
3282 		.key = "persist.data.dpm.enable",
3283 		.value = "true",
3284 	},
3285 	{
3286 		.key = "persist.data.dropssdp",
3287 		.value = "false",
3288 	},
3289 	{
3290 		.key = "persist.data.mode",
3291 		.value = "concurrent",
3292 	},
3293 	{
3294 		.key = "persist.data.netmgrd.qos.enable",
3295 		.value = "true",
3296 	},
3297 	{
3298 		.key = "persist.data.wda.enable",
3299 		.value = "true",
3300 	},
3301 	{
3302 		.key = "persist.debug.sensors.hal",
3303 		.value = "I",
3304 	},
3305 	{
3306 		.key = "persist.debug.wfd.enable",
3307 		.value = "1",
3308 	},
3309 	{
3310 		.key = "persist.demo.hdmirotationlock",
3311 		.value = "false",
3312 	},
3313 	{
3314 		.key = "persist.dpm.feature",
3315 		.value = "0",
3316 	},
3317 	{
3318 		.key = "persist.eons.enabled",
3319 		.value = "true",
3320 	},
3321 	{
3322 		.key = "persist.fuse_sdcard",
3323 		.value = "true",
3324 	},
3325 	{
3326 		.key = "persist.hwc.enable_vds",
3327 		.value = "1",
3328 	},
3329 	{
3330 		.key = "persist.mm.enable.prefetch",
3331 		.value = "true",
3332 	},
3333 	{
3334 		.key = "persist.radio.add_power_save",
3335 		.value = "1",
3336 	},
3337 	{
3338 		.key = "persist.radio.apm_sim_not_pwdn",
3339 		.value = "1",
3340 	},
3341 	{
3342 		.key = "persist.radio.custom_ecc",
3343 		.value = "1",
3344 	},
3345 	{
3346 		.key = "persist.radio.initphone-type",
3347 		.value = "1",
3348 	},
3349 	{
3350 		.key = "persist.radio.latest-modeltype",
3351 		.value = "2",
3352 	},
3353 	{
3354 		.key = "persist.radio.lte_vrte_ltd",
3355 		.value = "1",
3356 	},
3357 	{
3358 		.key = "persist.radio.new.profid",
3359 		.value = "true",
3360 	},
3361 	{
3362 		.key = "persist.radio.plmnname",
3363 		.value = "",
3364 	},
3365 	{
3366 		.key = "persist.radio.sib16_support",
3367 		.value = "0",
3368 	},
3369 	{
3370 		.key = "persist.radio.silent-reset",
3371 		.value = "41",
3372 	},
3373 	{
3374 		.key = "persist.radio.sim.onoff",
3375 		.value = "1",
3376 	},
3377 	{
3378 		.key = "persist.ril.dfm.srlte",
3379 		.value = "false",
3380 	},
3381 	{
3382 		.key = "persist.ril.ims.eutranParam",
3383 		.value = "3",
3384 	},
3385 	{
3386 		.key = "persist.ril.ims.utranParam",
3387 		.value = "0",
3388 	},
3389 	{
3390 		.key = "persist.ril.modem.board",
3391 		.value = "MSM8998",
3392 	},
3393 	{
3394 		.key = "persist.ril.radiocapa.tdscdma",
3395 		.value = "true",
3396 	},
3397 	{
3398 		.key = "persist.rmnet.data.enable",
3399 		.value = "true",
3400 	},
3401 	{
3402 		.key = "persist.service.bdroid.version",
3403 		.value = "5.0",
3404 	},
3405 	{
3406 		.key = "persist.service.bgkeycount",
3407 		.value = "",
3408 	},
3409 	{
3410 		.key = "persist.service.tspcmd.spay",
3411 		.value = "true",
3412 	},
3413 	{
3414 		.key = "persist.sys.ccm.date",
3415 		.value = "Sat Mar 11 22:44:17 KST 2017",
3416 	},
3417 	{
3418 		.key = "persist.sys.clipboardedge.intro",
3419 		.value = "false",
3420 	},
3421 	{
3422 		.key = "persist.sys.clssprld2",
3423 		.value = "428",
3424 	},
3425 	{
3426 		.key = "persist.sys.clssprld3",
3427 		.value = "1149",
3428 	},
3429 	{
3430 		.key = "persist.sys.csc_status",
3431 		.value = "normal",
3432 	},
3433 	{
3434 		.key = "persist.sys.dalvik.vm.lib.2",
3435 		.value = "libart.so",
3436 	},
3437 	{
3438 		.key = "persist.sys.debug_omc",
3439 		.value = "/system/omc/ATT",
3440 	},
3441 	{
3442 		.key = "persist.sys.debug_omcnw",
3443 		.value = "/system/omc/ATT",
3444 	},
3445 	{
3446 		.key = "persist.sys.display_density",
3447 		.value = "480",
3448 	},
3449 	{
3450 		.key = "persist.sys.force_sw_gles",
3451 		.value = "0",
3452 	},
3453 	{
3454 		.key = "persist.sys.locale",
3455 		.value = "en-US",
3456 	},
3457 	{
3458 		.key = "persist.sys.localedefault",
3459 		.value = "",
3460 	},
3461 	{
3462 		.key = "persist.sys.localenosim",
3463 		.value = "en-US",
3464 	},
3465 	{
3466 		.key = "persist.sys.omc.enable",
3467 		.value = "false",
3468 	},
3469 	{
3470 		.key = "persist.sys.omc_etcpath",
3471 		.value = "/system/omc/ATT/etc",
3472 	},
3473 	{
3474 		.key = "persist.sys.omc_path",
3475 		.value = "/system/omc/ATT",
3476 	},
3477 	{
3478 		.key = "persist.sys.omc_respath",
3479 		.value = "/system/omc/ATT/res",
3480 	},
3481 	{
3482 		.key = "persist.sys.omc_support",
3483 		.value = "true",
3484 	},
3485 	{
3486 		.key = "persist.sys.omcnw_path",
3487 		.value = "/system/omc/ATT",
3488 	},
3489 	{
3490 		.key = "persist.sys.profiler_ms",
3491 		.value = "0",
3492 	},
3493 	{
3494 		.key = "persist.sys.setupwizard",
3495 		.value = "FINISH",
3496 	},
3497 	{
3498 		.key = "persist.sys.silent",
3499 		.value = "1",
3500 	},
3501 	{
3502 		.key = "persist.sys.sm_mode",
3503 		.value = "1",
3504 	},
3505 	{
3506 		.key = "persist.sys.ssr.enable_ramdumps",
3507 		.value = "0",
3508 	},
3509 	{
3510 		.key = "persist.sys.storage_preload",
3511 		.value = "2",
3512 	},
3513 	{
3514 		.key = "persist.sys.timezone",
3515 		.value = "Asia/Seoul",
3516 	},
3517 	{
3518 		.key = "persist.sys.usb.config",
3519 		.value = "mtp,adb",
3520 	},
3521 	{
3522 		.key = "persist.sys.usb.config.extra",
3523 		.value = "none",
3524 	},
3525 	{
3526 		.key = "persist.sys.usb.dualrole",
3527 		.value = "true",
3528 	},
3529 	{
3530 		.key = "persist.sys.webview.vmsize",
3531 		.value = "114785072",
3532 	},
3533 	{
3534 		.key = "persist.sys.wfd.virtual",
3535 		.value = "0",
3536 	},
3537 	{
3538 		.key = "persist.timed.enable",
3539 		.value = "true",
3540 	},
3541 	{
3542 		.key = "pm.dexopt.ab-ota",
3543 		.value = "speed-profile",
3544 	},
3545 	{
3546 		.key = "pm.dexopt.bg-dexopt",
3547 		.value = "speed-profile",
3548 	},
3549 	{
3550 		.key = "pm.dexopt.boot",
3551 		.value = "verify-profile",
3552 	},
3553 	{
3554 		.key = "pm.dexopt.core-app",
3555 		.value = "speed",
3556 	},
3557 	{
3558 		.key = "pm.dexopt.first-boot",
3559 		.value = "interpret-only",
3560 	},
3561 	{
3562 		.key = "pm.dexopt.forced-dexopt",
3563 		.value = "speed",
3564 	},
3565 	{
3566 		.key = "pm.dexopt.install",
3567 		.value = "interpret-only",
3568 	},
3569 	{
3570 		.key = "pm.dexopt.nsys-library",
3571 		.value = "speed",
3572 	},
3573 	{
3574 		.key = "pm.dexopt.shared-apk",
3575 		.value = "speed",
3576 	},
3577 	{
3578 		.key = "qcom.bluetooth.soc",
3579 		.value = "cherokee",
3580 	},
3581 	{
3582 		.key = "qcom.hw.aac.encoder",
3583 		.value = "true",
3584 	},
3585 	{
3586 		.key = "qemu.hw.mainkeys",
3587 		.value = "0",
3588 	},
3589 	{
3590 		.key = "ril.CompleteMsg",
3591 		.value = "OK",
3592 	},
3593 	{
3594 		.key = "ril.ICC_TYPE",
3595 		.value = "0",
3596 	},
3597 	{
3598 		.key = "ril.RildInit",
3599 		.value = "1",
3600 	},
3601 	{
3602 		.key = "ril.airplane.mode",
3603 		.value = "1",
3604 	},
3605 	{
3606 		.key = "ril.approved_codever",
3607 		.value = "none",
3608 	},
3609 	{
3610 		.key = "ril.approved_cscver",
3611 		.value = "none",
3612 	},
3613 	{
3614 		.key = "ril.approved_modemver",
3615 		.value = "none",
3616 	},
3617 	{
3618 		.key = "ril.atd_status",
3619 		.value = "1_0_0",
3620 	},
3621 	{
3622 		.key = "ril.backoffstate",
3623 		.value = "1024",
3624 	},
3625 	{
3626 		.key = "ril.cs_svc",
3627 		.value = "1",
3628 	},
3629 	{
3630 		.key = "ril.data.intfprefix",
3631 		.value = "rmnet_data",
3632 	},
3633 	{
3634 		.key = "ril.debug_modemfactory",
3635 		.value = "CSC Feature State: IMS ON, EPDG ON",
3636 	},
3637 	{
3638 		.key = "ril.ecclist0",
3639 		.value = "911,112,*911,#911,000,08,110,999,118,119",
3640 	},
3641 	{
3642 		.key = "ril.ecclist00",
3643 		.value = "112,911,999,000,08,110,118,119",
3644 	},
3645 	{
3646 		.key = "ril.ecclist_net0",
3647 		.value = "",
3648 	},
3649 	{
3650 		.key = "ril.eri_num",
3651 		.value = "1",
3652 	},
3653 	{
3654 		.key = "ril.eri_ver_1",
3655 		.value = "E:None ",
3656 	},
3657 	{
3658 		.key = "ril.hasisim",
3659 		.value = "0",
3660 	},
3661 	{
3662 		.key = "ril.hw_ver",
3663 		.value = "REV1.0",
3664 	},
3665 	{
3666 		.key = "ril.ims.ecsupport",
3667 		.value = "0",
3668 	},
3669 	{
3670 		.key = "ril.initPB",
3671 		.value = "0",
3672 	},
3673 	{
3674 		.key = "ril.isctc",
3675 		.value = "0",
3676 	},
3677 	{
3678 		.key = "ril.manufacturedate",
3679 		.value = "20170420",
3680 	},
3681 	{
3682 		.key = "ril.modem.board",
3683 		.value = "MSM8998",
3684 	},
3685 	{
3686 		.key = "ril.official_cscver",
3687 		.value = "G950UOYN1AQC9",
3688 	},
3689 	{
3690 		.key = "ril.product_code",
3691 		.value = "SM-G950UZKAATT",
3692 	},
3693 	{
3694 		.key = "ril.radiostate",
3695 		.value = "0",
3696 	},
3697 	{
3698 		.key = "ril.rfcal_date",
3699 		.value = "2017.04.22",
3700 	},
3701 	{
3702 		.key = "ril.serialnumber",
3703 		.value = "R38J40MVEZR",
3704 	},
3705 	{
3706 		.key = "ril.servicestate",
3707 		.value = "3",
3708 	},
3709 	{
3710 		.key = "ril.simoperator",
3711 		.value = "",
3712 	},
3713 	{
3714 		.key = "ril.ss.routing",
3715 		.value = "1",
3716 	},
3717 	{
3718 		.key = "ril.subinfo",
3719 		.value = "0:-2",
3720 	},
3721 	{
3722 		.key = "ril.sw_ver",
3723 		.value = "G950USQU1AQC9",
3724 	},
3725 	{
3726 		.key = "ril.twwan911Timer",
3727 		.value = "40",
3728 	},
3729 	{
3730 		.key = "ril.voicecapable",
3731 		.value = "true",
3732 	},
3733 	{
3734 		.key = "rild.libpath",
3735 		.value = "/system/lib64/libsec-ril.so",
3736 	},
3737 	{
3738 		.key = "ro.adb.secure",
3739 		.value = "1",
3740 	},
3741 	{
3742 		.key = "ro.alarm_boot",
3743 		.value = "false",
3744 	},
3745 	{
3746 		.key = "ro.allow.mock.location",
3747 		.value = "0",
3748 	},
3749 	{
3750 		.key = "ro.astcenc.astcsupport",
3751 		.value = "1",
3752 	},
3753 	{
3754 		.key = "ro.baseband",
3755 		.value = "msm",
3756 	},
3757 	{
3758 		.key = "ro.bluetooth.a4wp",
3759 		.value = "false",
3760 	},
3761 	{
3762 		.key = "ro.bluetooth.tty",
3763 		.value = "ttyHS0",
3764 	},
3765 	{
3766 		.key = "ro.bluetooth.wipower",
3767 		.value = "true",
3768 	},
3769 	{
3770 		.key = "ro.board.platform",
3771 		.value = "msm8998",
3772 	},
3773 	{
3774 		.key = "ro.boot.baseband",
3775 		.value = "msm",
3776 	},
3777 	{
3778 		.key = "ro.boot.boot_recovery",
3779 		.value = "0",
3780 	},
3781 	{
3782 		.key = "ro.boot.bootdevice",
3783 		.value = "1da4000.ufshc",
3784 	},
3785 	{
3786 		.key = "ro.boot.bootloader",
3787 		.value = "G950USQU1AQC9",
3788 	},
3789 	{
3790 		.key = "ro.boot.carrierid",
3791 		.value = "ATT",
3792 	},
3793 	{
3794 		.key = "ro.boot.carrierid.param.offset",
3795 		.value = "9437644",
3796 	},
3797 	{
3798 		.key = "ro.boot.cp_debug_level",
3799 		.value = "0x55FF",
3800 	},
3801 	{
3802 		.key = "ro.boot.cp_reserved_mem",
3803 		.value = "off",
3804 	},
3805 	{
3806 		.key = "ro.boot.ddr_start_type",
3807 		.value = "1",
3808 	},
3809 	{
3810 		.key = "ro.boot.debug_level",
3811 		.value = "0x4f4c",
3812 	},
3813 	{
3814 		.key = "ro.boot.em.did",
3815 		.value = "205ED58976E0",
3816 	},
3817 	{
3818 		.key = "ro.boot.em.model",
3819 		.value = "SM-G950U",
3820 	},
3821 	{
3822 		.key = "ro.boot.em.status",
3823 		.value = "0x0",
3824 	},
3825 	{
3826 		.key = "ro.boot.flash.locked",
3827 		.value = "1",
3828 	},
3829 	{
3830 		.key = "ro.boot.hardware",
3831 		.value = "qcom",
3832 	},
3833 	{
3834 		.key = "ro.boot.im.param.offset",
3835 		.value = "9437232",
3836 	},
3837 	{
3838 		.key = "ro.boot.me.param.offset",
3839 		.value = "9437312",
3840 	},
3841 	{
3842 		.key = "ro.boot.other.locked",
3843 		.value = "1",
3844 	},
3845 	{
3846 		.key = "ro.boot.pr.param.offset",
3847 		.value = "9437472",
3848 	},
3849 	{
3850 		.key = "ro.boot.revision",
3851 		.value = "12",
3852 	},
3853 	{
3854 		.key = "ro.boot.sales.param.offset",
3855 		.value = "9437648",
3856 	},
3857 	{
3858 		.key = "ro.boot.sales_code",
3859 		.value = "ATT",
3860 	},
3861 	{
3862 		.key = "ro.boot.sec_atd.tty",
3863 		.value = "/dev/ttyHS8",
3864 	},
3865 	{
3866 		.key = "ro.boot.security_mode",
3867 		.value = "1526595585",
3868 	},
3869 	{
3870 		.key = "ro.boot.serialno",
3871 		.value = "988837435645343543",
3872 	},
3873 	{
3874 		.key = "ro.boot.sku.param.offset",
3875 		.value = "9437552",
3876 	},
3877 	{
3878 		.key = "ro.boot.sn.param.offset",
3879 		.value = "9437392",
3880 	},
3881 	{
3882 		.key = "ro.boot.ucs_mode",
3883 		.value = "0",
3884 	},
3885 	{
3886 		.key = "ro.boot.verifiedbootstate",
3887 		.value = "green",
3888 	},
3889 	{
3890 		.key = "ro.boot.warranty_bit",
3891 		.value = "0",
3892 	},
3893 	{
3894 		.key = "ro.boot_recovery",
3895 		.value = "0",
3896 	},
3897 	{
3898 		.key = "ro.bootimage.build.date",
3899 		.value = "Sat Mar 11 22:44:17 KST 2017",
3900 	},
3901 	{
3902 		.key = "ro.bootimage.build.date.utc",
3903 		.value = "1489239857",
3904 	},
3905 	{
3906 		.key = "ro.bootimage.build.fingerprint",
3907 		.value = "samsung/dreamqltesq/dreamqltesq:7.0/NRD90M/G950USQU1AQC9:user/test-keys",
3908 	},
3909 	{
3910 		.key = "ro.bootloader",
3911 		.value = "G950USQU1AQC9",
3912 	},
3913 	{
3914 		.key = "ro.bootmode",
3915 		.value = "unknown",
3916 	},
3917 	{
3918 		.key = "ro.bt.bdaddr_path",
3919 		.value = "/efs/bluetooth/bt_addr",
3920 	},
3921 	{
3922 		.key = "ro.build.PDA",
3923 		.value = "G950USQU1AQC9",
3924 	},
3925 	{
3926 		.key = "ro.build.changelist",
3927 		.value = "10895874",
3928 	},
3929 	{
3930 		.key = "ro.build.characteristics",
3931 		.value = "default",
3932 	},
3933 	{
3934 		.key = "ro.build.date",
3935 		.value = "Sat Mar 11 22:44:17 KST 2017",
3936 	},
3937 	{
3938 		.key = "ro.build.date.utc",
3939 		.value = "1489239857",
3940 	},
3941 	{
3942 		.key = "ro.build.description",
3943 		.value = "dreamqltesq-user 7.0 NRD90M G950USQU1AQC9 release-keys",
3944 	},
3945 	{
3946 		.key = "ro.build.display.id",
3947 		.value = "NRD90M.G950USQU1AQC9",
3948 	},
3949 	{
3950 		.key = "ro.build.fingerprint",
3951 		.value = "samsung/dreamqltesq/dreamqltesq:7.0/NRD90M/G950USQU1AQC9:user/release-keys",
3952 	},
3953 	{
3954 		.key = "ro.build.flavor",
3955 		.value = "dreamqltesq-user",
3956 	},
3957 	{
3958 		.key = "ro.build.host",
3959 		.value = "SWHE7721",
3960 	},
3961 	{
3962 		.key = "ro.build.id",
3963 		.value = "NRD90M",
3964 	},
3965 	{
3966 		.key = "ro.build.official.release",
3967 		.value = "true",
3968 	},
3969 	{
3970 		.key = "ro.build.product",
3971 		.value = "dreamqltesq",
3972 	},
3973 	{
3974 		.key = "ro.build.scafe.version",
3975 		.value = "2017A",
3976 	},
3977 	{
3978 		.key = "ro.build.selinux",
3979 		.value = "1",
3980 	},
3981 	{
3982 		.key = "ro.build.selinux.enforce",
3983 		.value = "1",
3984 	},
3985 	{
3986 		.key = "ro.build.tags",
3987 		.value = "release-keys",
3988 	},
3989 	{
3990 		.key = "ro.build.type",
3991 		.value = "user",
3992 	},
3993 	{
3994 		.key = "ro.build.user",
3995 		.value = "dpi",
3996 	},
3997 	{
3998 		.key = "ro.build.version.all_codenames",
3999 		.value = "REL",
4000 	},
4001 	{
4002 		.key = "ro.build.version.base_os",
4003 		.value = "",
4004 	},
4005 	{
4006 		.key = "ro.build.version.codename",
4007 		.value = "REL",
4008 	},
4009 	{
4010 		.key = "ro.build.version.incremental",
4011 		.value = "G950USQU1AQC9",
4012 	},
4013 	{
4014 		.key = "ro.build.version.preview_sdk",
4015 		.value = "0",
4016 	},
4017 	{
4018 		.key = "ro.build.version.release",
4019 		.value = "7.0",
4020 	},
4021 	{
4022 		.key = "ro.build.version.sdk",
4023 		.value = "24",
4024 	},
4025 	{
4026 		.key = "ro.build.version.security_patch",
4027 		.value = "2017-03-01",
4028 	},
4029 	{
4030 		.key = "ro.build.version.sem",
4031 		.value = "2403",
4032 	},
4033 	{
4034 		.key = "ro.build.version.sep",
4035 		.value = "80100",
4036 	},
4037 	{
4038 		.key = "ro.carrier",
4039 		.value = "unknown",
4040 	},
4041 	{
4042 		.key = "ro.carrierid",
4043 		.value = "ATT",
4044 	},
4045 	{
4046 		.key = "ro.carrierid.param.offset",
4047 		.value = "9437644",
4048 	},
4049 	{
4050 		.key = "ro.chipname",
4051 		.value = "MSM8998",
4052 	},
4053 	{
4054 		.key = "ro.com.google.clientidbase",
4055 		.value = "android-samsung",
4056 	},
4057 	{
4058 		.key = "ro.com.google.clientidbase.am",
4059 		.value = "android-att-us",
4060 	},
4061 	{
4062 		.key = "ro.com.google.clientidbase.gmm",
4063 		.value = "android-samsung",
4064 	},
4065 	{
4066 		.key = "ro.com.google.clientidbase.ms",
4067 		.value = "android-att-us",
4068 	},
4069 	{
4070 		.key = "ro.com.google.clientidbase.yt",
4071 		.value = "android-samsung",
4072 	},
4073 	{
4074 		.key = "ro.com.google.gmsversion",
4075 		.value = "7.0_r4",
4076 	},
4077 	{
4078 		.key = "ro.config.alarm_alert",
4079 		.value = "Morning_Glory.ogg",
4080 	},
4081 	{
4082 		.key = "ro.config.dha_cached_max",
4083 		.value = "16",
4084 	},
4085 	{
4086 		.key = "ro.config.dha_cached_min",
4087 		.value = "6",
4088 	},
4089 	{
4090 		.key = "ro.config.dha_empty_init",
4091 		.value = "32",
4092 	},
4093 	{
4094 		.key = "ro.config.dha_empty_max",
4095 		.value = "32",
4096 	},
4097 	{
4098 		.key = "ro.config.dha_empty_min",
4099 		.value = "8",
4100 	},
4101 	{
4102 		.key = "ro.config.dha_pwhitelist_enable",
4103 		.value = "1",
4104 	},
4105 	{
4106 		.key = "ro.config.dha_pwhl_key",
4107 		.value = "7938",
4108 	},
4109 	{
4110 		.key = "ro.config.dha_th_rate",
4111 		.value = "2.0",
4112 	},
4113 	{
4114 		.key = "ro.config.dmverity",
4115 		.value = "true",
4116 	},
4117 	{
4118 		.key = "ro.config.fall_prevent_enable",
4119 		.value = "true",
4120 	},
4121 	{
4122 		.key = "ro.config.iccc_version",
4123 		.value = "1.0",
4124 	},
4125 	{
4126 		.key = "ro.config.infinite_bg_enable",
4127 		.value = "true",
4128 	},
4129 	{
4130 		.key = "ro.config.kap",
4131 		.value = "true",
4132 	},
4133 	{
4134 		.key = "ro.config.kap_default_on",
4135 		.value = "true",
4136 	},
4137 	{
4138 		.key = "ro.config.knox",
4139 		.value = "v30",
4140 	},
4141 	{
4142 		.key = "ro.config.media_sound",
4143 		.value = "Media_preview_Touch_the_light.ogg",
4144 	},
4145 	{
4146 		.key = "ro.config.notification_sound",
4147 		.value = "Skyline.ogg",
4148 	},
4149 	{
4150 		.key = "ro.config.notification_sound_2",
4151 		.value = "S_Charming_Bell.ogg",
4152 	},
4153 	{
4154 		.key = "ro.config.ringtone",
4155 		.value = "Over_the_Horizon.ogg",
4156 	},
4157 	{
4158 		.key = "ro.config.ringtone_2",
4159 		.value = "Basic_Bell.ogg",
4160 	},
4161 	{
4162 		.key = "ro.config.rm_preload_enabled",
4163 		.value = "1",
4164 	},
4165 	{
4166 		.key = "ro.config.tima",
4167 		.value = "1",
4168 	},
4169 	{
4170 		.key = "ro.config.timaversion",
4171 		.value = "3.0",
4172 	},
4173 	{
4174 		.key = "ro.config.vc_call_vol_steps",
4175 		.value = "7",
4176 	},
4177 	{
4178 		.key = "ro.cp_debug_level",
4179 		.value = "0x55FF",
4180 	},
4181 	{
4182 		.key = "ro.crypto.fs_crypto_blkdev",
4183 		.value = "/dev/block/dm-1",
4184 	},
4185 	{
4186 		.key = "ro.crypto.state",
4187 		.value = "encrypted",
4188 	},
4189 	{
4190 		.key = "ro.crypto.type",
4191 		.value = "block",
4192 	},
4193 	{
4194 		.key = "ro.csc.country_code",
4195 		.value = "USA",
4196 	},
4197 	{
4198 		.key = "ro.csc.countryiso_code",
4199 		.value = "US",
4200 	},
4201 	{
4202 		.key = "ro.csc.facebook.partnerid",
4203 		.value = "att:4b2a1409-4fa0-4d4c-a184-95f0f26d4192",
4204 	},
4205 	{
4206 		.key = "ro.csc.omcnw_code",
4207 		.value = "ATT",
4208 	},
4209 	{
4210 		.key = "ro.csc.sales_code",
4211 		.value = "ATT",
4212 	},
4213 	{
4214 		.key = "ro.dalvik.vm.native.bridge",
4215 		.value = "0",
4216 	},
4217 	{
4218 		.key = "ro.ddr_start_type",
4219 		.value = "1",
4220 	},
4221 	{
4222 		.key = "ro.debug_level",
4223 		.value = "0x4f4c",
4224 	},
4225 	{
4226 		.key = "ro.debuggable",
4227 		.value = "0",
4228 	},
4229 	{
4230 		.key = "ro.em.did",
4231 		.value = "205ED58976E0",
4232 	},
4233 	{
4234 		.key = "ro.em.model",
4235 		.value = "SM-G950U",
4236 	},
4237 	{
4238 		.key = "ro.em.status",
4239 		.value = "0x0",
4240 	},
4241 	{
4242 		.key = "ro.emmc_checksum",
4243 		.value = "unknown",
4244 	},
4245 	{
4246 		.key = "ro.error.receiver.default",
4247 		.value = "com.samsung.receiver.error",
4248 	},
4249 	{
4250 		.key = "ro.expect.recovery_id",
4251 		.value = "0x8552e40588718421e1b203e068e9106d55fdab7d000000000000000000000000",
4252 	},
4253 	{
4254 		.key = "ro.frp.pst",
4255 		.value = "/dev/block/persistent",
4256 	},
4257 	{
4258 		.key = "ro.gfx.driver.0",
4259 		.value = "com.samsung.gpudriver.S8Adreno540_70",
4260 	},
4261 	{
4262 		.key = "ro.gpu.available_frequencies",
4263 		.value = "670000000 596000000 515000000 414000000 342000000 257000000 ",
4264 	},
4265 	{
4266 		.key = "ro.hardware",
4267 		.value = "qcom",
4268 	},
4269 	{
4270 		.key = "ro.hardware.egl",
4271 		.value = "adreno",
4272 	},
4273 	{
4274 		.key = "ro.hardware.gatekeeper",
4275 		.value = "mdfpp",
4276 	},
4277 	{
4278 		.key = "ro.hardware.keystore",
4279 		.value = "mdfpp",
4280 	},
4281 	{
4282 		.key = "ro.hdcp2.rx",
4283 		.value = "tz",
4284 	},
4285 	{
4286 		.key = "ro.hmac_mismatch",
4287 		.value = "unknown",
4288 	},
4289 	{
4290 		.key = "ro.hwui.drop_shadow_cache_size",
4291 		.value = "6",
4292 	},
4293 	{
4294 		.key = "ro.hwui.gradient_cache_size",
4295 		.value = "2",
4296 	},
4297 	{
4298 		.key = "ro.hwui.layer_cache_size",
4299 		.value = "58",
4300 	},
4301 	{
4302 		.key = "ro.hwui.path_cache_size",
4303 		.value = "16",
4304 	},
4305 	{
4306 		.key = "ro.hwui.r_buffer_cache_size",
4307 		.value = "8",
4308 	},
4309 	{
4310 		.key = "ro.hwui.shape_cache_size",
4311 		.value = "4",
4312 	},
4313 	{
4314 		.key = "ro.hwui.text_large_cache_height",
4315 		.value = "2048",
4316 	},
4317 	{
4318 		.key = "ro.hwui.text_large_cache_width",
4319 		.value = "4096",
4320 	},
4321 	{
4322 		.key = "ro.hwui.text_small_cache_height",
4323 		.value = "1024",
4324 	},
4325 	{
4326 		.key = "ro.hwui.text_small_cache_width",
4327 		.value = "1024",
4328 	},
4329 	{
4330 		.key = "ro.hwui.texture_cache_flushrate",
4331 		.value = "0.4",
4332 	},
4333 	{
4334 		.key = "ro.hwui.texture_cache_size",
4335 		.value = "88",
4336 	},
4337 	{
4338 		.key = "ro.im.param.offset",
4339 		.value = "9437232",
4340 	},
4341 	{
4342 		.key = "ro.input.resamplelatency",
4343 		.value = "1",
4344 	},
4345 	{
4346 		.key = "ro.kernel.qemu",
4347 		.value = "0",
4348 	},
4349 	{
4350 		.key = "ro.knox.enhance.zygote.aslr",
4351 		.value = "0",
4352 	},
4353 	{
4354 		.key = "ro.mct.compressiontype",
4355 		.value = "ETC1",
4356 	},
4357 	{
4358 		.key = "ro.mdtp.package_name2",
4359 		.value = "com.qualcomm.qti.securemsm.mdtp.MdtpDemo",
4360 	},
4361 	{
4362 		.key = "ro.me.param.offset",
4363 		.value = "9437312",
4364 	},
4365 	{
4366 		.key = "ro.mst.support",
4367 		.value = "1",
4368 	},
4369 	{
4370 		.key = "ro.nfc.port",
4371 		.value = "I2C",
4372 	},
4373 	{
4374 		.key = "ro.oem.key1",
4375 		.value = "ATT",
4376 	},
4377 	{
4378 		.key = "ro.oem_unlock_supported",
4379 		.value = "1",
4380 	},
4381 	{
4382 		.key = "ro.opa.eligible_device",
4383 		.value = "true",
4384 	},
4385 	{
4386 		.key = "ro.opengles.version",
4387 		.value = "196610",
4388 	},
4389 	{
4390 		.key = "ro.pr.param.offset",
4391 		.value = "9437472",
4392 	},
4393 	{
4394 		.key = "ro.product.board",
4395 		.value = "msm8998",
4396 	},
4397 	{
4398 		.key = "ro.product.brand",
4399 		.value = "samsung",
4400 	},
4401 	{
4402 		.key = "ro.product.cpu.abi",
4403 		.value = "arm64-v8a",
4404 	},
4405 	{
4406 		.key = "ro.product.cpu.abilist",
4407 		.value = "arm64-v8a,armeabi-v7a,armeabi",
4408 	},
4409 	{
4410 		.key = "ro.product.cpu.abilist32",
4411 		.value = "armeabi-v7a,armeabi",
4412 	},
4413 	{
4414 		.key = "ro.product.cpu.abilist64",
4415 		.value = "arm64-v8a",
4416 	},
4417 	{
4418 		.key = "ro.product.device",
4419 		.value = "dreamqltesq",
4420 	},
4421 	{
4422 		.key = "ro.product.first_api_level",
4423 		.value = "24",
4424 	},
4425 	{
4426 		.key = "ro.product.locale",
4427 		.value = "en-US",
4428 	},
4429 	{
4430 		.key = "ro.product.manufacturer",
4431 		.value = "samsung",
4432 	},
4433 	{
4434 		.key = "ro.product.model",
4435 		.value = "SM-G950U",
4436 	},
4437 	{
4438 		.key = "ro.product.name",
4439 		.value = "dreamqltesq",
4440 	},
4441 	{
4442 		.key = "ro.product_ship",
4443 		.value = "true",
4444 	},
4445 	{
4446 		.key = "ro.qc.sdk.audio.fluencetype",
4447 		.value = "none",
4448 	},
4449 	{
4450 		.key = "ro.qc.sdk.audio.ssr",
4451 		.value = "false",
4452 	},
4453 	{
4454 		.key = "ro.qti.sensors.cmc",
4455 		.value = "false",
4456 	},
4457 	{
4458 		.key = "ro.qti.sensors.dpc",
4459 		.value = "false",
4460 	},
4461 	{
4462 		.key = "ro.qti.sensors.facing",
4463 		.value = "false",
4464 	},
4465 	{
4466 		.key = "ro.qti.sensors.fast_amd",
4467 		.value = "false",
4468 	},
4469 	{
4470 		.key = "ro.qti.sensors.georv",
4471 		.value = "false",
4472 	},
4473 	{
4474 		.key = "ro.qti.sensors.scrn_ortn",
4475 		.value = "false",
4476 	},
4477 	{
4478 		.key = "ro.qualcomm.cabl",
4479 		.value = "0",
4480 	},
4481 	{
4482 		.key = "ro.radio.noril",
4483 		.value = "no",
4484 	},
4485 	{
4486 		.key = "ro.revision",
4487 		.value = "12",
4488 	},
4489 	{
4490 		.key = "ro.ril.network_code",
4491 		.value = "ATT",
4492 	},
4493 	{
4494 		.key = "ro.ril.svdo",
4495 		.value = "false",
4496 	},
4497 	{
4498 		.key = "ro.ril.svlte1x",
4499 		.value = "false",
4500 	},
4501 	{
4502 		.key = "ro.rtn_config",
4503 		.value = "unknown",
4504 	},
4505 	{
4506 		.key = "ro.runtime.firstboot",
4507 		.value = "1524159263637",
4508 	},
4509 	{
4510 		.key = "ro.sales.param.offset",
4511 		.value = "9437648",
4512 	},
4513 	{
4514 		.key = "ro.sec.ice.key_update",
4515 		.value = "true",
4516 	},
4517 	{
4518 		.key = "ro.secure",
4519 		.value = "1",
4520 	},
4521 	{
4522 		.key = "ro.securestorage.support",
4523 		.value = "true",
4524 	},
4525 	{
4526 		.key = "ro.security.ese.cosname",
4527 		.value = "JCOP4.0_0050534A",
4528 	},
4529 	{
4530 		.key = "ro.security.esest",
4531 		.value = "per0201exi",
4532 	},
4533 	{
4534 		.key = "ro.security.icd.flagmode",
4535 		.value = "multi",
4536 	},
4537 	{
4538 		.key = "ro.security.mdpp.release",
4539 		.value = "1",
4540 	},
4541 	{
4542 		.key = "ro.security.mdpp.ux",
4543 		.value = "Enabled",
4544 	},
4545 	{
4546 		.key = "ro.security.mdpp.ver",
4547 		.value = "3.0",
4548 	},
4549 	{
4550 		.key = "ro.security.reactive.version",
4551 		.value = "2.0.11",
4552 	},
4553 	{
4554 		.key = "ro.security.vpnpp.release",
4555 		.value = "8.1",
4556 	},
4557 	{
4558 		.key = "ro.security.vpnpp.ver",
4559 		.value = "1.4",
4560 	},
4561 	{
4562 		.key = "ro.security.wlan.release",
4563 		.value = "1",
4564 	},
4565 	{
4566 		.key = "ro.security.wlan.ver",
4567 		.value = "1.0",
4568 	},
4569 	{
4570 		.key = "ro.security_mode",
4571 		.value = "1526595585",
4572 	},
4573 	{
4574 		.key = "ro.serialno",
4575 		.value = "988837435645343543",
4576 	},
4577 	{
4578 		.key = "ro.setupwizard.mode",
4579 		.value = "OPTIONAL",
4580 	},
4581 	{
4582 		.key = "ro.sf.init.lcd_density",
4583 		.value = "640",
4584 	},
4585 	{
4586 		.key = "ro.sf.lcd_density",
4587 		.value = "480",
4588 	},
4589 	{
4590 		.key = "ro.sku.param.offset",
4591 		.value = "9437552",
4592 	},
4593 	{
4594 		.key = "ro.sn.param.offset",
4595 		.value = "9437392",
4596 	},
4597 	{
4598 		.key = "ro.telephony.call_ring.multiple",
4599 		.value = "false",
4600 	},
4601 	{
4602 		.key = "ro.telephony.default_network",
4603 		.value = "9",
4604 	},
4605 	{
4606 		.key = "ro.tether.denied",
4607 		.value = "false",
4608 	},
4609 	{
4610 		.key = "ro.use_data_netmgrd",
4611 		.value = "true",
4612 	},
4613 	{
4614 		.key = "ro.vendor.extension_library",
4615 		.value = "libqti-perfd-client.so",
4616 	},
4617 	{
4618 		.key = "ro.warranty_bit",
4619 		.value = "0",
4620 	},
4621 	{
4622 		.key = "ro.wifi.channels",
4623 		.value = "",
4624 	},
4625 	{
4626 		.key = "ro.wsmd.enable",
4627 		.value = "true",
4628 	},
4629 	{
4630 		.key = "ro.zygote",
4631 		.value = "zygote64_32",
4632 	},
4633 	{
4634 		.key = "secmm.codecsolution.ready",
4635 		.value = "1",
4636 	},
4637 	{
4638 		.key = "secmm.player.uhqamode",
4639 		.value = "True",
4640 	},
4641 	{
4642 		.key = "security.ASKS.policy_version",
4643 		.value = "161228",
4644 	},
4645 	{
4646 		.key = "security.mdpp",
4647 		.value = "Ready",
4648 	},
4649 	{
4650 		.key = "security.mdpp.mass",
4651 		.value = "skmm",
4652 	},
4653 	{
4654 		.key = "security.mdpp.result",
4655 		.value = "None",
4656 	},
4657 	{
4658 		.key = "security.perf_harden",
4659 		.value = "1",
4660 	},
4661 	{
4662 		.key = "security.semdaemonfinish",
4663 		.value = "1",
4664 	},
4665 	{
4666 		.key = "selinux.policy_version",
4667 		.value = "SEPF_SECMOBILE_7.0_0005",
4668 	},
4669 	{
4670 		.key = "selinux.reload_policy",
4671 		.value = "1",
4672 	},
4673 	{
4674 		.key = "service.bootanim.exit",
4675 		.value = "0",
4676 	},
4677 	{
4678 		.key = "service.camera.client",
4679 		.value = "",
4680 	},
4681 	{
4682 		.key = "service.camera.hdmi_preview",
4683 		.value = "0",
4684 	},
4685 	{
4686 		.key = "service.camera.match.id",
4687 		.value = "0",
4688 	},
4689 	{
4690 		.key = "service.camera.running",
4691 		.value = "0",
4692 	},
4693 	{
4694 		.key = "service.camera.running_0",
4695 		.value = "0",
4696 	},
4697 	{
4698 		.key = "service.camera.samsung.enabled",
4699 		.value = "0",
4700 	},
4701 	{
4702 		.key = "service.media.powersnd",
4703 		.value = "1",
4704 	},
4705 	{
4706 		.key = "service.secureui.screeninfo",
4707 		.value = "1080x2076",
4708 	},
4709 	{
4710 		.key = "storage.mmc.size",
4711 		.value = "63916998656",
4712 	},
4713 	{
4714 		.key = "storage.support.sdcard",
4715 		.value = "1",
4716 	},
4717 	{
4718 		.key = "storage.support.usb",
4719 		.value = "1",
4720 	},
4721 	{
4722 		.key = "sys.aasservice.aason",
4723 		.value = "true",
4724 	},
4725 	{
4726 		.key = "sys.bartender.batterystats.ver",
4727 		.value = "16",
4728 	},
4729 	{
4730 		.key = "sys.boot_completed",
4731 		.value = "1",
4732 	},
4733 	{
4734 		.key = "sys.cameramode.cam_binning",
4735 		.value = "0",
4736 	},
4737 	{
4738 		.key = "sys.cameramode.cam_fps",
4739 		.value = "-1",
4740 	},
4741 	{
4742 		.key = "sys.config.amp_perf_enable",
4743 		.value = "true",
4744 	},
4745 	{
4746 		.key = "sys.config.mars_version",
4747 		.value = "2.00",
4748 	},
4749 	{
4750 		.key = "sys.config.slginfo_debug",
4751 		.value = "false",
4752 	},
4753 	{
4754 		.key = "sys.config.slginfo_dha",
4755 		.value = "true",
4756 	},
4757 	{
4758 		.key = "sys.config.slginfo_enable",
4759 		.value = "false",
4760 	},
4761 	{
4762 		.key = "sys.config.slginfo_max_count",
4763 		.value = "1000",
4764 	},
4765 	{
4766 		.key = "sys.config.slginfo_meminfo",
4767 		.value = "true",
4768 	},
4769 	{
4770 		.key = "sys.config.slginfo_vmstat",
4771 		.value = "true",
4772 	},
4773 	{
4774 		.key = "sys.dockstate",
4775 		.value = "0",
4776 	},
4777 	{
4778 		.key = "sys.enterprise.billing.dualsim",
4779 		.value = "true",
4780 	},
4781 	{
4782 		.key = "sys.enterprise.billing.version",
4783 		.value = "1.3.0",
4784 	},
4785 	{
4786 		.key = "sys.enterprise.otp.version",
4787 		.value = "2.6.0",
4788 	},
4789 	{
4790 		.key = "sys.is_members",
4791 		.value = "exist",
4792 	},
4793 	{
4794 		.key = "sys.isdumpstaterunning",
4795 		.value = "0",
4796 	},
4797 	{
4798 		.key = "sys.knox.exists",
4799 		.value = "0",
4800 	},
4801 	{
4802 		.key = "sys.knox.store",
4803 		.value = "0",
4804 	},
4805 	{
4806 		.key = "sys.listeners.registered",
4807 		.value = "true",
4808 	},
4809 	{
4810 		.key = "sys.mdniecontrolservice.mscon",
4811 		.value = "true",
4812 	},
4813 	{
4814 		.key = "sys.nfc.support",
4815 		.value = "1",
4816 	},
4817 	{
4818 		.key = "sys.oem_unlock_allowed",
4819 		.value = "0",
4820 	},
4821 	{
4822 		.key = "sys.post_boot.parsed",
4823 		.value = "1",
4824 	},
4825 	{
4826 		.key = "sys.qseecomd.enable",
4827 		.value = "true",
4828 	},
4829 	{
4830 		.key = "sys.reset_reason",
4831 		.value = "N|RP",
4832 	},
4833 	{
4834 		.key = "sys.siop.level",
4835 		.value = "-3",
4836 	},
4837 	{
4838 		.key = "sys.skip_lockscreen",
4839 		.value = "0",
4840 	},
4841 	{
4842 		.key = "sys.ssrm.game_running",
4843 		.value = "false",
4844 	},
4845 	{
4846 		.key = "sys.ssrm.mdnie",
4847 		.value = "-1",
4848 	},
4849 	{
4850 		.key = "sys.sysctl.compact_memory",
4851 		.value = "0",
4852 	},
4853 	{
4854 		.key = "sys.sysctl.extra_free_kbytes",
4855 		.value = "49950",
4856 	},
4857 	{
4858 		.key = "sys.sysctl.tcp_def_init_rwnd",
4859 		.value = "60",
4860 	},
4861 	{
4862 		.key = "sys.usb.config",
4863 		.value = "mtp,adb",
4864 	},
4865 	{
4866 		.key = "sys.usb.ffs.ready",
4867 		.value = "1",
4868 	},
4869 	{
4870 		.key = "sys.usb.rndis.func.name",
4871 		.value = "gsi",
4872 	},
4873 	{
4874 		.key = "sys.usb.rps_mask",
4875 		.value = "2",
4876 	},
4877 	{
4878 		.key = "sys.usb.state",
4879 		.value = "mtp,adb",
4880 	},
4881 	{
4882 		.key = "sys.vs.mode",
4883 		.value = "false",
4884 	},
4885 	{
4886 		.key = "system.camera.CC.disable",
4887 		.value = "0",
4888 	},
4889 	{
4890 		.key = "telephony.lteOnCdmaDevice",
4891 		.value = "0",
4892 	},
4893 	{
4894 		.key = "tunnel.audio.encode",
4895 		.value = "false",
4896 	},
4897 	{
4898 		.key = "use.qti.sw.alac.decoder",
4899 		.value = "true",
4900 	},
4901 	{
4902 		.key = "use.qti.sw.ape.decoder",
4903 		.value = "true",
4904 	},
4905 	{
4906 		.key = "use.voice.path.for.pcm.voip",
4907 		.value = "true",
4908 	},
4909 	{
4910 		.key = "vold.crypt.type",
4911 		.value = "default",
4912 	},
4913 	{
4914 		.key = "vold.decrypt",
4915 		.value = "trigger_restart_framework",
4916 	},
4917 	{
4918 		.key = "vold.has_adoptable",
4919 		.value = "0",
4920 	},
4921 	{
4922 		.key = "vold.post_fs_data_done",
4923 		.value = "1",
4924 	},
4925 	{
4926 		.key = "vzw.os.rooted",
4927 		.value = "false",
4928 	},
4929 	{
4930 		.key = "wifi.interface",
4931 		.value = "wlan0",
4932 	},
4933 	{
4934 		.key = "wlan.driver.status",
4935 		.value = "ok",
4936 	},
4937 	{
4938 		.key = "wlan.p2p.chkintent",
4939 		.value = "8",
4940 	},
4941 	{
4942 		.key = "wlan.wfd.status",
4943 		.value = "disconnected",
4944 	},
4945 	{ NULL },
4946 };
4947 #endif /* __ANDROID__ */
4948