1 struct cpuinfo_mock_file filesystem[] = {
2 	{
3 		.path = "/proc/cpuinfo",
4 		.size = 2488,
5 		.content =
6 			"processor\t: 0\n"
7 			"model name\t: ARMv7 Processor rev 4 (v7l)\n"
8 			"BogoMIPS\t: 38.00\n"
9 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32 \n"
10 			"CPU implementer\t: 0x41\n"
11 			"CPU architecture: 7\n"
12 			"CPU variant\t: 0x0\n"
13 			"CPU part\t: 0xd03\n"
14 			"CPU revision\t: 4\n"
15 			"\n"
16 			"processor\t: 1\n"
17 			"model name\t: ARMv7 Processor rev 4 (v7l)\n"
18 			"BogoMIPS\t: 38.00\n"
19 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32 \n"
20 			"CPU implementer\t: 0x41\n"
21 			"CPU architecture: 7\n"
22 			"CPU variant\t: 0x0\n"
23 			"CPU part\t: 0xd03\n"
24 			"CPU revision\t: 4\n"
25 			"\n"
26 			"processor\t: 2\n"
27 			"model name\t: ARMv7 Processor rev 4 (v7l)\n"
28 			"BogoMIPS\t: 38.00\n"
29 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32 \n"
30 			"CPU implementer\t: 0x41\n"
31 			"CPU architecture: 7\n"
32 			"CPU variant\t: 0x0\n"
33 			"CPU part\t: 0xd03\n"
34 			"CPU revision\t: 4\n"
35 			"\n"
36 			"processor\t: 3\n"
37 			"model name\t: ARMv7 Processor rev 4 (v7l)\n"
38 			"BogoMIPS\t: 38.00\n"
39 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32 \n"
40 			"CPU implementer\t: 0x41\n"
41 			"CPU architecture: 7\n"
42 			"CPU variant\t: 0x0\n"
43 			"CPU part\t: 0xd03\n"
44 			"CPU revision\t: 4\n"
45 			"\n"
46 			"processor\t: 4\n"
47 			"model name\t: ARMv7 Processor rev 4 (v7l)\n"
48 			"BogoMIPS\t: 38.00\n"
49 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32 \n"
50 			"CPU implementer\t: 0x41\n"
51 			"CPU architecture: 7\n"
52 			"CPU variant\t: 0x0\n"
53 			"CPU part\t: 0xd03\n"
54 			"CPU revision\t: 4\n"
55 			"\n"
56 			"processor\t: 5\n"
57 			"model name\t: ARMv7 Processor rev 4 (v7l)\n"
58 			"BogoMIPS\t: 38.00\n"
59 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32 \n"
60 			"CPU implementer\t: 0x41\n"
61 			"CPU architecture: 7\n"
62 			"CPU variant\t: 0x0\n"
63 			"CPU part\t: 0xd03\n"
64 			"CPU revision\t: 4\n"
65 			"\n"
66 			"processor\t: 6\n"
67 			"model name\t: ARMv7 Processor rev 4 (v7l)\n"
68 			"BogoMIPS\t: 38.00\n"
69 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32 \n"
70 			"CPU implementer\t: 0x41\n"
71 			"CPU architecture: 7\n"
72 			"CPU variant\t: 0x0\n"
73 			"CPU part\t: 0xd03\n"
74 			"CPU revision\t: 4\n"
75 			"\n"
76 			"processor\t: 7\n"
77 			"model name\t: ARMv7 Processor rev 4 (v7l)\n"
78 			"BogoMIPS\t: 38.00\n"
79 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32 \n"
80 			"CPU implementer\t: 0x41\n"
81 			"CPU architecture: 7\n"
82 			"CPU variant\t: 0x0\n"
83 			"CPU part\t: 0xd03\n"
84 			"CPU revision\t: 4\n"
85 			"\n"
86 			"Hardware\t: Qualcomm Technologies, Inc MSM8937\n"
87 			"Revision\t: 8500\n"
88 			"Serial\t\t: d693e67e00000000\n"
89 			"Processor\t: ARMv7 Processor rev 4 (v7l)\n"
90 			"Device\t\t: cedric\n"
91 			"Radio\t\t: LATAM\n"
92 			"MSM Hardware\t: MSM8937\n",
93 	},
94 	{
95 		.path = "/system/build.prop",
96 		.size = 13726,
97 		.content =
98 			"\n"
99 			"#\n"
100 			"# PRODUCT_OEM_PROPERTIES\n"
101 			"#\n"
102 			"import /oem/oem.prop ro.product.brand1\n"
103 			"import /oem/oem.prop ro.product.name\n"
104 			"import /oem/oem.prop ro.product.model\n"
105 			"import /oem/oem.prop ro.product.display\n"
106 			"import /oem/oem.prop ro.config.ringtone\n"
107 			"import /oem/oem.prop ro.build.date\n"
108 			"import /oem/oem.prop ro.build.date.uts\n"
109 			"import /oem/oem.prop ro.build.id\n"
110 			"import /oem/oem.prop ro.build.display.id\n"
111 			"import /oem/oem.prop ro.build.version.incremental\n"
112 			"import /oem/oem.prop ro.mot.build.customerid\n"
113 			"import /oem/oem.prop ro.mot.build.product.increment\n"
114 			"import /oem/oem.prop ro.mot.build.oem.product\n"
115 			"import /oem/oem.prop persist.lte.pco_supported\n"
116 			"import /oem/oem.prop persist.radio.mode_pref_nv10\n"
117 			"import /oem/oem.prop persist.radio.sib16_support\n"
118 			"import /oem/oem.prop persist.radio.nw_mtu_enabled\n"
119 			"import /oem/oem.prop persist.radio.customer_mbns\n"
120 			"import /oem/oem.prop ro.carrier\n"
121 			"import /oem/oem.prop ro.carrier.oem\n"
122 			"import /oem/oem.prop ro.telephony.default_network\n"
123 			"import /oem/oem.prop ro.product.locale\n"
124 			"import /oem/oem.prop ro.config.alarm_alert\n"
125 			"import /oem/oem.prop ro.config.notification_sound\n"
126 			"import /oem/oem.prop ro.config.wallpaper\n"
127 			"import /oem/oem.prop ro.com.google.clientidbase.am\n"
128 			"import /oem/oem.prop ro.com.google.clientidbase.gmm\n"
129 			"import /oem/oem.prop ro.com.google.clientidbase.ms\n"
130 			"import /oem/oem.prop ro.com.google.clientidbase.yt\n"
131 			"import /oem/oem.prop ro.oem.*\n"
132 			"import /oem/oem.prop oem.*\n"
133 			"# begin build properties\n"
134 			"# autogenerated by buildinfo.sh\n"
135 			"ro.build.id=NPP25.137-15\n"
136 			"ro.build.version.incremental=13\n"
137 			"ro.build.version.sdk=24\n"
138 			"ro.build.version.preview_sdk=0\n"
139 			"ro.build.version.codename=REL\n"
140 			"ro.build.version.all_codenames=REL\n"
141 			"ro.build.version.release=7.0\n"
142 			"ro.build.version.security_patch=2017-01-01\n"
143 			"ro.build.date=Fri Jan 13 08:37:11 CST 2017\n"
144 			"ro.build.date.utc=1484318231\n"
145 			"ro.build.type=user\n"
146 			"ro.build.user=hudsoncm\n"
147 			"ro.build.host=ilclbld35\n"
148 			"ro.build.tags=release-keys\n"
149 			"ro.product.model=Moto G (5)\n"
150 			"ro.product.brand=motorola\n"
151 			"ro.product.name=cedric_retail\n"
152 			"ro.product.device=cedric\n"
153 			"ro.product.board=msm8937\n"
154 			"# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
155 			"# use ro.product.cpu.abilist instead.\n"
156 			"ro.product.cpu.abi=armeabi-v7a\n"
157 			"ro.product.cpu.abi2=armeabi\n"
158 			"ro.product.cpu.abilist=armeabi-v7a,armeabi\n"
159 			"ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
160 			"ro.product.cpu.abilist64=\n"
161 			"ro.product.manufacturer=motorola\n"
162 			"ro.product.locale=en-US\n"
163 			"ro.wifi.channels=\n"
164 			"ro.board.platform=msm8937\n"
165 			"# ro.build.product is obsolete; use ro.product.device\n"
166 			"ro.build.product=cedric\n"
167 			"# Do not try to parse description, fingerprint, or thumbprint\n"
168 			"ro.build.thumbprint=7.0/NPP25.137-15/13:user/release-keys\n"
169 			"ro.build.characteristics=default\n"
170 			"# end build properties\n"
171 			"#\n"
172 			"# from device/qcom/msm8937_32/system.prop\n"
173 			"#\n"
174 			"#\n"
175 			"# system.prop for msm8937_32\n"
176 			"#\n"
177 			"\n"
178 			"#rild.libpath=/system/lib/libreference-ril.so\n"
179 			"rild.libpath=/system/vendor/lib/libril-qc-qmi-1.so\n"
180 			"rild.libargs=-d /dev/smd0\n"
181 			"persist.rild.nitz_plmn=\n"
182 			"persist.rild.nitz_long_ons_0=\n"
183 			"persist.rild.nitz_long_ons_1=\n"
184 			"persist.rild.nitz_long_ons_2=\n"
185 			"persist.rild.nitz_long_ons_3=\n"
186 			"persist.rild.nitz_short_ons_0=\n"
187 			"persist.rild.nitz_short_ons_1=\n"
188 			"persist.rild.nitz_short_ons_2=\n"
189 			"persist.rild.nitz_short_ons_3=\n"
190 			"ril.subscription.types=NV,RUIM\n"
191 			"DEVICE_PROVISIONED=1\n"
192 			"#\n"
193 			"# Set network mode to (T/L/G/W/1X/EVDO, T/G/W/L) for 7+5 mode device on DSDS mode\n"
194 			"#\n"
195 			"# Start in cdma mode\n"
196 			"#Moto zhangcj1 03/24/2016 IKSWM-27559\n"
197 			"#ro.telephony.default_network=22,20\n"
198 			"\n"
199 			"debug.sf.hw=1\n"
200 			"debug.egl.hw=1\n"
201 			"persist.hwc.mdpcomp.enable=true\n"
202 			"debug.mdpcomp.logs=0\n"
203 			"dalvik.vm.heapsize=36m\n"
204 			"dev.pm.dyn_samplingrate=1\n"
205 			"persist.demo.hdmirotationlock=false\n"
206 			"debug.enable.sglscale=1\n"
207 			"\n"
208 			"#ro.hdmi.enable=true\n"
209 			"#tunnel.decode=true\n"
210 			"#tunnel.audiovideo.decode=true\n"
211 			"#lpa.decode=false\n"
212 			"#lpa.use-stagefright=true\n"
213 			"persist.speaker.prot.enable=false\n"
214 			"qcom.hw.aac.encoder=true\n"
215 			"\n"
216 			"#\n"
217 			"# system props for the cne module\n"
218 			"#\n"
219 			"persist.cne.feature=1\n"
220 			"\n"
221 			"#system props for the MM modules\n"
222 			"media.msm8956hw=0\n"
223 			"mm.enable.smoothstreaming=true\n"
224 			"mmp.enable.3g2=true\n"
225 			"media.aac_51_output_enabled=true\n"
226 			"#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"
227 			"mm.enable.qcom_parser=1048575\n"
228 			"\n"
229 			"# system prop for UBWC\n"
230 			"video.disable.ubwc=1\n"
231 			"\n"
232 			"# system prop to disable split mode\n"
233 			"vidc.disable.split.mode=1\n"
234 			"\n"
235 			"# system property to accelerate Progressive Download using STA\n"
236 			"persist.mm.sta.enable=0\n"
237 			"\n"
238 			"#Audio voice concurrency related flags\n"
239 			"voice.playback.conc.disabled=true\n"
240 			"voice.record.conc.disabled=false\n"
241 			"voice.voip.conc.disabled=true\n"
242 			"#Decides the audio fallback path during voice call, deep-buffer and fast are the two allowed fallback paths now.\n"
243 			"voice.conc.fallbackpath=deep-buffer\n"
244 			"\n"
245 			"#parser input buffer size(256kb) in byte stream mode\n"
246 			"audio.parser.ip.buffer.size=262144\n"
247 			"\n"
248 			"#\n"
249 			"# system props for the camera\n"
250 			"#\n"
251 			"# preferred IS type for 8937 is IS_TYPE_DIS i.e, 1\n"
252 			"# IS_TYPE_NONE=0, IS_TYPE_DIS=1, IS_TYPE_GA_DIS=2, IS_TYPE_EIS_1_0=3, IS_TYPE_EIS_2_0=4 IS_TYPE_MAX=5\n"
253 			"#\n"
254 			"persist.camera.is_type=1\n"
255 			"persist.camera.gyro.android=1\n"
256 			"\n"
257 			"#\n"
258 			"# system props for the data modules\n"
259 			"#\n"
260 			"ro.use_data_netmgrd=true\n"
261 			"persist.data.netmgrd.qos.enable=true\n"
262 			"persist.data.mode=concurrent\n"
263 			"\n"
264 			"#system props for time-services\n"
265 			"persist.timed.enable=true\n"
266 			"\n"
267 			"#\n"
268 			"# system prop for opengles version\n"
269 			"#\n"
270 			"# 131072 is decimal for 0x20000 to report version 2\n"
271 			"# 196608 is decimal for 0x30000 to report major/minor versions as 3/0\n"
272 			"# 196609 is decimal for 0x30001 to report major/minor versions as 3/1\n"
273 			"#ro.opengles.version=196609\n"
274 			"\n"
275 			"# System property for cabl\n"
276 			"ro.qualcomm.cabl=0\n"
277 			"\n"
278 			"#\n"
279 			"# System props for telephony\n"
280 			"# System prop to turn on CdmaLTEPhone always\n"
281 			"telephony.lteOnCdmaDevice=1\n"
282 			"#\n"
283 			"# System props for bluetooh\n"
284 			"# System prop to turn on hfp client\n"
285 			"bluetooth.hfp.client=1\n"
286 			"\n"
287 			"#Simulate sdcard on /data/media\n"
288 			"#\n"
289 			"persist.fuse_sdcard=true\n"
290 			"\n"
291 			"#\n"
292 			"#snapdragon value add features\n"
293 			"#\n"
294 			"ro.qc.sdk.audio.ssr=false\n"
295 			"##fluencetype can be \"fluence\" or \"fluencepro\" or \"none\"\n"
296 			"ro.qc.sdk.audio.fluencetype=none\n"
297 			"persist.audio.fluence.voicecall=true\n"
298 			"persist.audio.fluence.voicerec=false\n"
299 			"persist.audio.fluence.speaker=true\n"
300 			"#Set for msm8937\n"
301 			"tunnel.audio.encode = false\n"
302 			"#Buffer size in kbytes for compress offload playback\n"
303 			"audio.offload.buffer.size.kb=64\n"
304 			"#Minimum duration for offload playback in secs\n"
305 			"audio.offload.min.duration.secs=30\n"
306 			"#Enable offload audio video playback by default\n"
307 			"audio.offload.video=true\n"
308 			"\n"
309 			"#Enable PCM offload by default\n"
310 			"audio.offload.pcm.16bit.enable=true\n"
311 			"audio.offload.pcm.24bit.enable=true\n"
312 			"\n"
313 			"#Enable audio track offload by default\n"
314 			"audio.offload.track.enable=true\n"
315 			"\n"
316 			"#Enable music through deep buffer\n"
317 			"audio.deep_buffer.media=true\n"
318 			"\n"
319 			"#disable voice path for PCM VoIP by default\n"
320 			"use.voice.path.for.pcm.voip=false\n"
321 			"ro.config.vc_call_vol_steps=8\n"
322 			"\n"
323 			"#enable downsampling for multi-channel content > 48Khz\n"
324 			"audio.playback.mch.downsample=true\n"
325 			"\n"
326 			"#\n"
327 			"#System property for FM transmitter\n"
328 			"#\n"
329 			"ro.fm.transmitter=false\n"
330 			"#enable dsp gapless mode by default\n"
331 			"audio.offload.gapless.enabled=true\n"
332 			"\n"
333 			"#multi offload\n"
334 			"audio.offload.multiple.enabled=false\n"
335 			"\n"
336 			"#enable software decoders for ALAC and APE.\n"
337 			"use.qti.sw.alac.decoder=true\n"
338 			"use.qti.sw.ape.decoder=true\n"
339 			"\n"
340 			"#enable pbe effects\n"
341 			"audio.safx.pbe.enabled=true\n"
342 			"#property for AudioSphere Post processing\n"
343 			"audio.pp.asphere.enabled=false\n"
344 			"\n"
345 			"\n"
346 			"# set max background services\n"
347 			"ro.config.max_starting_bg=8\n"
348 			"\n"
349 			"#property to enable user to access Google WFD settings\n"
350 			"#persist.debug.wfd.enable=1\n"
351 			"#propery to enable VDS WFD solution\n"
352 			"persist.hwc.enable_vds=1\n"
353 			"\n"
354 			"#selects CoreSight configuration to enable\n"
355 			"persist.debug.coresight.config=stm-events\n"
356 			"\n"
357 			"#property for vendor specific library\n"
358 			"ro.vendor.at_library=libqti-at.so\n"
359 			"ro.vendor.gt_library=libqti-gt.so\n"
360 			"\n"
361 			"#property for game detection feature\n"
362 			"debug.enable.gamed=0\n"
363 			"#property to enable narrow search range for video encoding\n"
364 			"vidc.enc.narrow.searchrange=1\n"
365 			"\n"
366 			"#property to enable fingerprint\n"
367 			"persist.qfp=false\n"
368 			"\n"
369 			"#property to enable DS2 dap\n"
370 			"audio.dolby.ds2.enabled=true\n"
371 			"#min/max cpu in core control\n"
372 			"ro.core_ctl_min_cpu=2\n"
373 			"ro.core_ctl_max_cpu=4\n"
374 			"\n"
375 			"#HWUI properties\n"
376 			"ro.hwui.texture_cache_size=72\n"
377 			"ro.hwui.layer_cache_size=48\n"
378 			"ro.hwui.r_buffer_cache_size=8\n"
379 			"ro.hwui.path_cache_size=32\n"
380 			"ro.hwui.gradient_cache_size=1\n"
381 			"ro.hwui.drop_shadow_cache_size=6\n"
382 			"ro.hwui.texture_cache_flushrate=0.4\n"
383 			"ro.hwui.text_small_cache_width=1024\n"
384 			"ro.hwui.text_small_cache_height=1024\n"
385 			"ro.hwui.text_large_cache_width=2048\n"
386 			"ro.hwui.text_large_cache_height=2048\n"
387 			"\n"
388 			"#Enable B service adj transition by default\n"
389 			"ro.sys.fw.bservice_enable=true\n"
390 			"ro.sys.fw.bservice_limit=5\n"
391 			"ro.sys.fw.bservice_age=5000\n"
392 			"\n"
393 			"#Trim properties\n"
394 			"ro.sys.fw.use_trim_settings=true\n"
395 			"ro.sys.fw.empty_app_percent=50\n"
396 			"ro.sys.fw.trim_empty_percent=100\n"
397 			"ro.sys.fw.trim_cache_percent=100\n"
398 			"ro.sys.fw.trim_enable_memory=2147483648\n"
399 			"\n"
400 			"# Enable Delay Service Restart\n"
401 			"ro.am.reschedule_service=true\n"
402 			"\n"
403 			"#Optimal dex2oat threads for faster app installation\n"
404 			"ro.sys.fw.dex2oat_thread_count=4\n"
405 			"\n"
406 			"# Create zram disk\n"
407 			"ro.config.zram=true\n"
408 			"\n"
409 			"# Create Swap disk, if below sys-prop enabled & also if device has lower (< 1 GB) RAM\n"
410 			"ro.config.swap=true\n"
411 			"\n"
412 			"# set cutoff voltage to 3200mV\n"
413 			"ro.cutoff_voltage_mv=3200\n"
414 			"\n"
415 			"#set device emmc size\n"
416 			"ro.emmc_size=16GB\n"
417 			"\n"
418 			"#force HAL1 for below packages\n"
419 			"camera.hal1.packagelist=com.skype.raider,com.google.android.talk\n"
420 			"\n"
421 			"#properties for limiting preview size in camera\n"
422 			"camera.display.umax=1920x1080\n"
423 			"camera.display.lmax=1280x720\n"
424 			"\n"
425 			"#set cutoff voltage to 3400mV\n"
426 			"ro.cutoff_voltage_mv=3400\n"
427 			"\n"
428 			"#\n"
429 			"# ADDITIONAL_BUILD_PROPERTIES\n"
430 			"#\n"
431 			"ro.build.version.qcom=LA.UM.5.6.r1-01900-89xx.0\n"
432 			"ro.mot.build.customerid=retail\n"
433 			"ro.mot.build.version.sdk_int=25\n"
434 			"ro.mot.build.product.increment=11\n"
435 			"ro.mot.build.version.release=25.11\n"
436 			"ro.product.first_api_level=24\n"
437 			"ro.telephony.default_network=10\n"
438 			"ro.radio.imei.sv=2\n"
439 			"ro.mot.ignore_csim_appid=true\n"
440 			"ro.config.ringtone=Moto.ogg\n"
441 			"ro.config.ringtone_2=Moto.ogg\n"
442 			"ro.config.notification_sound=Moto.ogg\n"
443 			"ro.config.alarm_alert=Oxygen.ogg\n"
444 			"ro.com.google.ime.theme_id=4\n"
445 			"persist.audio.calfile0=/etc/acdbdata/Bluetooth_cal.acdb\n"
446 			"persist.audio.calfile1=/etc/acdbdata/General_cal.acdb\n"
447 			"persist.audio.calfile2=/etc/acdbdata/Global_cal.acdb\n"
448 			"persist.audio.calfile3=/etc/acdbdata/Handset_cal.acdb\n"
449 			"persist.audio.calfile4=/etc/acdbdata/Hdmi_cal.acdb\n"
450 			"persist.audio.calfile5=/etc/acdbdata/Headset_cal.acdb\n"
451 			"persist.audio.calfile6=/etc/acdbdata/Speaker_cal.acdb\n"
452 			"persist.audio.dualmic.config=endfire\n"
453 			"persist.audio.fluence.voicecall=true\n"
454 			"persist.audio.fluence.voicecomm=true\n"
455 			"persist.audio.fluence.voicerec=false\n"
456 			"persist.audio.fluence.speaker=false\n"
457 			"qcom.bt.le_dev_pwr_class=1\n"
458 			"ro.bluetooth.hfp.ver=1.6\n"
459 			"ro.qualcomm.bt.hci_transport=smd\n"
460 			"persist.mot.gps.conf.from.sim=true\n"
461 			"persist.mot.gps.smart_battery=1\n"
462 			"ro.frp.pst=/dev/block/bootdevice/by-name/frp\n"
463 			"audio.offload.disable=false\n"
464 			"audio.offload.video=false\n"
465 			"av.offload.enable=false\n"
466 			"audio.offload.pcm.16bit.enable=false\n"
467 			"audio.offload.pcm.24bit.enable=false\n"
468 			"audio.offload.min.duration.secs=60\n"
469 			"audio.offload.gapless.enabled=false\n"
470 			"qcom.hw.aac.encoder=false\n"
471 			"mm.enable.sec.smoothstreaming=false\n"
472 			"mm.enable.smoothstreaming=false\n"
473 			"audio_hal.period_size=240\n"
474 			"ro.usb.bpt=2ec1\n"
475 			"ro.usb.bpt_adb=2ec5\n"
476 			"ro.usb.bpteth=2ec3\n"
477 			"ro.usb.bpteth_adb=2ec6\n"
478 			"persist.sys.ssr.restart_level=ALL_ENABLE\n"
479 			"persist.sys.qc.sub.rdump.on=1\n"
480 			"persist.sys.qc.sub.rdump.max=0\n"
481 			"ro.usb.mtp=2e82\n"
482 			"ro.usb.mtp_adb=2e76\n"
483 			"ro.usb.ptp=2e83\n"
484 			"ro.usb.ptp_adb=2e84\n"
485 			"persist.esdfs_sdcard=true\n"
486 			"ro.vendor.extension_library=libqti-perfd-client.so\n"
487 			"persist.radio.apm_sim_not_pwdn=1\n"
488 			"persist.radio.sib16_support=1\n"
489 			"af.fast_track_multiplier=1\n"
490 			"camera.disable_zsl_mode=1\n"
491 			"persist.radio.no_wait_for_card=1\n"
492 			"persist.radio.dfr_mode_set=1\n"
493 			"persist.radio.relay_oprt_change=1\n"
494 			"persist.radio.msgtunnel.start=true\n"
495 			"persist.radio.oem_ind_to_both=0\n"
496 			"persist.qcril_uim_vcc_feature=1\n"
497 			"persist.data.qmi.adb_logmask=0\n"
498 			"persist.radio.0x9e_not_callname=1\n"
499 			"persist.radio.mt_sms_ack=30\n"
500 			"persist.radio.force_get_pref=1\n"
501 			"persist.dpm.feature=0\n"
502 			"persist.radio.is_wps_enabled=true\n"
503 			"persist.radio.custom_ecc=1\n"
504 			"ro.bug2go.magickeys=24,26\n"
505 			"persist.radio.sw_mbn_update=1\n"
506 			"persist.radio.app_mbn_path=/fsg\n"
507 			"persist.vold.ecryptfs_supported=true\n"
508 			"dalvik.vm.heapstartsize=8m\n"
509 			"dalvik.vm.heapgrowthlimit=192m\n"
510 			"dalvik.vm.heapsize=384m\n"
511 			"dalvik.vm.heaptargetutilization=0.75\n"
512 			"dalvik.vm.heapminfree=512k\n"
513 			"dalvik.vm.heapmaxfree=8m\n"
514 			"persist.radio.sar_sensor=1\n"
515 			"ro.carrier=unknown\n"
516 			"ro.com.google.clientidbase=android-motorola\n"
517 			"ro.com.google.clientidbase.ms=android-motorola\n"
518 			"ro.com.google.clientidbase.am=android-motorola\n"
519 			"ro.com.google.clientidbase.gmm=android-motorola\n"
520 			"ro.com.google.clientidbase.yt=android-motorola\n"
521 			"ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html\n"
522 			"ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html\n"
523 			"ro.setupwizard.mode=OPTIONAL\n"
524 			"ro.com.google.gmsversion=7.0_r4\n"
525 			"persist.radio.apn_delay=5000\n"
526 			"persist.sys.media.use-awesome=false\n"
527 			"mm.enable.qcom_parser=4643\n"
528 			"persist.cne.rat.wlan.chip.oem=WCN\n"
529 			"keyguard.no_require_sim=true\n"
530 			"drm.service.enabled=true\n"
531 			"mdc_initial_max_retry=10\n"
532 			"ro.lenovo.single_hand=1\n"
533 			"ro.mot.security.enable=true\n"
534 			"persist.radio.call.audio.output=0\n"
535 			"persist.cne.feature=1\n"
536 			"persist.data.netmgrd.qos.enable=true\n"
537 			"persist.data.iwlan.enable=true\n"
538 			"persist.sys.cnd.iwlan=1\n"
539 			"persist.cne.logging.qxdm=3974\n"
540 			"persist.ims.disableADBLogs=2\n"
541 			"persist.ims.volte=true\n"
542 			"persist.ims.vt=false\n"
543 			"persist.ims.vt.epdg=false\n"
544 			"persist.ims.rcs=false\n"
545 			"persist.radio.calls.on.ims=true\n"
546 			"persist.radio.jbims=1\n"
547 			"persist.radio.domain.ps=0\n"
548 			"persist.radio.VT_ENABLE=1\n"
549 			"persist.radio.VT_HYBRID_ENABLE=1\n"
550 			"persist.radio.ROTATION_ENABLE=1\n"
551 			"persist.radio.REVERSE_QMI=0\n"
552 			"persist.radio.RATE_ADAPT_ENABLE=1\n"
553 			"persist.rmnet.mux=enabled\n"
554 			"persist.radio.VT_USE_MDM_TIME=0\n"
555 			"persist.radio.videopause.mode=0\n"
556 			"persist.vt.supported=0\n"
557 			"persist.eab.supported=0\n"
558 			"persist.rcs.supported=0\n"
559 			"persist.rcs.presence.provision=0\n"
560 			"persist.ims.disableDebugLogs=0\n"
561 			"persist.ims.disableQXDMLogs=0\n"
562 			"persist.ims.disableIMSLogs=0\n"
563 			"persist.sys.dalvik.vm.lib.2=libart.so\n"
564 			"dalvik.vm.isa.arm.variant=cortex-a53\n"
565 			"dalvik.vm.isa.arm.features=default\n"
566 			"net.bt.name=Android\n"
567 			"dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
568 			"sys.mod.platformsdkversion=105\n"
569 			"ro.mdtp.package_name2=com.qualcomm.qti.securemsm.mdtp.MdtpDemo\n"
570 			"ro.expect.recovery_id=0x0a7c12044b30be9e8bdfafd85cfb45489f44e2a4000000000000000000000000\n"
571 			"\n",
572 	},
573 	{
574 		.path = "/sys/devices/soc0/accessory_chip",
575 		.size = 2,
576 		.content = "0\n",
577 	},
578 	{
579 		.path = "/sys/devices/soc0/build_id",
580 		.size = 25,
581 		.content = "8937A-FAASANAZA-40000000\n",
582 	},
583 	{
584 		.path = "/sys/devices/soc0/family",
585 		.size = 11,
586 		.content = "Snapdragon\n",
587 	},
588 	{
589 		.path = "/sys/devices/soc0/foundry_id",
590 		.size = 2,
591 		.content = "2\n",
592 	},
593 	{
594 		.path = "/sys/devices/soc0/hw_platform",
595 		.size = 4,
596 		.content = "MTP\n",
597 	},
598 	{
599 		.path = "/sys/devices/soc0/image_crm_version",
600 		.size = 5,
601 		.content =
602 			"REL\n"
603 			"\n",
604 	},
605 	{
606 		.path = "/sys/devices/soc0/image_variant",
607 		.size = 13,
608 		.content =
609 			"cedric-user\n"
610 			"\n",
611 	},
612 	{
613 		.path = "/sys/devices/soc0/image_version",
614 		.size = 20,
615 		.content =
616 			"10:NPP25.137-15:13\n"
617 			"\n",
618 	},
619 	{
620 		.path = "/sys/devices/soc0/images",
621 		.size = 570,
622 		.content =
623 			"0:\n"
624 			"\tCRM:\t\t00:BOOT.BF.3.3-00193\n"
625 			"\tVariant:\tFAASANAZA\n"
626 			"\tVersion:\tshws28\n"
627 			"\n"
628 			"1:\n"
629 			"\tCRM:\t\t01:TZ.BF.4.0.5-00030\n"
630 			"\tVariant:\t\n"
631 			"\tVersion:\tCRM\n"
632 			"\n"
633 			"3:\n"
634 			"\tCRM:\t\t03:RPM.BF.2.2-00209\n"
635 			"\tVariant:\tAAAAANAAR\n"
636 			"\tVersion:\tshws28\n"
637 			"\n"
638 			"10:\n"
639 			"\tCRM:\t\t10:NPP25.137-15:13\n"
640 			"\n"
641 			"\tVariant:\tcedric-user\n"
642 			"\n"
643 			"\tVersion:\tREL\n"
644 			"\n"
645 			"\n"
646 			"11:\n"
647 			"\tCRM:\t\t11:MPSS.JO.2.0.C1-00122\n"
648 			"\tVariant:\t8937.genns.prodQ\n"
649 			"\tVersion:\tilclbld116/hudsonmd/3106b73\n"
650 			"\n"
651 			"12:\n"
652 			"\tCRM:\t\t12:ADSP.8953.2.8.2-00042\n"
653 			"\tVariant:\tAAAAAAAAQ\n"
654 			"\tVersion:\tCRM\n"
655 			"\n"
656 			"13:\n"
657 			"\tCRM:\t\t13:CNSS.PR.4.0-80391\n"
658 			"\tVariant:\tSCAQJAZM\n"
659 			"\tVersion:\tCRM\n"
660 			"\n"
661 			"14:\n"
662 			"\tCRM:\t\t14:VIDEO.VE_ULT.3.1-00025\n"
663 			"\tVariant:\tPROD\n"
664 			"\tVersion:\t:CRM\n"
665 			"\n",
666 	},
667 	{
668 		.path = "/sys/devices/soc0/machine",
669 		.size = 8,
670 		.content = "MSM8937\n",
671 	},
672 	{
673 		.path = "/sys/devices/soc0/platform_subtype",
674 		.size = 8,
675 		.content = "Unknown\n",
676 	},
677 	{
678 		.path = "/sys/devices/soc0/platform_subtype_id",
679 		.size = 2,
680 		.content = "0\n",
681 	},
682 	{
683 		.path = "/sys/devices/soc0/platform_version",
684 		.size = 6,
685 		.content = "65536\n",
686 	},
687 	{
688 		.path = "/sys/devices/soc0/pmic_die_revision",
689 		.size = 6,
690 		.content = "65536\n",
691 	},
692 	{
693 		.path = "/sys/devices/soc0/pmic_model",
694 		.size = 6,
695 		.content = "65561\n",
696 	},
697 	{
698 		.path = "/sys/devices/soc0/raw_id",
699 		.size = 3,
700 		.content = "79\n",
701 	},
702 	{
703 		.path = "/sys/devices/soc0/raw_version",
704 		.size = 2,
705 		.content = "0\n",
706 	},
707 	{
708 		.path = "/sys/devices/soc0/revision",
709 		.size = 4,
710 		.content = "1.0\n",
711 	},
712 	{
713 		.path = "/sys/devices/soc0/select_image",
714 		.size = 3,
715 		.content = "10\n",
716 	},
717 	{
718 		.path = "/sys/devices/soc0/serial_number",
719 		.size = 11,
720 		.content = "2129040342\n",
721 	},
722 	{
723 		.path = "/sys/devices/soc0/soc_id",
724 		.size = 4,
725 		.content = "294\n",
726 	},
727 	{
728 		.path = "/sys/devices/soc0/vendor",
729 		.size = 9,
730 		.content = "Qualcomm\n",
731 	},
732 	{
733 		.path = "/sys/devices/system/cpu/kernel_max",
734 		.size = 2,
735 		.content = "7\n",
736 	},
737 	{
738 		.path = "/sys/devices/system/cpu/offline",
739 		.size = 1,
740 		.content = "\n",
741 	},
742 	{
743 		.path = "/sys/devices/system/cpu/online",
744 		.size = 4,
745 		.content = "0-7\n",
746 	},
747 	{
748 		.path = "/sys/devices/system/cpu/possible",
749 		.size = 4,
750 		.content = "0-7\n",
751 	},
752 	{
753 		.path = "/sys/devices/system/cpu/present",
754 		.size = 4,
755 		.content = "0-7\n",
756 	},
757 	{
758 		.path = "/sys/devices/system/cpu/cpufreq/all_time_in_state",
759 		.size = 513,
760 		.content =
761 			"freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\tcpu4\t\tcpu5\t\tcpu6\t\tcpu7\t\t\n"
762 			"768000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t41124\t\t41124\t\t41124\t\t41124\t\t\n"
763 			"902400\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t220\t\t220\t\t220\t\t220\t\t\n"
764 			"960000\t\t41797\t\t41797\t\t41797\t\t41797\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n"
765 			"998400\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t32\t\t32\t\t32\t\t32\t\t\n"
766 			"1094400\t\t452\t\t452\t\t452\t\t452\t\t5481\t\t5481\t\t5481\t\t5481\t\t\n"
767 			"1209600\t\t70\t\t70\t\t70\t\t70\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n"
768 			"1248000\t\t860\t\t860\t\t860\t\t860\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n"
769 			"1344000\t\t24\t\t24\t\t24\t\t24\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n"
770 			"1401000\t\t3653\t\t3653\t\t3653\t\t3653\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t\n",
771 	},
772 	{
773 		.path = "/sys/devices/system/cpu/cpufreq/current_in_state",
774 		.size = 0,
775 		.content = "",
776 	},
777 	{
778 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
779 		.size = 9,
780 		.content = "msm_idle\n",
781 	},
782 	{
783 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
784 		.size = 5,
785 		.content = "qcom\n",
786 	},
787 	{
788 		.path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name",
789 		.size = 9,
790 		.content = "msm_idle\n",
791 	},
792 	{
793 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
794 		.size = 8,
795 		.content = "0 1 2 3\n",
796 	},
797 	{
798 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
799 		.size = 8,
800 		.content = "1401000\n",
801 	},
802 	{
803 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
804 		.size = 7,
805 		.content = "960000\n",
806 	},
807 	{
808 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
809 		.size = 2,
810 		.content = "0\n",
811 	},
812 	{
813 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
814 		.size = 8,
815 		.content = "0 1 2 3\n",
816 	},
817 	{
818 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies",
819 		.size = 48,
820 		.content = "960000 1094400 1209600 1248000 1344000 1401000 \n",
821 	},
822 	{
823 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
824 		.size = 67,
825 		.content = "interactive conservative ondemand userspace powersave performance \n",
826 	},
827 	{
828 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
829 		.size = 7,
830 		.content = "960000\n",
831 	},
832 	{
833 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
834 		.size = 4,
835 		.content = "msm\n",
836 	},
837 	{
838 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
839 		.size = 12,
840 		.content = "interactive\n",
841 	},
842 	{
843 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
844 		.size = 72,
845 		.content =
846 			"960000 41917\n"
847 			"1094400 452\n"
848 			"1209600 70\n"
849 			"1248000 860\n"
850 			"1344000 24\n"
851 			"1401000 3653\n",
852 	},
853 	{
854 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
855 		.size = 4,
856 		.content = "273\n",
857 	},
858 	{
859 		.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
860 		.size = 2,
861 		.content = "0\n",
862 	},
863 	{
864 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
865 		.size = 3,
866 		.content = "0f\n",
867 	},
868 	{
869 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
870 		.size = 4,
871 		.content = "0-3\n",
872 	},
873 	{
874 		.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
875 		.size = 2,
876 		.content = "1\n",
877 	},
878 	{
879 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
880 		.size = 3,
881 		.content = "01\n",
882 	},
883 	{
884 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
885 		.size = 2,
886 		.content = "0\n",
887 	},
888 	{
889 		.path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name",
890 		.size = 9,
891 		.content = "msm_idle\n",
892 	},
893 	{
894 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
895 		.size = 8,
896 		.content = "0 1 2 3\n",
897 	},
898 	{
899 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
900 		.size = 8,
901 		.content = "1401000\n",
902 	},
903 	{
904 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
905 		.size = 7,
906 		.content = "960000\n",
907 	},
908 	{
909 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
910 		.size = 2,
911 		.content = "0\n",
912 	},
913 	{
914 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
915 		.size = 8,
916 		.content = "0 1 2 3\n",
917 	},
918 	{
919 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies",
920 		.size = 48,
921 		.content = "960000 1094400 1209600 1248000 1344000 1401000 \n",
922 	},
923 	{
924 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
925 		.size = 67,
926 		.content = "interactive conservative ondemand userspace powersave performance \n",
927 	},
928 	{
929 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
930 		.size = 7,
931 		.content = "960000\n",
932 	},
933 	{
934 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
935 		.size = 4,
936 		.content = "msm\n",
937 	},
938 	{
939 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
940 		.size = 12,
941 		.content = "interactive\n",
942 	},
943 	{
944 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
945 		.size = 72,
946 		.content =
947 			"960000 42135\n"
948 			"1094400 452\n"
949 			"1209600 70\n"
950 			"1248000 860\n"
951 			"1344000 24\n"
952 			"1401000 3653\n",
953 	},
954 	{
955 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
956 		.size = 4,
957 		.content = "273\n",
958 	},
959 	{
960 		.path = "/sys/devices/system/cpu/cpu1/topology/core_id",
961 		.size = 2,
962 		.content = "1\n",
963 	},
964 	{
965 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
966 		.size = 3,
967 		.content = "0f\n",
968 	},
969 	{
970 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
971 		.size = 4,
972 		.content = "0-3\n",
973 	},
974 	{
975 		.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
976 		.size = 2,
977 		.content = "1\n",
978 	},
979 	{
980 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
981 		.size = 3,
982 		.content = "02\n",
983 	},
984 	{
985 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
986 		.size = 2,
987 		.content = "1\n",
988 	},
989 	{
990 		.path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name",
991 		.size = 9,
992 		.content = "msm_idle\n",
993 	},
994 	{
995 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus",
996 		.size = 8,
997 		.content = "0 1 2 3\n",
998 	},
999 	{
1000 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq",
1001 		.size = 8,
1002 		.content = "1401000\n",
1003 	},
1004 	{
1005 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq",
1006 		.size = 7,
1007 		.content = "960000\n",
1008 	},
1009 	{
1010 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency",
1011 		.size = 2,
1012 		.content = "0\n",
1013 	},
1014 	{
1015 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus",
1016 		.size = 8,
1017 		.content = "0 1 2 3\n",
1018 	},
1019 	{
1020 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies",
1021 		.size = 48,
1022 		.content = "960000 1094400 1209600 1248000 1344000 1401000 \n",
1023 	},
1024 	{
1025 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
1026 		.size = 67,
1027 		.content = "interactive conservative ondemand userspace powersave performance \n",
1028 	},
1029 	{
1030 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq",
1031 		.size = 7,
1032 		.content = "960000\n",
1033 	},
1034 	{
1035 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver",
1036 		.size = 4,
1037 		.content = "msm\n",
1038 	},
1039 	{
1040 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor",
1041 		.size = 12,
1042 		.content = "interactive\n",
1043 	},
1044 	{
1045 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
1046 		.size = 72,
1047 		.content =
1048 			"960000 42339\n"
1049 			"1094400 452\n"
1050 			"1209600 70\n"
1051 			"1248000 860\n"
1052 			"1344000 24\n"
1053 			"1401000 3653\n",
1054 	},
1055 	{
1056 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
1057 		.size = 4,
1058 		.content = "273\n",
1059 	},
1060 	{
1061 		.path = "/sys/devices/system/cpu/cpu2/topology/core_id",
1062 		.size = 2,
1063 		.content = "2\n",
1064 	},
1065 	{
1066 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings",
1067 		.size = 3,
1068 		.content = "0f\n",
1069 	},
1070 	{
1071 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list",
1072 		.size = 4,
1073 		.content = "0-3\n",
1074 	},
1075 	{
1076 		.path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id",
1077 		.size = 2,
1078 		.content = "1\n",
1079 	},
1080 	{
1081 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings",
1082 		.size = 3,
1083 		.content = "04\n",
1084 	},
1085 	{
1086 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list",
1087 		.size = 2,
1088 		.content = "2\n",
1089 	},
1090 	{
1091 		.path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name",
1092 		.size = 9,
1093 		.content = "msm_idle\n",
1094 	},
1095 	{
1096 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus",
1097 		.size = 8,
1098 		.content = "0 1 2 3\n",
1099 	},
1100 	{
1101 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq",
1102 		.size = 8,
1103 		.content = "1401000\n",
1104 	},
1105 	{
1106 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq",
1107 		.size = 7,
1108 		.content = "960000\n",
1109 	},
1110 	{
1111 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency",
1112 		.size = 2,
1113 		.content = "0\n",
1114 	},
1115 	{
1116 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus",
1117 		.size = 8,
1118 		.content = "0 1 2 3\n",
1119 	},
1120 	{
1121 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies",
1122 		.size = 48,
1123 		.content = "960000 1094400 1209600 1248000 1344000 1401000 \n",
1124 	},
1125 	{
1126 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
1127 		.size = 67,
1128 		.content = "interactive conservative ondemand userspace powersave performance \n",
1129 	},
1130 	{
1131 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq",
1132 		.size = 7,
1133 		.content = "960000\n",
1134 	},
1135 	{
1136 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver",
1137 		.size = 4,
1138 		.content = "msm\n",
1139 	},
1140 	{
1141 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor",
1142 		.size = 12,
1143 		.content = "interactive\n",
1144 	},
1145 	{
1146 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
1147 		.size = 72,
1148 		.content =
1149 			"960000 42558\n"
1150 			"1094400 452\n"
1151 			"1209600 70\n"
1152 			"1248000 860\n"
1153 			"1344000 24\n"
1154 			"1401000 3653\n",
1155 	},
1156 	{
1157 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans",
1158 		.size = 4,
1159 		.content = "273\n",
1160 	},
1161 	{
1162 		.path = "/sys/devices/system/cpu/cpu3/topology/core_id",
1163 		.size = 2,
1164 		.content = "3\n",
1165 	},
1166 	{
1167 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings",
1168 		.size = 3,
1169 		.content = "0f\n",
1170 	},
1171 	{
1172 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list",
1173 		.size = 4,
1174 		.content = "0-3\n",
1175 	},
1176 	{
1177 		.path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id",
1178 		.size = 2,
1179 		.content = "1\n",
1180 	},
1181 	{
1182 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings",
1183 		.size = 3,
1184 		.content = "08\n",
1185 	},
1186 	{
1187 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list",
1188 		.size = 2,
1189 		.content = "3\n",
1190 	},
1191 	{
1192 		.path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name",
1193 		.size = 9,
1194 		.content = "msm_idle\n",
1195 	},
1196 	{
1197 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus",
1198 		.size = 8,
1199 		.content = "4 5 6 7\n",
1200 	},
1201 	{
1202 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq",
1203 		.size = 8,
1204 		.content = "1094400\n",
1205 	},
1206 	{
1207 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq",
1208 		.size = 7,
1209 		.content = "768000\n",
1210 	},
1211 	{
1212 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency",
1213 		.size = 2,
1214 		.content = "0\n",
1215 	},
1216 	{
1217 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus",
1218 		.size = 8,
1219 		.content = "4 5 6 7\n",
1220 	},
1221 	{
1222 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies",
1223 		.size = 30,
1224 		.content = "768000 902400 998400 1094400 \n",
1225 	},
1226 	{
1227 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors",
1228 		.size = 67,
1229 		.content = "interactive conservative ondemand userspace powersave performance \n",
1230 	},
1231 	{
1232 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq",
1233 		.size = 7,
1234 		.content = "768000\n",
1235 	},
1236 	{
1237 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver",
1238 		.size = 4,
1239 		.content = "msm\n",
1240 	},
1241 	{
1242 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor",
1243 		.size = 12,
1244 		.content = "interactive\n",
1245 	},
1246 	{
1247 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
1248 		.size = 8,
1249 		.content = "1094400\n",
1250 	},
1251 	{
1252 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
1253 		.size = 7,
1254 		.content = "768000\n",
1255 	},
1256 	{
1257 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state",
1258 		.size = 47,
1259 		.content =
1260 			"768000 42073\n"
1261 			"902400 224\n"
1262 			"998400 32\n"
1263 			"1094400 5491\n",
1264 	},
1265 	{
1266 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans",
1267 		.size = 4,
1268 		.content = "255\n",
1269 	},
1270 	{
1271 		.path = "/sys/devices/system/cpu/cpu4/topology/core_id",
1272 		.size = 2,
1273 		.content = "0\n",
1274 	},
1275 	{
1276 		.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings",
1277 		.size = 3,
1278 		.content = "f0\n",
1279 	},
1280 	{
1281 		.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list",
1282 		.size = 4,
1283 		.content = "4-7\n",
1284 	},
1285 	{
1286 		.path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id",
1287 		.size = 2,
1288 		.content = "0\n",
1289 	},
1290 	{
1291 		.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings",
1292 		.size = 3,
1293 		.content = "10\n",
1294 	},
1295 	{
1296 		.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list",
1297 		.size = 2,
1298 		.content = "4\n",
1299 	},
1300 	{
1301 		.path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name",
1302 		.size = 9,
1303 		.content = "msm_idle\n",
1304 	},
1305 	{
1306 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus",
1307 		.size = 8,
1308 		.content = "4 5 6 7\n",
1309 	},
1310 	{
1311 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq",
1312 		.size = 8,
1313 		.content = "1094400\n",
1314 	},
1315 	{
1316 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq",
1317 		.size = 7,
1318 		.content = "768000\n",
1319 	},
1320 	{
1321 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency",
1322 		.size = 2,
1323 		.content = "0\n",
1324 	},
1325 	{
1326 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus",
1327 		.size = 8,
1328 		.content = "4 5 6 7\n",
1329 	},
1330 	{
1331 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_frequencies",
1332 		.size = 30,
1333 		.content = "768000 902400 998400 1094400 \n",
1334 	},
1335 	{
1336 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors",
1337 		.size = 67,
1338 		.content = "interactive conservative ondemand userspace powersave performance \n",
1339 	},
1340 	{
1341 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq",
1342 		.size = 7,
1343 		.content = "768000\n",
1344 	},
1345 	{
1346 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver",
1347 		.size = 4,
1348 		.content = "msm\n",
1349 	},
1350 	{
1351 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor",
1352 		.size = 12,
1353 		.content = "interactive\n",
1354 	},
1355 	{
1356 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq",
1357 		.size = 8,
1358 		.content = "1094400\n",
1359 	},
1360 	{
1361 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq",
1362 		.size = 7,
1363 		.content = "768000\n",
1364 	},
1365 	{
1366 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state",
1367 		.size = 47,
1368 		.content =
1369 			"768000 42293\n"
1370 			"902400 224\n"
1371 			"998400 32\n"
1372 			"1094400 5491\n",
1373 	},
1374 	{
1375 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans",
1376 		.size = 4,
1377 		.content = "255\n",
1378 	},
1379 	{
1380 		.path = "/sys/devices/system/cpu/cpu5/topology/core_id",
1381 		.size = 2,
1382 		.content = "1\n",
1383 	},
1384 	{
1385 		.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings",
1386 		.size = 3,
1387 		.content = "f0\n",
1388 	},
1389 	{
1390 		.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list",
1391 		.size = 4,
1392 		.content = "4-7\n",
1393 	},
1394 	{
1395 		.path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id",
1396 		.size = 2,
1397 		.content = "0\n",
1398 	},
1399 	{
1400 		.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings",
1401 		.size = 3,
1402 		.content = "20\n",
1403 	},
1404 	{
1405 		.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list",
1406 		.size = 2,
1407 		.content = "5\n",
1408 	},
1409 	{
1410 		.path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name",
1411 		.size = 9,
1412 		.content = "msm_idle\n",
1413 	},
1414 	{
1415 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus",
1416 		.size = 8,
1417 		.content = "4 5 6 7\n",
1418 	},
1419 	{
1420 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq",
1421 		.size = 8,
1422 		.content = "1094400\n",
1423 	},
1424 	{
1425 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq",
1426 		.size = 7,
1427 		.content = "768000\n",
1428 	},
1429 	{
1430 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency",
1431 		.size = 2,
1432 		.content = "0\n",
1433 	},
1434 	{
1435 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus",
1436 		.size = 8,
1437 		.content = "4 5 6 7\n",
1438 	},
1439 	{
1440 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies",
1441 		.size = 30,
1442 		.content = "768000 902400 998400 1094400 \n",
1443 	},
1444 	{
1445 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors",
1446 		.size = 67,
1447 		.content = "interactive conservative ondemand userspace powersave performance \n",
1448 	},
1449 	{
1450 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq",
1451 		.size = 7,
1452 		.content = "768000\n",
1453 	},
1454 	{
1455 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver",
1456 		.size = 4,
1457 		.content = "msm\n",
1458 	},
1459 	{
1460 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor",
1461 		.size = 12,
1462 		.content = "interactive\n",
1463 	},
1464 	{
1465 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
1466 		.size = 8,
1467 		.content = "1094400\n",
1468 	},
1469 	{
1470 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq",
1471 		.size = 7,
1472 		.content = "768000\n",
1473 	},
1474 	{
1475 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state",
1476 		.size = 47,
1477 		.content =
1478 			"768000 42511\n"
1479 			"902400 224\n"
1480 			"998400 32\n"
1481 			"1094400 5491\n",
1482 	},
1483 	{
1484 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans",
1485 		.size = 4,
1486 		.content = "255\n",
1487 	},
1488 	{
1489 		.path = "/sys/devices/system/cpu/cpu6/topology/core_id",
1490 		.size = 2,
1491 		.content = "2\n",
1492 	},
1493 	{
1494 		.path = "/sys/devices/system/cpu/cpu6/topology/core_siblings",
1495 		.size = 3,
1496 		.content = "f0\n",
1497 	},
1498 	{
1499 		.path = "/sys/devices/system/cpu/cpu6/topology/core_siblings_list",
1500 		.size = 4,
1501 		.content = "4-7\n",
1502 	},
1503 	{
1504 		.path = "/sys/devices/system/cpu/cpu6/topology/physical_package_id",
1505 		.size = 2,
1506 		.content = "0\n",
1507 	},
1508 	{
1509 		.path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings",
1510 		.size = 3,
1511 		.content = "40\n",
1512 	},
1513 	{
1514 		.path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings_list",
1515 		.size = 2,
1516 		.content = "6\n",
1517 	},
1518 	{
1519 		.path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name",
1520 		.size = 9,
1521 		.content = "msm_idle\n",
1522 	},
1523 	{
1524 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus",
1525 		.size = 8,
1526 		.content = "4 5 6 7\n",
1527 	},
1528 	{
1529 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq",
1530 		.size = 8,
1531 		.content = "1094400\n",
1532 	},
1533 	{
1534 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq",
1535 		.size = 7,
1536 		.content = "768000\n",
1537 	},
1538 	{
1539 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency",
1540 		.size = 2,
1541 		.content = "0\n",
1542 	},
1543 	{
1544 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus",
1545 		.size = 8,
1546 		.content = "4 5 6 7\n",
1547 	},
1548 	{
1549 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_frequencies",
1550 		.size = 30,
1551 		.content = "768000 902400 998400 1094400 \n",
1552 	},
1553 	{
1554 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors",
1555 		.size = 67,
1556 		.content = "interactive conservative ondemand userspace powersave performance \n",
1557 	},
1558 	{
1559 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq",
1560 		.size = 7,
1561 		.content = "768000\n",
1562 	},
1563 	{
1564 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver",
1565 		.size = 4,
1566 		.content = "msm\n",
1567 	},
1568 	{
1569 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor",
1570 		.size = 12,
1571 		.content = "interactive\n",
1572 	},
1573 	{
1574 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq",
1575 		.size = 8,
1576 		.content = "1094400\n",
1577 	},
1578 	{
1579 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq",
1580 		.size = 7,
1581 		.content = "768000\n",
1582 	},
1583 	{
1584 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state",
1585 		.size = 47,
1586 		.content =
1587 			"768000 42736\n"
1588 			"902400 224\n"
1589 			"998400 32\n"
1590 			"1094400 5491\n",
1591 	},
1592 	{
1593 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans",
1594 		.size = 4,
1595 		.content = "255\n",
1596 	},
1597 	{
1598 		.path = "/sys/devices/system/cpu/cpu7/topology/core_id",
1599 		.size = 2,
1600 		.content = "3\n",
1601 	},
1602 	{
1603 		.path = "/sys/devices/system/cpu/cpu7/topology/core_siblings",
1604 		.size = 3,
1605 		.content = "f0\n",
1606 	},
1607 	{
1608 		.path = "/sys/devices/system/cpu/cpu7/topology/core_siblings_list",
1609 		.size = 4,
1610 		.content = "4-7\n",
1611 	},
1612 	{
1613 		.path = "/sys/devices/system/cpu/cpu7/topology/physical_package_id",
1614 		.size = 2,
1615 		.content = "0\n",
1616 	},
1617 	{
1618 		.path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings",
1619 		.size = 3,
1620 		.content = "80\n",
1621 	},
1622 	{
1623 		.path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings_list",
1624 		.size = 2,
1625 		.content = "7\n",
1626 	},
1627 	{ NULL },
1628 };
1629 #ifdef __ANDROID__
1630 struct cpuinfo_mock_property properties[] = {
1631 	{
1632 		.key = "DEVICE_PROVISIONED",
1633 		.value = "1",
1634 	},
1635 	{
1636 		.key = "af.fast_track_multiplier",
1637 		.value = "1",
1638 	},
1639 	{
1640 		.key = "audio.deep_buffer.media",
1641 		.value = "true",
1642 	},
1643 	{
1644 		.key = "audio.dolby.ds2.enabled",
1645 		.value = "true",
1646 	},
1647 	{
1648 		.key = "audio.offload.buffer.size.kb",
1649 		.value = "64",
1650 	},
1651 	{
1652 		.key = "audio.offload.disable",
1653 		.value = "false",
1654 	},
1655 	{
1656 		.key = "audio.offload.gapless.enabled",
1657 		.value = "false",
1658 	},
1659 	{
1660 		.key = "audio.offload.min.duration.secs",
1661 		.value = "60",
1662 	},
1663 	{
1664 		.key = "audio.offload.multiple.enabled",
1665 		.value = "false",
1666 	},
1667 	{
1668 		.key = "audio.offload.pcm.16bit.enable",
1669 		.value = "false",
1670 	},
1671 	{
1672 		.key = "audio.offload.pcm.24bit.enable",
1673 		.value = "false",
1674 	},
1675 	{
1676 		.key = "audio.offload.track.enable",
1677 		.value = "true",
1678 	},
1679 	{
1680 		.key = "audio.offload.video",
1681 		.value = "false",
1682 	},
1683 	{
1684 		.key = "audio.parser.ip.buffer.size",
1685 		.value = "262144",
1686 	},
1687 	{
1688 		.key = "audio.playback.mch.downsample",
1689 		.value = "true",
1690 	},
1691 	{
1692 		.key = "audio.pp.asphere.enabled",
1693 		.value = "false",
1694 	},
1695 	{
1696 		.key = "audio.safx.pbe.enabled",
1697 		.value = "true",
1698 	},
1699 	{
1700 		.key = "audio_hal.period_size",
1701 		.value = "240",
1702 	},
1703 	{
1704 		.key = "av.offload.enable",
1705 		.value = "false",
1706 	},
1707 	{
1708 		.key = "bluetooth.hfp.client",
1709 		.value = "1",
1710 	},
1711 	{
1712 		.key = "camera.disable_zsl_mode",
1713 		.value = "1",
1714 	},
1715 	{
1716 		.key = "camera.display.lmax",
1717 		.value = "1280x720",
1718 	},
1719 	{
1720 		.key = "camera.display.umax",
1721 		.value = "1920x1080",
1722 	},
1723 	{
1724 		.key = "camera.hal1.packagelist",
1725 		.value = "com.skype.raider,com.google.android.talk",
1726 	},
1727 	{
1728 		.key = "camera.mot.startup_probing",
1729 		.value = "0",
1730 	},
1731 	{
1732 		.key = "dalvik.vm.appimageformat",
1733 		.value = "lz4",
1734 	},
1735 	{
1736 		.key = "dalvik.vm.dex2oat-Xms",
1737 		.value = "64m",
1738 	},
1739 	{
1740 		.key = "dalvik.vm.dex2oat-Xmx",
1741 		.value = "512m",
1742 	},
1743 	{
1744 		.key = "dalvik.vm.heapgrowthlimit",
1745 		.value = "192m",
1746 	},
1747 	{
1748 		.key = "dalvik.vm.heapmaxfree",
1749 		.value = "8m",
1750 	},
1751 	{
1752 		.key = "dalvik.vm.heapminfree",
1753 		.value = "512k",
1754 	},
1755 	{
1756 		.key = "dalvik.vm.heapsize",
1757 		.value = "384m",
1758 	},
1759 	{
1760 		.key = "dalvik.vm.heapstartsize",
1761 		.value = "8m",
1762 	},
1763 	{
1764 		.key = "dalvik.vm.heaptargetutilization",
1765 		.value = "0.75",
1766 	},
1767 	{
1768 		.key = "dalvik.vm.image-dex2oat-Xms",
1769 		.value = "64m",
1770 	},
1771 	{
1772 		.key = "dalvik.vm.image-dex2oat-Xmx",
1773 		.value = "64m",
1774 	},
1775 	{
1776 		.key = "dalvik.vm.isa.arm.features",
1777 		.value = "default",
1778 	},
1779 	{
1780 		.key = "dalvik.vm.isa.arm.variant",
1781 		.value = "cortex-a53",
1782 	},
1783 	{
1784 		.key = "dalvik.vm.stack-trace-file",
1785 		.value = "/data/anr/traces.txt",
1786 	},
1787 	{
1788 		.key = "dalvik.vm.usejit",
1789 		.value = "true",
1790 	},
1791 	{
1792 		.key = "dalvik.vm.usejitprofiles",
1793 		.value = "true",
1794 	},
1795 	{
1796 		.key = "debug.atrace.tags.enableflags",
1797 		.value = "0",
1798 	},
1799 	{
1800 		.key = "debug.egl.hw",
1801 		.value = "1",
1802 	},
1803 	{
1804 		.key = "debug.enable.gamed",
1805 		.value = "0",
1806 	},
1807 	{
1808 		.key = "debug.enable.sglscale",
1809 		.value = "1",
1810 	},
1811 	{
1812 		.key = "debug.force_rtl",
1813 		.value = "0",
1814 	},
1815 	{
1816 		.key = "debug.gralloc.enable_fb_ubwc",
1817 		.value = "1",
1818 	},
1819 	{
1820 		.key = "debug.gralloc.gfx_ubwc_disable",
1821 		.value = "0",
1822 	},
1823 	{
1824 		.key = "debug.mdpcomp.logs",
1825 		.value = "0",
1826 	},
1827 	{
1828 		.key = "debug.sf.hw",
1829 		.value = "1",
1830 	},
1831 	{
1832 		.key = "dev.bootcomplete",
1833 		.value = "1",
1834 	},
1835 	{
1836 		.key = "dev.pm.dyn_samplingrate",
1837 		.value = "1",
1838 	},
1839 	{
1840 		.key = "drm.service.enabled",
1841 		.value = "true",
1842 	},
1843 	{
1844 		.key = "gsm.current.phone-type",
1845 		.value = "1,1",
1846 	},
1847 	{
1848 		.key = "gsm.network.type",
1849 		.value = "Unknown,Unknown",
1850 	},
1851 	{
1852 		.key = "gsm.operator.alpha",
1853 		.value = "",
1854 	},
1855 	{
1856 		.key = "gsm.operator.iso-country",
1857 		.value = "",
1858 	},
1859 	{
1860 		.key = "gsm.operator.isroaming",
1861 		.value = "false",
1862 	},
1863 	{
1864 		.key = "gsm.operator.numeric",
1865 		.value = "",
1866 	},
1867 	{
1868 		.key = "gsm.sim.operator.alpha",
1869 		.value = ",",
1870 	},
1871 	{
1872 		.key = "gsm.sim.operator.iso-country",
1873 		.value = ",",
1874 	},
1875 	{
1876 		.key = "gsm.sim.operator.numeric",
1877 		.value = ",",
1878 	},
1879 	{
1880 		.key = "gsm.sim.state",
1881 		.value = "ABSENT,ABSENT",
1882 	},
1883 	{
1884 		.key = "gsm.version.baseband",
1885 		.value = "M8937_8000.122.02.40R CEDRIC_LATAMDSDS_CUST",
1886 	},
1887 	{
1888 		.key = "gsm.version.baseband1",
1889 		.value = "M8937_8000.122.02.40R CEDRIC_LATAMDSDS_CUST",
1890 	},
1891 	{
1892 		.key = "gsm.version.ril-impl",
1893 		.value = "Qualcomm RIL 1.0",
1894 	},
1895 	{
1896 		.key = "hw.aov.disable_hotword",
1897 		.value = "0",
1898 	},
1899 	{
1900 		.key = "hw.aov.hotword_dsp_path",
1901 		.value = "0",
1902 	},
1903 	{
1904 		.key = "hw.motosh.booted",
1905 		.value = "1",
1906 	},
1907 	{
1908 		.key = "hw.touch.status",
1909 		.value = "ready",
1910 	},
1911 	{
1912 		.key = "init.svc.adbd",
1913 		.value = "running",
1914 	},
1915 	{
1916 		.key = "init.svc.adspd",
1917 		.value = "running",
1918 	},
1919 	{
1920 		.key = "init.svc.adsprpcd",
1921 		.value = "running",
1922 	},
1923 	{
1924 		.key = "init.svc.atfwd",
1925 		.value = "running",
1926 	},
1927 	{
1928 		.key = "init.svc.audiod",
1929 		.value = "running",
1930 	},
1931 	{
1932 		.key = "init.svc.audioserver",
1933 		.value = "running",
1934 	},
1935 	{
1936 		.key = "init.svc.bootanim",
1937 		.value = "stopped",
1938 	},
1939 	{
1940 		.key = "init.svc.cameraserver",
1941 		.value = "running",
1942 	},
1943 	{
1944 		.key = "init.svc.capsense_reset",
1945 		.value = "running",
1946 	},
1947 	{
1948 		.key = "init.svc.clear-bcb",
1949 		.value = "stopped",
1950 	},
1951 	{
1952 		.key = "init.svc.cnd",
1953 		.value = "running",
1954 	},
1955 	{
1956 		.key = "init.svc.cnss-daemon",
1957 		.value = "running",
1958 	},
1959 	{
1960 		.key = "init.svc.config_bluetooth",
1961 		.value = "stopped",
1962 	},
1963 	{
1964 		.key = "init.svc.config_bt_addr",
1965 		.value = "stopped",
1966 	},
1967 	{
1968 		.key = "init.svc.debuggerd",
1969 		.value = "running",
1970 	},
1971 	{
1972 		.key = "init.svc.drm",
1973 		.value = "running",
1974 	},
1975 	{
1976 		.key = "init.svc.dropboxd",
1977 		.value = "running",
1978 	},
1979 	{
1980 		.key = "init.svc.emmc_ffu",
1981 		.value = "stopped",
1982 	},
1983 	{
1984 		.key = "init.svc.esdpll",
1985 		.value = "running",
1986 	},
1987 	{
1988 		.key = "init.svc.esepmdaemon",
1989 		.value = "running",
1990 	},
1991 	{
1992 		.key = "init.svc.fingerprintd",
1993 		.value = "running",
1994 	},
1995 	{
1996 		.key = "init.svc.flash_recovery",
1997 		.value = "stopped",
1998 	},
1999 	{
2000 		.key = "init.svc.gatekeeperd",
2001 		.value = "running",
2002 	},
2003 	{
2004 		.key = "init.svc.healthd",
2005 		.value = "running",
2006 	},
2007 	{
2008 		.key = "init.svc.hw_revs",
2009 		.value = "stopped",
2010 	},
2011 	{
2012 		.key = "init.svc.imsdatadaemon",
2013 		.value = "running",
2014 	},
2015 	{
2016 		.key = "init.svc.imsqmidaemon",
2017 		.value = "running",
2018 	},
2019 	{
2020 		.key = "init.svc.init_wifi",
2021 		.value = "stopped",
2022 	},
2023 	{
2024 		.key = "init.svc.installd",
2025 		.value = "running",
2026 	},
2027 	{
2028 		.key = "init.svc.ipacm-diag",
2029 		.value = "running",
2030 	},
2031 	{
2032 		.key = "init.svc.irsc_util",
2033 		.value = "stopped",
2034 	},
2035 	{
2036 		.key = "init.svc.keystore",
2037 		.value = "running",
2038 	},
2039 	{
2040 		.key = "init.svc.lmkd",
2041 		.value = "running",
2042 	},
2043 	{
2044 		.key = "init.svc.loc_launcher",
2045 		.value = "running",
2046 	},
2047 	{
2048 		.key = "init.svc.logd",
2049 		.value = "running",
2050 	},
2051 	{
2052 		.key = "init.svc.logd-reinit",
2053 		.value = "stopped",
2054 	},
2055 	{
2056 		.key = "init.svc.mbm_spy",
2057 		.value = "stopped",
2058 	},
2059 	{
2060 		.key = "init.svc.media",
2061 		.value = "running",
2062 	},
2063 	{
2064 		.key = "init.svc.mediacodec",
2065 		.value = "running",
2066 	},
2067 	{
2068 		.key = "init.svc.mediadrm",
2069 		.value = "running",
2070 	},
2071 	{
2072 		.key = "init.svc.mediaextractor",
2073 		.value = "running",
2074 	},
2075 	{
2076 		.key = "init.svc.mmi-audio-sh",
2077 		.value = "stopped",
2078 	},
2079 	{
2080 		.key = "init.svc.mmi-block-perm",
2081 		.value = "stopped",
2082 	},
2083 	{
2084 		.key = "init.svc.mmi-boot-sh",
2085 		.value = "stopped",
2086 	},
2087 	{
2088 		.key = "init.svc.mmi-laser-sh",
2089 		.value = "stopped",
2090 	},
2091 	{
2092 		.key = "init.svc.mmi-touch-sh",
2093 		.value = "stopped",
2094 	},
2095 	{
2096 		.key = "init.svc.mmi-usb-sh",
2097 		.value = "stopped",
2098 	},
2099 	{
2100 		.key = "init.svc.motosh",
2101 		.value = "stopped",
2102 	},
2103 	{
2104 		.key = "init.svc.msm_irqbalance",
2105 		.value = "running",
2106 	},
2107 	{
2108 		.key = "init.svc.netd",
2109 		.value = "running",
2110 	},
2111 	{
2112 		.key = "init.svc.netmgrd",
2113 		.value = "running",
2114 	},
2115 	{
2116 		.key = "init.svc.oem-hw-sh",
2117 		.value = "stopped",
2118 	},
2119 	{
2120 		.key = "init.svc.p2p_supplicant",
2121 		.value = "running",
2122 	},
2123 	{
2124 		.key = "init.svc.per_mgr",
2125 		.value = "running",
2126 	},
2127 	{
2128 		.key = "init.svc.per_proxy",
2129 		.value = "running",
2130 	},
2131 	{
2132 		.key = "init.svc.perfd",
2133 		.value = "running",
2134 	},
2135 	{
2136 		.key = "init.svc.port-bridge",
2137 		.value = "stopped",
2138 	},
2139 	{
2140 		.key = "init.svc.ppd",
2141 		.value = "running",
2142 	},
2143 	{
2144 		.key = "init.svc.pstore_annotate",
2145 		.value = "stopped",
2146 	},
2147 	{
2148 		.key = "init.svc.qcamerasvr",
2149 		.value = "running",
2150 	},
2151 	{
2152 		.key = "init.svc.qcom-c_core-sh",
2153 		.value = "stopped",
2154 	},
2155 	{
2156 		.key = "init.svc.qcom-c_main-sh",
2157 		.value = "stopped",
2158 	},
2159 	{
2160 		.key = "init.svc.qcom-post-boot",
2161 		.value = "stopped",
2162 	},
2163 	{
2164 		.key = "init.svc.qcom-sh",
2165 		.value = "stopped",
2166 	},
2167 	{
2168 		.key = "init.svc.qcomsysd",
2169 		.value = "running",
2170 	},
2171 	{
2172 		.key = "init.svc.qe",
2173 		.value = "stopped",
2174 	},
2175 	{
2176 		.key = "init.svc.qseecomd",
2177 		.value = "running",
2178 	},
2179 	{
2180 		.key = "init.svc.qseeproxydaemon",
2181 		.value = "running",
2182 	},
2183 	{
2184 		.key = "init.svc.qti",
2185 		.value = "running",
2186 	},
2187 	{
2188 		.key = "init.svc.ril-daemon",
2189 		.value = "running",
2190 	},
2191 	{
2192 		.key = "init.svc.ril-daemon2",
2193 		.value = "running",
2194 	},
2195 	{
2196 		.key = "init.svc.rmt_storage",
2197 		.value = "running",
2198 	},
2199 	{
2200 		.key = "init.svc.sensor-sh",
2201 		.value = "stopped",
2202 	},
2203 	{
2204 		.key = "init.svc.servicemanager",
2205 		.value = "running",
2206 	},
2207 	{
2208 		.key = "init.svc.setup_shutdown",
2209 		.value = "stopped",
2210 	},
2211 	{
2212 		.key = "init.svc.ss_ramdump",
2213 		.value = "running",
2214 	},
2215 	{
2216 		.key = "init.svc.ssr_setup",
2217 		.value = "stopped",
2218 	},
2219 	{
2220 		.key = "init.svc.surfaceflinger",
2221 		.value = "running",
2222 	},
2223 	{
2224 		.key = "init.svc.tcmd",
2225 		.value = "running",
2226 	},
2227 	{
2228 		.key = "init.svc.tftp_server",
2229 		.value = "running",
2230 	},
2231 	{
2232 		.key = "init.svc.thermal-engine",
2233 		.value = "running",
2234 	},
2235 	{
2236 		.key = "init.svc.time_daemon",
2237 		.value = "running",
2238 	},
2239 	{
2240 		.key = "init.svc.touch-ready-sh",
2241 		.value = "stopped",
2242 	},
2243 	{
2244 		.key = "init.svc.ueventd",
2245 		.value = "running",
2246 	},
2247 	{
2248 		.key = "init.svc.vold",
2249 		.value = "running",
2250 	},
2251 	{
2252 		.key = "init.svc.wcnss-service",
2253 		.value = "running",
2254 	},
2255 	{
2256 		.key = "init.svc.zygote",
2257 		.value = "running",
2258 	},
2259 	{
2260 		.key = "installd.post_fs_data_ready",
2261 		.value = "1",
2262 	},
2263 	{
2264 		.key = "keyguard.no_require_sim",
2265 		.value = "true",
2266 	},
2267 	{
2268 		.key = "mdc_initial_max_retry",
2269 		.value = "10",
2270 	},
2271 	{
2272 		.key = "media.aac_51_output_enabled",
2273 		.value = "true",
2274 	},
2275 	{
2276 		.key = "media.msm8956hw",
2277 		.value = "0",
2278 	},
2279 	{
2280 		.key = "mm.enable.qcom_parser",
2281 		.value = "4643",
2282 	},
2283 	{
2284 		.key = "mm.enable.sec.smoothstreaming",
2285 		.value = "false",
2286 	},
2287 	{
2288 		.key = "mm.enable.smoothstreaming",
2289 		.value = "false",
2290 	},
2291 	{
2292 		.key = "mmp.enable.3g2",
2293 		.value = "true",
2294 	},
2295 	{
2296 		.key = "net.bt.name",
2297 		.value = "Android",
2298 	},
2299 	{
2300 		.key = "net.change",
2301 		.value = "net.qtaguid_enabled",
2302 	},
2303 	{
2304 		.key = "net.hostname",
2305 		.value = "android-156d0fabd8cd70d8",
2306 	},
2307 	{
2308 		.key = "net.qtaguid_enabled",
2309 		.value = "1",
2310 	},
2311 	{
2312 		.key = "net.tcp.2g_init_rwnd",
2313 		.value = "10",
2314 	},
2315 	{
2316 		.key = "net.tcp.buffersize.default",
2317 		.value = "4096,87380,524288,4096,16384,110208",
2318 	},
2319 	{
2320 		.key = "net.tcp.buffersize.edge",
2321 		.value = "4093,26280,35040,4096,16384,35040",
2322 	},
2323 	{
2324 		.key = "net.tcp.buffersize.evdo",
2325 		.value = "4094,87380,524288,4096,16384,262144",
2326 	},
2327 	{
2328 		.key = "net.tcp.buffersize.gprs",
2329 		.value = "4092,8760,11680,4096,8760,11680",
2330 	},
2331 	{
2332 		.key = "net.tcp.buffersize.hsdpa",
2333 		.value = "4094,87380,1220608,4096,16384,1220608",
2334 	},
2335 	{
2336 		.key = "net.tcp.buffersize.hspa",
2337 		.value = "4094,87380,1220608,4096,16384,1220608",
2338 	},
2339 	{
2340 		.key = "net.tcp.buffersize.hspap",
2341 		.value = "4094,87380,1220608,4096,16384,1220608",
2342 	},
2343 	{
2344 		.key = "net.tcp.buffersize.hsupa",
2345 		.value = "4094,87380,1220608,4096,16384,1220608",
2346 	},
2347 	{
2348 		.key = "net.tcp.buffersize.lte",
2349 		.value = "2097152,4194304,8388608,262144,524288,1048576",
2350 	},
2351 	{
2352 		.key = "net.tcp.buffersize.umts",
2353 		.value = "4094,87380,110208,4096,16384,110208",
2354 	},
2355 	{
2356 		.key = "net.tcp.buffersize.wifi",
2357 		.value = "524288,2097152,4194304,262144,524288,1048576",
2358 	},
2359 	{
2360 		.key = "net.tcp.default_init_rwnd",
2361 		.value = "60",
2362 	},
2363 	{
2364 		.key = "net.tethering.on",
2365 		.value = "0",
2366 	},
2367 	{
2368 		.key = "partition.system.verified",
2369 		.value = "2",
2370 	},
2371 	{
2372 		.key = "persist.audio.calfile0",
2373 		.value = "/etc/acdbdata/Bluetooth_cal.acdb",
2374 	},
2375 	{
2376 		.key = "persist.audio.calfile1",
2377 		.value = "/etc/acdbdata/General_cal.acdb",
2378 	},
2379 	{
2380 		.key = "persist.audio.calfile2",
2381 		.value = "/etc/acdbdata/Global_cal.acdb",
2382 	},
2383 	{
2384 		.key = "persist.audio.calfile3",
2385 		.value = "/etc/acdbdata/Handset_cal.acdb",
2386 	},
2387 	{
2388 		.key = "persist.audio.calfile4",
2389 		.value = "/etc/acdbdata/Hdmi_cal.acdb",
2390 	},
2391 	{
2392 		.key = "persist.audio.calfile5",
2393 		.value = "/etc/acdbdata/Headset_cal.acdb",
2394 	},
2395 	{
2396 		.key = "persist.audio.calfile6",
2397 		.value = "/etc/acdbdata/Speaker_cal.acdb",
2398 	},
2399 	{
2400 		.key = "persist.audio.dualmic.config",
2401 		.value = "endfire",
2402 	},
2403 	{
2404 		.key = "persist.audio.fluence.speaker",
2405 		.value = "false",
2406 	},
2407 	{
2408 		.key = "persist.audio.fluence.voicecall",
2409 		.value = "true",
2410 	},
2411 	{
2412 		.key = "persist.audio.fluence.voicecomm",
2413 		.value = "true",
2414 	},
2415 	{
2416 		.key = "persist.audio.fluence.voicerec",
2417 		.value = "false",
2418 	},
2419 	{
2420 		.key = "persist.camera.debug.logfile",
2421 		.value = "0",
2422 	},
2423 	{
2424 		.key = "persist.camera.gyro.android",
2425 		.value = "1",
2426 	},
2427 	{
2428 		.key = "persist.camera.gyro.disable",
2429 		.value = "0",
2430 	},
2431 	{
2432 		.key = "persist.camera.is_type",
2433 		.value = "1",
2434 	},
2435 	{
2436 		.key = "persist.cne.feature",
2437 		.value = "1",
2438 	},
2439 	{
2440 		.key = "persist.cne.logging.qxdm",
2441 		.value = "3974",
2442 	},
2443 	{
2444 		.key = "persist.cne.rat.wlan.chip.oem",
2445 		.value = "WCN",
2446 	},
2447 	{
2448 		.key = "persist.data.iwlan.enable",
2449 		.value = "true",
2450 	},
2451 	{
2452 		.key = "persist.data.mode",
2453 		.value = "concurrent",
2454 	},
2455 	{
2456 		.key = "persist.data.netmgrd.qos.enable",
2457 		.value = "true",
2458 	},
2459 	{
2460 		.key = "persist.data.qmi.adb_logmask",
2461 		.value = "0",
2462 	},
2463 	{
2464 		.key = "persist.debug.coresight.config",
2465 		.value = "stm-events",
2466 	},
2467 	{
2468 		.key = "persist.demo.hdmirotationlock",
2469 		.value = "false",
2470 	},
2471 	{
2472 		.key = "persist.dpm.feature",
2473 		.value = "0",
2474 	},
2475 	{
2476 		.key = "persist.eab.supported",
2477 		.value = "0",
2478 	},
2479 	{
2480 		.key = "persist.esdfs_sdcard",
2481 		.value = "true",
2482 	},
2483 	{
2484 		.key = "persist.fuse_sdcard",
2485 		.value = "true",
2486 	},
2487 	{
2488 		.key = "persist.hwc.enable_vds",
2489 		.value = "1",
2490 	},
2491 	{
2492 		.key = "persist.hwc.mdpcomp.enable",
2493 		.value = "true",
2494 	},
2495 	{
2496 		.key = "persist.ims.disableADBLogs",
2497 		.value = "2",
2498 	},
2499 	{
2500 		.key = "persist.ims.disableDebugLogs",
2501 		.value = "0",
2502 	},
2503 	{
2504 		.key = "persist.ims.disableIMSLogs",
2505 		.value = "0",
2506 	},
2507 	{
2508 		.key = "persist.ims.disableQXDMLogs",
2509 		.value = "0",
2510 	},
2511 	{
2512 		.key = "persist.ims.rcs",
2513 		.value = "false",
2514 	},
2515 	{
2516 		.key = "persist.ims.volte",
2517 		.value = "true",
2518 	},
2519 	{
2520 		.key = "persist.ims.vt",
2521 		.value = "false",
2522 	},
2523 	{
2524 		.key = "persist.ims.vt.epdg",
2525 		.value = "false",
2526 	},
2527 	{
2528 		.key = "persist.mm.sta.enable",
2529 		.value = "0",
2530 	},
2531 	{
2532 		.key = "persist.mot.gps.conf.from.sim",
2533 		.value = "true",
2534 	},
2535 	{
2536 		.key = "persist.mot.gps.smart_battery",
2537 		.value = "1",
2538 	},
2539 	{
2540 		.key = "persist.mot.usb.config",
2541 		.value = "mtp,adb",
2542 	},
2543 	{
2544 		.key = "persist.net.doxlat",
2545 		.value = "true",
2546 	},
2547 	{
2548 		.key = "persist.qcril_uim_vcc_feature",
2549 		.value = "1",
2550 	},
2551 	{
2552 		.key = "persist.qe",
2553 		.value = "qe 0/0",
2554 	},
2555 	{
2556 		.key = "persist.qfp",
2557 		.value = "false",
2558 	},
2559 	{
2560 		.key = "persist.radio.0x9e_not_callname",
2561 		.value = "1",
2562 	},
2563 	{
2564 		.key = "persist.radio.RATE_ADAPT_ENABLE",
2565 		.value = "1",
2566 	},
2567 	{
2568 		.key = "persist.radio.REVERSE_QMI",
2569 		.value = "0",
2570 	},
2571 	{
2572 		.key = "persist.radio.ROTATION_ENABLE",
2573 		.value = "1",
2574 	},
2575 	{
2576 		.key = "persist.radio.VT_ENABLE",
2577 		.value = "1",
2578 	},
2579 	{
2580 		.key = "persist.radio.VT_HYBRID_ENABLE",
2581 		.value = "1",
2582 	},
2583 	{
2584 		.key = "persist.radio.VT_USE_MDM_TIME",
2585 		.value = "0",
2586 	},
2587 	{
2588 		.key = "persist.radio.adb_log_on",
2589 		.value = "0",
2590 	},
2591 	{
2592 		.key = "persist.radio.apm_sim_not_pwdn",
2593 		.value = "1",
2594 	},
2595 	{
2596 		.key = "persist.radio.apn_delay",
2597 		.value = "5000",
2598 	},
2599 	{
2600 		.key = "persist.radio.app_mbn_path",
2601 		.value = "/fsg",
2602 	},
2603 	{
2604 		.key = "persist.radio.call.audio.output",
2605 		.value = "0",
2606 	},
2607 	{
2608 		.key = "persist.radio.calls.on.ims",
2609 		.value = "true",
2610 	},
2611 	{
2612 		.key = "persist.radio.custom_ecc",
2613 		.value = "1",
2614 	},
2615 	{
2616 		.key = "persist.radio.dfr_mode_set",
2617 		.value = "1",
2618 	},
2619 	{
2620 		.key = "persist.radio.domain.ps",
2621 		.value = "0",
2622 	},
2623 	{
2624 		.key = "persist.radio.eons.enabled",
2625 		.value = "false",
2626 	},
2627 	{
2628 		.key = "persist.radio.force_get_pref",
2629 		.value = "1",
2630 	},
2631 	{
2632 		.key = "persist.radio.is_wps_enabled",
2633 		.value = "true",
2634 	},
2635 	{
2636 		.key = "persist.radio.jbims",
2637 		.value = "1",
2638 	},
2639 	{
2640 		.key = "persist.radio.mcfg_ver_num",
2641 		.value = "0,0",
2642 	},
2643 	{
2644 		.key = "persist.radio.mcfg_version",
2645 		.value = "null,null",
2646 	},
2647 	{
2648 		.key = "persist.radio.msgtunnel.start",
2649 		.value = "true",
2650 	},
2651 	{
2652 		.key = "persist.radio.msim.stackid_0",
2653 		.value = "0",
2654 	},
2655 	{
2656 		.key = "persist.radio.msim.stackid_1",
2657 		.value = "1",
2658 	},
2659 	{
2660 		.key = "persist.radio.mt_sms_ack",
2661 		.value = "30",
2662 	},
2663 	{
2664 		.key = "persist.radio.multisim.config",
2665 		.value = "dsds",
2666 	},
2667 	{
2668 		.key = "persist.radio.no_wait_for_card",
2669 		.value = "1",
2670 	},
2671 	{
2672 		.key = "persist.radio.oem_ind_to_both",
2673 		.value = "0",
2674 	},
2675 	{
2676 		.key = "persist.radio.relay_oprt_change",
2677 		.value = "1",
2678 	},
2679 	{
2680 		.key = "persist.radio.ril_payload_on",
2681 		.value = "0",
2682 	},
2683 	{
2684 		.key = "persist.radio.sar_sensor",
2685 		.value = "1",
2686 	},
2687 	{
2688 		.key = "persist.radio.sglte_target",
2689 		.value = "0",
2690 	},
2691 	{
2692 		.key = "persist.radio.sib16_support",
2693 		.value = "1",
2694 	},
2695 	{
2696 		.key = "persist.radio.stack_id_0",
2697 		.value = "0",
2698 	},
2699 	{
2700 		.key = "persist.radio.stack_id_1",
2701 		.value = "1",
2702 	},
2703 	{
2704 		.key = "persist.radio.sw_mbn_update",
2705 		.value = "1",
2706 	},
2707 	{
2708 		.key = "persist.radio.videopause.mode",
2709 		.value = "0",
2710 	},
2711 	{
2712 		.key = "persist.rcs.presence.provision",
2713 		.value = "0",
2714 	},
2715 	{
2716 		.key = "persist.rcs.supported",
2717 		.value = "0",
2718 	},
2719 	{
2720 		.key = "persist.rild.nitz_long_ons_0",
2721 		.value = "",
2722 	},
2723 	{
2724 		.key = "persist.rild.nitz_long_ons_1",
2725 		.value = "",
2726 	},
2727 	{
2728 		.key = "persist.rild.nitz_long_ons_2",
2729 		.value = "",
2730 	},
2731 	{
2732 		.key = "persist.rild.nitz_long_ons_3",
2733 		.value = "",
2734 	},
2735 	{
2736 		.key = "persist.rild.nitz_plmn",
2737 		.value = "",
2738 	},
2739 	{
2740 		.key = "persist.rild.nitz_short_ons_0",
2741 		.value = "",
2742 	},
2743 	{
2744 		.key = "persist.rild.nitz_short_ons_1",
2745 		.value = "",
2746 	},
2747 	{
2748 		.key = "persist.rild.nitz_short_ons_2",
2749 		.value = "",
2750 	},
2751 	{
2752 		.key = "persist.rild.nitz_short_ons_3",
2753 		.value = "",
2754 	},
2755 	{
2756 		.key = "persist.rmnet.mux",
2757 		.value = "enabled",
2758 	},
2759 	{
2760 		.key = "persist.speaker.prot.enable",
2761 		.value = "false",
2762 	},
2763 	{
2764 		.key = "persist.sys.bootupvolume",
2765 		.value = "11",
2766 	},
2767 	{
2768 		.key = "persist.sys.cnd.iwlan",
2769 		.value = "1",
2770 	},
2771 	{
2772 		.key = "persist.sys.dalvik.vm.lib.2",
2773 		.value = "libart.so",
2774 	},
2775 	{
2776 		.key = "persist.sys.locale",
2777 		.value = "en-US",
2778 	},
2779 	{
2780 		.key = "persist.sys.media.use-awesome",
2781 		.value = "false",
2782 	},
2783 	{
2784 		.key = "persist.sys.phonelock.mode",
2785 		.value = "0",
2786 	},
2787 	{
2788 		.key = "persist.sys.profiler_ms",
2789 		.value = "0",
2790 	},
2791 	{
2792 		.key = "persist.sys.qc.sub.rdump.max",
2793 		.value = "0",
2794 	},
2795 	{
2796 		.key = "persist.sys.qc.sub.rdump.on",
2797 		.value = "1",
2798 	},
2799 	{
2800 		.key = "persist.sys.ssr.enable_ramdumps",
2801 		.value = "1",
2802 	},
2803 	{
2804 		.key = "persist.sys.ssr.restart_level",
2805 		.value = "ALL_ENABLE",
2806 	},
2807 	{
2808 		.key = "persist.sys.timezone",
2809 		.value = "America/New_York",
2810 	},
2811 	{
2812 		.key = "persist.sys.usb.config",
2813 		.value = "mtp,adb",
2814 	},
2815 	{
2816 		.key = "persist.sys.usb.config.extra",
2817 		.value = "none",
2818 	},
2819 	{
2820 		.key = "persist.sys.webview.vmsize",
2821 		.value = "104857600",
2822 	},
2823 	{
2824 		.key = "persist.timed.enable",
2825 		.value = "true",
2826 	},
2827 	{
2828 		.key = "persist.vold.ecryptfs_supported",
2829 		.value = "true",
2830 	},
2831 	{
2832 		.key = "persist.vt.supported",
2833 		.value = "0",
2834 	},
2835 	{
2836 		.key = "pm.dexopt.ab-ota",
2837 		.value = "speed-profile",
2838 	},
2839 	{
2840 		.key = "pm.dexopt.bg-dexopt",
2841 		.value = "speed-profile",
2842 	},
2843 	{
2844 		.key = "pm.dexopt.boot",
2845 		.value = "verify-profile",
2846 	},
2847 	{
2848 		.key = "pm.dexopt.core-app",
2849 		.value = "speed",
2850 	},
2851 	{
2852 		.key = "pm.dexopt.first-boot",
2853 		.value = "interpret-only",
2854 	},
2855 	{
2856 		.key = "pm.dexopt.forced-dexopt",
2857 		.value = "speed",
2858 	},
2859 	{
2860 		.key = "pm.dexopt.install",
2861 		.value = "interpret-only",
2862 	},
2863 	{
2864 		.key = "pm.dexopt.nsys-library",
2865 		.value = "speed",
2866 	},
2867 	{
2868 		.key = "pm.dexopt.shared-apk",
2869 		.value = "speed",
2870 	},
2871 	{
2872 		.key = "qcom.bt.le_dev_pwr_class",
2873 		.value = "1",
2874 	},
2875 	{
2876 		.key = "qcom.hw.aac.encoder",
2877 		.value = "false",
2878 	},
2879 	{
2880 		.key = "qemu.hw.mainkeys",
2881 		.value = "0",
2882 	},
2883 	{
2884 		.key = "ril.baseband.config.ver_num",
2885 		.value = "02.59",
2886 	},
2887 	{
2888 		.key = "ril.baseband.config.version",
2889 		.value = "CEDRIC_LATAMDSDS_CUST",
2890 	},
2891 	{
2892 		.key = "ril.baseband.rfcable.status",
2893 		.value = "0",
2894 	},
2895 	{
2896 		.key = "ril.ecclist",
2897 		.value = "000,08,110,999,118,119,190,066,060,911,112",
2898 	},
2899 	{
2900 		.key = "ril.ecclist1",
2901 		.value = "000,08,110,999,118,119,190,066,060,911,112",
2902 	},
2903 	{
2904 		.key = "ril.ims.supported_services",
2905 		.value = "0",
2906 	},
2907 	{
2908 		.key = "ril.lte.bc.config",
2909 		.value = "134285407",
2910 	},
2911 	{
2912 		.key = "ril.qcril_pre_init_lock_held",
2913 		.value = "0",
2914 	},
2915 	{
2916 		.key = "ril.radio.ctbk_inst",
2917 		.value = "733",
2918 	},
2919 	{
2920 		.key = "ril.radio.ctbk_val",
2921 		.value = "1,0,0,0,0,0,0,0,0,0,1,0,0,0,0",
2922 	},
2923 	{
2924 		.key = "ril.subscription.types",
2925 		.value = "NV,RUIM",
2926 	},
2927 	{
2928 		.key = "rild.libargs",
2929 		.value = "-d /dev/smd0",
2930 	},
2931 	{
2932 		.key = "rild.libpath",
2933 		.value = "/system/vendor/lib/libril-qc-qmi-1.so",
2934 	},
2935 	{
2936 		.key = "ro.adb.secure",
2937 		.value = "1",
2938 	},
2939 	{
2940 		.key = "ro.alarm_boot",
2941 		.value = "false",
2942 	},
2943 	{
2944 		.key = "ro.allow.mock.location",
2945 		.value = "0",
2946 	},
2947 	{
2948 		.key = "ro.am.reschedule_service",
2949 		.value = "true",
2950 	},
2951 	{
2952 		.key = "ro.baseband",
2953 		.value = "msm",
2954 	},
2955 	{
2956 		.key = "ro.bluetooth.hfp.ver",
2957 		.value = "1.6",
2958 	},
2959 	{
2960 		.key = "ro.board.platform",
2961 		.value = "msm8937",
2962 	},
2963 	{
2964 		.key = "ro.boot.baseband",
2965 		.value = "msm",
2966 	},
2967 	{
2968 		.key = "ro.boot.bl_state",
2969 		.value = "1",
2970 	},
2971 	{
2972 		.key = "ro.boot.bootdevice",
2973 		.value = "7824900.sdhci",
2974 	},
2975 	{
2976 		.key = "ro.boot.bootloader",
2977 		.value = "0xB809",
2978 	},
2979 	{
2980 		.key = "ro.boot.bootreason",
2981 		.value = "reboot",
2982 	},
2983 	{
2984 		.key = "ro.boot.btmacaddr",
2985 		.value = "D0:77:14:C3:2D:B3",
2986 	},
2987 	{
2988 		.key = "ro.boot.build_vars",
2989 		.value = "NA",
2990 	},
2991 	{
2992 		.key = "ro.boot.carrier",
2993 		.value = "retla",
2994 	},
2995 	{
2996 		.key = "ro.boot.cid",
2997 		.value = "0x32",
2998 	},
2999 	{
3000 		.key = "ro.boot.device",
3001 		.value = "cedric",
3002 	},
3003 	{
3004 		.key = "ro.boot.dualsim",
3005 		.value = "true",
3006 	},
3007 	{
3008 		.key = "ro.boot.emmc",
3009 		.value = "true",
3010 	},
3011 	{
3012 		.key = "ro.boot.flash.locked",
3013 		.value = "1",
3014 	},
3015 	{
3016 		.key = "ro.boot.fsg-id",
3017 		.value = "",
3018 	},
3019 	{
3020 		.key = "ro.boot.hardware",
3021 		.value = "qcom",
3022 	},
3023 	{
3024 		.key = "ro.boot.hardware.sku",
3025 		.value = "XT1671",
3026 	},
3027 	{
3028 		.key = "ro.boot.hwrev",
3029 		.value = "0x8500",
3030 	},
3031 	{
3032 		.key = "ro.boot.mode",
3033 		.value = "normal",
3034 	},
3035 	{
3036 		.key = "ro.boot.poweroff_alarm",
3037 		.value = "0",
3038 	},
3039 	{
3040 		.key = "ro.boot.powerup_reason",
3041 		.value = "0x00004000",
3042 	},
3043 	{
3044 		.key = "ro.boot.radio",
3045 		.value = "LATAM",
3046 	},
3047 	{
3048 		.key = "ro.boot.secure_hardware",
3049 		.value = "1",
3050 	},
3051 	{
3052 		.key = "ro.boot.serialno",
3053 		.value = "ZY322M49RD",
3054 	},
3055 	{
3056 		.key = "ro.boot.uid",
3057 		.value = "D693E67E00000000000000000000",
3058 	},
3059 	{
3060 		.key = "ro.boot.verifiedbootstate",
3061 		.value = "green",
3062 	},
3063 	{
3064 		.key = "ro.boot.veritymode",
3065 		.value = "enforcing",
3066 	},
3067 	{
3068 		.key = "ro.boot.wifimacaddr",
3069 		.value = "D0:77:14:C3:2D:B4,D0:77:14:C3:2D:B5",
3070 	},
3071 	{
3072 		.key = "ro.boot.write_protect",
3073 		.value = "1",
3074 	},
3075 	{
3076 		.key = "ro.bootimage.build.date",
3077 		.value = "Fri Jan 13 08:37:11 CST 2017",
3078 	},
3079 	{
3080 		.key = "ro.bootimage.build.date.utc",
3081 		.value = "1484318231",
3082 	},
3083 	{
3084 		.key = "ro.bootimage.build.fingerprint",
3085 		.value = "motorola/cedric_retail/cedric:7.0/NPP25.137-15/13:user/release-keys",
3086 	},
3087 	{
3088 		.key = "ro.bootloader",
3089 		.value = "0xB809",
3090 	},
3091 	{
3092 		.key = "ro.bootmode",
3093 		.value = "normal",
3094 	},
3095 	{
3096 		.key = "ro.bootreason",
3097 		.value = "reboot",
3098 	},
3099 	{
3100 		.key = "ro.bug2go.magickeys",
3101 		.value = "24,26",
3102 	},
3103 	{
3104 		.key = "ro.build.characteristics",
3105 		.value = "default",
3106 	},
3107 	{
3108 		.key = "ro.build.date",
3109 		.value = "Fri Jan 13 08:37:11 CST 2017",
3110 	},
3111 	{
3112 		.key = "ro.build.date.utc",
3113 		.value = "1484318231",
3114 	},
3115 	{
3116 		.key = "ro.build.description",
3117 		.value = "cedric-user 7.0 NPP25.137-15 13 release-keys",
3118 	},
3119 	{
3120 		.key = "ro.build.display.id",
3121 		.value = "NPP25.137-15",
3122 	},
3123 	{
3124 		.key = "ro.build.fingerprint",
3125 		.value = "motorola/cedric/cedric:7.0/NPP25.137-15/13:user/release-keys",
3126 	},
3127 	{
3128 		.key = "ro.build.flavor",
3129 		.value = "cedric-user",
3130 	},
3131 	{
3132 		.key = "ro.build.host",
3133 		.value = "ilclbld35",
3134 	},
3135 	{
3136 		.key = "ro.build.id",
3137 		.value = "NPP25.137-15",
3138 	},
3139 	{
3140 		.key = "ro.build.product",
3141 		.value = "cedric",
3142 	},
3143 	{
3144 		.key = "ro.build.tags",
3145 		.value = "release-keys",
3146 	},
3147 	{
3148 		.key = "ro.build.thumbprint",
3149 		.value = "7.0/NPP25.137-15/13:user/release-keys",
3150 	},
3151 	{
3152 		.key = "ro.build.type",
3153 		.value = "user",
3154 	},
3155 	{
3156 		.key = "ro.build.user",
3157 		.value = "hudsoncm",
3158 	},
3159 	{
3160 		.key = "ro.build.version.all_codenames",
3161 		.value = "REL",
3162 	},
3163 	{
3164 		.key = "ro.build.version.base_os",
3165 		.value = "",
3166 	},
3167 	{
3168 		.key = "ro.build.version.codename",
3169 		.value = "REL",
3170 	},
3171 	{
3172 		.key = "ro.build.version.full",
3173 		.value = "Blur_Version.25.11.13.cedric.retail.en.US",
3174 	},
3175 	{
3176 		.key = "ro.build.version.incremental",
3177 		.value = "13",
3178 	},
3179 	{
3180 		.key = "ro.build.version.preview_sdk",
3181 		.value = "0",
3182 	},
3183 	{
3184 		.key = "ro.build.version.qcom",
3185 		.value = "LA.UM.5.6.r1-01900-89xx.0",
3186 	},
3187 	{
3188 		.key = "ro.build.version.release",
3189 		.value = "7.0",
3190 	},
3191 	{
3192 		.key = "ro.build.version.sdk",
3193 		.value = "24",
3194 	},
3195 	{
3196 		.key = "ro.build.version.security_patch",
3197 		.value = "2017-01-01",
3198 	},
3199 	{
3200 		.key = "ro.carrier",
3201 		.value = "retla",
3202 	},
3203 	{
3204 		.key = "ro.com.google.clientidbase",
3205 		.value = "android-motorola",
3206 	},
3207 	{
3208 		.key = "ro.com.google.clientidbase.am",
3209 		.value = "android-motorola",
3210 	},
3211 	{
3212 		.key = "ro.com.google.clientidbase.gmm",
3213 		.value = "android-motorola",
3214 	},
3215 	{
3216 		.key = "ro.com.google.clientidbase.ms",
3217 		.value = "android-motorola",
3218 	},
3219 	{
3220 		.key = "ro.com.google.clientidbase.yt",
3221 		.value = "android-motorola",
3222 	},
3223 	{
3224 		.key = "ro.com.google.gmsversion",
3225 		.value = "7.0_r4",
3226 	},
3227 	{
3228 		.key = "ro.com.google.ime.theme_id",
3229 		.value = "4",
3230 	},
3231 	{
3232 		.key = "ro.config.alarm_alert",
3233 		.value = "Oxygen.ogg",
3234 	},
3235 	{
3236 		.key = "ro.config.max_starting_bg",
3237 		.value = "8",
3238 	},
3239 	{
3240 		.key = "ro.config.notification_sound",
3241 		.value = "Moto.ogg",
3242 	},
3243 	{
3244 		.key = "ro.config.ringtone",
3245 		.value = "Moto.ogg",
3246 	},
3247 	{
3248 		.key = "ro.config.ringtone_2",
3249 		.value = "Moto.ogg",
3250 	},
3251 	{
3252 		.key = "ro.config.swap",
3253 		.value = "true",
3254 	},
3255 	{
3256 		.key = "ro.config.vc_call_vol_steps",
3257 		.value = "8",
3258 	},
3259 	{
3260 		.key = "ro.config.zram",
3261 		.value = "true",
3262 	},
3263 	{
3264 		.key = "ro.core_ctl_max_cpu",
3265 		.value = "4",
3266 	},
3267 	{
3268 		.key = "ro.core_ctl_min_cpu",
3269 		.value = "2",
3270 	},
3271 	{
3272 		.key = "ro.crypto.fs_crypto_blkdev",
3273 		.value = "/dev/block/dm-1",
3274 	},
3275 	{
3276 		.key = "ro.crypto.state",
3277 		.value = "encrypted",
3278 	},
3279 	{
3280 		.key = "ro.crypto.type",
3281 		.value = "block",
3282 	},
3283 	{
3284 		.key = "ro.cutoff_voltage_mv",
3285 		.value = "3200",
3286 	},
3287 	{
3288 		.key = "ro.dalvik.vm.native.bridge",
3289 		.value = "0",
3290 	},
3291 	{
3292 		.key = "ro.debuggable",
3293 		.value = "0",
3294 	},
3295 	{
3296 		.key = "ro.emmc_size",
3297 		.value = "16GB",
3298 	},
3299 	{
3300 		.key = "ro.expect.recovery_id",
3301 		.value = "0x0a7c12044b30be9e8bdfafd85cfb45489f44e2a4000000000000000000000000",
3302 	},
3303 	{
3304 		.key = "ro.fm.transmitter",
3305 		.value = "false",
3306 	},
3307 	{
3308 		.key = "ro.frp.pst",
3309 		.value = "/dev/block/bootdevice/by-name/frp",
3310 	},
3311 	{
3312 		.key = "ro.gpu.available_frequencies",
3313 		.value = "450000000 400000000 375000000 300000000 216000000 ",
3314 	},
3315 	{
3316 		.key = "ro.hardware",
3317 		.value = "qcom",
3318 	},
3319 	{
3320 		.key = "ro.hw.boardversion",
3321 		.value = "PVT1",
3322 	},
3323 	{
3324 		.key = "ro.hw.device",
3325 		.value = "cedric",
3326 	},
3327 	{
3328 		.key = "ro.hw.dtv",
3329 		.value = "false",
3330 	},
3331 	{
3332 		.key = "ro.hw.dualsim",
3333 		.value = "true",
3334 	},
3335 	{
3336 		.key = "ro.hw.ecompass",
3337 		.value = "false",
3338 	},
3339 	{
3340 		.key = "ro.hw.fps",
3341 		.value = "true",
3342 	},
3343 	{
3344 		.key = "ro.hw.frontcolor",
3345 		.value = "(null)",
3346 	},
3347 	{
3348 		.key = "ro.hw.hwrev",
3349 		.value = "0x8500",
3350 	},
3351 	{
3352 		.key = "ro.hw.imager",
3353 		.value = "13MP",
3354 	},
3355 	{
3356 		.key = "ro.hw.nfc",
3357 		.value = "false",
3358 	},
3359 	{
3360 		.key = "ro.hw.radio",
3361 		.value = "LATAM",
3362 	},
3363 	{
3364 		.key = "ro.hw.ram",
3365 		.value = "2GB",
3366 	},
3367 	{
3368 		.key = "ro.hw.revision",
3369 		.value = "p5",
3370 	},
3371 	{
3372 		.key = "ro.hw.storage",
3373 		.value = "32GB",
3374 	},
3375 	{
3376 		.key = "ro.hwui.drop_shadow_cache_size",
3377 		.value = "6",
3378 	},
3379 	{
3380 		.key = "ro.hwui.gradient_cache_size",
3381 		.value = "1",
3382 	},
3383 	{
3384 		.key = "ro.hwui.layer_cache_size",
3385 		.value = "48",
3386 	},
3387 	{
3388 		.key = "ro.hwui.path_cache_size",
3389 		.value = "32",
3390 	},
3391 	{
3392 		.key = "ro.hwui.r_buffer_cache_size",
3393 		.value = "8",
3394 	},
3395 	{
3396 		.key = "ro.hwui.text_large_cache_height",
3397 		.value = "2048",
3398 	},
3399 	{
3400 		.key = "ro.hwui.text_large_cache_width",
3401 		.value = "2048",
3402 	},
3403 	{
3404 		.key = "ro.hwui.text_small_cache_height",
3405 		.value = "1024",
3406 	},
3407 	{
3408 		.key = "ro.hwui.text_small_cache_width",
3409 		.value = "1024",
3410 	},
3411 	{
3412 		.key = "ro.hwui.texture_cache_flushrate",
3413 		.value = "0.4",
3414 	},
3415 	{
3416 		.key = "ro.hwui.texture_cache_size",
3417 		.value = "72",
3418 	},
3419 	{
3420 		.key = "ro.kick.logcopy",
3421 		.value = "reboot",
3422 	},
3423 	{
3424 		.key = "ro.lenovo.single_hand",
3425 		.value = "1",
3426 	},
3427 	{
3428 		.key = "ro.logdumpd.enabled",
3429 		.value = "0",
3430 	},
3431 	{
3432 		.key = "ro.manufacturedate",
3433 		.value = "3/6/2018",
3434 	},
3435 	{
3436 		.key = "ro.mdtp.package_name2",
3437 		.value = "com.qualcomm.qti.securemsm.mdtp.MdtpDemo",
3438 	},
3439 	{
3440 		.key = "ro.mot.build.customerid",
3441 		.value = "retail",
3442 	},
3443 	{
3444 		.key = "ro.mot.build.oem.product",
3445 		.value = "cedric",
3446 	},
3447 	{
3448 		.key = "ro.mot.build.product.increment",
3449 		.value = "11",
3450 	},
3451 	{
3452 		.key = "ro.mot.build.version.release",
3453 		.value = "25.11",
3454 	},
3455 	{
3456 		.key = "ro.mot.build.version.sdk_int",
3457 		.value = "25",
3458 	},
3459 	{
3460 		.key = "ro.mot.ignore_csim_appid",
3461 		.value = "true",
3462 	},
3463 	{
3464 		.key = "ro.mot.security.enable",
3465 		.value = "true",
3466 	},
3467 	{
3468 		.key = "ro.oem_unlock_supported",
3469 		.value = "1",
3470 	},
3471 	{
3472 		.key = "ro.opengles.version",
3473 		.value = "196609",
3474 	},
3475 	{
3476 		.key = "ro.product.board",
3477 		.value = "msm8937",
3478 	},
3479 	{
3480 		.key = "ro.product.brand",
3481 		.value = "motorola",
3482 	},
3483 	{
3484 		.key = "ro.product.cpu.abi",
3485 		.value = "armeabi-v7a",
3486 	},
3487 	{
3488 		.key = "ro.product.cpu.abi2",
3489 		.value = "armeabi",
3490 	},
3491 	{
3492 		.key = "ro.product.cpu.abilist",
3493 		.value = "armeabi-v7a,armeabi",
3494 	},
3495 	{
3496 		.key = "ro.product.cpu.abilist32",
3497 		.value = "armeabi-v7a,armeabi",
3498 	},
3499 	{
3500 		.key = "ro.product.cpu.abilist64",
3501 		.value = "",
3502 	},
3503 	{
3504 		.key = "ro.product.device",
3505 		.value = "cedric",
3506 	},
3507 	{
3508 		.key = "ro.product.display",
3509 		.value = "Moto GxE2x81xB5",
3510 	},
3511 	{
3512 		.key = "ro.product.first_api_level",
3513 		.value = "24",
3514 	},
3515 	{
3516 		.key = "ro.product.locale",
3517 		.value = "en-US",
3518 	},
3519 	{
3520 		.key = "ro.product.manufacturer",
3521 		.value = "motorola",
3522 	},
3523 	{
3524 		.key = "ro.product.model",
3525 		.value = "Moto G (5)",
3526 	},
3527 	{
3528 		.key = "ro.product.name",
3529 		.value = "cedric",
3530 	},
3531 	{
3532 		.key = "ro.qc.sdk.audio.fluencetype",
3533 		.value = "none",
3534 	},
3535 	{
3536 		.key = "ro.qc.sdk.audio.ssr",
3537 		.value = "false",
3538 	},
3539 	{
3540 		.key = "ro.qualcomm.bt.hci_transport",
3541 		.value = "smd",
3542 	},
3543 	{
3544 		.key = "ro.qualcomm.cabl",
3545 		.value = "0",
3546 	},
3547 	{
3548 		.key = "ro.radio.imei.sv",
3549 		.value = "2",
3550 	},
3551 	{
3552 		.key = "ro.revision",
3553 		.value = "p500",
3554 	},
3555 	{
3556 		.key = "ro.ril.svdo",
3557 		.value = "false",
3558 	},
3559 	{
3560 		.key = "ro.ril.svlte1x",
3561 		.value = "false",
3562 	},
3563 	{
3564 		.key = "ro.runtime.firstboot",
3565 		.value = "1485562460740",
3566 	},
3567 	{
3568 		.key = "ro.secure",
3569 		.value = "1",
3570 	},
3571 	{
3572 		.key = "ro.serialno",
3573 		.value = "ZY322M49RD",
3574 	},
3575 	{
3576 		.key = "ro.setupwizard.mode",
3577 		.value = "OPTIONAL",
3578 	},
3579 	{
3580 		.key = "ro.sf.lcd_density",
3581 		.value = "480",
3582 	},
3583 	{
3584 		.key = "ro.sys.fw.bservice_age",
3585 		.value = "5000",
3586 	},
3587 	{
3588 		.key = "ro.sys.fw.bservice_enable",
3589 		.value = "true",
3590 	},
3591 	{
3592 		.key = "ro.sys.fw.bservice_limit",
3593 		.value = "5",
3594 	},
3595 	{
3596 		.key = "ro.sys.fw.dex2oat_thread_count",
3597 		.value = "4",
3598 	},
3599 	{
3600 		.key = "ro.sys.fw.empty_app_percent",
3601 		.value = "50",
3602 	},
3603 	{
3604 		.key = "ro.sys.fw.trim_cache_percent",
3605 		.value = "100",
3606 	},
3607 	{
3608 		.key = "ro.sys.fw.trim_empty_percent",
3609 		.value = "100",
3610 	},
3611 	{
3612 		.key = "ro.sys.fw.trim_enable_memory",
3613 		.value = "2147483648",
3614 	},
3615 	{
3616 		.key = "ro.sys.fw.use_trim_settings",
3617 		.value = "true",
3618 	},
3619 	{
3620 		.key = "ro.telephony.call_ring.multiple",
3621 		.value = "false",
3622 	},
3623 	{
3624 		.key = "ro.telephony.default_network",
3625 		.value = "9",
3626 	},
3627 	{
3628 		.key = "ro.url.legal",
3629 		.value = "http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html",
3630 	},
3631 	{
3632 		.key = "ro.url.legal.android_privacy",
3633 		.value = "http://www.google.com/intl/%s/mobile/android/basic/privacy.html",
3634 	},
3635 	{
3636 		.key = "ro.usb.bpt",
3637 		.value = "2ec1",
3638 	},
3639 	{
3640 		.key = "ro.usb.bpt_adb",
3641 		.value = "2ec5",
3642 	},
3643 	{
3644 		.key = "ro.usb.bpteth",
3645 		.value = "2ec3",
3646 	},
3647 	{
3648 		.key = "ro.usb.bpteth_adb",
3649 		.value = "2ec6",
3650 	},
3651 	{
3652 		.key = "ro.usb.mtp",
3653 		.value = "2e82",
3654 	},
3655 	{
3656 		.key = "ro.usb.mtp_adb",
3657 		.value = "2e76",
3658 	},
3659 	{
3660 		.key = "ro.usb.ptp",
3661 		.value = "2e83",
3662 	},
3663 	{
3664 		.key = "ro.usb.ptp_adb",
3665 		.value = "2e84",
3666 	},
3667 	{
3668 		.key = "ro.use_data_netmgrd",
3669 		.value = "true",
3670 	},
3671 	{
3672 		.key = "ro.vendor.at_library",
3673 		.value = "libqti-at.so",
3674 	},
3675 	{
3676 		.key = "ro.vendor.extension_library",
3677 		.value = "libqti-perfd-client.so",
3678 	},
3679 	{
3680 		.key = "ro.vendor.gt_library",
3681 		.value = "libqti-gt.so",
3682 	},
3683 	{
3684 		.key = "ro.wifi.channels",
3685 		.value = "",
3686 	},
3687 	{
3688 		.key = "ro.zygote",
3689 		.value = "zygote32",
3690 	},
3691 	{
3692 		.key = "security.perf_harden",
3693 		.value = "1",
3694 	},
3695 	{
3696 		.key = "selinux.reload_policy",
3697 		.value = "1",
3698 	},
3699 	{
3700 		.key = "service.bootanim.exit",
3701 		.value = "1",
3702 	},
3703 	{
3704 		.key = "sys.boot_completed",
3705 		.value = "1",
3706 	},
3707 	{
3708 		.key = "sys.bootbroadcast_completed",
3709 		.value = "1",
3710 	},
3711 	{
3712 		.key = "sys.ims.QMI_DAEMON_STATUS",
3713 		.value = "1",
3714 	},
3715 	{
3716 		.key = "sys.keymaster.loaded",
3717 		.value = "true",
3718 	},
3719 	{
3720 		.key = "sys.listeners.registered",
3721 		.value = "true",
3722 	},
3723 	{
3724 		.key = "sys.mod.platformsdkversion",
3725 		.value = "105",
3726 	},
3727 	{
3728 		.key = "sys.oem_unlock_allowed",
3729 		.value = "0",
3730 	},
3731 	{
3732 		.key = "sys.post_boot.parsed",
3733 		.value = "1",
3734 	},
3735 	{
3736 		.key = "sys.rmnet_vnd.rps_mask",
3737 		.value = "0",
3738 	},
3739 	{
3740 		.key = "sys.runtime.restart.times",
3741 		.value = "0",
3742 	},
3743 	{
3744 		.key = "sys.sysctl.extra_free_kbytes",
3745 		.value = "24300",
3746 	},
3747 	{
3748 		.key = "sys.usb.config",
3749 		.value = "mtp,adb",
3750 	},
3751 	{
3752 		.key = "sys.usb.ffs.ready",
3753 		.value = "1",
3754 	},
3755 	{
3756 		.key = "sys.usb.rps_mask",
3757 		.value = "40",
3758 	},
3759 	{
3760 		.key = "sys.usb.state",
3761 		.value = "mtp,adb",
3762 	},
3763 	{
3764 		.key = "tcmd.blan.interface",
3765 		.value = "usb0",
3766 	},
3767 	{
3768 		.key = "telephony.lteOnCdmaDevice",
3769 		.value = "1",
3770 	},
3771 	{
3772 		.key = "tunnel.audio.encode",
3773 		.value = "false",
3774 	},
3775 	{
3776 		.key = "use.qti.sw.alac.decoder",
3777 		.value = "true",
3778 	},
3779 	{
3780 		.key = "use.qti.sw.ape.decoder",
3781 		.value = "true",
3782 	},
3783 	{
3784 		.key = "use.voice.path.for.pcm.voip",
3785 		.value = "false",
3786 	},
3787 	{
3788 		.key = "vidc.disable.split.mode",
3789 		.value = "1",
3790 	},
3791 	{
3792 		.key = "vidc.enc.narrow.searchrange",
3793 		.value = "1",
3794 	},
3795 	{
3796 		.key = "video.disable.ubwc",
3797 		.value = "1",
3798 	},
3799 	{
3800 		.key = "voice.conc.fallbackpath",
3801 		.value = "deep-buffer",
3802 	},
3803 	{
3804 		.key = "voice.playback.conc.disabled",
3805 		.value = "true",
3806 	},
3807 	{
3808 		.key = "voice.record.conc.disabled",
3809 		.value = "false",
3810 	},
3811 	{
3812 		.key = "voice.voip.conc.disabled",
3813 		.value = "true",
3814 	},
3815 	{
3816 		.key = "vold.decrypt",
3817 		.value = "trigger_restart_framework",
3818 	},
3819 	{
3820 		.key = "vold.emulated_mount_state",
3821 		.value = "true",
3822 	},
3823 	{
3824 		.key = "vold.has_adoptable",
3825 		.value = "1",
3826 	},
3827 	{
3828 		.key = "vold.post_fs_data_done",
3829 		.value = "1",
3830 	},
3831 	{
3832 		.key = "wifi.interface",
3833 		.value = "wlan0",
3834 	},
3835 	{
3836 		.key = "wlan.driver.ath",
3837 		.value = "0",
3838 	},
3839 	{
3840 		.key = "wlan.driver.config",
3841 		.value = "/data/misc/wifi/WCNSS_qcom_cfg.ini",
3842 	},
3843 	{
3844 		.key = "wlan.driver.status",
3845 		.value = "ok",
3846 	},
3847 	{ NULL },
3848 };
3849 #endif /* __ANDROID__ */
3850