• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct cpuinfo_mock_file filesystem[] = {
2 #if CPUINFO_ARCH_ARM64
3 	{
4 		.path = "/proc/cpuinfo",
5 		.size = 906,
6 		.content =
7 			"processor\t: 0\n"
8 			"model name\t: AArch64 Processor rev 2 (aarch64)\n"
9 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
10 			"CPU implementer\t: 0x51\n"
11 			"CPU architecture: 8\n"
12 			"CPU variant\t: 0x1\n"
13 			"CPU part\t: 0x211\n"
14 			"CPU revision\t: 2\n"
15 			"\n"
16 			"processor\t: 1\n"
17 			"model name\t: AArch64 Processor rev 2 (aarch64)\n"
18 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
19 			"CPU implementer\t: 0x51\n"
20 			"CPU architecture: 8\n"
21 			"CPU variant\t: 0x1\n"
22 			"CPU part\t: 0x211\n"
23 			"CPU revision\t: 2\n"
24 			"\n"
25 			"processor\t: 2\n"
26 			"model name\t: AArch64 Processor rev 2 (aarch64)\n"
27 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
28 			"CPU implementer\t: 0x51\n"
29 			"CPU architecture: 8\n"
30 			"CPU variant\t: 0x1\n"
31 			"CPU part\t: 0x205\n"
32 			"CPU revision\t: 2\n"
33 			"\n"
34 			"processor\t: 3\n"
35 			"model name\t: AArch64 Processor rev 2 (aarch64)\n"
36 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
37 			"CPU implementer\t: 0x51\n"
38 			"CPU architecture: 8\n"
39 			"CPU variant\t: 0x1\n"
40 			"CPU part\t: 0x205\n"
41 			"CPU revision\t: 2\n"
42 			"\n"
43 			"Hardware\t: Qualcomm Technologies, Inc MSM8996\n"
44 			"Revision\t: 000f\n",
45 	},
46 #elif CPUINFO_ARCH_ARM
47 	{
48 		.path = "/proc/cpuinfo",
49 		.size = 1137,
50 		.content =
51 			"processor\t: 0\n"
52 			"model name\t: AArch64 Processor rev 2 (aarch64)\n"
53 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
54 			"CPU implementer\t: 0x51\n"
55 			"CPU architecture: 8\n"
56 			"CPU variant\t: 0x1\n"
57 			"CPU part\t: 0x211\n"
58 			"CPU revision\t: 2\n"
59 			"\n"
60 			"processor\t: 1\n"
61 			"model name\t: AArch64 Processor rev 2 (aarch64)\n"
62 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
63 			"CPU implementer\t: 0x51\n"
64 			"CPU architecture: 8\n"
65 			"CPU variant\t: 0x1\n"
66 			"CPU part\t: 0x211\n"
67 			"CPU revision\t: 2\n"
68 			"\n"
69 			"processor\t: 2\n"
70 			"model name\t: AArch64 Processor rev 2 (aarch64)\n"
71 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
72 			"CPU implementer\t: 0x51\n"
73 			"CPU architecture: 8\n"
74 			"CPU variant\t: 0x1\n"
75 			"CPU part\t: 0x205\n"
76 			"CPU revision\t: 2\n"
77 			"\n"
78 			"processor\t: 3\n"
79 			"model name\t: AArch64 Processor rev 2 (aarch64)\n"
80 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
81 			"CPU implementer\t: 0x51\n"
82 			"CPU architecture: 8\n"
83 			"CPU variant\t: 0x1\n"
84 			"CPU part\t: 0x205\n"
85 			"CPU revision\t: 2\n"
86 			"\n"
87 			"Hardware\t: Qualcomm Technologies, Inc MSM8996\n"
88 			"Revision\t: 000f",
89 	},
90 #endif
91 	{
92 		.path = "/system/build.prop",
93 		.size = 9222,
94 		.content =
95 			"\n"
96 			"# begin build properties\n"
97 			"# autogenerated by buildinfo.sh\n"
98 			"ro.build.id=MMB29M\n"
99 			"ro.build.display.id=MMB29M.G930AUCS4APK1\n"
100 			"ro.build.version.incremental=G930AUCS4APK1\n"
101 			"ro.build.version.sdk=23\n"
102 			"ro.build.version.preview_sdk=0\n"
103 			"ro.build.version.codename=REL\n"
104 			"ro.build.version.all_codenames=REL\n"
105 			"ro.build.version.release=6.0.1\n"
106 			"ro.build.version.security_patch=2016-11-01\n"
107 			"ro.build.version.base_os=samsung/heroqlteuc/heroqlteatt:6.0.1/MMB29M/G930AUCU4APJ4:user/release-keys\n"
108 			"ro.build.date=Tue Nov  8 11:46:56 KST 2016\n"
109 			"ro.build.date.utc=1478573216\n"
110 			"ro.build.type=user\n"
111 			"ro.build.user=dpi\n"
112 			"ro.build.host=SWHC3505\n"
113 			"ro.build.tags=release-keys\n"
114 			"ro.build.flavor=heroqlteuc-user\n"
115 			"ro.product.model=SAMSUNG-SM-G930A\n"
116 			"ro.product.brand=samsung\n"
117 			"ro.product.name=heroqlteuc\n"
118 			"ro.product.device=heroqlteatt\n"
119 			"ro.product.board=msm8996\n"
120 			"# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
121 			"# use ro.product.cpu.abilist instead.\n"
122 			"ro.product.cpu.abi=arm64-v8a\n"
123 			"ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n"
124 			"ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
125 			"ro.product.cpu.abilist64=arm64-v8a\n"
126 			"ro.product.manufacturer=samsung\n"
127 			"ro.product.locale=en-US\n"
128 			"ro.wifi.channels=\n"
129 			"ro.board.platform=msm8996\n"
130 			"# ro.build.product is obsolete; use ro.product.device\n"
131 			"ro.build.product=heroqlteatt\n"
132 			"# Do not try to parse description, fingerprint, or thumbprint\n"
133 			"ro.build.description=heroqlteuc-user 6.0.1 MMB29M G930AUCS4APK1 release-keys\n"
134 			"ro.build.fingerprint=samsung/heroqlteuc/heroqlteatt:6.0.1/MMB29M/G930AUCS4APK1:user/release-keys\n"
135 			"ro.build.characteristics=att\n"
136 			"# Samsung Specific Properties\n"
137 			"ro.build.PDA=G930AUCS4APK1\n"
138 			"ro.build.hidden_ver=G930AUCS4APK1\n"
139 			"ro.config.rm_preload_enabled=0\n"
140 			"ro.build.changelist=9439621\n"
141 			"ro.product_ship=true\n"
142 			"ro.build.official.release=true\n"
143 			"ro.chipname=MSM8996\n"
144 			"# end build properties\n"
145 			"\n"
146 			"#\n"
147 			"# HWUI_BUILD_PROPERTIES\n"
148 			"#\n"
149 			"ro.hwui.texture_cache_size=88\n"
150 			"ro.hwui.layer_cache_size=58\n"
151 			"ro.hwui.path_cache_size=16\n"
152 			"ro.hwui.texture_cache_flushrate=0.4\n"
153 			"ro.hwui.shape_cache_size=4\n"
154 			"ro.hwui.gradient_cache_size=2\n"
155 			"ro.hwui.drop_shadow_cache_size=6\n"
156 			"ro.hwui.r_buffer_cache_size=8\n"
157 			"ro.hwui.text_small_cache_width=1024\n"
158 			"ro.hwui.text_small_cache_height=1024\n"
159 			"ro.hwui.text_large_cache_width=4096\n"
160 			"ro.hwui.text_large_cache_height=2048\n"
161 			"ro.hwui.fbo_cache_size=16\n"
162 			"#\n"
163 			"# from device/samsung/heroqlteatt/system.prop\n"
164 			"#\n"
165 			"#\n"
166 			"# system.prop for msm8996\n"
167 			"#\n"
168 			"\n"
169 			"ro.sf.lcd_density=640\n"
170 			"\n"
171 			"debug.sf.hw=1\n"
172 			"debug.egl.hw=1\n"
173 			"debug.gralloc.enable_fb_ubwc=1\n"
174 			"dalvik.vm.heapsize=36m\n"
175 			"dev.pm.dyn_samplingrate=1\n"
176 			"persist.demo.hdmirotationlock=false\n"
177 			"\n"
178 			"#ro.hdmi.enable=true\n"
179 			"#persist.speaker.prot.enable=false\n"
180 			"qcom.hw.aac.encoder=true\n"
181 			"\n"
182 			"#system props for the MM modules\n"
183 			"media.stagefright.enable-player=true\n"
184 			"media.stagefright.enable-http=true\n"
185 			"media.stagefright.enable-aac=true\n"
186 			"media.stagefright.enable-qcp=true\n"
187 			"media.stagefright.enable-fma2dp=true\n"
188 			"media.stagefright.enable-scan=true\n"
189 			"mmp.enable.3g2=true\n"
190 			"media.aac_51_output_enabled=true\n"
191 			"mm.enable.smoothstreaming=true\n"
192 			"#3314291: Decimal sum after adding FLAC parser flag 131072\n"
193 			"#37491 is decimal sum of supported codecs in AAL\n"
194 			"#codecs: DivX DivXHD AVI AC3 ASF AAC QCP DTS 3G2 MP2TS\n"
195 			"mm.enable.qcom_parser=3314291\n"
196 			"persist.mm.enable.prefetch=true\n"
197 			"\n"
198 			"#\n"
199 			"# system props for the data modules\n"
200 			"#\n"
201 			"#ro.use_data_netmgrd=true\n"
202 			"#persist.data.netmgrd.qos.enable=true\n"
203 			"#persist.data.mode=concurrent\n"
204 			"persist.data.dpm.enable=true\n"
205 			"\n"
206 			"#system props for time-services\n"
207 			"persist.timed.enable=true\n"
208 			"\n"
209 			"#\n"
210 			"# system prop for opengles version\n"
211 			"#\n"
212 			"# 196608 is decimal for 0x30000 to report version 3\n"
213 			"ro.opengles.version=196609\n"
214 			"\n"
215 			"# system property for maximum number of HFP client connections\n"
216 			"#bt.max.hfpclient.connections=1\n"
217 			"\n"
218 			"# System property for cabl\n"
219 			"ro.qualcomm.cabl=1\n"
220 			"\n"
221 			"#Simulate sdcard on /data/media\n"
222 			"#\n"
223 			"persist.fuse_sdcard=true\n"
224 			"\n"
225 			"#system prop for Bluetooth SOC type\n"
226 			"#qcom.bluetooth.soc=rome\n"
227 			"\n"
228 			"#system prop for A4WP profile support\n"
229 			"#ro.bluetooth.a4wp=true\n"
230 			"\n"
231 			"#system prop for wipower support\n"
232 			"#ro.bluetooth.wipower=true\n"
233 			"\n"
234 			"#Set this true as ROME which is programmed\n"
235 			"#as embedded wipower mode by deafult\n"
236 			"#ro.bluetooth.emb_wp_mode=true\n"
237 			"\n"
238 			"#\n"
239 			"#snapdragon value add features\n"
240 			"#\n"
241 			"ro.qc.sdk.audio.ssr=false\n"
242 			"\n"
243 			"##fluencetype can be \"fluence\" or \"fluencepro\" or \"none\"\n"
244 			"ro.qc.sdk.audio.fluencetype=none\n"
245 			"persist.audio.fluence.voicecall=true\n"
246 			"persist.audio.fluence.voicerec=false\n"
247 			"persist.audio.fluence.speaker=true\n"
248 			"\n"
249 			"#system prop for RmNet Data\n"
250 			"persist.rmnet.data.enable=true\n"
251 			"persist.data.wda.enable=true\n"
252 			"persist.data.df.dl_mode=5\n"
253 			"persist.data.df.ul_mode=5\n"
254 			"persist.data.df.agg.dl_pkt=10\n"
255 			"persist.data.df.agg.dl_size=4096\n"
256 			"persist.data.df.mux_count=8\n"
257 			"persist.data.df.iwlan_mux=9\n"
258 			"persist.data.df.dev_name=rmnet_usb0\n"
259 			"\n"
260 			"#property to enable user to access Google WFD settings\n"
261 			"persist.debug.wfd.enable=1\n"
262 			"##property to choose between virtual/external wfd display\n"
263 			"persist.sys.wfd.virtual=0\n"
264 			"\n"
265 			"#property to enable sde downscale feature for external display\n"
266 			"#sdm.debug.downscale_external=1\n"
267 			"\n"
268 			"#property to specify the number of frames to skip before setting hint\n"
269 			"sdm.perf_hint_window=50\n"
270 			"\n"
271 			"#disable tunnel encoding\n"
272 			"tunnel.audio.encode=false\n"
273 			"\n"
274 			"#disable gapless by default\n"
275 			"audio.offload.gapless.enabled=false\n"
276 			"\n"
277 			"#Buffer size in kbytes for compress offload playback\n"
278 			"audio.offload.buffer.size.kb=32\n"
279 			"\n"
280 			"#Enable offload audio video playback by default\n"
281 			"av.offload.enable=true\n"
282 			"\n"
283 			"#Enable 16 bit PCM offload by default\n"
284 			"audio.offload.pcm.16bit.enable=true\n"
285 			"\n"
286 			"#Enable 24 bit PCM offload by default\n"
287 			"audio.offload.pcm.24bit.enable=true\n"
288 			"\n"
289 			"#Enable audio track offload by default\n"
290 			"audio.offload.track.enabled=true\n"
291 			"\n"
292 			"#enable voice path for PCM VoIP by default\n"
293 			"use.voice.path.for.pcm.voip=true\n"
294 			"\n"
295 			"# system prop for NFC DT\n"
296 			"ro.nfc.port=I2C\n"
297 			"\n"
298 			"#hwui properties\n"
299 			"ro.hwui.texture_cache_size=72\n"
300 			"ro.hwui.layer_cache_size=48\n"
301 			"ro.hwui.r_buffer_cache_size=8\n"
302 			"ro.hwui.path_cache_size=32\n"
303 			"ro.hwui.gradient_cache_size=1\n"
304 			"ro.hwui.drop_shadow_cache_size=6\n"
305 			"ro.hwui.texture_cache_flushrate=0.4\n"
306 			"ro.hwui.text_small_cache_width=1024\n"
307 			"ro.hwui.text_small_cache_height=1024\n"
308 			"ro.hwui.text_large_cache_width=2048\n"
309 			"ro.hwui.text_large_cache_height=1024\n"
310 			"\n"
311 			"#enable voice path for PCM VoIP by default\n"
312 			"use.voice.path.for.pcm.voip=true\n"
313 			"\n"
314 			"#Disable property for Dolby ds2\n"
315 			"audio.dolby.ds2.enabled=false\n"
316 			"\n"
317 			"#Disable property for hard bypass\n"
318 			"audio.dolby.ds2.hardbypass=false\n"
319 			"\n"
320 			"audio.offload.passthrough=false\n"
321 			"audio.offload.multiple.enabled=false\n"
322 			"\n"
323 			"# enable navigation bar\n"
324 			"qemu.hw.mainkeys=1\n"
325 			"\n"
326 			"#property to enable VDS WFD solution\n"
327 			"persist.hwc.enable_vds=1\n"
328 			"\n"
329 			"#Enable stm events\n"
330 			"#Samsung Disable this because of too poor performance when it enabled.\n"
331 			"ro.dbg.coresight.config=stm_events_disabled\n"
332 			"#property to enable fingerprint\n"
333 			"persist.qfp=false\n"
334 			"\n"
335 			"#Set SSC Debug Level on AP Side\n"
336 			"persist.debug.sensors.hal=W\n"
337 			"debug.qualcomm.sns.daemon=I\n"
338 			"debug.qualcomm.sns.libsensor1=I\n"
339 			"\n"
340 			"#Disable Sensor Feature\n"
341 			"ro.qti.sensors.georv=false\n"
342 			"ro.qti.sensors.cmc=false\n"
343 			"ro.qti.sensors.dpc=false\n"
344 			"ro.qti.sensors.facing=false\n"
345 			"ro.qti.sensors.fast_amd=false\n"
346 			"ro.qti.sensors.scrn_ortn=false\n"
347 			"\n"
348 			"#Disable rotator split feature\n"
349 			"sdm.debug.disable_rotator_split=1\n"
350 			"\n"
351 			"#\n"
352 			"# ADDITIONAL_BUILD_PROPERTIES\n"
353 			"#\n"
354 			"ro.astcenc.astcsupport=1\n"
355 			"ro.mct.compressiontype=ETC1\n"
356 			"ro.config.dmverity=true\n"
357 			"ro.config.kap_default_on=true\n"
358 			"ro.config.kap=true\n"
359 			"ro.use_data_netmgrd=true\n"
360 			"persist.radio.sib16_support=0\n"
361 			"ro.telephony.default_network=9\n"
362 			"dalvik.vm.heapstartsize=8m\n"
363 			"dalvik.vm.heapgrowthlimit=256m\n"
364 			"dalvik.vm.heapsize=512m\n"
365 			"dalvik.vm.heaptargetutilization=0.75\n"
366 			"dalvik.vm.heapminfree=2m\n"
367 			"dalvik.vm.heapmaxfree=8m\n"
368 			"keyguard.no_require_sim=true\n"
369 			"ro.carrier=unknown\n"
370 			"ro.security.icd.flagmode=multi\n"
371 			"security.ASKS.policy_version=000000\n"
372 			"ro.vendor.extension_library=libqti-perfd-client.so\n"
373 			"persist.radio.apm_sim_not_pwdn=1\n"
374 			"persist.radio.custom_ecc=1\n"
375 			"af.fast_track_multiplier=1\n"
376 			"audio_hal.period_size=192\n"
377 			"camera.disable_zsl_mode=1\n"
378 			"security.mdpp.mass=skmm\n"
379 			"ro.build.scafe.version=2016A\n"
380 			"ro.build.scafe.size=short\n"
381 			"ro.build.scafe.shot=single\n"
382 			"ro.build.scafe.cream=white\n"
383 			"ro.frp.pst=/dev/block/persistent\n"
384 			"ro.error.receiver.default=com.samsung.receiver.error\n"
385 			"ro.hdcp2.rx=tz\n"
386 			"ro.secwvk=144\n"
387 			"ro.securestorage.support=true\n"
388 			"security.mdpp=None\n"
389 			"ro.security.mdpp.ver=2.0\n"
390 			"ro.security.mdpp.release=7\n"
391 			"security.mdpp.result=None\n"
392 			"ro.hardware.keystore=mdfpp\n"
393 			"ro.hardware.gatekeeper=mdfpp\n"
394 			"ro.security.vpnpp.ver=1.4\n"
395 			"ro.security.vpnpp.release=6.1\n"
396 			"ro.sec.fle.encryption=true\n"
397 			"sys.config.bigdata_enable=true\n"
398 			"sys.config.bigdata_mem_enable=true\n"
399 			"ro.config.dha_cached_min=8\n"
400 			"ro.config.dha_cached_max=16\n"
401 			"ro.config.dha_empty_min=8\n"
402 			"ro.config.dha_empty_max=32\n"
403 			"ro.config.dha_th_rate=1.7\n"
404 			"ro.config.dha_pwhitelist_enable=1\n"
405 			"ro.config.ringtone=ATT_Firefly_Default.ogg\n"
406 			"ro.config.notification_sound=Whisper.ogg\n"
407 			"ro.config.alarm_alert=Morning_Flower.ogg\n"
408 			"ro.config.media_sound=Media_preview_Touch_the_light.ogg\n"
409 			"ro.config.ringtone_2=Basic_Bell.ogg\n"
410 			"ro.config.notification_sound_2=S_Charming_Bell.ogg\n"
411 			"ro.security.mdpp.ux=Enabled\n"
412 			"ro.setupwizard.mode=OPTIONAL\n"
413 			"ro.com.google.gmsversion=6.0_r6\n"
414 			"ro.com.google.clientidbase=android-samsung\n"
415 			"persist.sys.dalvik.vm.lib.2=libart.so\n"
416 			"dalvik.vm.isa.arm64.variant=kryo\n"
417 			"dalvik.vm.isa.arm64.features=default\n"
418 			"dalvik.vm.isa.arm.variant=cortex-a53\n"
419 			"dalvik.vm.isa.arm.features=default\n"
420 			"ro.build.selinux=1\n"
421 			"ro.config.knox=v30\n"
422 			"ro.config.tima=1\n"
423 			"ro.config.timaversion=3.0\n"
424 			"ro.config.iccc_version=1.0\n"
425 			"ro.kernel.qemu=0\n"
426 			"net.bt.name=Android\n"
427 			"dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
428 			"persist.gps.qc_nlp_in_use=1\n"
429 			"persist.loc.nlp_name=com.qualcomm.location\n"
430 			"ro.gps.agps_provider=1\n"
431 			"ro.build.version.sdl=2301\n"
432 			"ro.expect.recovery_id=0x1bf16698c3b2cca6006ec8c8426e001ecad484d7000000000000000000000000\n"
433 			"\n",
434 	},
435 	{
436 		.path = "/sys/class/kgsl/kgsl-3d0/bus_split",
437 		.size = 3,
438 		.content = "1\r\n",
439 	},
440 	{
441 		.path = "/sys/class/kgsl/kgsl-3d0/deep_nap_timer",
442 		.size = 4,
443 		.content = "20\r\n",
444 	},
445 	{
446 		.path = "/sys/class/kgsl/kgsl-3d0/default_pwrlevel",
447 		.size = 3,
448 		.content = "5\r\n",
449 	},
450 	{
451 		.path = "/sys/class/kgsl/kgsl-3d0/dev",
452 		.size = 7,
453 		.content = "236:0\r\n",
454 	},
455 	{
456 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/available_frequencies",
457 		.size = 71,
458 		.content = "133000000 214000000 315000000 401800000 510000000 560000000 624000000\r\n",
459 	},
460 	{
461 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/available_governors",
462 		.size = 176,
463 		.content = "spdm_bw_hyp cache_hwmon mem_latency bw_hwmon msm-vidc-vmem+ msm-vidc-vmem msm-vidc-ddr bw_vbif gpubw_mon msm-adreno-tz cpufreq userspace powersave performance simple_ondemand\r\n",
464 	},
465 	{
466 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/cur_freq",
467 		.size = 11,
468 		.content = "214000000\r\n",
469 	},
470 	{
471 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/governor",
472 		.size = 15,
473 		.content = "msm-adreno-tz\r\n",
474 	},
475 	{
476 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/max_freq",
477 		.size = 11,
478 		.content = "624000000\r\n",
479 	},
480 	{
481 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/min_freq",
482 		.size = 11,
483 		.content = "133000000\r\n",
484 	},
485 	{
486 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/polling_interval",
487 		.size = 4,
488 		.content = "10\r\n",
489 	},
490 	{
491 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/target_freq",
492 		.size = 11,
493 		.content = "214000000\r\n",
494 	},
495 	{
496 		.path = "/sys/class/kgsl/kgsl-3d0/devfreq/trans_stat",
497 		.size = 679,
498 		.content =
499 			"   From  :   To\r\n"
500 			"         :624000000560000000510000000401800000315000000214000000133000000   time(ms)\r\n"
501 			" 624000000:       0       1       0       0       0       0       0        90\r\n"
502 			" 560000000:       0       0       1       0       0       0       0       230\r\n"
503 			" 510000000:       0       0       0       1       0       0       0       150\r\n"
504 			" 401800000:       0       0       0       0       1       0       0       100\r\n"
505 			" 315000000:       0       0       0       0       0       3       0      2420\r\n"
506 			"*214000000:       1       0       0       0       1       0       3     52360\r\n"
507 			" 133000000:       0       0       0       0       1       2       0      3450\r\n"
508 			"Total transition : 15\r\n",
509 	},
510 	{
511 		.path = "/sys/class/kgsl/kgsl-3d0/ft_fast_hang_detect",
512 		.size = 3,
513 		.content = "1\r\n",
514 	},
515 	{
516 		.path = "/sys/class/kgsl/kgsl-3d0/ft_hang_intr_status",
517 		.size = 3,
518 		.content = "1\r\n",
519 	},
520 	{
521 		.path = "/sys/class/kgsl/kgsl-3d0/ft_long_ib_detect",
522 		.size = 3,
523 		.content = "1\r\n",
524 	},
525 	{
526 		.path = "/sys/class/kgsl/kgsl-3d0/ft_pagefault_policy",
527 		.size = 5,
528 		.content = "0x0\r\n",
529 	},
530 	{
531 		.path = "/sys/class/kgsl/kgsl-3d0/ft_policy",
532 		.size = 6,
533 		.content = "0xC2\r\n",
534 	},
535 	{
536 		.path = "/sys/class/kgsl/kgsl-3d0/gpu_available_frequencies",
537 		.size = 72,
538 		.content = "624000000 560000000 510000000 401800000 315000000 214000000 133000000 \r\n",
539 	},
540 	{
541 		.path = "/sys/class/kgsl/kgsl-3d0/gpubusy",
542 		.size = 17,
543 		.content = " 118419 1010111\r\n",
544 	},
545 	{
546 		.path = "/sys/class/kgsl/kgsl-3d0/gpuclk",
547 		.size = 11,
548 		.content = "214000000\r\n",
549 	},
550 	{
551 		.path = "/sys/class/kgsl/kgsl-3d0/idle_timer",
552 		.size = 4,
553 		.content = "80\r\n",
554 	},
555 	{
556 		.path = "/sys/class/kgsl/kgsl-3d0/lm",
557 		.size = 3,
558 		.content = "1\r\n",
559 	},
560 	{
561 		.path = "/sys/class/kgsl/kgsl-3d0/max_gpuclk",
562 		.size = 11,
563 		.content = "624000000\r\n",
564 	},
565 	{
566 		.path = "/sys/class/kgsl/kgsl-3d0/max_pwrlevel",
567 		.size = 3,
568 		.content = "0\r\n",
569 	},
570 	{
571 		.path = "/sys/class/kgsl/kgsl-3d0/min_pwrlevel",
572 		.size = 3,
573 		.content = "6\r\n",
574 	},
575 	{
576 		.path = "/sys/class/kgsl/kgsl-3d0/num_pwrlevels",
577 		.size = 3,
578 		.content = "7\r\n",
579 	},
580 	{
581 		.path = "/sys/class/kgsl/kgsl-3d0/pmqos_active_latency",
582 		.size = 5,
583 		.content = "501\r\n",
584 	},
585 	{
586 		.path = "/sys/class/kgsl/kgsl-3d0/popp",
587 		.size = 3,
588 		.content = "0\r\n",
589 	},
590 	{
591 		.path = "/sys/class/kgsl/kgsl-3d0/reset_count",
592 		.size = 4,
593 		.content = "44\r\n",
594 	},
595 	{
596 		.path = "/sys/class/kgsl/kgsl-3d0/sptp_pc",
597 		.size = 3,
598 		.content = "1\r\n",
599 	},
600 	{
601 		.path = "/sys/class/kgsl/kgsl-3d0/thermal_pwrlevel",
602 		.size = 3,
603 		.content = "0\r\n",
604 	},
605 	{
606 		.path = "/sys/class/kgsl/kgsl-3d0/wake_nice",
607 		.size = 4,
608 		.content = "-7\r\n",
609 	},
610 	{
611 		.path = "/sys/class/kgsl/kgsl-3d0/wake_timeout",
612 		.size = 5,
613 		.content = "100\r\n",
614 	},
615 	{
616 		.path = "/sys/devices/soc0/accessory_chip",
617 		.size = 2,
618 		.content = "0\n",
619 	},
620 	{
621 		.path = "/sys/devices/soc0/build_id",
622 		.size = 1,
623 		.content = "\n",
624 	},
625 	{
626 		.path = "/sys/devices/soc0/family",
627 		.size = 11,
628 		.content = "Snapdragon\n",
629 	},
630 	{
631 		.path = "/sys/devices/soc0/foundry_id",
632 		.size = 2,
633 		.content = "3\n",
634 	},
635 	{
636 		.path = "/sys/devices/soc0/hw_platform",
637 		.size = 4,
638 		.content = "MTP\n",
639 	},
640 	{
641 		.path = "/sys/devices/soc0/image_crm_version",
642 		.size = 5,
643 		.content =
644 			"REL\n"
645 			"\n",
646 	},
647 	{
648 		.path = "/sys/devices/soc0/image_variant",
649 		.size = 17,
650 		.content =
651 			"heroqlteuc-user\n"
652 			"\n",
653 	},
654 	{
655 		.path = "/sys/devices/soc0/image_version",
656 		.size = 25,
657 		.content =
658 			"10:MMB29M:G930AUCS4APK1\n"
659 			"\n",
660 	},
661 	{
662 		.path = "/sys/devices/soc0/images",
663 		.size = 611,
664 		.content =
665 			"0:\n"
666 			"\tCRM:\t\t00:BOOT.XF.1.0.C1-00023\n"
667 			"\tVariant:\tM8996LAB\n"
668 			"\tVersion:\tSWHC3505\n"
669 			"\n"
670 			"1:\n"
671 			"\tCRM:\t\t01:TZ.BF.2.0.T200053.2\n"
672 			"\tVariant:\t\n"
673 			"\tVersion:\tOEM VERSION GOES IN THESE BYTES.\n"
674 			"\n"
675 			"3:\n"
676 			"\tCRM:\t\t03:RPM.BF.1.6.C3-00004\n"
677 			"\tVariant:\tAAAAANAAR\n"
678 			"\tVersion:\tSWHC3505\n"
679 			"\n"
680 			"10:\n"
681 			"\tCRM:\t\t10:MMB29M:G930AUCS4APK1\n"
682 			"\n"
683 			"\tVariant:\theroqlteuc-user\n"
684 			"\n"
685 			"\tVersion:\tREL\n"
686 			"\n"
687 			"\n"
688 			"11:\n"
689 			"\tCRM:\t\t11:MPSS.TH.2.0.C2.1-00021\n"
690 			"\tVariant:\t8996.gen.prodQ\n"
691 			"\tVersion:\tSWDB4606\n"
692 			"\n"
693 			"12:\n"
694 			"\tCRM:\t\t12:ADSP.8996.2.7.C1-00026\n"
695 			"\tVariant:\tAAAAAAAAQ\n"
696 			"\tVersion:\tSWDB4606\n"
697 			"\n"
698 			"14:\n"
699 			"\tCRM:\t\t14:VIDEO.VE.4.0-00109\n"
700 			"\tVariant:\tPROD\n"
701 			"\tVersion:\t:CRM\n"
702 			"\n"
703 			"15:\n"
704 			"\tCRM:\t\t15:SLPI.HB.1.0.C1-49586\n"
705 			"\tVariant:\tAAAAAAAAQ\n"
706 			"\tVersion:\tSWHC3505\n"
707 			"\n",
708 	},
709 	{
710 		.path = "/sys/devices/soc0/machine",
711 		.size = 8,
712 		.content = "MSM8996\n",
713 	},
714 	{
715 		.path = "/sys/devices/soc0/platform_subtype",
716 		.size = 8,
717 		.content = "Unknown\n",
718 	},
719 	{
720 		.path = "/sys/devices/soc0/platform_subtype_id",
721 		.size = 2,
722 		.content = "0\n",
723 	},
724 	{
725 		.path = "/sys/devices/soc0/platform_version",
726 		.size = 6,
727 		.content = "65536\n",
728 	},
729 	{
730 		.path = "/sys/devices/soc0/pmic_die_revision",
731 		.size = 7,
732 		.content = "131072\n",
733 	},
734 	{
735 		.path = "/sys/devices/soc0/pmic_model",
736 		.size = 6,
737 		.content = "65545\n",
738 	},
739 	{
740 		.path = "/sys/devices/soc0/raw_id",
741 		.size = 5,
742 		.content = "2375\n",
743 	},
744 	{
745 		.path = "/sys/devices/soc0/raw_version",
746 		.size = 2,
747 		.content = "4\n",
748 	},
749 	{
750 		.path = "/sys/devices/soc0/revision",
751 		.size = 6,
752 		.content = "3.1.3\n",
753 	},
754 	{
755 		.path = "/sys/devices/soc0/select_image",
756 		.size = 3,
757 		.content = "10\n",
758 	},
759 	{
760 		.path = "/sys/devices/soc0/serial_number",
761 		.size = 11,
762 		.content = "2593997263\n",
763 	},
764 	{
765 		.path = "/sys/devices/soc0/soc_id",
766 		.size = 4,
767 		.content = "246\n",
768 	},
769 	{
770 		.path = "/sys/devices/soc0/vendor",
771 		.size = 9,
772 		.content = "Qualcomm\n",
773 	},
774 	{
775 		.path = "/sys/devices/system/cpu/kernel_max",
776 		.size = 2,
777 		.content = "3\n",
778 	},
779 	{
780 		.path = "/sys/devices/system/cpu/modalias",
781 		.size = 66,
782 		.content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n",
783 	},
784 	{
785 		.path = "/sys/devices/system/cpu/offline",
786 		.size = 1,
787 		.content = "\n",
788 	},
789 	{
790 		.path = "/sys/devices/system/cpu/online",
791 		.size = 4,
792 		.content = "0-3\n",
793 	},
794 	{
795 		.path = "/sys/devices/system/cpu/possible",
796 		.size = 4,
797 		.content = "0-3\n",
798 	},
799 	{
800 		.path = "/sys/devices/system/cpu/present",
801 		.size = 4,
802 		.content = "0-3\n",
803 	},
804 	{
805 		.path = "/sys/devices/system/cpu/cpufreq/all_time_in_state",
806 		.size = 31,
807 		.content = "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\t\n",
808 	},
809 	{
810 		.path = "/sys/devices/system/cpu/cpufreq/current_in_state",
811 		.size = 494,
812 		.content =
813 			"CPU2:307200=0 403200=0 480000=0 556800=0 652800=0 729600=0 806400=0 883200=0 940800=0 1036800=0 1113600=0 1190400=0 1248000=0 1324800=0 1401600=0 1478400=0 1555200=0 1632000=0 1708800=0 1785600=0 1824000=0 1920000=0 1996800=0 2073600=0 2150400=0 \n"
814 			"CPU3:307200=0 403200=0 480000=0 556800=0 652800=0 729600=0 806400=0 883200=0 940800=0 1036800=0 1113600=0 1190400=0 1248000=0 1324800=0 1401600=0 1478400=0 1555200=0 1632000=0 1708800=0 1785600=0 1824000=0 1920000=0 1996800=0 2073600=0 2150400=0 \n",
815 	},
816 	{
817 		.path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/big_cpu_num",
818 		.size = 4,
819 		.content = "2-3\n",
820 	},
821 	{
822 		.path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/big_max_freq",
823 		.size = 8,
824 		.content = "2150400\n",
825 	},
826 	{
827 		.path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/big_min_freq",
828 		.size = 7,
829 		.content = "307200\n",
830 	},
831 	{
832 		.path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/hmp_boost_type",
833 		.size = 2,
834 		.content = "1\n",
835 	},
836 	{
837 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
838 		.size = 9,
839 		.content = "msm_idle\n",
840 	},
841 	{
842 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
843 		.size = 5,
844 		.content = "qcom\n",
845 	},
846 	{
847 		.path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name",
848 		.size = 9,
849 		.content = "msm_idle\n",
850 	},
851 	{
852 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
853 		.size = 4,
854 		.content = "0 1\n",
855 	},
856 	{
857 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
858 		.size = 8,
859 		.content = "1593600\n",
860 	},
861 	{
862 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
863 		.size = 7,
864 		.content = "307200\n",
865 	},
866 	{
867 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
868 		.size = 2,
869 		.content = "0\n",
870 	},
871 	{
872 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
873 		.size = 4,
874 		.content = "0 1\n",
875 	},
876 	{
877 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies",
878 		.size = 121,
879 		.content = "307200 422400 480000 556800 652800 729600 844800 960000 1036800 1113600 1190400 1228800 1324800 1401600 1478400 1593600 \n",
880 	},
881 	{
882 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
883 		.size = 67,
884 		.content = "interactive conservative ondemand userspace powersave performance \n",
885 	},
886 	{
887 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
888 		.size = 8,
889 		.content = "1593600\n",
890 	},
891 	{
892 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
893 		.size = 4,
894 		.content = "msm\n",
895 	},
896 	{
897 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
898 		.size = 12,
899 		.content = "interactive\n",
900 	},
901 	{
902 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
903 		.size = 7,
904 		.content = "307200\n",
905 	},
906 	{
907 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
908 		.size = 163,
909 		.content =
910 			"307200 2\n"
911 			"422400 1\n"
912 			"480000 0\n"
913 			"556800 3\n"
914 			"652800 2\n"
915 			"729600 1\n"
916 			"844800 2\n"
917 			"960000 67\n"
918 			"1036800 37\n"
919 			"1113600 1836\n"
920 			"1190400 4\n"
921 			"1228800 9\n"
922 			"1324800 21\n"
923 			"1401600 14\n"
924 			"1478400 19\n"
925 			"1593600 4340\n",
926 	},
927 	{
928 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
929 		.size = 4,
930 		.content = "785\n",
931 	},
932 	{
933 		.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
934 		.size = 2,
935 		.content = "0\n",
936 	},
937 	{
938 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
939 		.size = 2,
940 		.content = "3\n",
941 	},
942 	{
943 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
944 		.size = 4,
945 		.content = "0-1\n",
946 	},
947 	{
948 		.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
949 		.size = 2,
950 		.content = "0\n",
951 	},
952 	{
953 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
954 		.size = 2,
955 		.content = "1\n",
956 	},
957 	{
958 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
959 		.size = 2,
960 		.content = "0\n",
961 	},
962 	{
963 		.path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name",
964 		.size = 9,
965 		.content = "msm_idle\n",
966 	},
967 	{
968 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
969 		.size = 4,
970 		.content = "0 1\n",
971 	},
972 	{
973 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
974 		.size = 8,
975 		.content = "1593600\n",
976 	},
977 	{
978 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
979 		.size = 7,
980 		.content = "307200\n",
981 	},
982 	{
983 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
984 		.size = 2,
985 		.content = "0\n",
986 	},
987 	{
988 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
989 		.size = 4,
990 		.content = "0 1\n",
991 	},
992 	{
993 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies",
994 		.size = 121,
995 		.content = "307200 422400 480000 556800 652800 729600 844800 960000 1036800 1113600 1190400 1228800 1324800 1401600 1478400 1593600 \n",
996 	},
997 	{
998 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
999 		.size = 67,
1000 		.content = "interactive conservative ondemand userspace powersave performance \n",
1001 	},
1002 	{
1003 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
1004 		.size = 8,
1005 		.content = "1593600\n",
1006 	},
1007 	{
1008 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
1009 		.size = 4,
1010 		.content = "msm\n",
1011 	},
1012 	{
1013 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
1014 		.size = 12,
1015 		.content = "interactive\n",
1016 	},
1017 	{
1018 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
1019 		.size = 7,
1020 		.content = "307200\n",
1021 	},
1022 	{
1023 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
1024 		.size = 163,
1025 		.content =
1026 			"307200 2\n"
1027 			"422400 1\n"
1028 			"480000 0\n"
1029 			"556800 3\n"
1030 			"652800 2\n"
1031 			"729600 1\n"
1032 			"844800 2\n"
1033 			"960000 67\n"
1034 			"1036800 37\n"
1035 			"1113600 1836\n"
1036 			"1190400 5\n"
1037 			"1228800 9\n"
1038 			"1324800 23\n"
1039 			"1401600 14\n"
1040 			"1478400 19\n"
1041 			"1593600 4606\n",
1042 	},
1043 	{
1044 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
1045 		.size = 4,
1046 		.content = "807\n",
1047 	},
1048 	{
1049 		.path = "/sys/devices/system/cpu/cpu1/topology/core_id",
1050 		.size = 2,
1051 		.content = "1\n",
1052 	},
1053 	{
1054 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
1055 		.size = 2,
1056 		.content = "3\n",
1057 	},
1058 	{
1059 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
1060 		.size = 4,
1061 		.content = "0-1\n",
1062 	},
1063 	{
1064 		.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
1065 		.size = 2,
1066 		.content = "0\n",
1067 	},
1068 	{
1069 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
1070 		.size = 2,
1071 		.content = "2\n",
1072 	},
1073 	{
1074 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
1075 		.size = 2,
1076 		.content = "1\n",
1077 	},
1078 	{
1079 		.path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name",
1080 		.size = 9,
1081 		.content = "msm_idle\n",
1082 	},
1083 	{
1084 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus",
1085 		.size = 4,
1086 		.content = "2 3\n",
1087 	},
1088 	{
1089 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq",
1090 		.size = 8,
1091 		.content = "2150400\n",
1092 	},
1093 	{
1094 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq",
1095 		.size = 7,
1096 		.content = "307200\n",
1097 	},
1098 	{
1099 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency",
1100 		.size = 2,
1101 		.content = "0\n",
1102 	},
1103 	{
1104 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus",
1105 		.size = 4,
1106 		.content = "2 3\n",
1107 	},
1108 	{
1109 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies",
1110 		.size = 192,
1111 		.content = "307200 403200 480000 556800 652800 729600 806400 883200 940800 1036800 1113600 1190400 1248000 1324800 1401600 1478400 1555200 1632000 1708800 1785600 1824000 1920000 1996800 2073600 2150400 \n",
1112 	},
1113 	{
1114 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
1115 		.size = 67,
1116 		.content = "interactive conservative ondemand userspace powersave performance \n",
1117 	},
1118 	{
1119 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq",
1120 		.size = 8,
1121 		.content = "2150400\n",
1122 	},
1123 	{
1124 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver",
1125 		.size = 4,
1126 		.content = "msm\n",
1127 	},
1128 	{
1129 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor",
1130 		.size = 12,
1131 		.content = "interactive\n",
1132 	},
1133 	{
1134 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq",
1135 		.size = 8,
1136 		.content = "2150400\n",
1137 	},
1138 	{
1139 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
1140 		.size = 8,
1141 		.content = "1824000\n",
1142 	},
1143 	{
1144 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
1145 		.size = 248,
1146 		.content =
1147 			"307200 0\n"
1148 			"403200 0\n"
1149 			"480000 0\n"
1150 			"556800 1\n"
1151 			"652800 0\n"
1152 			"729600 2\n"
1153 			"806400 1\n"
1154 			"883200 0\n"
1155 			"940800 2\n"
1156 			"1036800 2\n"
1157 			"1113600 1905\n"
1158 			"1190400 0\n"
1159 			"1248000 11\n"
1160 			"1324800 2\n"
1161 			"1401600 1\n"
1162 			"1478400 7\n"
1163 			"1555200 1\n"
1164 			"1632000 4\n"
1165 			"1708800 0\n"
1166 			"1785600 0\n"
1167 			"1824000 2\n"
1168 			"1920000 1\n"
1169 			"1996800 6\n"
1170 			"2073600 6\n"
1171 			"2150400 4953\n",
1172 	},
1173 	{
1174 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
1175 		.size = 4,
1176 		.content = "243\n",
1177 	},
1178 	{
1179 		.path = "/sys/devices/system/cpu/cpu2/topology/core_id",
1180 		.size = 2,
1181 		.content = "0\n",
1182 	},
1183 	{
1184 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings",
1185 		.size = 2,
1186 		.content = "c\n",
1187 	},
1188 	{
1189 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list",
1190 		.size = 4,
1191 		.content = "2-3\n",
1192 	},
1193 	{
1194 		.path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id",
1195 		.size = 2,
1196 		.content = "1\n",
1197 	},
1198 	{
1199 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings",
1200 		.size = 2,
1201 		.content = "4\n",
1202 	},
1203 	{
1204 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list",
1205 		.size = 2,
1206 		.content = "2\n",
1207 	},
1208 	{
1209 		.path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name",
1210 		.size = 9,
1211 		.content = "msm_idle\n",
1212 	},
1213 	{
1214 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus",
1215 		.size = 4,
1216 		.content = "2 3\n",
1217 	},
1218 	{
1219 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq",
1220 		.size = 8,
1221 		.content = "2150400\n",
1222 	},
1223 	{
1224 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq",
1225 		.size = 7,
1226 		.content = "307200\n",
1227 	},
1228 	{
1229 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency",
1230 		.size = 2,
1231 		.content = "0\n",
1232 	},
1233 	{
1234 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus",
1235 		.size = 4,
1236 		.content = "2 3\n",
1237 	},
1238 	{
1239 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies",
1240 		.size = 192,
1241 		.content = "307200 403200 480000 556800 652800 729600 806400 883200 940800 1036800 1113600 1190400 1248000 1324800 1401600 1478400 1555200 1632000 1708800 1785600 1824000 1920000 1996800 2073600 2150400 \n",
1242 	},
1243 	{
1244 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
1245 		.size = 67,
1246 		.content = "interactive conservative ondemand userspace powersave performance \n",
1247 	},
1248 	{
1249 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq",
1250 		.size = 8,
1251 		.content = "2150400\n",
1252 	},
1253 	{
1254 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver",
1255 		.size = 4,
1256 		.content = "msm\n",
1257 	},
1258 	{
1259 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor",
1260 		.size = 12,
1261 		.content = "interactive\n",
1262 	},
1263 	{
1264 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq",
1265 		.size = 8,
1266 		.content = "2150400\n",
1267 	},
1268 	{
1269 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq",
1270 		.size = 8,
1271 		.content = "1824000\n",
1272 	},
1273 	{
1274 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
1275 		.size = 248,
1276 		.content =
1277 			"307200 0\n"
1278 			"403200 0\n"
1279 			"480000 0\n"
1280 			"556800 1\n"
1281 			"652800 0\n"
1282 			"729600 2\n"
1283 			"806400 1\n"
1284 			"883200 0\n"
1285 			"940800 2\n"
1286 			"1036800 2\n"
1287 			"1113600 1905\n"
1288 			"1190400 0\n"
1289 			"1248000 11\n"
1290 			"1324800 2\n"
1291 			"1401600 1\n"
1292 			"1478400 7\n"
1293 			"1555200 1\n"
1294 			"1632000 4\n"
1295 			"1708800 0\n"
1296 			"1785600 0\n"
1297 			"1824000 2\n"
1298 			"1920000 1\n"
1299 			"1996800 7\n"
1300 			"2073600 6\n"
1301 			"2150400 5224\n",
1302 	},
1303 	{
1304 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans",
1305 		.size = 4,
1306 		.content = "245\n",
1307 	},
1308 	{
1309 		.path = "/sys/devices/system/cpu/cpu3/topology/core_id",
1310 		.size = 2,
1311 		.content = "1\n",
1312 	},
1313 	{
1314 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings",
1315 		.size = 2,
1316 		.content = "c\n",
1317 	},
1318 	{
1319 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list",
1320 		.size = 4,
1321 		.content = "2-3\n",
1322 	},
1323 	{
1324 		.path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id",
1325 		.size = 2,
1326 		.content = "1\n",
1327 	},
1328 	{
1329 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings",
1330 		.size = 2,
1331 		.content = "8\n",
1332 	},
1333 	{
1334 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list",
1335 		.size = 2,
1336 		.content = "3\n",
1337 	},
1338 	{ NULL },
1339 };
1340 #ifdef __ANDROID__
1341 struct cpuinfo_mock_property properties[] = {
1342 	{
1343 		.key = "af.fast_track_multiplier",
1344 		.value = "1",
1345 	},
1346 	{
1347 		.key = "audio.dolby.ds2.enabled",
1348 		.value = "false",
1349 	},
1350 	{
1351 		.key = "audio.dolby.ds2.hardbypass",
1352 		.value = "false",
1353 	},
1354 	{
1355 		.key = "audio.offload.buffer.size.kb",
1356 		.value = "32",
1357 	},
1358 	{
1359 		.key = "audio.offload.gapless.enabled",
1360 		.value = "false",
1361 	},
1362 	{
1363 		.key = "audio.offload.multiple.enabled",
1364 		.value = "false",
1365 	},
1366 	{
1367 		.key = "audio.offload.passthrough",
1368 		.value = "false",
1369 	},
1370 	{
1371 		.key = "audio.offload.pcm.16bit.enable",
1372 		.value = "true",
1373 	},
1374 	{
1375 		.key = "audio.offload.pcm.24bit.enable",
1376 		.value = "true",
1377 	},
1378 	{
1379 		.key = "audio.offload.track.enabled",
1380 		.value = "true",
1381 	},
1382 	{
1383 		.key = "audio_hal.period_size",
1384 		.value = "192",
1385 	},
1386 	{
1387 		.key = "audioflinger.bootsnd",
1388 		.value = "0",
1389 	},
1390 	{
1391 		.key = "av.offload.enable",
1392 		.value = "true",
1393 	},
1394 	{
1395 		.key = "boot.sfbootcomplete",
1396 		.value = "0",
1397 	},
1398 	{
1399 		.key = "camera.disable_zsl_mode",
1400 		.value = "1",
1401 	},
1402 	{
1403 		.key = "dalvik.vm.dex2oat-Xms",
1404 		.value = "64m",
1405 	},
1406 	{
1407 		.key = "dalvik.vm.dex2oat-Xmx",
1408 		.value = "512m",
1409 	},
1410 	{
1411 		.key = "dalvik.vm.heapgrowthlimit",
1412 		.value = "256m",
1413 	},
1414 	{
1415 		.key = "dalvik.vm.heapmaxfree",
1416 		.value = "8m",
1417 	},
1418 	{
1419 		.key = "dalvik.vm.heapminfree",
1420 		.value = "2m",
1421 	},
1422 	{
1423 		.key = "dalvik.vm.heapsize",
1424 		.value = "512m",
1425 	},
1426 	{
1427 		.key = "dalvik.vm.heapstartsize",
1428 		.value = "8m",
1429 	},
1430 	{
1431 		.key = "dalvik.vm.heaptargetutilization",
1432 		.value = "0.75",
1433 	},
1434 	{
1435 		.key = "dalvik.vm.image-dex2oat-Xms",
1436 		.value = "64m",
1437 	},
1438 	{
1439 		.key = "dalvik.vm.image-dex2oat-Xmx",
1440 		.value = "64m",
1441 	},
1442 	{
1443 		.key = "dalvik.vm.isa.arm.features",
1444 		.value = "default",
1445 	},
1446 	{
1447 		.key = "dalvik.vm.isa.arm.variant",
1448 		.value = "cortex-a53",
1449 	},
1450 	{
1451 		.key = "dalvik.vm.isa.arm64.features",
1452 		.value = "default",
1453 	},
1454 	{
1455 		.key = "dalvik.vm.isa.arm64.variant",
1456 		.value = "kryo",
1457 	},
1458 	{
1459 		.key = "dalvik.vm.stack-trace-file",
1460 		.value = "/data/anr/traces.txt",
1461 	},
1462 	{
1463 		.key = "debug.atrace.tags.enableflags",
1464 		.value = "0",
1465 	},
1466 	{
1467 		.key = "debug.egl.hw",
1468 		.value = "1",
1469 	},
1470 	{
1471 		.key = "debug.force_rtl",
1472 		.value = "0",
1473 	},
1474 	{
1475 		.key = "debug.gralloc.enable_fb_ubwc",
1476 		.value = "1",
1477 	},
1478 	{
1479 		.key = "debug.qualcomm.sns.daemon",
1480 		.value = "I",
1481 	},
1482 	{
1483 		.key = "debug.qualcomm.sns.libsensor1",
1484 		.value = "I",
1485 	},
1486 	{
1487 		.key = "debug.sf.hw",
1488 		.value = "1",
1489 	},
1490 	{
1491 		.key = "debug.sf.layerdump",
1492 		.value = "0",
1493 	},
1494 	{
1495 		.key = "dev.bootcomplete",
1496 		.value = "1",
1497 	},
1498 	{
1499 		.key = "dev.kies.deviceowner",
1500 		.value = "0",
1501 	},
1502 	{
1503 		.key = "dev.kies.drivedisplay",
1504 		.value = "0",
1505 	},
1506 	{
1507 		.key = "dev.kies.drivedisplay.trust",
1508 		.value = "1",
1509 	},
1510 	{
1511 		.key = "dev.kies.sommode",
1512 		.value = "TRUE",
1513 	},
1514 	{
1515 		.key = "dev.kiessupport",
1516 		.value = "TRUE",
1517 	},
1518 	{
1519 		.key = "dev.knoxapp.running",
1520 		.value = "false",
1521 	},
1522 	{
1523 		.key = "dev.pm.dyn_samplingrate",
1524 		.value = "1",
1525 	},
1526 	{
1527 		.key = "dev.ssrm.app.type",
1528 		.value = "true",
1529 	},
1530 	{
1531 		.key = "dev.ssrm.appsync3p",
1532 		.value = "false",
1533 	},
1534 	{
1535 		.key = "dev.ssrm.current",
1536 		.value = "NA",
1537 	},
1538 	{
1539 		.key = "dev.ssrm.dex2oat.affinity",
1540 		.value = "",
1541 	},
1542 	{
1543 		.key = "dev.ssrm.hmt_level",
1544 		.value = "0",
1545 	},
1546 	{
1547 		.key = "dev.ssrm.init",
1548 		.value = "1",
1549 	},
1550 	{
1551 		.key = "dev.ssrm.live_thumbnail",
1552 		.value = "1",
1553 	},
1554 	{
1555 		.key = "dev.ssrm.lpc_ver",
1556 		.value = "1.0.21",
1557 	},
1558 	{
1559 		.key = "dev.ssrm.mode",
1560 		.value = "",
1561 	},
1562 	{
1563 		.key = "dev.ssrm.pst",
1564 		.value = "380",
1565 	},
1566 	{
1567 		.key = "dev.ssrm.smart_switch",
1568 		.value = "true",
1569 	},
1570 	{
1571 		.key = "gsm.current.phone-type",
1572 		.value = "1",
1573 	},
1574 	{
1575 		.key = "gsm.network.type",
1576 		.value = "Unknown",
1577 	},
1578 	{
1579 		.key = "gsm.operator.alpha",
1580 		.value = "",
1581 	},
1582 	{
1583 		.key = "gsm.operator.iso-country",
1584 		.value = "us",
1585 	},
1586 	{
1587 		.key = "gsm.operator.ispsroaming",
1588 		.value = "false",
1589 	},
1590 	{
1591 		.key = "gsm.operator.isroaming",
1592 		.value = "false",
1593 	},
1594 	{
1595 		.key = "gsm.operator.numeric",
1596 		.value = "310410",
1597 	},
1598 	{
1599 		.key = "gsm.sim.operator.alpha",
1600 		.value = "",
1601 	},
1602 	{
1603 		.key = "gsm.sim.operator.iso-country",
1604 		.value = "",
1605 	},
1606 	{
1607 		.key = "gsm.sim.operator.numeric",
1608 		.value = "",
1609 	},
1610 	{
1611 		.key = "gsm.sim.state",
1612 		.value = "ABSENT",
1613 	},
1614 	{
1615 		.key = "gsm.version.baseband",
1616 		.value = "G930AUCS4APK1",
1617 	},
1618 	{
1619 		.key = "gsm.version.ril-impl",
1620 		.value = "Samsung RIL v3.0",
1621 	},
1622 	{
1623 		.key = "init.svc.BCS-daemon",
1624 		.value = "running",
1625 	},
1626 	{
1627 		.key = "init.svc.DR-daemon",
1628 		.value = "running",
1629 	},
1630 	{
1631 		.key = "init.svc.RIDL",
1632 		.value = "stopped",
1633 	},
1634 	{
1635 		.key = "init.svc.SIDESYNC_service",
1636 		.value = "running",
1637 	},
1638 	{
1639 		.key = "init.svc.SMD-daemon",
1640 		.value = "running",
1641 	},
1642 	{
1643 		.key = "init.svc.TvoutService_C",
1644 		.value = "running",
1645 	},
1646 	{
1647 		.key = "init.svc.adbd",
1648 		.value = "running",
1649 	},
1650 	{
1651 		.key = "init.svc.adsprpcd",
1652 		.value = "running",
1653 	},
1654 	{
1655 		.key = "init.svc.apaservice",
1656 		.value = "running",
1657 	},
1658 	{
1659 		.key = "init.svc.at_distributor",
1660 		.value = "stopped",
1661 	},
1662 	{
1663 		.key = "init.svc.audiod",
1664 		.value = "running",
1665 	},
1666 	{
1667 		.key = "init.svc.auditd",
1668 		.value = "running",
1669 	},
1670 	{
1671 		.key = "init.svc.bootanim",
1672 		.value = "stopped",
1673 	},
1674 	{
1675 		.key = "init.svc.bootchecker",
1676 		.value = "running",
1677 	},
1678 	{
1679 		.key = "init.svc.ccm",
1680 		.value = "running",
1681 	},
1682 	{
1683 		.key = "init.svc.cs-early-boot",
1684 		.value = "stopped",
1685 	},
1686 	{
1687 		.key = "init.svc.cs-post-boot",
1688 		.value = "stopped",
1689 	},
1690 	{
1691 		.key = "init.svc.cs_service",
1692 		.value = "running",
1693 	},
1694 	{
1695 		.key = "init.svc.debuggerd",
1696 		.value = "running",
1697 	},
1698 	{
1699 		.key = "init.svc.debuggerd64",
1700 		.value = "running",
1701 	},
1702 	{
1703 		.key = "init.svc.defaultcrypto",
1704 		.value = "stopped",
1705 	},
1706 	{
1707 		.key = "init.svc.diag_uart_log",
1708 		.value = "stopping",
1709 	},
1710 	{
1711 		.key = "init.svc.drm",
1712 		.value = "running",
1713 	},
1714 	{
1715 		.key = "init.svc.edmaudit",
1716 		.value = "running",
1717 	},
1718 	{
1719 		.key = "init.svc.energy-awareness",
1720 		.value = "stopped",
1721 	},
1722 	{
1723 		.key = "init.svc.epmlogd",
1724 		.value = "stopped",
1725 	},
1726 	{
1727 		.key = "init.svc.esecomm",
1728 		.value = "running",
1729 	},
1730 	{
1731 		.key = "init.svc.factory_adsp",
1732 		.value = "running",
1733 	},
1734 	{
1735 		.key = "init.svc.fingerprintd",
1736 		.value = "running",
1737 	},
1738 	{
1739 		.key = "init.svc.flash_recovery",
1740 		.value = "stopped",
1741 	},
1742 	{
1743 		.key = "init.svc.gatekeeperd",
1744 		.value = "running",
1745 	},
1746 	{
1747 		.key = "init.svc.healthd",
1748 		.value = "running",
1749 	},
1750 	{
1751 		.key = "init.svc.icd",
1752 		.value = "stopped",
1753 	},
1754 	{
1755 		.key = "init.svc.imsd",
1756 		.value = "running",
1757 	},
1758 	{
1759 		.key = "init.svc.installd",
1760 		.value = "running",
1761 	},
1762 	{
1763 		.key = "init.svc.insthk",
1764 		.value = "stopped",
1765 	},
1766 	{
1767 		.key = "init.svc.ipacm",
1768 		.value = "running",
1769 	},
1770 	{
1771 		.key = "init.svc.ipsec-daemon",
1772 		.value = "running",
1773 	},
1774 	{
1775 		.key = "init.svc.irsc_util",
1776 		.value = "stopped",
1777 	},
1778 	{
1779 		.key = "init.svc.jackservice",
1780 		.value = "running",
1781 	},
1782 	{
1783 		.key = "init.svc.keystore",
1784 		.value = "running",
1785 	},
1786 	{
1787 		.key = "init.svc.lmkd",
1788 		.value = "running",
1789 	},
1790 	{
1791 		.key = "init.svc.loc_launcher",
1792 		.value = "running",
1793 	},
1794 	{
1795 		.key = "init.svc.macloader",
1796 		.value = "stopped",
1797 	},
1798 	{
1799 		.key = "init.svc.media",
1800 		.value = "running",
1801 	},
1802 	{
1803 		.key = "init.svc.mobex-daemon",
1804 		.value = "running",
1805 	},
1806 	{
1807 		.key = "init.svc.netd",
1808 		.value = "running",
1809 	},
1810 	{
1811 		.key = "init.svc.netmgrd",
1812 		.value = "running",
1813 	},
1814 	{
1815 		.key = "init.svc.otp",
1816 		.value = "running",
1817 	},
1818 	{
1819 		.key = "init.svc.p2p_supplicant",
1820 		.value = "running",
1821 	},
1822 	{
1823 		.key = "init.svc.per_mgr",
1824 		.value = "running",
1825 	},
1826 	{
1827 		.key = "init.svc.per_proxy",
1828 		.value = "running",
1829 	},
1830 	{
1831 		.key = "init.svc.perfd",
1832 		.value = "running",
1833 	},
1834 	{
1835 		.key = "init.svc.powersnd",
1836 		.value = "stopped",
1837 	},
1838 	{
1839 		.key = "init.svc.prepare_param",
1840 		.value = "stopped",
1841 	},
1842 	{
1843 		.key = "init.svc.qcamerasvr",
1844 		.value = "running",
1845 	},
1846 	{
1847 		.key = "init.svc.qcom-c_core-sh",
1848 		.value = "stopped",
1849 	},
1850 	{
1851 		.key = "init.svc.qcom-c_main-sh",
1852 		.value = "stopped",
1853 	},
1854 	{
1855 		.key = "init.svc.qcom-post-boot",
1856 		.value = "stopped",
1857 	},
1858 	{
1859 		.key = "init.svc.qcom-sh",
1860 		.value = "stopped",
1861 	},
1862 	{
1863 		.key = "init.svc.qcom-usb-sh",
1864 		.value = "stopped",
1865 	},
1866 	{
1867 		.key = "init.svc.qmuxd",
1868 		.value = "running",
1869 	},
1870 	{
1871 		.key = "init.svc.qseecomd",
1872 		.value = "running",
1873 	},
1874 	{
1875 		.key = "init.svc.qseeproxydaemon",
1876 		.value = "running",
1877 	},
1878 	{
1879 		.key = "init.svc.qti",
1880 		.value = "running",
1881 	},
1882 	{
1883 		.key = "init.svc.qti-testscripts",
1884 		.value = "stopped",
1885 	},
1886 	{
1887 		.key = "init.svc.ril-daemon",
1888 		.value = "running",
1889 	},
1890 	{
1891 		.key = "init.svc.rmt_storage",
1892 		.value = "running",
1893 	},
1894 	{
1895 		.key = "init.svc.run-mobicore",
1896 		.value = "running",
1897 	},
1898 	{
1899 		.key = "init.svc.scs",
1900 		.value = "stopped",
1901 	},
1902 	{
1903 		.key = "init.svc.sdp_cryptod",
1904 		.value = "running",
1905 	},
1906 	{
1907 		.key = "init.svc.sec-sh",
1908 		.value = "stopped",
1909 	},
1910 	{
1911 		.key = "init.svc.secure_storage",
1912 		.value = "running",
1913 	},
1914 	{
1915 		.key = "init.svc.sem_daemon",
1916 		.value = "stopped",
1917 	},
1918 	{
1919 		.key = "init.svc.sensor-sh",
1920 		.value = "stopped",
1921 	},
1922 	{
1923 		.key = "init.svc.sensorhubservice",
1924 		.value = "running",
1925 	},
1926 	{
1927 		.key = "init.svc.sensors",
1928 		.value = "running",
1929 	},
1930 	{
1931 		.key = "init.svc.servicemanager",
1932 		.value = "running",
1933 	},
1934 	{
1935 		.key = "init.svc.ss_kb_service",
1936 		.value = "running",
1937 	},
1938 	{
1939 		.key = "init.svc.surfaceflinger",
1940 		.value = "running",
1941 	},
1942 	{
1943 		.key = "init.svc.swapon",
1944 		.value = "stopped",
1945 	},
1946 	{
1947 		.key = "init.svc.tbaseLoader",
1948 		.value = "stopped",
1949 	},
1950 	{
1951 		.key = "init.svc.tftp_server",
1952 		.value = "running",
1953 	},
1954 	{
1955 		.key = "init.svc.thermal-engine",
1956 		.value = "running",
1957 	},
1958 	{
1959 		.key = "init.svc.time_daemon",
1960 		.value = "running",
1961 	},
1962 	{
1963 		.key = "init.svc.ueventd",
1964 		.value = "running",
1965 	},
1966 	{
1967 		.key = "init.svc.usf-post-boot",
1968 		.value = "stopped",
1969 	},
1970 	{
1971 		.key = "init.svc.usf_proximity",
1972 		.value = "running",
1973 	},
1974 	{
1975 		.key = "init.svc.vold",
1976 		.value = "running",
1977 	},
1978 	{
1979 		.key = "init.svc.zygote",
1980 		.value = "running",
1981 	},
1982 	{
1983 		.key = "init.svc.zygote_secondary",
1984 		.value = "running",
1985 	},
1986 	{
1987 		.key = "keyguard.no_require_sim",
1988 		.value = "true",
1989 	},
1990 	{
1991 		.key = "logd.auditd",
1992 		.value = "false",
1993 	},
1994 	{
1995 		.key = "logd.klogd",
1996 		.value = "false",
1997 	},
1998 	{
1999 		.key = "media.aac_51_output_enabled",
2000 		.value = "true",
2001 	},
2002 	{
2003 		.key = "media.stagefright.enable-aac",
2004 		.value = "true",
2005 	},
2006 	{
2007 		.key = "media.stagefright.enable-fma2dp",
2008 		.value = "true",
2009 	},
2010 	{
2011 		.key = "media.stagefright.enable-http",
2012 		.value = "true",
2013 	},
2014 	{
2015 		.key = "media.stagefright.enable-player",
2016 		.value = "true",
2017 	},
2018 	{
2019 		.key = "media.stagefright.enable-qcp",
2020 		.value = "true",
2021 	},
2022 	{
2023 		.key = "media.stagefright.enable-scan",
2024 		.value = "true",
2025 	},
2026 	{
2027 		.key = "mm.enable.qcom_parser",
2028 		.value = "3314291",
2029 	},
2030 	{
2031 		.key = "mm.enable.smoothstreaming",
2032 		.value = "true",
2033 	},
2034 	{
2035 		.key = "mmp.enable.3g2",
2036 		.value = "true",
2037 	},
2038 	{
2039 		.key = "net.bt.name",
2040 		.value = "Android",
2041 	},
2042 	{
2043 		.key = "net.change",
2044 		.value = "net.lte_ca_enabled",
2045 	},
2046 	{
2047 		.key = "net.hostname",
2048 		.value = "android-63546c54c799d6a8",
2049 	},
2050 	{
2051 		.key = "net.knox.shareddevice.version",
2052 		.value = "2.6.0",
2053 	},
2054 	{
2055 		.key = "net.knoxscep.version",
2056 		.value = "2.0.1",
2057 	},
2058 	{
2059 		.key = "net.knoxsso.version",
2060 		.value = "2.5.0",
2061 	},
2062 	{
2063 		.key = "net.knoxvpn.version",
2064 		.value = "2.2.5",
2065 	},
2066 	{
2067 		.key = "net.lte_ca_enabled",
2068 		.value = "false",
2069 	},
2070 	{
2071 		.key = "net.qtaguid_enabled",
2072 		.value = "1",
2073 	},
2074 	{
2075 		.key = "net.smart_switch.disabled",
2076 		.value = "1",
2077 	},
2078 	{
2079 		.key = "net.tcp.2g_init_rwnd",
2080 		.value = "10",
2081 	},
2082 	{
2083 		.key = "net.tcp.buffersize.default",
2084 		.value = "4096,87380,524288,4096,16384,110208",
2085 	},
2086 	{
2087 		.key = "net.tcp.buffersize.edge",
2088 		.value = "4093,26280,35040,4096,16384,35040",
2089 	},
2090 	{
2091 		.key = "net.tcp.buffersize.evdo",
2092 		.value = "4094,87380,524288,4096,16384,262144",
2093 	},
2094 	{
2095 		.key = "net.tcp.buffersize.gprs",
2096 		.value = "4092,8760,11680,4096,8760,11680",
2097 	},
2098 	{
2099 		.key = "net.tcp.buffersize.hsdpa",
2100 		.value = "4094,87380,1220608,4096,16384,1220608",
2101 	},
2102 	{
2103 		.key = "net.tcp.buffersize.hspa",
2104 		.value = "4094,87380,1220608,4096,16384,1220608",
2105 	},
2106 	{
2107 		.key = "net.tcp.buffersize.hspap",
2108 		.value = "4094,87380,1220608,4096,16384,1220608",
2109 	},
2110 	{
2111 		.key = "net.tcp.buffersize.hsupa",
2112 		.value = "4094,87380,1220608,4096,16384,1220608",
2113 	},
2114 	{
2115 		.key = "net.tcp.buffersize.lte",
2116 		.value = "2097152,4194304,8388608,262144,524288,1048576",
2117 	},
2118 	{
2119 		.key = "net.tcp.buffersize.umts",
2120 		.value = "4094,87380,110208,4096,16384,110208",
2121 	},
2122 	{
2123 		.key = "net.tcp.buffersize.wifi",
2124 		.value = "524288,2097152,4194304,262144,524288,1048576",
2125 	},
2126 	{
2127 		.key = "net.tcp.default_init_rwnd",
2128 		.value = "60",
2129 	},
2130 	{
2131 		.key = "nfc.delay.boot",
2132 		.value = "0",
2133 	},
2134 	{
2135 		.key = "nfc.fw.downloadmode_force",
2136 		.value = "0",
2137 	},
2138 	{
2139 		.key = "nfc.fw.rfreg_mode",
2140 		.value = "normal",
2141 	},
2142 	{
2143 		.key = "nfc.fw.rfreg_ver",
2144 		.value = "MAJ: 1, MIN: 1",
2145 	},
2146 	{
2147 		.key = "nfc.nxp.fwdnldstatus",
2148 		.value = "0",
2149 	},
2150 	{
2151 		.key = "nfc.smartcard.binded",
2152 		.value = "true",
2153 	},
2154 	{
2155 		.key = "persist.audio.allsoundmute",
2156 		.value = "0",
2157 	},
2158 	{
2159 		.key = "persist.audio.cpufreq",
2160 		.value = "350000",
2161 	},
2162 	{
2163 		.key = "persist.audio.finemediavolume",
2164 		.value = "1",
2165 	},
2166 	{
2167 		.key = "persist.audio.fluence.speaker",
2168 		.value = "true",
2169 	},
2170 	{
2171 		.key = "persist.audio.fluence.voicecall",
2172 		.value = "true",
2173 	},
2174 	{
2175 		.key = "persist.audio.fluence.voicerec",
2176 		.value = "false",
2177 	},
2178 	{
2179 		.key = "persist.audio.globaleffect",
2180 		.value = "1",
2181 	},
2182 	{
2183 		.key = "persist.audio.headsetsysvolume",
2184 		.value = "9",
2185 	},
2186 	{
2187 		.key = "persist.audio.hphonesysvolume",
2188 		.value = "9",
2189 	},
2190 	{
2191 		.key = "persist.audio.k2hd",
2192 		.value = "1",
2193 	},
2194 	{
2195 		.key = "persist.audio.mpseek",
2196 		.value = "0",
2197 	},
2198 	{
2199 		.key = "persist.audio.mysound",
2200 		.value = "1",
2201 	},
2202 	{
2203 		.key = "persist.audio.ringermode",
2204 		.value = "0",
2205 	},
2206 	{
2207 		.key = "persist.audio.soundalivefxsec",
2208 		.value = "1",
2209 	},
2210 	{
2211 		.key = "persist.audio.stereospeaker",
2212 		.value = "0",
2213 	},
2214 	{
2215 		.key = "persist.audio.sysvolume",
2216 		.value = "9",
2217 	},
2218 	{
2219 		.key = "persist.audio.uhqa",
2220 		.value = "1",
2221 	},
2222 	{
2223 		.key = "persist.audio.voipcpufreq",
2224 		.value = "350000",
2225 	},
2226 	{
2227 		.key = "persist.bluetooth_fw_ver",
2228 		.value = "bcm4359C0_V0044.0062_semco.hcd",
2229 	},
2230 	{
2231 		.key = "persist.camera.c2d.debug.mask",
2232 		.value = "1",
2233 	},
2234 	{
2235 		.key = "persist.camera.cpp.debug.mask",
2236 		.value = "1",
2237 	},
2238 	{
2239 		.key = "persist.camera.debug.logfile",
2240 		.value = "0",
2241 	},
2242 	{
2243 		.key = "persist.camera.global.debug",
2244 		.value = "1",
2245 	},
2246 	{
2247 		.key = "persist.camera.hal.debug",
2248 		.value = "1",
2249 	},
2250 	{
2251 		.key = "persist.camera.iface.logs",
2252 		.value = "1",
2253 	},
2254 	{
2255 		.key = "persist.camera.imglib.ea_bypass",
2256 		.value = "1",
2257 	},
2258 	{
2259 		.key = "persist.camera.imglib.logs",
2260 		.value = "1",
2261 	},
2262 	{
2263 		.key = "persist.camera.imglib.oemfeat1",
2264 		.value = "0",
2265 	},
2266 	{
2267 		.key = "persist.camera.isp.debug",
2268 		.value = "1",
2269 	},
2270 	{
2271 		.key = "persist.camera.mct.debug",
2272 		.value = "2",
2273 	},
2274 	{
2275 		.key = "persist.camera.mmstill.logs",
2276 		.value = "1",
2277 	},
2278 	{
2279 		.key = "persist.camera.pproc.debug.mask",
2280 		.value = "1",
2281 	},
2282 	{
2283 		.key = "persist.camera.sensor.debug",
2284 		.value = "1",
2285 	},
2286 	{
2287 		.key = "persist.camera.stats.debug.mask",
2288 		.value = "1",
2289 	},
2290 	{
2291 		.key = "persist.cne.feature",
2292 		.value = "0",
2293 	},
2294 	{
2295 		.key = "persist.data.df.agg.dl_pkt",
2296 		.value = "10",
2297 	},
2298 	{
2299 		.key = "persist.data.df.agg.dl_size",
2300 		.value = "4096",
2301 	},
2302 	{
2303 		.key = "persist.data.df.dev_name",
2304 		.value = "rmnet_usb0",
2305 	},
2306 	{
2307 		.key = "persist.data.df.dl_mode",
2308 		.value = "5",
2309 	},
2310 	{
2311 		.key = "persist.data.df.iwlan_mux",
2312 		.value = "9",
2313 	},
2314 	{
2315 		.key = "persist.data.df.mux_count",
2316 		.value = "8",
2317 	},
2318 	{
2319 		.key = "persist.data.df.ul_mode",
2320 		.value = "5",
2321 	},
2322 	{
2323 		.key = "persist.data.dpm.enable",
2324 		.value = "true",
2325 	},
2326 	{
2327 		.key = "persist.data.dropssdp",
2328 		.value = "false",
2329 	},
2330 	{
2331 		.key = "persist.data.ibfc.enable",
2332 		.value = "true",
2333 	},
2334 	{
2335 		.key = "persist.data.mode",
2336 		.value = "concurrent",
2337 	},
2338 	{
2339 		.key = "persist.data.netmgrd.qos.enable",
2340 		.value = "true",
2341 	},
2342 	{
2343 		.key = "persist.data.wda.enable",
2344 		.value = "true",
2345 	},
2346 	{
2347 		.key = "persist.debug.sensors.hal",
2348 		.value = "W",
2349 	},
2350 	{
2351 		.key = "persist.debug.wfd.enable",
2352 		.value = "1",
2353 	},
2354 	{
2355 		.key = "persist.demo.hdmirotationlock",
2356 		.value = "false",
2357 	},
2358 	{
2359 		.key = "persist.eons.enabled",
2360 		.value = "true",
2361 	},
2362 	{
2363 		.key = "persist.fuse_sdcard",
2364 		.value = "true",
2365 	},
2366 	{
2367 		.key = "persist.gps.qc_nlp_in_use",
2368 		.value = "1",
2369 	},
2370 	{
2371 		.key = "persist.hwc.enable_vds",
2372 		.value = "1",
2373 	},
2374 	{
2375 		.key = "persist.loc.nlp_name",
2376 		.value = "com.qualcomm.location",
2377 	},
2378 	{
2379 		.key = "persist.logd.size",
2380 		.value = "",
2381 	},
2382 	{
2383 		.key = "persist.mm.enable.prefetch",
2384 		.value = "true",
2385 	},
2386 	{
2387 		.key = "persist.qfp",
2388 		.value = "false",
2389 	},
2390 	{
2391 		.key = "persist.radio.add_power_save",
2392 		.value = "1",
2393 	},
2394 	{
2395 		.key = "persist.radio.apm_sim_not_pwdn",
2396 		.value = "1",
2397 	},
2398 	{
2399 		.key = "persist.radio.calldefault.simid",
2400 		.value = "0",
2401 	},
2402 	{
2403 		.key = "persist.radio.custom_ecc",
2404 		.value = "1",
2405 	},
2406 	{
2407 		.key = "persist.radio.dataprefer.slotId",
2408 		.value = "0",
2409 	},
2410 	{
2411 		.key = "persist.radio.defdataSIMchange",
2412 		.value = "true",
2413 	},
2414 	{
2415 		.key = "persist.radio.initphone-type",
2416 		.value = "1",
2417 	},
2418 	{
2419 		.key = "persist.radio.lte_vrte_ltd",
2420 		.value = "1",
2421 	},
2422 	{
2423 		.key = "persist.radio.plmnname_1",
2424 		.value = "",
2425 	},
2426 	{
2427 		.key = "persist.radio.plmnname_2",
2428 		.value = "",
2429 	},
2430 	{
2431 		.key = "persist.radio.process_sups_ind",
2432 		.value = "1",
2433 	},
2434 	{
2435 		.key = "persist.radio.sib16_support",
2436 		.value = "0",
2437 	},
2438 	{
2439 		.key = "persist.radio.silent-reset",
2440 		.value = "1",
2441 	},
2442 	{
2443 		.key = "persist.radio.ss.voiceclass_1",
2444 		.value = "false",
2445 	},
2446 	{
2447 		.key = "persist.ril.ims.eutranParam",
2448 		.value = "3",
2449 	},
2450 	{
2451 		.key = "persist.ril.ims.pdnFailCause",
2452 		.value = "0",
2453 	},
2454 	{
2455 		.key = "persist.ril.ims.utranParam",
2456 		.value = "0",
2457 	},
2458 	{
2459 		.key = "persist.ril.modem.board",
2460 		.value = "MSM8996",
2461 	},
2462 	{
2463 		.key = "persist.ril.radiocapa.tdscdma",
2464 		.value = "true",
2465 	},
2466 	{
2467 		.key = "persist.ril.xcap.pdnFailCause",
2468 		.value = "0",
2469 	},
2470 	{
2471 		.key = "persist.rmnet.data.enable",
2472 		.value = "true",
2473 	},
2474 	{
2475 		.key = "persist.security.ams.enforcing",
2476 		.value = "3",
2477 	},
2478 	{
2479 		.key = "persist.security.tlc.ccm",
2480 		.value = "0",
2481 	},
2482 	{
2483 		.key = "persist.security.tlc.esecomm",
2484 		.value = "0",
2485 	},
2486 	{
2487 		.key = "persist.security.tlc.otp",
2488 		.value = "0",
2489 	},
2490 	{
2491 		.key = "persist.security.tlc.tui",
2492 		.value = "1",
2493 	},
2494 	{
2495 		.key = "persist.service.bdroid.version",
2496 		.value = "4.2",
2497 	},
2498 	{
2499 		.key = "persist.service.tspcmd.spay",
2500 		.value = "true",
2501 	},
2502 	{
2503 		.key = "persist.sys.SUWRebootReason",
2504 		.value = "",
2505 	},
2506 	{
2507 		.key = "persist.sys.ccm.date",
2508 		.value = "Tue Nov  8 11:46:56 KST 2016",
2509 	},
2510 	{
2511 		.key = "persist.sys.dalvik.vm.lib.2",
2512 		.value = "libart.so",
2513 	},
2514 	{
2515 		.key = "persist.sys.drs.date",
2516 		.value = "Tue Nov  8 11:46:56 KST 2016",
2517 	},
2518 	{
2519 		.key = "persist.sys.kap.date",
2520 		.value = "Tue Nov  8 11:46:56 KST 2016",
2521 	},
2522 	{
2523 		.key = "persist.sys.kap.status",
2524 		.value = "NONE",
2525 	},
2526 	{
2527 		.key = "persist.sys.locale",
2528 		.value = "en-US",
2529 	},
2530 	{
2531 		.key = "persist.sys.localedefault",
2532 		.value = "",
2533 	},
2534 	{
2535 		.key = "persist.sys.localenosim",
2536 		.value = "en-US",
2537 	},
2538 	{
2539 		.key = "persist.sys.profiler_ms",
2540 		.value = "0",
2541 	},
2542 	{
2543 		.key = "persist.sys.setupwizard",
2544 		.value = "FINISH",
2545 	},
2546 	{
2547 		.key = "persist.sys.silent",
2548 		.value = "1",
2549 	},
2550 	{
2551 		.key = "persist.sys.ssrm_unbox_cnt",
2552 		.value = "0",
2553 	},
2554 	{
2555 		.key = "persist.sys.storage_preload",
2556 		.value = "2",
2557 	},
2558 	{
2559 		.key = "persist.sys.timezone",
2560 		.value = "Asia/Seoul",
2561 	},
2562 	{
2563 		.key = "persist.sys.usb.config",
2564 		.value = "mtp,adb",
2565 	},
2566 	{
2567 		.key = "persist.sys.usb.config.extra",
2568 		.value = "none",
2569 	},
2570 	{
2571 		.key = "persist.sys.webview.vmsize",
2572 		.value = "125731824",
2573 	},
2574 	{
2575 		.key = "persist.sys.wfd.virtual",
2576 		.value = "0",
2577 	},
2578 	{
2579 		.key = "persist.timed.enable",
2580 		.value = "true",
2581 	},
2582 	{
2583 		.key = "qcom.hw.aac.encoder",
2584 		.value = "true",
2585 	},
2586 	{
2587 		.key = "qemu.hw.mainkeys",
2588 		.value = "1",
2589 	},
2590 	{
2591 		.key = "ril.CompleteMsg",
2592 		.value = "OK",
2593 	},
2594 	{
2595 		.key = "ril.ICC_TYPE",
2596 		.value = "0",
2597 	},
2598 	{
2599 		.key = "ril.RildInit",
2600 		.value = "1",
2601 	},
2602 	{
2603 		.key = "ril.approved_codever",
2604 		.value = "none",
2605 	},
2606 	{
2607 		.key = "ril.approved_cscver",
2608 		.value = "none",
2609 	},
2610 	{
2611 		.key = "ril.approved_modemver",
2612 		.value = "none",
2613 	},
2614 	{
2615 		.key = "ril.atd_status",
2616 		.value = "1_0_0",
2617 	},
2618 	{
2619 		.key = "ril.backoffstate",
2620 		.value = "1024",
2621 	},
2622 	{
2623 		.key = "ril.cs_svc",
2624 		.value = "1",
2625 	},
2626 	{
2627 		.key = "ril.data.intfprefix",
2628 		.value = "rmnet_data",
2629 	},
2630 	{
2631 		.key = "ril.deviceOffRes",
2632 		.value = "0",
2633 	},
2634 	{
2635 		.key = "ril.ecclist0",
2636 		.value = "",
2637 	},
2638 	{
2639 		.key = "ril.ecclist00",
2640 		.value = "112,911,999,000,110,118,119,911,112,08,000,110,118,119,999",
2641 	},
2642 	{
2643 		.key = "ril.ecclist_net0",
2644 		.value = "",
2645 	},
2646 	{
2647 		.key = "ril.epdg.handover.enable",
2648 		.value = "true",
2649 	},
2650 	{
2651 		.key = "ril.eri_num",
2652 		.value = "1",
2653 	},
2654 	{
2655 		.key = "ril.eri_ver_1",
2656 		.value = "E:None ",
2657 	},
2658 	{
2659 		.key = "ril.hasisim",
2660 		.value = "0",
2661 	},
2662 	{
2663 		.key = "ril.hw_ver",
2664 		.value = "REV0.6",
2665 	},
2666 	{
2667 		.key = "ril.ims.ecsupport",
2668 		.value = "0",
2669 	},
2670 	{
2671 		.key = "ril.manufacturedate",
2672 		.value = "161201",
2673 	},
2674 	{
2675 		.key = "ril.modem.board",
2676 		.value = "MSM8996",
2677 	},
2678 	{
2679 		.key = "ril.official_cscver",
2680 		.value = "G930AATT4APK1",
2681 	},
2682 	{
2683 		.key = "ril.product_code",
2684 		.value = "SM-G930AZKAATT",
2685 	},
2686 	{
2687 		.key = "ril.radiostate",
2688 		.value = "10",
2689 	},
2690 	{
2691 		.key = "ril.rfcal_date",
2692 		.value = "2016.12.02",
2693 	},
2694 	{
2695 		.key = "ril.serialnumber",
2696 		.value = "R38HC00LX5H",
2697 	},
2698 	{
2699 		.key = "ril.servicestate",
2700 		.value = "2",
2701 	},
2702 	{
2703 		.key = "ril.ss.routing",
2704 		.value = "1",
2705 	},
2706 	{
2707 		.key = "ril.subinfo",
2708 		.value = "0:2147483643",
2709 	},
2710 	{
2711 		.key = "ril.sw_ver",
2712 		.value = "G930AUCS4APK1",
2713 	},
2714 	{
2715 		.key = "ril.timezoneID",
2716 		.value = "",
2717 	},
2718 	{
2719 		.key = "rild.libpath",
2720 		.value = "/system/lib64/libsec-ril.so",
2721 	},
2722 	{
2723 		.key = "ro.adb.secure",
2724 		.value = "1",
2725 	},
2726 	{
2727 		.key = "ro.allow.mock.location",
2728 		.value = "0",
2729 	},
2730 	{
2731 		.key = "ro.astcenc.astcsupport",
2732 		.value = "1",
2733 	},
2734 	{
2735 		.key = "ro.baseband",
2736 		.value = "msm",
2737 	},
2738 	{
2739 		.key = "ro.board.platform",
2740 		.value = "msm8996",
2741 	},
2742 	{
2743 		.key = "ro.boot.baseband",
2744 		.value = "msm",
2745 	},
2746 	{
2747 		.key = "ro.boot.boot_recovery",
2748 		.value = "0",
2749 	},
2750 	{
2751 		.key = "ro.boot.bootdevice",
2752 		.value = "624000.ufshc",
2753 	},
2754 	{
2755 		.key = "ro.boot.bootloader",
2756 		.value = "G930AUCS4APK1",
2757 	},
2758 	{
2759 		.key = "ro.boot.carrierid.param.offset",
2760 		.value = "9438268",
2761 	},
2762 	{
2763 		.key = "ro.boot.cp_debug_level",
2764 		.value = "0x55FF",
2765 	},
2766 	{
2767 		.key = "ro.boot.cp_reserved_mem",
2768 		.value = "off",
2769 	},
2770 	{
2771 		.key = "ro.boot.debug_level",
2772 		.value = "0x4f4c",
2773 	},
2774 	{
2775 		.key = "ro.boot.emmc_checksum",
2776 		.value = "3",
2777 	},
2778 	{
2779 		.key = "ro.boot.hardware",
2780 		.value = "qcom",
2781 	},
2782 	{
2783 		.key = "ro.boot.hmac_mismatch",
2784 		.value = "0",
2785 	},
2786 	{
2787 		.key = "ro.boot.im.param.offset",
2788 		.value = "9437232",
2789 	},
2790 	{
2791 		.key = "ro.boot.me.param.offset",
2792 		.value = "9437312",
2793 	},
2794 	{
2795 		.key = "ro.boot.pr.param.offset",
2796 		.value = "9437472",
2797 	},
2798 	{
2799 		.key = "ro.boot.revision",
2800 		.value = "15",
2801 	},
2802 	{
2803 		.key = "ro.boot.sec_atd.tty",
2804 		.value = "/dev/ttyHSL0",
2805 	},
2806 	{
2807 		.key = "ro.boot.security_mode",
2808 		.value = "1526595585",
2809 	},
2810 	{
2811 		.key = "ro.boot.serialno",
2812 		.value = "7755e8c9",
2813 	},
2814 	{
2815 		.key = "ro.boot.sku.param.offset",
2816 		.value = "9437552",
2817 	},
2818 	{
2819 		.key = "ro.boot.sn.param.offset",
2820 		.value = "9437392",
2821 	},
2822 	{
2823 		.key = "ro.boot.ucs_mode",
2824 		.value = "0",
2825 	},
2826 	{
2827 		.key = "ro.boot.warranty_bit",
2828 		.value = "0",
2829 	},
2830 	{
2831 		.key = "ro.boot_recovery",
2832 		.value = "0",
2833 	},
2834 	{
2835 		.key = "ro.bootimage.build.date",
2836 		.value = "Tue Nov 8 11:47:02 KST 2016",
2837 	},
2838 	{
2839 		.key = "ro.bootimage.build.date.utc",
2840 		.value = "1478573222",
2841 	},
2842 	{
2843 		.key = "ro.bootimage.build.fingerprint",
2844 		.value = "samsung/heroqlteuc/heroqlteatt:6.0.1/MMB29M/G930AUCS4APK1:user/test-keys",
2845 	},
2846 	{
2847 		.key = "ro.bootloader",
2848 		.value = "G930AUCS4APK1",
2849 	},
2850 	{
2851 		.key = "ro.bootmode",
2852 		.value = "unknown",
2853 	},
2854 	{
2855 		.key = "ro.bt.bdaddr_path",
2856 		.value = "/efs/bluetooth/bt_addr",
2857 	},
2858 	{
2859 		.key = "ro.build.PDA",
2860 		.value = "G930AUCS4APK1",
2861 	},
2862 	{
2863 		.key = "ro.build.changelist",
2864 		.value = "9439621",
2865 	},
2866 	{
2867 		.key = "ro.build.characteristics",
2868 		.value = "att",
2869 	},
2870 	{
2871 		.key = "ro.build.date",
2872 		.value = "Tue Nov  8 11:46:56 KST 2016",
2873 	},
2874 	{
2875 		.key = "ro.build.date.utc",
2876 		.value = "1478573216",
2877 	},
2878 	{
2879 		.key = "ro.build.description",
2880 		.value = "heroqlteuc-user 6.0.1 MMB29M G930AUCS4APK1 release-keys",
2881 	},
2882 	{
2883 		.key = "ro.build.display.id",
2884 		.value = "MMB29M.G930AUCS4APK1",
2885 	},
2886 	{
2887 		.key = "ro.build.fingerprint",
2888 		.value = "samsung/heroqlteuc/heroqlteatt:6.0.1/MMB29M/G930AUCS4APK1:user/release-keys",
2889 	},
2890 	{
2891 		.key = "ro.build.flavor",
2892 		.value = "heroqlteuc-user",
2893 	},
2894 	{
2895 		.key = "ro.build.hidden_ver",
2896 		.value = "G930AUCS4APK1",
2897 	},
2898 	{
2899 		.key = "ro.build.host",
2900 		.value = "SWHC3505",
2901 	},
2902 	{
2903 		.key = "ro.build.id",
2904 		.value = "MMB29M",
2905 	},
2906 	{
2907 		.key = "ro.build.official.release",
2908 		.value = "true",
2909 	},
2910 	{
2911 		.key = "ro.build.product",
2912 		.value = "heroqlteatt",
2913 	},
2914 	{
2915 		.key = "ro.build.scafe.cream",
2916 		.value = "white",
2917 	},
2918 	{
2919 		.key = "ro.build.scafe.shot",
2920 		.value = "single",
2921 	},
2922 	{
2923 		.key = "ro.build.scafe.size",
2924 		.value = "short",
2925 	},
2926 	{
2927 		.key = "ro.build.scafe.version",
2928 		.value = "2016A",
2929 	},
2930 	{
2931 		.key = "ro.build.selinux",
2932 		.value = "1",
2933 	},
2934 	{
2935 		.key = "ro.build.selinux.enforce",
2936 		.value = "1",
2937 	},
2938 	{
2939 		.key = "ro.build.tags",
2940 		.value = "release-keys",
2941 	},
2942 	{
2943 		.key = "ro.build.type",
2944 		.value = "user",
2945 	},
2946 	{
2947 		.key = "ro.build.user",
2948 		.value = "dpi",
2949 	},
2950 	{
2951 		.key = "ro.build.version.all_codenames",
2952 		.value = "REL",
2953 	},
2954 	{
2955 		.key = "ro.build.version.base_os",
2956 		.value = "samsung/heroqlteuc/heroqlteatt:6.0.1/MMB29M/G930AUCU4APJ4:user/release-keys",
2957 	},
2958 	{
2959 		.key = "ro.build.version.codename",
2960 		.value = "REL",
2961 	},
2962 	{
2963 		.key = "ro.build.version.incremental",
2964 		.value = "G930AUCS4APK1",
2965 	},
2966 	{
2967 		.key = "ro.build.version.preview_sdk",
2968 		.value = "0",
2969 	},
2970 	{
2971 		.key = "ro.build.version.release",
2972 		.value = "6.0.1",
2973 	},
2974 	{
2975 		.key = "ro.build.version.sdk",
2976 		.value = "23",
2977 	},
2978 	{
2979 		.key = "ro.build.version.sdl",
2980 		.value = "2301",
2981 	},
2982 	{
2983 		.key = "ro.build.version.security_patch",
2984 		.value = "2016-11-01",
2985 	},
2986 	{
2987 		.key = "ro.carrier",
2988 		.value = "unknown",
2989 	},
2990 	{
2991 		.key = "ro.carrierid.param.offset",
2992 		.value = "9438268",
2993 	},
2994 	{
2995 		.key = "ro.chipname",
2996 		.value = "MSM8996",
2997 	},
2998 	{
2999 		.key = "ro.com.google.clientidbase",
3000 		.value = "android-samsung",
3001 	},
3002 	{
3003 		.key = "ro.com.google.clientidbase.am",
3004 		.value = "android-att-us",
3005 	},
3006 	{
3007 		.key = "ro.com.google.clientidbase.gmm",
3008 		.value = "android-samsung",
3009 	},
3010 	{
3011 		.key = "ro.com.google.clientidbase.ms",
3012 		.value = "android-att-us",
3013 	},
3014 	{
3015 		.key = "ro.com.google.clientidbase.yt",
3016 		.value = "android-samsung",
3017 	},
3018 	{
3019 		.key = "ro.com.google.gmsversion",
3020 		.value = "6.0_r6",
3021 	},
3022 	{
3023 		.key = "ro.config.alarm_alert",
3024 		.value = "Morning_Flower.ogg",
3025 	},
3026 	{
3027 		.key = "ro.config.dha_cached_max",
3028 		.value = "16",
3029 	},
3030 	{
3031 		.key = "ro.config.dha_cached_min",
3032 		.value = "8",
3033 	},
3034 	{
3035 		.key = "ro.config.dha_empty_max",
3036 		.value = "32",
3037 	},
3038 	{
3039 		.key = "ro.config.dha_empty_min",
3040 		.value = "8",
3041 	},
3042 	{
3043 		.key = "ro.config.dha_pwhitelist_enable",
3044 		.value = "1",
3045 	},
3046 	{
3047 		.key = "ro.config.dha_th_rate",
3048 		.value = "1.7",
3049 	},
3050 	{
3051 		.key = "ro.config.dmverity",
3052 		.value = "true",
3053 	},
3054 	{
3055 		.key = "ro.config.iccc_version",
3056 		.value = "1.0",
3057 	},
3058 	{
3059 		.key = "ro.config.kap",
3060 		.value = "true",
3061 	},
3062 	{
3063 		.key = "ro.config.kap_default_on",
3064 		.value = "true",
3065 	},
3066 	{
3067 		.key = "ro.config.knox",
3068 		.value = "v30",
3069 	},
3070 	{
3071 		.key = "ro.config.media_sound",
3072 		.value = "Media_preview_Touch_the_light.ogg",
3073 	},
3074 	{
3075 		.key = "ro.config.notification_sound",
3076 		.value = "Whisper.ogg",
3077 	},
3078 	{
3079 		.key = "ro.config.notification_sound_2",
3080 		.value = "S_Charming_Bell.ogg",
3081 	},
3082 	{
3083 		.key = "ro.config.ringtone",
3084 		.value = "ATT_Firefly_Default.ogg",
3085 	},
3086 	{
3087 		.key = "ro.config.ringtone_2",
3088 		.value = "Basic_Bell.ogg",
3089 	},
3090 	{
3091 		.key = "ro.config.rm_preload_enabled",
3092 		.value = "0",
3093 	},
3094 	{
3095 		.key = "ro.config.tima",
3096 		.value = "1",
3097 	},
3098 	{
3099 		.key = "ro.config.timaversion",
3100 		.value = "3.0",
3101 	},
3102 	{
3103 		.key = "ro.cp_debug_level",
3104 		.value = "0x55FF",
3105 	},
3106 	{
3107 		.key = "ro.crypto.default.encrypted",
3108 		.value = "true",
3109 	},
3110 	{
3111 		.key = "ro.crypto.fs_crypto_blkdev",
3112 		.value = "/dev/block/dm-1",
3113 	},
3114 	{
3115 		.key = "ro.crypto.state",
3116 		.value = "encrypted",
3117 	},
3118 	{
3119 		.key = "ro.crypto.type",
3120 		.value = "block",
3121 	},
3122 	{
3123 		.key = "ro.csc.country_code",
3124 		.value = "USA",
3125 	},
3126 	{
3127 		.key = "ro.csc.countryiso_code",
3128 		.value = "US",
3129 	},
3130 	{
3131 		.key = "ro.csc.sales_code",
3132 		.value = "ATT",
3133 	},
3134 	{
3135 		.key = "ro.dalvik.vm.native.bridge",
3136 		.value = "0",
3137 	},
3138 	{
3139 		.key = "ro.dbg.coresight.config",
3140 		.value = "stm_events_disabled",
3141 	},
3142 	{
3143 		.key = "ro.debug_level",
3144 		.value = "0x4f4c",
3145 	},
3146 	{
3147 		.key = "ro.debuggable",
3148 		.value = "0",
3149 	},
3150 	{
3151 		.key = "ro.emmc_checksum",
3152 		.value = "3",
3153 	},
3154 	{
3155 		.key = "ro.error.receiver.default",
3156 		.value = "com.samsung.receiver.error",
3157 	},
3158 	{
3159 		.key = "ro.expect.recovery_id",
3160 		.value = "0x1bf16698c3b2cca6006ec8c8426e001ecad484d7000000000000000000000000",
3161 	},
3162 	{
3163 		.key = "ro.frp.pst",
3164 		.value = "/dev/block/persistent",
3165 	},
3166 	{
3167 		.key = "ro.gps.agps_provider",
3168 		.value = "1",
3169 	},
3170 	{
3171 		.key = "ro.hardware",
3172 		.value = "qcom",
3173 	},
3174 	{
3175 		.key = "ro.hardware.gatekeeper",
3176 		.value = "mdfpp",
3177 	},
3178 	{
3179 		.key = "ro.hardware.keystore",
3180 		.value = "mdfpp",
3181 	},
3182 	{
3183 		.key = "ro.hdcp2.rx",
3184 		.value = "tz",
3185 	},
3186 	{
3187 		.key = "ro.hmac_mismatch",
3188 		.value = "0",
3189 	},
3190 	{
3191 		.key = "ro.hwui.drop_shadow_cache_size",
3192 		.value = "6",
3193 	},
3194 	{
3195 		.key = "ro.hwui.fbo_cache_size",
3196 		.value = "16",
3197 	},
3198 	{
3199 		.key = "ro.hwui.gradient_cache_size",
3200 		.value = "2",
3201 	},
3202 	{
3203 		.key = "ro.hwui.layer_cache_size",
3204 		.value = "58",
3205 	},
3206 	{
3207 		.key = "ro.hwui.path_cache_size",
3208 		.value = "16",
3209 	},
3210 	{
3211 		.key = "ro.hwui.r_buffer_cache_size",
3212 		.value = "8",
3213 	},
3214 	{
3215 		.key = "ro.hwui.shape_cache_size",
3216 		.value = "4",
3217 	},
3218 	{
3219 		.key = "ro.hwui.text_large_cache_height",
3220 		.value = "2048",
3221 	},
3222 	{
3223 		.key = "ro.hwui.text_large_cache_width",
3224 		.value = "4096",
3225 	},
3226 	{
3227 		.key = "ro.hwui.text_small_cache_height",
3228 		.value = "1024",
3229 	},
3230 	{
3231 		.key = "ro.hwui.text_small_cache_width",
3232 		.value = "1024",
3233 	},
3234 	{
3235 		.key = "ro.hwui.texture_cache_flushrate",
3236 		.value = "0.4",
3237 	},
3238 	{
3239 		.key = "ro.hwui.texture_cache_size",
3240 		.value = "88",
3241 	},
3242 	{
3243 		.key = "ro.im.param.offset",
3244 		.value = "9437232",
3245 	},
3246 	{
3247 		.key = "ro.kernel.qemu",
3248 		.value = "0",
3249 	},
3250 	{
3251 		.key = "ro.mct.compressiontype",
3252 		.value = "ETC1",
3253 	},
3254 	{
3255 		.key = "ro.me.param.offset",
3256 		.value = "9437312",
3257 	},
3258 	{
3259 		.key = "ro.min_freq_0",
3260 		.value = "384000",
3261 	},
3262 	{
3263 		.key = "ro.min_freq_4",
3264 		.value = "384000",
3265 	},
3266 	{
3267 		.key = "ro.mst.support",
3268 		.value = "1",
3269 	},
3270 	{
3271 		.key = "ro.nfc.port",
3272 		.value = "I2C",
3273 	},
3274 	{
3275 		.key = "ro.opengles.version",
3276 		.value = "196609",
3277 	},
3278 	{
3279 		.key = "ro.pr.param.offset",
3280 		.value = "9437472",
3281 	},
3282 	{
3283 		.key = "ro.product.board",
3284 		.value = "msm8996",
3285 	},
3286 	{
3287 		.key = "ro.product.brand",
3288 		.value = "samsung",
3289 	},
3290 	{
3291 		.key = "ro.product.cpu.abi",
3292 		.value = "arm64-v8a",
3293 	},
3294 	{
3295 		.key = "ro.product.cpu.abilist",
3296 		.value = "arm64-v8a,armeabi-v7a,armeabi",
3297 	},
3298 	{
3299 		.key = "ro.product.cpu.abilist32",
3300 		.value = "armeabi-v7a,armeabi",
3301 	},
3302 	{
3303 		.key = "ro.product.cpu.abilist64",
3304 		.value = "arm64-v8a",
3305 	},
3306 	{
3307 		.key = "ro.product.device",
3308 		.value = "heroqlteatt",
3309 	},
3310 	{
3311 		.key = "ro.product.locale",
3312 		.value = "en-US",
3313 	},
3314 	{
3315 		.key = "ro.product.manufacturer",
3316 		.value = "samsung",
3317 	},
3318 	{
3319 		.key = "ro.product.model",
3320 		.value = "SAMSUNG-SM-G930A",
3321 	},
3322 	{
3323 		.key = "ro.product.name",
3324 		.value = "heroqlteuc",
3325 	},
3326 	{
3327 		.key = "ro.product_ship",
3328 		.value = "true",
3329 	},
3330 	{
3331 		.key = "ro.qc.sdk.audio.fluencetype",
3332 		.value = "none",
3333 	},
3334 	{
3335 		.key = "ro.qc.sdk.audio.ssr",
3336 		.value = "false",
3337 	},
3338 	{
3339 		.key = "ro.qc.sdk.us.proximity",
3340 		.value = "1",
3341 	},
3342 	{
3343 		.key = "ro.qti.sensors.cmc",
3344 		.value = "false",
3345 	},
3346 	{
3347 		.key = "ro.qti.sensors.dpc",
3348 		.value = "false",
3349 	},
3350 	{
3351 		.key = "ro.qti.sensors.facing",
3352 		.value = "false",
3353 	},
3354 	{
3355 		.key = "ro.qti.sensors.fast_amd",
3356 		.value = "false",
3357 	},
3358 	{
3359 		.key = "ro.qti.sensors.georv",
3360 		.value = "false",
3361 	},
3362 	{
3363 		.key = "ro.qti.sensors.scrn_ortn",
3364 		.value = "false",
3365 	},
3366 	{
3367 		.key = "ro.qualcomm.cabl",
3368 		.value = "1",
3369 	},
3370 	{
3371 		.key = "ro.revision",
3372 		.value = "15",
3373 	},
3374 	{
3375 		.key = "ro.ril.svdo",
3376 		.value = "false",
3377 	},
3378 	{
3379 		.key = "ro.ril.svlte1x",
3380 		.value = "false",
3381 	},
3382 	{
3383 		.key = "ro.runtime.firstboot",
3384 		.value = "1524181447608",
3385 	},
3386 	{
3387 		.key = "ro.sec.fle.encryption",
3388 		.value = "true",
3389 	},
3390 	{
3391 		.key = "ro.secure",
3392 		.value = "1",
3393 	},
3394 	{
3395 		.key = "ro.securestorage.support",
3396 		.value = "true",
3397 	},
3398 	{
3399 		.key = "ro.security.ese.cosname",
3400 		.value = "JCOP3.3_00484552",
3401 	},
3402 	{
3403 		.key = "ro.security.esest",
3404 		.value = "per0201exi",
3405 	},
3406 	{
3407 		.key = "ro.security.icd.flagmode",
3408 		.value = "multi",
3409 	},
3410 	{
3411 		.key = "ro.security.mdpp.release",
3412 		.value = "7",
3413 	},
3414 	{
3415 		.key = "ro.security.mdpp.ux",
3416 		.value = "Enabled",
3417 	},
3418 	{
3419 		.key = "ro.security.mdpp.ver",
3420 		.value = "2.0",
3421 	},
3422 	{
3423 		.key = "ro.security.reactive.version",
3424 		.value = "2.0.9",
3425 	},
3426 	{
3427 		.key = "ro.security.vpnpp.release",
3428 		.value = "6.1",
3429 	},
3430 	{
3431 		.key = "ro.security.vpnpp.ver",
3432 		.value = "1.4",
3433 	},
3434 	{
3435 		.key = "ro.security_mode",
3436 		.value = "1526595585",
3437 	},
3438 	{
3439 		.key = "ro.secwvk",
3440 		.value = "144",
3441 	},
3442 	{
3443 		.key = "ro.serialno",
3444 		.value = "7755e8c9",
3445 	},
3446 	{
3447 		.key = "ro.setupwizard.mode",
3448 		.value = "OPTIONAL",
3449 	},
3450 	{
3451 		.key = "ro.sf.lcd_density",
3452 		.value = "640",
3453 	},
3454 	{
3455 		.key = "ro.sku.param.offset",
3456 		.value = "9437552",
3457 	},
3458 	{
3459 		.key = "ro.sn.param.offset",
3460 		.value = "9437392",
3461 	},
3462 	{
3463 		.key = "ro.telephony.call_ring.multiple",
3464 		.value = "false",
3465 	},
3466 	{
3467 		.key = "ro.telephony.default_network",
3468 		.value = "9",
3469 	},
3470 	{
3471 		.key = "ro.use_data_netmgrd",
3472 		.value = "true",
3473 	},
3474 	{
3475 		.key = "ro.vendor.extension_library",
3476 		.value = "libqti-perfd-client.so",
3477 	},
3478 	{
3479 		.key = "ro.vold.forceencryption",
3480 		.value = "1",
3481 	},
3482 	{
3483 		.key = "ro.warranty_bit",
3484 		.value = "0",
3485 	},
3486 	{
3487 		.key = "ro.wifi.channels",
3488 		.value = "",
3489 	},
3490 	{
3491 		.key = "ro.zygote",
3492 		.value = "zygote64_32",
3493 	},
3494 	{
3495 		.key = "sdm.debug.disable_rotator_split",
3496 		.value = "1",
3497 	},
3498 	{
3499 		.key = "sdm.perf_hint_window",
3500 		.value = "50",
3501 	},
3502 	{
3503 		.key = "sec.fle.encryption.status",
3504 		.value = "Dec NewFile IncludeMedia",
3505 	},
3506 	{
3507 		.key = "secmm.player.gp.url",
3508 		.value = "true",
3509 	},
3510 	{
3511 		.key = "secmm.player.uhqamode",
3512 		.value = "True",
3513 	},
3514 	{
3515 		.key = "security.ASKS.policy_version",
3516 		.value = "161011",
3517 	},
3518 	{
3519 		.key = "security.mdpp",
3520 		.value = "Ready",
3521 	},
3522 	{
3523 		.key = "security.mdpp.mass",
3524 		.value = "skmm",
3525 	},
3526 	{
3527 		.key = "security.mdpp.result",
3528 		.value = "None",
3529 	},
3530 	{
3531 		.key = "security.semdaemonfinish",
3532 		.value = "1",
3533 	},
3534 	{
3535 		.key = "selinux.policy_version",
3536 		.value = "SEPF_SECMOBILE_6.0.1_0030",
3537 	},
3538 	{
3539 		.key = "selinux.reload_policy",
3540 		.value = "1",
3541 	},
3542 	{
3543 		.key = "service.bootanim.exit",
3544 		.value = "0",
3545 	},
3546 	{
3547 		.key = "service.bt.security.policy.mode",
3548 		.value = "2",
3549 	},
3550 	{
3551 		.key = "service.camera.hdmi_preview",
3552 		.value = "0",
3553 	},
3554 	{
3555 		.key = "service.camera.rec.running",
3556 		.value = "0",
3557 	},
3558 	{
3559 		.key = "service.camera.running",
3560 		.value = "0",
3561 	},
3562 	{
3563 		.key = "service.camera.samsung.enabled",
3564 		.value = "0",
3565 	},
3566 	{
3567 		.key = "service.camera.samsung.parall",
3568 		.value = "0",
3569 	},
3570 	{
3571 		.key = "service.media.powersnd",
3572 		.value = "1",
3573 	},
3574 	{
3575 		.key = "storage.efs_sync.done",
3576 		.value = "0",
3577 	},
3578 	{
3579 		.key = "storage.mmc.size",
3580 		.value = "31927042048",
3581 	},
3582 	{
3583 		.key = "sys.adaptivedisplay.eadon",
3584 		.value = "true",
3585 	},
3586 	{
3587 		.key = "sys.boot_completed",
3588 		.value = "1",
3589 	},
3590 	{
3591 		.key = "sys.cameramode.blackbox",
3592 		.value = "0",
3593 	},
3594 	{
3595 		.key = "sys.cameramode.vtcall",
3596 		.value = "0",
3597 	},
3598 	{
3599 		.key = "sys.config.bigdata_enable",
3600 		.value = "true",
3601 	},
3602 	{
3603 		.key = "sys.config.bigdata_mem_enable",
3604 		.value = "true",
3605 	},
3606 	{
3607 		.key = "sys.dockstate",
3608 		.value = "0",
3609 	},
3610 	{
3611 		.key = "sys.enterprise.billing.version",
3612 		.value = "1.2.0",
3613 	},
3614 	{
3615 		.key = "sys.enterprise.otp.version",
3616 		.value = "2.6.0",
3617 	},
3618 	{
3619 		.key = "sys.ims.service_started",
3620 		.value = "true",
3621 	},
3622 	{
3623 		.key = "sys.keyguard.connected",
3624 		.value = "true",
3625 	},
3626 	{
3627 		.key = "sys.knox.exists",
3628 		.value = "0",
3629 	},
3630 	{
3631 		.key = "sys.knox.store",
3632 		.value = "0",
3633 	},
3634 	{
3635 		.key = "sys.listeners.registered",
3636 		.value = "true",
3637 	},
3638 	{
3639 		.key = "sys.mdniecontrolservice.mscon",
3640 		.value = "true",
3641 	},
3642 	{
3643 		.key = "sys.mobicore.loaded",
3644 		.value = "true",
3645 	},
3646 	{
3647 		.key = "sys.mobicoredaemon.enable",
3648 		.value = "true",
3649 	},
3650 	{
3651 		.key = "sys.nfc.support",
3652 		.value = "1",
3653 	},
3654 	{
3655 		.key = "sys.oem_unlock_allowed",
3656 		.value = "0",
3657 	},
3658 	{
3659 		.key = "sys.qseecomd.enable",
3660 		.value = "true",
3661 	},
3662 	{
3663 		.key = "sys.reset_reason",
3664 		.value = "N|NP",
3665 	},
3666 	{
3667 		.key = "sys.settings_global_version",
3668 		.value = "4",
3669 	},
3670 	{
3671 		.key = "sys.settings_secure_version",
3672 		.value = "1",
3673 	},
3674 	{
3675 		.key = "sys.settings_system_version",
3676 		.value = "7",
3677 	},
3678 	{
3679 		.key = "sys.siop.level",
3680 		.value = "0",
3681 	},
3682 	{
3683 		.key = "sys.ssrm.mdnie",
3684 		.value = "-1",
3685 	},
3686 	{
3687 		.key = "sys.sysctl.extra_free_kbytes",
3688 		.value = "43200",
3689 	},
3690 	{
3691 		.key = "sys.usb.config",
3692 		.value = "mtp,adb",
3693 	},
3694 	{
3695 		.key = "sys.usb.configfs",
3696 		.value = "0",
3697 	},
3698 	{
3699 		.key = "sys.usb.ffs.ready",
3700 		.value = "1",
3701 	},
3702 	{
3703 		.key = "sys.usb.state",
3704 		.value = "mtp,adb",
3705 	},
3706 	{
3707 		.key = "system.camera.CC.disable",
3708 		.value = "0",
3709 	},
3710 	{
3711 		.key = "telephony.lteOnCdmaDevice",
3712 		.value = "0",
3713 	},
3714 	{
3715 		.key = "tunnel.audio.encode",
3716 		.value = "false",
3717 	},
3718 	{
3719 		.key = "use.voice.path.for.pcm.voip",
3720 		.value = "true",
3721 	},
3722 	{
3723 		.key = "vold.crypt.type",
3724 		.value = "default",
3725 	},
3726 	{
3727 		.key = "vold.decrypt",
3728 		.value = "trigger_restart_framework",
3729 	},
3730 	{
3731 		.key = "vold.encrypt_progress",
3732 		.value = "",
3733 	},
3734 	{
3735 		.key = "vold.has_adoptable",
3736 		.value = "0",
3737 	},
3738 	{
3739 		.key = "vold.post_fs_data_done",
3740 		.value = "1",
3741 	},
3742 	{
3743 		.key = "wifi.interface",
3744 		.value = "wlan0",
3745 	},
3746 	{
3747 		.key = "wlan.driver.status",
3748 		.value = "ok",
3749 	},
3750 	{
3751 		.key = "wlan.wfd.status",
3752 		.value = "disconnected",
3753 	},
3754 	{ NULL },
3755 };
3756 #endif /* __ANDROID__ */
3757