• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct cpuinfo_mock_file filesystem[] = {
2 #if CPUINFO_ARCH_ARM64
3 	{
4 		.path = "/proc/cpuinfo",
5 		.size = 554,
6 		.content = "Processor\t: AArch64 Processor rev 2 (aarch64)\n"
7 			   "processor\t: 4\n"
8 			   "model name\t: AArch64 Processor rev 2 (aarch64)\n"
9 			   "BogoMIPS\t: 26.00\n"
10 			   "BogoMIPS\t: 26.00\n"
11 			   "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
12 			   "CPU implementer\t: 0x41\n"
13 			   "CPU architecture: 8\n"
14 			   "CPU variant\t: 0x0\n"
15 			   "CPU part\t: 0xd03\n"
16 			   "CPU revision\t: 2\n"
17 			   "\n"
18 			   "processor\t: 5\n"
19 			   "model name\t: AArch64 Processor rev 2 (aarch64)\n"
20 			   "BogoMIPS\t: 26.00\n"
21 			   "BogoMIPS\t: 26.00\n"
22 			   "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
23 			   "CPU implementer\t: 0x41\n"
24 			   "CPU architecture: 8\n"
25 			   "CPU variant\t: 0x0\n"
26 			   "CPU part\t: 0xd03\n"
27 			   "CPU revision\t: 2\n"
28 			   "\n"
29 			   "Hardware\t: MT6738\n",
30 	},
31 #elif CPUINFO_ARCH_ARM
32 	{
33 		.path = "/proc/cpuinfo",
34 		.size = 367,
35 		.content =
36 			"Processor\t: AArch64 Processor rev 2 (aarch64)\n"
37 			"processor\t: 4\n"
38 			"model name\t: AArch64 Processor rev 2 (aarch64)\n"
39 			"BogoMIPS\t: 26.00\n"
40 			"BogoMIPS\t: 26.00\n"
41 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
42 			"CPU implementer\t: 0x41\n"
43 			"CPU architecture: 8\n"
44 			"CPU variant\t: 0x0\n"
45 			"CPU part\t: 0xd03\n"
46 			"CPU revision\t: 2\n"
47 			"\n"
48 			"Hardware\t: MT6738\n",
49 	},
50 #endif
51 	{
52 		.path = "/system/build.prop",
53 		.size = 9423,
54 		.content = "\n"
55 			   "# begin build properties\n"
56 			   "# autogenerated by buildinfo.sh\n"
57 			   "ro.build.id=NRD90M\n"
58 			   "ro.build.display.id=Android N\n"
59 			   "ro.build.version.incremental=v6H7J-0\n"
60 			   "ro.build.version.sdk=24\n"
61 			   "ro.build.version.preview_sdk=0\n"
62 			   "ro.build.version.codename=REL\n"
63 			   "ro.build.version.all_codenames=REL\n"
64 			   "ro.build.version.release=7.0\n"
65 			   "ro.build.version.security_patch=2017-07-01\n"
66 			   "ro.build.version.base_os=\n"
67 			   "ro.build.date=Wed Aug  2 13:58:19 CST 2017\n"
68 			   "ro.build.date.utc=1501653499\n"
69 			   "ro.build.type=user\n"
70 			   "ro.build.user=android-bld\n"
71 			   "ro.build.host=Perso41\n"
72 			   "ro.build.tags=release-keys\n"
73 			   "ro.build.flavor=Mickey6TTMO-user\n"
74 			   "ro.product.model=5049W\n"
75 			   "ro.product.brand=TCL\n"
76 			   "ro.product.name=5049W\n"
77 			   "ro.product.device=Mickey6TTMO\n"
78 			   "ro.product.board=\n"
79 			   "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
80 			   "# use ro.product.cpu.abilist instead.\n"
81 			   "ro.product.cpu.abi=arm64-v8a\n"
82 			   "ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n"
83 			   "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
84 			   "ro.product.cpu.abilist64=arm64-v8a\n"
85 			   "ro.product.manufacturer=AlcatelOneTouch\n"
86 			   "ro.wifi.channels=\n"
87 			   "ro.board.platform=mt6750\n"
88 			   "# ro.build.product is obsolete; use ro.product.device\n"
89 			   "ro.build.product=Mickey6TTMO\n"
90 			   "# Do not try to parse description, fingerprint, or thumbprint\n"
91 			   "ro.build.description=Mickey6TTMO-user 7.0 NRD90M v6H7J-0 release-keys\n"
92 			   "ro.build.fingerprint=TCL/5049W/Mickey6TTMO:7.0/NRD90M/v6H7J-0:user/release-keys\n"
93 			   "ro.build.characteristics=default\n"
94 			   "persist.disable.temperature=false\n"
95 			   "ro.product.locales=\n"
96 			   "ro.product.display.model=5049W\n"
97 			   "ro.tct.sys.ver=Y6H7J0J0CM00\n"
98 			   "ro.tct.boot.ver=B6H7J0J0CM00\n"
99 			   "ro.tct.cust.ver=C6H7UMJ3CM00\n"
100 			   "ro.tct.reco.ver=R6H7J0J0CM00\n"
101 			   "# end build properties\n"
102 			   "#\n"
103 			   "#jrd sys properties\n"
104 			   "#\n"
105 			   "\n"
106 			   "Modem.FD.supported.for.perso=true\n"
107 			   "ro.product.locale.language=en\n"
108 			   "ro.product.locale.region=US\n"
109 			   "ro.com.google.clientidbase=android-alcatel\n"
110 			   "ro.com.google.clientidbase.am=android-tmobile-us\n"
111 			   "ro.com.google.clientidbase.ms=android-hms-tmobile-us\n"
112 			   "gsm.version.baseband=c1-00006-8909_GEN_PACK-1.32621.1\n"
113 			   "ro.def.software.svn=010 04\n"
114 			   "def.israel.on=false\n"
115 			   "def.settings.separate.volume=true\n"
116 			   "persist.sys.phone.minmatch.len=10\n"
117 			   "persist.sys.recovery.showtext=true\n"
118 			   "ro.mtk_oma_drm_support=1\n"
119 			   "ro.drm_popup_dialog=1\n"
120 			   "persist.sys.phone.assistedstat=false\n"
121 			   "ro.usb.product=T-Mobile Revvl\n"
122 			   "ro.x.wap.profile=http://www-ccpp.tcl-ta.com/files/5049W.xml\n"
123 			   "persist.sys.pwringtone.enable=1\n"
124 			   "persist.sys.ringtonemode=2\n"
125 			   "ro.config.power_on=Jumping_on_default.mp3\n"
126 			   "ro.config.power_off=\n"
127 			   "ro.config.ringtone=T-Jingle.mp3\n"
128 			   "ro.config.alarm_alert=Galactic.mp3\n"
129 			   "ro.bluetooth.name=T-Mobile Revvl\n"
130 			   "ro.config.notification_sound=Success.mp3\n"
131 			   "ro.setupwizard.require_network=\n"
132 			   "feature_tctfw_mtp_on=0\n"
133 			   "persist.radio.hotspot.support=0\n"
134 			   "ro_set_nl_cb_on=false\n"
135 			   "persist.sys.ssshot.threePointer=1\n"
136 			   "ro.headset.sound.mode=0\n"
137 			   "persist.sys.phone.refercountry=United States of America\n"
138 			   "persist.sys.phone.countrycode=1\n"
139 			   "persist.sys.phone.iddcode=011\n"
140 			   "persist.sys.phone.nddcode=1\n"
141 			   "persist.sys.phone.areasettings=Washington\n"
142 			   "persist.sys.phone.citycode=206\n"
143 			   "persist.sys.phone.numberlen=null\n"
144 			   "ro.config.number.format=false\n"
145 			   "ro.start.nextradio.service=true\n"
146 			   "ro.config.videocall.show=true\n"
147 			   "ecc.list.for.perso=911,112\n"
148 			   "ecc.list.for.perso.no_sim=000,110,118,119,999,112,911\n"
149 			   "ro.jrd.wfc.manager.operator=1\n"
150 			   "ro.tcl_sar_support=1\n"
151 			   "ro.def.software.version=H7JUMJ3\n"
152 			   "ro.config.support_softsim=0\n"
153 			   "persist.net.wo.keep_timer=300\n"
154 			   "persist.net.wo.dpd_timer=300\n"
155 			   "#\n"
156 			   "# from device/jrdcsz/Mickey6TTMO/system.prop\n"
157 			   "#\n"
158 			   "#\n"
159 			   "# system.prop for generic sdk\n"
160 			   "#\n"
161 			   "\n"
162 			   "rild.libpath=mtk-ril.so\n"
163 			   "rild.libargs=-d /dev/ttyC0\n"
164 			   "\n"
165 			   "\n"
166 			   "# MTK, Infinity, 20090720 {\n"
167 			   "wifi.interface=wlan0\n"
168 			   "# MTK, Infinity, 20090720 }\n"
169 			   "\n"
170 			   "# MTK, mtk03034, 20101210 {\n"
171 			   "ro.mediatek.wlan.wsc=1\n"
172 			   "# MTK, mtk03034 20101210}\n"
173 			   "# MTK, mtk03034, 20110318 {\n"
174 			   "ro.mediatek.wlan.p2p=1\n"
175 			   "# MTK, mtk03034 20110318}\n"
176 			   "\n"
177 			   "# MTK, mtk03034, 20101213 {\n"
178 			   "mediatek.wlan.ctia=0\n"
179 			   "# MTK, mtk03034 20101213}\n"
180 			   "\n"
181 			   "\n"
182 			   "#\n"
183 			   "wifi.tethering.interface=ap0\n"
184 			   "#\n"
185 			   "\n"
186 			   "#Modify by hua.lei@tcl.com for cts Tetst\n"
187 			   "#this value should be the same as Opengl Driver (Eg.3.2)\n"
188 			   "ro.opengles.version=196610\n"
189 			   "#ro.kernel.qemu=1\n"
190 			   "#ro.kernel.qemu.gles=0\n"
191 			   "\n"
192 			   "wifi.direct.interface=p2p0\n"
193 			   "dalvik.vm.heapgrowthlimit=256m\n"
194 			   "dalvik.vm.heapsize=512m\n"
195 			   "\n"
196 			   "# USB MTP WHQL\n"
197 			   "ro.sys.usb.mtp.whql.enable=0\n"
198 			   "\n"
199 			   "# Power off opt in IPO\n"
200 			   "sys.ipo.pwrdncap=2\n"
201 			   "\n"
202 			   "ro.sys.usb.storage.type=mtp\n"
203 			   "\n"
204 			   "# USB BICR function\n"
205 			   "ro.sys.usb.bicr=no\n"
206 			   "\n"
207 			   "# USB Charge only function\n"
208 			   "ro.sys.usb.charging.only=yes\n"
209 			   "\n"
210 			   "# audio\n"
211 			   "ro.camera.sound.forced=0\n"
212 			   "ro.audio.silent=0\n"
213 			   "\n"
214 			   "ro.zygote.preload.enable=0\n"
215 			   "\n"
216 			   "# temporary enables NAV bar (soft keys)\n"
217 			   "qemu.hw.mainkeys=0\n"
218 			   "\n"
219 			   "ro.kernel.zio=38,108,105,16\n"
220 			   "#ro.kernel.qemu=1\n"
221 			   "#ro.kernel.qemu.gles=0\n"
222 			   "#ro.boot.selinux=disable\n"
223 			   "\n"
224 			   "\n"
225 			   "ro.sf.lcd_density=480\n"
226 			   "\n"
227 			   "# performance\n"
228 			   "ro.mtk_perf_simple_start_win=1\n"
229 			   "ro.mtk_perf_fast_start_win=1\n"
230 			   "ro.mtk_perf_response_time=1\n"
231 			   "\n"
232 			   "# MAL\n"
233 			   "persist.mal.mode=0\n"
234 			   "\n"
235 			   "#add  by kai.yan@tcl.com for Defect 4355270 at 20170315\n"
236 			   "persist.mtk_wfc_support=1\n"
237 			   "persist.mtk.wfc.enable=1\n"
238 			   "persist.dbg.wfc_avail_ovr=1\n"
239 			   "\n"
240 			   "#custom Dialer show video calling button\n"
241 			   "ro.config.videocall.show=false\n"
242 			   "\n"
243 			   "#\n"
244 			   "# ADDITIONAL_BUILD_PROPERTIES\n"
245 			   "#\n"
246 			   "ro.product.first_api_level=24\n"
247 			   "ro.config.ringtone=Ring_Synth_04.ogg\n"
248 			   "ro.config.notification_sound=pixiedust.ogg\n"
249 			   "ro.carrier=unknown\n"
250 			   "ro.config.alarm_alert=Alarm_Classic.ogg\n"
251 			   "ro.setupwizard.require_network=ro.setupwizard.mode=OPTIONAL\n"
252 			   "ro.com.google.gmsversion=7.0_r7\n"
253 			   "dalvik.vm.heapgrowthlimit=256m\n"
254 			   "dalvik.vm.heapsize=512m\n"
255 			   "ro.mediatek.chip_ver=S01\n"
256 			   "ro.mediatek.platform=MT6755\n"
257 			   "ro.telephony.sim.count=2\n"
258 			   "persist.radio.default.sim=0\n"
259 			   "ro.feature_private_mode=true\n"
260 			   "ril.specific.sm_cause=0\n"
261 			   "bgw.current3gband=0\n"
262 			   "ril.external.md=0\n"
263 			   "ro.mtk_cam_lomo_support=1\n"
264 			   "ro.sf.hwrotation=0\n"
265 			   "ro.operator.optr=OP08\n"
266 			   "ro.operator.spec=SPEC0200\n"
267 			   "ro.operator.seg=SEGDEFAULT\n"
268 			   "persist.operator.optr=OP08\n"
269 			   "persist.operator.spec=SPEC0200\n"
270 			   "persist.operator.seg=SEGDEFAULT\n"
271 			   "persist.radio.fd.counter=150\n"
272 			   "persist.radio.fd.off.counter=50\n"
273 			   "persist.radio.fd.r8.counter=150\n"
274 			   "persist.radio.fd.off.r8.counter=50\n"
275 			   "drm.service.enabled=true\n"
276 			   "fmradio.driver.enable=1\n"
277 			   "ro.mtk_rebootmeta_support=0\n"
278 			   "mtk.eccci.c2k=enabled\n"
279 			   "ril.first.md=1\n"
280 			   "ril.flightmode.poweroffMD=0\n"
281 			   "ril.telephony.mode=0\n"
282 			   "dalvik.vm.mtk-stack-trace-file=/data/anr/mtk_traces.txt\n"
283 			   "mediatek.wlan.chip=CONSYS_MT6755\n"
284 			   "mediatek.wlan.module.postfix=_consys_mt6755\n"
285 			   "ril.radiooff.poweroffMD=0\n"
286 			   "ro.frp.pst=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/frp\n"
287 			   "ro.mtk_protocol1_rat_config=Lf/W/G\n"
288 			   "ro.mediatek.version.branch=alps-mp-n0.mp7\n"
289 			   "ro.mediatek.version.release=alps-mp-n0.mp7-V1.92_jrdsz6750.66.tm.n_P140\n"
290 			   "ro.mediatek.version.sdk=4\n"
291 			   "ro.num_md_protocol=2\n"
292 			   "persist.radio.multisim.config=ss\n"
293 			   "ro.mtk_besloudness_support=1\n"
294 			   "ro.mtk_wapi_support=1\n"
295 			   "ro.mtk_bt_support=1\n"
296 			   "ro.mtk_wappush_support=1\n"
297 			   "ro.mtk_agps_app=1\n"
298 			   "ro.mtk_audio_tuning_tool_ver=V2.2\n"
299 			   "ro.mtk_matv_analog_support=1\n"
300 			   "ro.mtk_wlan_support=1\n"
301 			   "ro.mtk_ipo_support=1\n"
302 			   "ro.mtk_gps_support=1\n"
303 			   "ro.mtk_omacp_support=1\n"
304 			   "ro.mtk_search_db_support=1\n"
305 			   "ro.mtk_dialer_search_support=1\n"
306 			   "ro.mtk_dhcpv6c_wifi=1\n"
307 			   "ro.have_aacencode_feature=1\n"
308 			   "ro.mtk_fd_support=1\n"
309 			   "ro.mtk_widevine_drm_l3_support=1\n"
310 			   "ro.mtk_disable_cap_switch=1\n"
311 			   "ro.mtk_eap_sim_aka=1\n"
312 			   "ro.mtk_fm_recording_support=1\n"
313 			   "ro.mtk_send_rr_support=1\n"
314 			   "ro.mtk_emmc_support=1\n"
315 			   "ro.mtk_tetheringipv6_support=1\n"
316 			   "ro.telephony.default_network=9\n"
317 			   "ro.mtk_shared_sdcard=1\n"
318 			   "ro.mtk_enable_md1=1\n"
319 			   "ro.mtk_afw_support=1\n"
320 			   "ro.mtk_aal_support=1\n"
321 			   "ro.mtk_pq_support=2\n"
322 			   "ro.mtk_pq_color_mode=1\n"
323 			   "ro.mtk_miravision_support=1\n"
324 			   "ro.mtk_blulight_def_support=1\n"
325 			   "ro.mtk_wfd_support=1\n"
326 			   "ro.mtk_wifi_mcc_support=1\n"
327 			   "ro.mtk_sim_hot_swap=1\n"
328 			   "ro.mtk_bip_scws=1\n"
329 			   "ro.mtk_world_phone_policy=0\n"
330 			   "ro.mtk_md_world_mode_support=1\n"
331 			   "ro.mtk_perfservice_support=1\n"
332 			   "ro.mtk_cam_mfb_support=3\n"
333 			   "ro.mtk_slow_motion_support=1\n"
334 			   "ro.mtk_lte_support=1\n"
335 			   "ro.sim_refresh_reset_by_modem=1\n"
336 			   "ro.mtk_external_sim_only_slots=0\n"
337 			   "ro.mtk_bg_power_saving_support=1\n"
338 			   "ro.mtk_bg_power_saving_ui=1\n"
339 			   "ro.have_aee_feature=1\n"
340 			   "ro.sim_me_lock_mode=0\n"
341 			   "ro.mtk_dual_mic_support=1\n"
342 			   "ro.mtk_is_tablet=0\n"
343 			   "ro.mtk_pow_perf_support=1\n"
344 			   "persist.mtk_nlp_switch_support=1\n"
345 			   "persist.mtk_ims_support=1\n"
346 			   "ro.mtk_multiple_ims_support=1\n"
347 			   "persist.mtk_wfc_support=1\n"
348 			   "persist.mtk_vilte_support=1\n"
349 			   "ro.mtk_vilte_ut_support=0\n"
350 			   "persist.mtk_ussi_support=1\n"
351 			   "wfd.dummy.enable=1\n"
352 			   "wfd.iframesize.level=0\n"
353 			   "ro.mediatek.project.path=device/jrdcsz/Mickey6TTMO\n"
354 			   "ro.mtk_trustonic_tee_support=1\n"
355 			   "persist.mtk.wcn.combo.chipid=-1\n"
356 			   "persist.mtk.wcn.patch.version=-1\n"
357 			   "persist.mtk.wcn.dynamic.dump=0\n"
358 			   "service.wcn.driver.ready=no\n"
359 			   "service.wcn.coredump.mode=0\n"
360 			   "persist.mtk.connsys.poweron.ctl=0\n"
361 			   "persist.mtk_epdg_support=1\n"
362 			   "ro.com.android.mobiledata=true\n"
363 			   "persist.radio.mobile.data=0,0\n"
364 			   "persist.meta.dumpdata=0\n"
365 			   "ro.mtk_deinterlace_support=1\n"
366 			   "ro.mtk_md_sbp_custom_value=8\n"
367 			   "ro.mtk_modem_monitor_support=1\n"
368 			   "persist.radio.mtk_ps2_rat=W/G\n"
369 			   "persist.radio.mtk_ps3_rat=G\n"
370 			   "ro.boot.opt_c2k_lte_mode=0\n"
371 			   "ro.boot.opt_md1_support=14\n"
372 			   "ro.boot.opt_lte_support=1\n"
373 			   "persist.log.tag.AT=I\n"
374 			   "persist.log.tag.RILMUXD=I\n"
375 			   "persist.log.tag.RILC-MTK=I\n"
376 			   "persist.log.tag.RILC=I\n"
377 			   "persist.log.tag.RfxMainThread=I\n"
378 			   "persist.log.tag.RfxRoot=I\n"
379 			   "persist.log.tag.RfxRilAdapter=I\n"
380 			   "persist.log.tag.RfxController=I\n"
381 			   "persist.log.tag.RILC-RP=I\n"
382 			   "persist.log.tag.RIL-DATA=D\n"
383 			   "ro.boot.opt_eccci_c2k=1\n"
384 			   "ro.boot.opt_using_default=1\n"
385 			   "mtk.vdec.waitkeyframeforplay=1\n"
386 			   "ro.sys.sdcardfs=1\n"
387 			   "persist.mtk.datashaping.support=1\n"
388 			   "persist.datashaping.alarmgroup=1\n"
389 			   "ro.media.maxmem=500000000\n"
390 			   "ro.feature_amazon_support=0\n"
391 			   "persist.mtk_rcs_ua_support=1\n"
392 			   "persist.mtk_uce_ua_support=1\n"
393 			   "persist.service.rcs.geolocation=1\n"
394 			   "persist.mtk_volte_support=1\n"
395 			   "persist.mtk.volte.enable=1\n"
396 			   "persist.sys.dalvik.vm.lib.2=libart.so\n"
397 			   "dalvik.vm.isa.arm64.variant=cortex-a53\n"
398 			   "dalvik.vm.isa.arm64.features=default\n"
399 			   "dalvik.vm.isa.arm.variant=cortex-a53\n"
400 			   "dalvik.vm.isa.arm.features=default\n"
401 			   "net.bt.name=Android\n"
402 			   "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
403 			   "persist.sys.usb.config=\n"
404 			   "ro.expect.recovery_id=0x2f97b67aa16de7e155850b81d8d0b574e2e580c0000000000000000000000000\n",
405 	},
406 	{
407 		.path = "/sys/devices/system/cpu/kernel_max",
408 		.size = 2,
409 		.content = "7\n",
410 	},
411 	{
412 		.path = "/sys/devices/system/cpu/possible",
413 		.size = 4,
414 		.content = "0-7\n",
415 	},
416 	{
417 		.path = "/sys/devices/system/cpu/present",
418 		.size = 6,
419 		.content = "0,4-7\n",
420 	},
421 	{
422 		.path = "/sys/devices/system/cpu/online",
423 		.size = 4,
424 		.content = "4-6\n",
425 	},
426 	{
427 		.path = "/sys/devices/system/cpu/offline",
428 		.size = 6,
429 		.content = "0-3,7\n",
430 	},
431 	{
432 		.path = "/sys/devices/system/cpu/modalias",
433 		.size = 66,
434 		.content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n",
435 	},
436 	{
437 		.path = "/sys/devices/system/cpu/cpufreq/all_time_in_state",
438 		.size = 219,
439 		.content = "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\tcpu4\t\tcpu5\t\tcpu6\t\tcpu7\t\t\n"
440 			   "286000\t\t7\t\t7\t\t7\t\t\n"
441 			   "663000\t\t0\t\t0\t\t0\t\t\n"
442 			   "871000\t\t0\t\t0\t\t0\t\t\n"
443 			   "1027000\t\t0\t\t0\t\t0\t\t\n"
444 			   "1196000\t\t23\t\t23\t\t23\t\t\n"
445 			   "1352000\t\t31\t\t31\t\t31\t\t\n"
446 			   "1430000\t\t0\t\t0\t\t0\t\t\n"
447 			   "1508000\t\t4673\t\t4673\t\t4673\t\t\n",
448 	},
449 	{
450 		.path = "/sys/devices/system/cpu/cpufreq/current_in_state",
451 		.size = 664,
452 		.content = "CPU0:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n"
453 			   "CPU1:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n"
454 			   "CPU2:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n"
455 			   "CPU3:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n"
456 			   "CPU4:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n"
457 			   "CPU5:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n"
458 			   "CPU6:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n"
459 			   "CPU7:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n",
460 	},
461 	{
462 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
463 		.size = 18,
464 		.content = "mt67xx_v2_cpuidle\n",
465 	},
466 	{
467 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
468 		.size = 13,
469 		.content = "mtk_governor\n",
470 	},
471 	{
472 		.path = "/sys/devices/system/cpu/cputopo/cpus_per_cluster",
473 		.size = 25,
474 		.content = "cluster0: f\n"
475 			   "cluster1: f0\n",
476 	},
477 	{
478 		.path = "/sys/devices/system/cpu/cputopo/glbinfo",
479 		.size = 72,
480 		.content = "big/little arch: yes\n"
481 			   "nr_cups: 8\n"
482 			   "nr_clusters: 2\n"
483 			   "cluster0: f\n"
484 			   "cluster1: f0\n",
485 	},
486 	{
487 		.path = "/sys/devices/system/cpu/cputopo/is_big_little",
488 		.size = 2,
489 		.content = "1\n",
490 	},
491 	{
492 		.path = "/sys/devices/system/cpu/cputopo/is_multi_cluster",
493 		.size = 2,
494 		.content = "1\n",
495 	},
496 	{
497 		.path = "/sys/devices/system/cpu/cputopo/nr_clusters",
498 		.size = 2,
499 		.content = "2\n",
500 	},
501 	{
502 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus",
503 		.size = 6,
504 		.content = "4 5 6\n",
505 	},
506 	{
507 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq",
508 		.size = 8,
509 		.content = "1508000\n",
510 	},
511 	{
512 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq",
513 		.size = 7,
514 		.content = "286000\n",
515 	},
516 	{
517 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency",
518 		.size = 5,
519 		.content = "1000\n",
520 	},
521 	{
522 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus",
523 		.size = 8,
524 		.content = "4 5 6 7\n",
525 	},
526 	{
527 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies",
528 		.size = 62,
529 		.content = "1508000 1430000 1352000 1196000 1027000 871000 663000 286000 \n",
530 	},
531 	{
532 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors",
533 		.size = 54,
534 		.content = "ondemand userspace powersave interactive performance \n",
535 	},
536 	{
537 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq",
538 		.size = 8,
539 		.content = "1508000\n",
540 	},
541 	{
542 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver",
543 		.size = 11,
544 		.content = "mt-cpufreq\n",
545 	},
546 	{
547 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor",
548 		.size = 12,
549 		.content = "interactive\n",
550 	},
551 	{
552 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
553 		.size = 8,
554 		.content = "1508000\n",
555 	},
556 	{
557 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
558 		.size = 7,
559 		.content = "286000\n",
560 	},
561 	{
562 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state",
563 		.size = 88,
564 		.content = "1508000 5013\n"
565 			   "1430000 12\n"
566 			   "1352000 186\n"
567 			   "1196000 25\n"
568 			   "1027000 0\n"
569 			   "871000 12\n"
570 			   "663000 28\n"
571 			   "286000 155\n",
572 	},
573 	{
574 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans",
575 		.size = 3,
576 		.content = "48\n",
577 	},
578 	{
579 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/trans_table",
580 		.size = 845,
581 		.content =
582 			"   From  :    To\n"
583 			"         :   1508000   1430000   1352000   1196000   1027000    871000    663000    286000 \n"
584 			"  1508000:         0         0         2         1         0         0         1         4 \n"
585 			"  1430000:         1         0         0         0         0         0         0         0 \n"
586 			"  1352000:         8         1         0         1         0         0         3         4 \n"
587 			"  1196000:         0         0         3         0         0         0         0         0 \n"
588 			"  1027000:         0         0         0         0         0         0         0         0 \n"
589 			"   871000:         0         0         1         1         0         0         0         1 \n"
590 			"   663000:         0         0         3         0         0         2         0         1 \n"
591 			"   286000:         0         0         8         0         0         0         2         0 \n",
592 	},
593 	{
594 		.path = "/sys/devices/system/cpu/cpu4/topology/core_id",
595 		.size = 2,
596 		.content = "0\n",
597 	},
598 	{
599 		.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings",
600 		.size = 3,
601 		.content = "f0\n",
602 	},
603 	{
604 		.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list",
605 		.size = 4,
606 		.content = "4-7\n",
607 	},
608 	{
609 		.path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id",
610 		.size = 2,
611 		.content = "1\n",
612 	},
613 	{
614 		.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings",
615 		.size = 3,
616 		.content = "10\n",
617 	},
618 	{
619 		.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list",
620 		.size = 2,
621 		.content = "4\n",
622 	},
623 	{
624 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors",
625 		.size = 54,
626 		.content = "ondemand userspace powersave interactive performance \n",
627 	},
628 	{
629 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq",
630 		.size = 8,
631 		.content = "1352000\n",
632 	},
633 	{
634 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver",
635 		.size = 11,
636 		.content = "mt-cpufreq\n",
637 	},
638 	{
639 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor",
640 		.size = 12,
641 		.content = "interactive\n",
642 	},
643 	{
644 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq",
645 		.size = 8,
646 		.content = "1508000\n",
647 	},
648 	{
649 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq",
650 		.size = 7,
651 		.content = "286000\n",
652 	},
653 	{
654 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency",
655 		.size = 5,
656 		.content = "1000\n",
657 	},
658 	{
659 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus",
660 		.size = 8,
661 		.content = "4 5 6 7\n",
662 	},
663 	{
664 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies",
665 		.size = 62,
666 		.content = "1508000 1430000 1352000 1196000 1027000 871000 663000 286000 \n",
667 	},
668 	{
669 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors",
670 		.size = 54,
671 		.content = "ondemand userspace powersave interactive performance \n",
672 	},
673 	{NULL},
674 };
675 #ifdef __ANDROID__
676 struct cpuinfo_mock_property properties[] = {
677 	{
678 		.key = "Modem.FD.supported.for.perso",
679 		.value = "true",
680 	},
681 	{
682 		.key = "af.music.outputid",
683 		.value = "3",
684 	},
685 	{
686 		.key = "bgw.current3gband",
687 		.value = "0",
688 	},
689 	{
690 		.key = "camera.disable_zsl_mode",
691 		.value = "1",
692 	},
693 	{
694 		.key = "cdma.ril.ecclist",
695 		.value = "",
696 	},
697 	{
698 		.key = "dalvik.vm.appimageformat",
699 		.value = "lz4",
700 	},
701 	{
702 		.key = "dalvik.vm.dex2oat-Xms",
703 		.value = "64m",
704 	},
705 	{
706 		.key = "dalvik.vm.dex2oat-Xmx",
707 		.value = "512m",
708 	},
709 	{
710 		.key = "dalvik.vm.heapgrowthlimit",
711 		.value = "256m",
712 	},
713 	{
714 		.key = "dalvik.vm.heapsize",
715 		.value = "512m",
716 	},
717 	{
718 		.key = "dalvik.vm.image-dex2oat-Xms",
719 		.value = "64m",
720 	},
721 	{
722 		.key = "dalvik.vm.image-dex2oat-Xmx",
723 		.value = "64m",
724 	},
725 	{
726 		.key = "dalvik.vm.isa.arm.features",
727 		.value = "default",
728 	},
729 	{
730 		.key = "dalvik.vm.isa.arm.variant",
731 		.value = "cortex-a53",
732 	},
733 	{
734 		.key = "dalvik.vm.isa.arm64.features",
735 		.value = "default",
736 	},
737 	{
738 		.key = "dalvik.vm.isa.arm64.variant",
739 		.value = "cortex-a53",
740 	},
741 	{
742 		.key = "dalvik.vm.mtk-stack-trace-file",
743 		.value = "/data/anr/mtk_traces.txt",
744 	},
745 	{
746 		.key = "dalvik.vm.stack-trace-file",
747 		.value = "/data/anr/traces.txt",
748 	},
749 	{
750 		.key = "dalvik.vm.usejit",
751 		.value = "true",
752 	},
753 	{
754 		.key = "dalvik.vm.usejitprofiles",
755 		.value = "true",
756 	},
757 	{
758 		.key = "debug.MB.running",
759 		.value = "0",
760 	},
761 	{
762 		.key = "debug.atrace.tags.enableflags",
763 		.value = "0",
764 	},
765 	{
766 		.key = "debug.force_rtl",
767 		.value = "0",
768 	},
769 	{
770 		.key = "debug.hwc.bq_count",
771 		.value = "4",
772 	},
773 	{
774 		.key = "debug.hwc.compose_level",
775 		.value = "0",
776 	},
777 	{
778 		.key = "debug.mdlogger.Running",
779 		.value = "0",
780 	},
781 	{
782 		.key = "debug.mdlogger.log2sd.path",
783 		.value = "internal_sd",
784 	},
785 	{
786 		.key = "debug.mtk.aee.status",
787 		.value = "free",
788 	},
789 	{
790 		.key = "debug.mtk.aee.status64",
791 		.value = "free",
792 	},
793 	{
794 		.key = "debug.mtklog.netlog.Running",
795 		.value = "0",
796 	},
797 	{
798 		.key = "def.israel.on",
799 		.value = "false",
800 	},
801 	{
802 		.key = "def.settings.separate.volume",
803 		.value = "true",
804 	},
805 	{
806 		.key = "dev.bootcomplete",
807 		.value = "1",
808 	},
809 	{
810 		.key = "drm.service.enabled",
811 		.value = "true",
812 	},
813 	{
814 		.key = "ecc.list.for.perso",
815 		.value = "911,112",
816 	},
817 	{
818 		.key = "ecc.list.for.perso.no_sim",
819 		.value = "000,110,118,119,999,112,911",
820 	},
821 	{
822 		.key = "feature_tctfw_mtp_on",
823 		.value = "0",
824 	},
825 	{
826 		.key = "fmradio.driver.enable",
827 		.value = "1",
828 	},
829 	{
830 		.key = "gps.clock.type",
831 		.value = "20",
832 	},
833 	{
834 		.key = "gps.gps.version",
835 		.value = "0x6755",
836 	},
837 	{
838 		.key = "gsm.baseband.capability",
839 		.value = "1023",
840 	},
841 	{
842 		.key = "gsm.current.phone-type",
843 		.value = "1",
844 	},
845 	{
846 		.key = "gsm.gcf.testmode",
847 		.value = "0",
848 	},
849 	{
850 		.key = "gsm.lte.ca.support",
851 		.value = "1",
852 	},
853 	{
854 		.key = "gsm.network.type",
855 		.value = "Unknown",
856 	},
857 	{
858 		.key = "gsm.operator.alpha",
859 		.value = "",
860 	},
861 	{
862 		.key = "gsm.operator.iso-country",
863 		.value = "",
864 	},
865 	{
866 		.key = "gsm.operator.isroaming",
867 		.value = "false",
868 	},
869 	{
870 		.key = "gsm.operator.numeric",
871 		.value = "",
872 	},
873 	{
874 		.key = "gsm.project.baseband",
875 		.value = "JRDSZ6750_66_TM_N(LWCTG_MP5)",
876 	},
877 	{
878 		.key = "gsm.ril.ct3g",
879 		.value = "0",
880 	},
881 	{
882 		.key = "gsm.ril.eboot",
883 		.value = "-1",
884 	},
885 	{
886 		.key = "gsm.ril.init",
887 		.value = "1",
888 	},
889 	{
890 		.key = "gsm.ril.uicctype",
891 		.value = "USIM",
892 	},
893 	{
894 		.key = "gsm.serial",
895 		.value = "",
896 	},
897 	{
898 		.key = "gsm.sim.operator.alpha",
899 		.value = "",
900 	},
901 	{
902 		.key = "gsm.sim.operator.iso-country",
903 		.value = "",
904 	},
905 	{
906 		.key = "gsm.sim.operator.numeric",
907 		.value = "",
908 	},
909 	{
910 		.key = "gsm.sim.retry.pin1",
911 		.value = "",
912 	},
913 	{
914 		.key = "gsm.sim.retry.pin2",
915 		.value = "",
916 	},
917 	{
918 		.key = "gsm.sim.retry.puk1",
919 		.value = "",
920 	},
921 	{
922 		.key = "gsm.sim.retry.puk2",
923 		.value = "",
924 	},
925 	{
926 		.key = "gsm.sim.ril.mcc.mnc",
927 		.value = "",
928 	},
929 	{
930 		.key = "gsm.sim.ril.phbready",
931 		.value = "",
932 	},
933 	{
934 		.key = "gsm.sim.state",
935 		.value = "ABSENT",
936 	},
937 	{
938 		.key = "gsm.version.baseband",
939 		.value = "MOLY.LR11.W1630.MD.MP.V16.3.T200323, 2017/07/31 14:52",
940 	},
941 	{
942 		.key = "gsm.version.ril-impl",
943 		.value = "android reference-ril 1.0",
944 	},
945 	{
946 		.key = "gsm.wfc.status",
947 		.value = "98",
948 	},
949 	{
950 		.key = "init.svc.MtkCodecService",
951 		.value = "running",
952 	},
953 	{
954 		.key = "init.svc.NvRAMAgent",
955 		.value = "running",
956 	},
957 	{
958 		.key = "init.svc.aal",
959 		.value = "running",
960 	},
961 	{
962 		.key = "init.svc.adbd",
963 		.value = "running",
964 	},
965 	{
966 		.key = "init.svc.agpsd",
967 		.value = "running",
968 	},
969 	{
970 		.key = "init.svc.akmd09916",
971 		.value = "running",
972 	},
973 	{
974 		.key = "init.svc.audioserver",
975 		.value = "running",
976 	},
977 	{
978 		.key = "init.svc.bootanim",
979 		.value = "stopped",
980 	},
981 	{
982 		.key = "init.svc.bootlogoupdater",
983 		.value = "stopped",
984 	},
985 	{
986 		.key = "init.svc.cameraserver",
987 		.value = "running",
988 	},
989 	{
990 		.key = "init.svc.ccci3_fsd",
991 		.value = "stopped",
992 	},
993 	{
994 		.key = "init.svc.ccci3_mdinit",
995 		.value = "stopped",
996 	},
997 	{
998 		.key = "init.svc.ccci_fsd",
999 		.value = "running",
1000 	},
1001 	{
1002 		.key = "init.svc.ccci_mdinit",
1003 		.value = "running",
1004 	},
1005 	{
1006 		.key = "init.svc.clear-bcb",
1007 		.value = "stopped",
1008 	},
1009 	{
1010 		.key = "init.svc.debuggerd",
1011 		.value = "running",
1012 	},
1013 	{
1014 		.key = "init.svc.debuggerd64",
1015 		.value = "running",
1016 	},
1017 	{
1018 		.key = "init.svc.drm",
1019 		.value = "running",
1020 	},
1021 	{
1022 		.key = "init.svc.emdlogger1",
1023 		.value = "running",
1024 	},
1025 	{
1026 		.key = "init.svc.enableswap",
1027 		.value = "stopped",
1028 	},
1029 	{
1030 		.key = "init.svc.epdg_wod",
1031 		.value = "running",
1032 	},
1033 	{
1034 		.key = "init.svc.fingerprintd",
1035 		.value = "running",
1036 	},
1037 	{
1038 		.key = "init.svc.flash_recovery",
1039 		.value = "stopped",
1040 	},
1041 	{
1042 		.key = "init.svc.forcc",
1043 		.value = "running",
1044 	},
1045 	{
1046 		.key = "init.svc.fuelgauged",
1047 		.value = "running",
1048 	},
1049 	{
1050 		.key = "init.svc.fuelgauged_nvram",
1051 		.value = "stopped",
1052 	},
1053 	{
1054 		.key = "init.svc.gatekeeperd",
1055 		.value = "running",
1056 	},
1057 	{
1058 		.key = "init.svc.ged_srv",
1059 		.value = "running",
1060 	},
1061 	{
1062 		.key = "init.svc.goodixfpd",
1063 		.value = "running",
1064 	},
1065 	{
1066 		.key = "init.svc.gsm0710muxd",
1067 		.value = "running",
1068 	},
1069 	{
1070 		.key = "init.svc.healthd",
1071 		.value = "running",
1072 	},
1073 	{
1074 		.key = "init.svc.installd",
1075 		.value = "running",
1076 	},
1077 	{
1078 		.key = "init.svc.ipsec_mon",
1079 		.value = "running",
1080 	},
1081 	{
1082 		.key = "init.svc.keystore",
1083 		.value = "running",
1084 	},
1085 	{
1086 		.key = "init.svc.lmkd",
1087 		.value = "running",
1088 	},
1089 	{
1090 		.key = "init.svc.logd",
1091 		.value = "running",
1092 	},
1093 	{
1094 		.key = "init.svc.logd-reinit",
1095 		.value = "stopped",
1096 	},
1097 	{
1098 		.key = "init.svc.mal-daemon",
1099 		.value = "running",
1100 	},
1101 	{
1102 		.key = "init.svc.md_monitor",
1103 		.value = "running",
1104 	},
1105 	{
1106 		.key = "init.svc.media",
1107 		.value = "running",
1108 	},
1109 	{
1110 		.key = "init.svc.mediacodec",
1111 		.value = "running",
1112 	},
1113 	{
1114 		.key = "init.svc.mediadrm",
1115 		.value = "running",
1116 	},
1117 	{
1118 		.key = "init.svc.mediaextractor",
1119 		.value = "running",
1120 	},
1121 	{
1122 		.key = "init.svc.mnld",
1123 		.value = "running",
1124 	},
1125 	{
1126 		.key = "init.svc.mobicore",
1127 		.value = "running",
1128 	},
1129 	{
1130 		.key = "init.svc.mobile_log_d",
1131 		.value = "running",
1132 	},
1133 	{
1134 		.key = "init.svc.msensord",
1135 		.value = "stopped",
1136 	},
1137 	{
1138 		.key = "init.svc.netd",
1139 		.value = "running",
1140 	},
1141 	{
1142 		.key = "init.svc.netdiag",
1143 		.value = "running",
1144 	},
1145 	{
1146 		.key = "init.svc.nvram_daemon",
1147 		.value = "stopped",
1148 	},
1149 	{
1150 		.key = "init.svc.otp_status",
1151 		.value = "stopped",
1152 	},
1153 	{
1154 		.key = "init.svc.pq",
1155 		.value = "running",
1156 	},
1157 	{
1158 		.key = "init.svc.program_binary",
1159 		.value = "running",
1160 	},
1161 	{
1162 		.key = "init.svc.ril-daemon-mtk",
1163 		.value = "running",
1164 	},
1165 	{
1166 		.key = "init.svc.ril-proxy",
1167 		.value = "running",
1168 	},
1169 	{
1170 		.key = "init.svc.servicemanager",
1171 		.value = "running",
1172 	},
1173 	{
1174 		.key = "init.svc.slpd",
1175 		.value = "running",
1176 	},
1177 	{
1178 		.key = "init.svc.sn",
1179 		.value = "running",
1180 	},
1181 	{
1182 		.key = "init.svc.spm_script",
1183 		.value = "stopped",
1184 	},
1185 	{
1186 		.key = "init.svc.start_modem",
1187 		.value = "stopped",
1188 	},
1189 	{
1190 		.key = "init.svc.surfaceflinger",
1191 		.value = "running",
1192 	},
1193 	{
1194 		.key = "init.svc.sysenv_daemon",
1195 		.value = "running",
1196 	},
1197 	{
1198 		.key = "init.svc.terservice",
1199 		.value = "stopped",
1200 	},
1201 	{
1202 		.key = "init.svc.thermal",
1203 		.value = "running",
1204 	},
1205 	{
1206 		.key = "init.svc.thermal_manager",
1207 		.value = "stopped",
1208 	},
1209 	{
1210 		.key = "init.svc.thermald",
1211 		.value = "running",
1212 	},
1213 	{
1214 		.key = "init.svc.thermalloadalgod",
1215 		.value = "running",
1216 	},
1217 	{
1218 		.key = "init.svc.traceability",
1219 		.value = "stopped",
1220 	},
1221 	{
1222 		.key = "init.svc.tsdaemon",
1223 		.value = "running",
1224 	},
1225 	{
1226 		.key = "init.svc.ueventd",
1227 		.value = "running",
1228 	},
1229 	{
1230 		.key = "init.svc.vold",
1231 		.value = "running",
1232 	},
1233 	{
1234 		.key = "init.svc.volte_imcb",
1235 		.value = "running",
1236 	},
1237 	{
1238 		.key = "init.svc.volte_stack",
1239 		.value = "running",
1240 	},
1241 	{
1242 		.key = "init.svc.volte_ua",
1243 		.value = "running",
1244 	},
1245 	{
1246 		.key = "init.svc.vtservice",
1247 		.value = "running",
1248 	},
1249 	{
1250 		.key = "init.svc.wfca",
1251 		.value = "running",
1252 	},
1253 	{
1254 		.key = "init.svc.wifi2agps",
1255 		.value = "running",
1256 	},
1257 	{
1258 		.key = "init.svc.wmt_launcher",
1259 		.value = "running",
1260 	},
1261 	{
1262 		.key = "init.svc.wmt_loader",
1263 		.value = "stopped",
1264 	},
1265 	{
1266 		.key = "init.svc.zygote",
1267 		.value = "running",
1268 	},
1269 	{
1270 		.key = "init.svc.zygote_secondary",
1271 		.value = "running",
1272 	},
1273 	{
1274 		.key = "log.tag",
1275 		.value = "E",
1276 	},
1277 	{
1278 		.key = "media.wfd.portrait",
1279 		.value = "0",
1280 	},
1281 	{
1282 		.key = "media.wfd.video-format",
1283 		.value = "5",
1284 	},
1285 	{
1286 		.key = "mediatek.wlan.chip",
1287 		.value = "CONSYS_MT6755",
1288 	},
1289 	{
1290 		.key = "mediatek.wlan.ctia",
1291 		.value = "0",
1292 	},
1293 	{
1294 		.key = "mediatek.wlan.module.postfix",
1295 		.value = "_consys_mt6755",
1296 	},
1297 	{
1298 		.key = "mtk.eccci.c2k",
1299 		.value = "enabled",
1300 	},
1301 	{
1302 		.key = "mtk.md1.status",
1303 		.value = "ready",
1304 	},
1305 	{
1306 		.key = "mtk.vdec.waitkeyframeforplay",
1307 		.value = "1",
1308 	},
1309 	{
1310 		.key = "net.bt.name",
1311 		.value = "Android",
1312 	},
1313 	{
1314 		.key = "net.change",
1315 		.value = "net.qtaguid_enabled",
1316 	},
1317 	{
1318 		.key = "net.hostname",
1319 		.value = "android-5ead78d5af20d7b2",
1320 	},
1321 	{
1322 		.key = "net.ims.ipsec.version",
1323 		.value = "2.0",
1324 	},
1325 	{
1326 		.key = "net.nsiot_pending",
1327 		.value = "false",
1328 	},
1329 	{
1330 		.key = "net.perf.cpu.core",
1331 		.value = "4,4,0,0",
1332 	},
1333 	{
1334 		.key = "net.perf.cpu.freq",
1335 		.value = "1144000,1144000,0,0",
1336 	},
1337 	{
1338 		.key = "net.perf.rps",
1339 		.value = "ff",
1340 	},
1341 	{
1342 		.key = "net.qtaguid_enabled",
1343 		.value = "1",
1344 	},
1345 	{
1346 		.key = "net.tcp.default_init_rwnd",
1347 		.value = "60",
1348 	},
1349 	{
1350 		.key = "partition.custpack.verified",
1351 		.value = "2",
1352 	},
1353 	{
1354 		.key = "partition.system.verified",
1355 		.value = "2",
1356 	},
1357 	{
1358 		.key = "persist.af.hac_on",
1359 		.value = "0",
1360 	},
1361 	{
1362 		.key = "persist.datashaping.alarmgroup",
1363 		.value = "1",
1364 	},
1365 	{
1366 		.key = "persist.dbg.wfc_avail_ovr",
1367 		.value = "1",
1368 	},
1369 	{
1370 		.key = "persist.log.tag.AT",
1371 		.value = "I",
1372 	},
1373 	{
1374 		.key = "persist.log.tag.RIL-DATA",
1375 		.value = "D",
1376 	},
1377 	{
1378 		.key = "persist.log.tag.RILC",
1379 		.value = "I",
1380 	},
1381 	{
1382 		.key = "persist.log.tag.RILC-MTK",
1383 		.value = "I",
1384 	},
1385 	{
1386 		.key = "persist.log.tag.RILC-RP",
1387 		.value = "I",
1388 	},
1389 	{
1390 		.key = "persist.log.tag.RILMUXD",
1391 		.value = "I",
1392 	},
1393 	{
1394 		.key = "persist.log.tag.RfxController",
1395 		.value = "I",
1396 	},
1397 	{
1398 		.key = "persist.log.tag.RfxMainThread",
1399 		.value = "I",
1400 	},
1401 	{
1402 		.key = "persist.log.tag.RfxRilAdapter",
1403 		.value = "I",
1404 	},
1405 	{
1406 		.key = "persist.log.tag.RfxRoot",
1407 		.value = "I",
1408 	},
1409 	{
1410 		.key = "persist.mal.mode",
1411 		.value = "0",
1412 	},
1413 	{
1414 		.key = "persist.meta.dumpdata",
1415 		.value = "0",
1416 	},
1417 	{
1418 		.key = "persist.mtk.connsys.poweron.ctl",
1419 		.value = "0",
1420 	},
1421 	{
1422 		.key = "persist.mtk.datashaping.support",
1423 		.value = "1",
1424 	},
1425 	{
1426 		.key = "persist.mtk.ims.video.enable",
1427 		.value = "1",
1428 	},
1429 	{
1430 		.key = "persist.mtk.volte.enable",
1431 		.value = "1",
1432 	},
1433 	{
1434 		.key = "persist.mtk.wcn.combo.chipid",
1435 		.value = "0x6755",
1436 	},
1437 	{
1438 		.key = "persist.mtk.wcn.dynamic.dump",
1439 		.value = "0",
1440 	},
1441 	{
1442 		.key = "persist.mtk.wcn.patch.version",
1443 		.value = "20170220100539a",
1444 	},
1445 	{
1446 		.key = "persist.mtk.wfc.enable",
1447 		.value = "1",
1448 	},
1449 	{
1450 		.key = "persist.mtk_epdg_support",
1451 		.value = "1",
1452 	},
1453 	{
1454 		.key = "persist.mtk_ims_support",
1455 		.value = "1",
1456 	},
1457 	{
1458 		.key = "persist.mtk_nlp_switch_support",
1459 		.value = "1",
1460 	},
1461 	{
1462 		.key = "persist.mtk_rcs_ua_support",
1463 		.value = "1",
1464 	},
1465 	{
1466 		.key = "persist.mtk_uce_ua_support",
1467 		.value = "1",
1468 	},
1469 	{
1470 		.key = "persist.mtk_ussi_support",
1471 		.value = "1",
1472 	},
1473 	{
1474 		.key = "persist.mtk_vilte_support",
1475 		.value = "1",
1476 	},
1477 	{
1478 		.key = "persist.mtk_volte_support",
1479 		.value = "1",
1480 	},
1481 	{
1482 		.key = "persist.mtk_wfc_support",
1483 		.value = "1",
1484 	},
1485 	{
1486 		.key = "persist.net.wo.dpd_timer",
1487 		.value = "300",
1488 	},
1489 	{
1490 		.key = "persist.net.wo.keep_timer",
1491 		.value = "300",
1492 	},
1493 	{
1494 		.key = "persist.operator.optr",
1495 		.value = "OP08",
1496 	},
1497 	{
1498 		.key = "persist.operator.seg",
1499 		.value = "SEGDEFAULT",
1500 	},
1501 	{
1502 		.key = "persist.operator.spec",
1503 		.value = "SPEC0200",
1504 	},
1505 	{
1506 		.key = "persist.radio.default.sim",
1507 		.value = "0",
1508 	},
1509 	{
1510 		.key = "persist.radio.fd.counter",
1511 		.value = "150",
1512 	},
1513 	{
1514 		.key = "persist.radio.fd.off.counter",
1515 		.value = "50",
1516 	},
1517 	{
1518 		.key = "persist.radio.fd.off.r8.counter",
1519 		.value = "50",
1520 	},
1521 	{
1522 		.key = "persist.radio.fd.r8.counter",
1523 		.value = "150",
1524 	},
1525 	{
1526 		.key = "persist.radio.hotspot.support",
1527 		.value = "0",
1528 	},
1529 	{
1530 		.key = "persist.radio.mobile.data",
1531 		.value = "0,0",
1532 	},
1533 	{
1534 		.key = "persist.radio.mtk_ps2_rat",
1535 		.value = "W/G",
1536 	},
1537 	{
1538 		.key = "persist.radio.mtk_ps3_rat",
1539 		.value = "G",
1540 	},
1541 	{
1542 		.key = "persist.radio.multisim.config",
1543 		.value = "ss",
1544 	},
1545 	{
1546 		.key = "persist.radio.reset_on_switch",
1547 		.value = "false",
1548 	},
1549 	{
1550 		.key = "persist.radio.simswitch",
1551 		.value = "1",
1552 	},
1553 	{
1554 		.key = "persist.service.acm.enable",
1555 		.value = "0",
1556 	},
1557 	{
1558 		.key = "persist.service.bdroid.bdaddr",
1559 		.value = "22:22:4c:ad:26:6d",
1560 	},
1561 	{
1562 		.key = "persist.service.rcs.geolocation",
1563 		.value = "1",
1564 	},
1565 	{
1566 		.key = "persist.service.stk.shutdown",
1567 		.value = "0",
1568 	},
1569 	{
1570 		.key = "persist.sys.dalvik.vm.lib.2",
1571 		.value = "libart.so",
1572 	},
1573 	{
1574 		.key = "persist.sys.first_time_boot",
1575 		.value = "false",
1576 	},
1577 	{
1578 		.key = "persist.sys.fp.navigation",
1579 		.value = "1",
1580 	},
1581 	{
1582 		.key = "persist.sys.google.enabled",
1583 		.value = "1",
1584 	},
1585 	{
1586 		.key = "persist.sys.init.locationmode",
1587 		.value = "true",
1588 	},
1589 	{
1590 		.key = "persist.sys.locale",
1591 		.value = "en-US",
1592 	},
1593 	{
1594 		.key = "persist.sys.mute.state",
1595 		.value = "2",
1596 	},
1597 	{
1598 		.key = "persist.sys.nlp.enabled",
1599 		.value = "0",
1600 	},
1601 	{
1602 		.key = "persist.sys.overlaystate",
1603 		.value = "0",
1604 	},
1605 	{
1606 		.key = "persist.sys.phone.areasettings",
1607 		.value = "Washington",
1608 	},
1609 	{
1610 		.key = "persist.sys.phone.assistedstat",
1611 		.value = "false",
1612 	},
1613 	{
1614 		.key = "persist.sys.phone.citycode",
1615 		.value = "206",
1616 	},
1617 	{
1618 		.key = "persist.sys.phone.countrycode",
1619 		.value = "1",
1620 	},
1621 	{
1622 		.key = "persist.sys.phone.iddcode",
1623 		.value = "011",
1624 	},
1625 	{
1626 		.key = "persist.sys.phone.minmatch.len",
1627 		.value = "10",
1628 	},
1629 	{
1630 		.key = "persist.sys.phone.nddcode",
1631 		.value = "1",
1632 	},
1633 	{
1634 		.key = "persist.sys.phone.numberlen",
1635 		.value = "null",
1636 	},
1637 	{
1638 		.key = "persist.sys.phone.refercountry",
1639 		.value = "United States of America",
1640 	},
1641 	{
1642 		.key = "persist.sys.pq.adl.idx",
1643 		.value = "0",
1644 	},
1645 	{
1646 		.key = "persist.sys.pq.iso.shp.en",
1647 		.value = "1",
1648 	},
1649 	{
1650 		.key = "persist.sys.pq.log.en",
1651 		.value = "0",
1652 	},
1653 	{
1654 		.key = "persist.sys.pq.mdp.color.dbg",
1655 		.value = "1",
1656 	},
1657 	{
1658 		.key = "persist.sys.pq.mdp.color.idx",
1659 		.value = "0",
1660 	},
1661 	{
1662 		.key = "persist.sys.pq.shp.idx",
1663 		.value = "2",
1664 	},
1665 	{
1666 		.key = "persist.sys.pq.ultrares.en",
1667 		.value = "1",
1668 	},
1669 	{
1670 		.key = "persist.sys.profiler_ms",
1671 		.value = "0",
1672 	},
1673 	{
1674 		.key = "persist.sys.pwringtone.enable",
1675 		.value = "1",
1676 	},
1677 	{
1678 		.key = "persist.sys.recovery.showtext",
1679 		.value = "true",
1680 	},
1681 	{
1682 		.key = "persist.sys.ringtonemode",
1683 		.value = "2",
1684 	},
1685 	{
1686 		.key = "persist.sys.sd.defaultpath",
1687 		.value = "/storage/emulated/0",
1688 	},
1689 	{
1690 		.key = "persist.sys.ssshot.threePointer",
1691 		.value = "1",
1692 	},
1693 	{
1694 		.key = "persist.sys.timezone",
1695 		.value = "America/New_York",
1696 	},
1697 	{
1698 		.key = "persist.sys.usb.config",
1699 		.value = "mtp,adb",
1700 	},
1701 	{
1702 		.key = "persist.sys.webview.vmsize",
1703 		.value = "112775696",
1704 	},
1705 	{
1706 		.key = "pm.dexopt.ab-ota",
1707 		.value = "speed-profile",
1708 	},
1709 	{
1710 		.key = "pm.dexopt.bg-dexopt",
1711 		.value = "speed-profile",
1712 	},
1713 	{
1714 		.key = "pm.dexopt.boot",
1715 		.value = "verify-profile",
1716 	},
1717 	{
1718 		.key = "pm.dexopt.core-app",
1719 		.value = "speed",
1720 	},
1721 	{
1722 		.key = "pm.dexopt.first-boot",
1723 		.value = "interpret-only",
1724 	},
1725 	{
1726 		.key = "pm.dexopt.forced-dexopt",
1727 		.value = "speed",
1728 	},
1729 	{
1730 		.key = "pm.dexopt.install",
1731 		.value = "interpret-only",
1732 	},
1733 	{
1734 		.key = "pm.dexopt.nsys-library",
1735 		.value = "speed",
1736 	},
1737 	{
1738 		.key = "pm.dexopt.shared-apk",
1739 		.value = "speed",
1740 	},
1741 	{
1742 		.key = "qemu.hw.mainkeys",
1743 		.value = "0",
1744 	},
1745 	{
1746 		.key = "ril.active.md",
1747 		.value = "14",
1748 	},
1749 	{
1750 		.key = "ril.apc.support",
1751 		.value = "1",
1752 	},
1753 	{
1754 		.key = "ril.cdma.card.type.1",
1755 		.value = "",
1756 	},
1757 	{
1758 		.key = "ril.cdma.switching",
1759 		.value = "0",
1760 	},
1761 	{
1762 		.key = "ril.ecc.service.category.list",
1763 		.value = "",
1764 	},
1765 	{
1766 		.key = "ril.ecclist",
1767 		.value = "",
1768 	},
1769 	{
1770 		.key = "ril.external.md",
1771 		.value = "0",
1772 	},
1773 	{
1774 		.key = "ril.fd.mode",
1775 		.value = "1",
1776 	},
1777 	{
1778 		.key = "ril.first.md",
1779 		.value = "1",
1780 	},
1781 	{
1782 		.key = "ril.flightmode.poweroffMD",
1783 		.value = "0",
1784 	},
1785 	{
1786 		.key = "ril.ia.iccid",
1787 		.value = "",
1788 	},
1789 	{
1790 		.key = "ril.imsi.status.sim1",
1791 		.value = "0",
1792 	},
1793 	{
1794 		.key = "ril.ipo.radiooff",
1795 		.value = "0",
1796 	},
1797 	{
1798 		.key = "ril.mal.flag",
1799 		.value = "0",
1800 	},
1801 	{
1802 		.key = "ril.mal.socket",
1803 		.value = "rilproxy-mal",
1804 	},
1805 	{
1806 		.key = "ril.md_changed_apn_class.iccid0",
1807 		.value = "",
1808 	},
1809 	{
1810 		.key = "ril.md_changed_apn_class0",
1811 		.value = "",
1812 	},
1813 	{
1814 		.key = "ril.mux.ee.md1",
1815 		.value = "0",
1816 	},
1817 	{
1818 		.key = "ril.mux.report.case",
1819 		.value = "0",
1820 	},
1821 	{
1822 		.key = "ril.nw.worldmode.activemode",
1823 		.value = "1",
1824 	},
1825 	{
1826 		.key = "ril.phone1.mapped.md",
1827 		.value = "MD1",
1828 	},
1829 	{
1830 		.key = "ril.pid.1",
1831 		.value = "1342",
1832 	},
1833 	{
1834 		.key = "ril.radiooff.poweroffMD",
1835 		.value = "0",
1836 	},
1837 	{
1838 		.key = "ril.rilproxy",
1839 		.value = "1",
1840 	},
1841 	{
1842 		.key = "ril.specific.sm_cause",
1843 		.value = "0",
1844 	},
1845 	{
1846 		.key = "ril.telephony.mode",
1847 		.value = "0",
1848 	},
1849 	{
1850 		.key = "ril.volte.mal.latency",
1851 		.value = "65535",
1852 	},
1853 	{
1854 		.key = "ril.volte.mal.opkey",
1855 		.value = "0x0039",
1856 	},
1857 	{
1858 		.key = "ril.volte.mal.pkterrth",
1859 		.value = "99",
1860 	},
1861 	{
1862 		.key = "ril.volte.mal.rb_hoddc_t",
1863 		.value = "3",
1864 	},
1865 	{
1866 		.key = "ril.volte.mal.rb_hol2w_t",
1867 		.value = "10",
1868 	},
1869 	{
1870 		.key = "ril.volte.mal.rb_how2l_t",
1871 		.value = "150",
1872 	},
1873 	{
1874 		.key = "ril.volte.mal.retranth",
1875 		.value = "99",
1876 	},
1877 	{
1878 		.key = "ril.volte.mal.throupt",
1879 		.value = "65535",
1880 	},
1881 	{
1882 		.key = "ril.volte.mal.vijit",
1883 		.value = "3",
1884 	},
1885 	{
1886 		.key = "ril.volte.mal.vojit",
1887 		.value = "26",
1888 	},
1889 	{
1890 		.key = "rild.libargs",
1891 		.value = "-d /dev/ttyC0",
1892 	},
1893 	{
1894 		.key = "rild.libpath",
1895 		.value = "mtk-ril.so",
1896 	},
1897 	{
1898 		.key = "rild.mark_switchuser",
1899 		.value = "0",
1900 	},
1901 	{
1902 		.key = "ro.adb.secure",
1903 		.value = "1",
1904 	},
1905 	{
1906 		.key = "ro.allow.mock.location",
1907 		.value = "0",
1908 	},
1909 	{
1910 		.key = "ro.audio.silent",
1911 		.value = "0",
1912 	},
1913 	{
1914 		.key = "ro.baseband",
1915 		.value = "unknown",
1916 	},
1917 	{
1918 		.key = "ro.bluetooth.name",
1919 		.value = "T-Mobile Revvl",
1920 	},
1921 	{
1922 		.key = "ro.board.platform",
1923 		.value = "mt6750",
1924 	},
1925 	{
1926 		.key = "ro.board_info",
1927 		.value = "PROTO",
1928 	},
1929 	{
1930 		.key = "ro.boot.bootreason",
1931 		.value = "wdt_by_pass_pwk",
1932 	},
1933 	{
1934 		.key = "ro.boot.efuse_status",
1935 		.value = "1",
1936 	},
1937 	{
1938 		.key = "ro.boot.flash.locked",
1939 		.value = "1",
1940 	},
1941 	{
1942 		.key = "ro.boot.hardware",
1943 		.value = "mt6755",
1944 	},
1945 	{
1946 		.key = "ro.boot.mode",
1947 		.value = "normal",
1948 	},
1949 	{
1950 		.key = "ro.boot.opt_c2k_lte_mode",
1951 		.value = "0",
1952 	},
1953 	{
1954 		.key = "ro.boot.opt_c2k_support",
1955 		.value = "0",
1956 	},
1957 	{
1958 		.key = "ro.boot.opt_eccci_c2k",
1959 		.value = "1",
1960 	},
1961 	{
1962 		.key = "ro.boot.opt_irat_support",
1963 		.value = "0",
1964 	},
1965 	{
1966 		.key = "ro.boot.opt_lte_support",
1967 		.value = "1",
1968 	},
1969 	{
1970 		.key = "ro.boot.opt_md1_support",
1971 		.value = "14",
1972 	},
1973 	{
1974 		.key = "ro.boot.opt_md3_support",
1975 		.value = "0",
1976 	},
1977 	{
1978 		.key = "ro.boot.opt_using_default",
1979 		.value = "1",
1980 	},
1981 	{
1982 		.key = "ro.boot.serialno",
1983 		.value = "EIBUB6EIZ5ORSGY5",
1984 	},
1985 	{
1986 		.key = "ro.boot.verifiedbootstate",
1987 		.value = "green",
1988 	},
1989 	{
1990 		.key = "ro.bootimage.build.date",
1991 		.value = "Mon Jul 31 14:57:05 CST 2017",
1992 	},
1993 	{
1994 		.key = "ro.bootimage.build.date.utc",
1995 		.value = "1501484225",
1996 	},
1997 	{
1998 		.key = "ro.bootimage.build.fingerprint",
1999 		.value = "TCL/5049Z/Mickey6TTMO:7.0/NRD90M/v6H7J-0:user/release-keys",
2000 	},
2001 	{
2002 		.key = "ro.bootloader",
2003 		.value = "unknown",
2004 	},
2005 	{
2006 		.key = "ro.bootmode",
2007 		.value = "normal",
2008 	},
2009 	{
2010 		.key = "ro.build.characteristics",
2011 		.value = "default",
2012 	},
2013 	{
2014 		.key = "ro.build.date",
2015 		.value = "Wed Aug  2 13:58:19 CST 2017",
2016 	},
2017 	{
2018 		.key = "ro.build.date.utc",
2019 		.value = "1501653499",
2020 	},
2021 	{
2022 		.key = "ro.build.description",
2023 		.value = "Mickey6TTMO-user 7.0 NRD90M v6H7J-0 release-keys",
2024 	},
2025 	{
2026 		.key = "ro.build.display.id",
2027 		.value = "Android N",
2028 	},
2029 	{
2030 		.key = "ro.build.fingerprint",
2031 		.value = "TCL/5049W/Mickey6TTMO:7.0/NRD90M/v6H7J-0:user/release-keys",
2032 	},
2033 	{
2034 		.key = "ro.build.flavor",
2035 		.value = "Mickey6TTMO-user",
2036 	},
2037 	{
2038 		.key = "ro.build.host",
2039 		.value = "Perso41",
2040 	},
2041 	{
2042 		.key = "ro.build.id",
2043 		.value = "NRD90M",
2044 	},
2045 	{
2046 		.key = "ro.build.product",
2047 		.value = "Mickey6TTMO",
2048 	},
2049 	{
2050 		.key = "ro.build.tags",
2051 		.value = "release-keys",
2052 	},
2053 	{
2054 		.key = "ro.build.type",
2055 		.value = "user",
2056 	},
2057 	{
2058 		.key = "ro.build.user",
2059 		.value = "android-bld",
2060 	},
2061 	{
2062 		.key = "ro.build.version.all_codenames",
2063 		.value = "REL",
2064 	},
2065 	{
2066 		.key = "ro.build.version.base_os",
2067 		.value = "",
2068 	},
2069 	{
2070 		.key = "ro.build.version.codename",
2071 		.value = "REL",
2072 	},
2073 	{
2074 		.key = "ro.build.version.incremental",
2075 		.value = "v6H7J-0",
2076 	},
2077 	{
2078 		.key = "ro.build.version.preview_sdk",
2079 		.value = "0",
2080 	},
2081 	{
2082 		.key = "ro.build.version.release",
2083 		.value = "7.0",
2084 	},
2085 	{
2086 		.key = "ro.build.version.sdk",
2087 		.value = "24",
2088 	},
2089 	{
2090 		.key = "ro.build.version.security_patch",
2091 		.value = "2017-07-01",
2092 	},
2093 	{
2094 		.key = "ro.camera.sound.forced",
2095 		.value = "0",
2096 	},
2097 	{
2098 		.key = "ro.carrier",
2099 		.value = "unknown",
2100 	},
2101 	{
2102 		.key = "ro.com.android.mobiledata",
2103 		.value = "true",
2104 	},
2105 	{
2106 		.key = "ro.com.google.clientidbase",
2107 		.value = "android-alcatel",
2108 	},
2109 	{
2110 		.key = "ro.com.google.clientidbase.am",
2111 		.value = "android-tmobile-us",
2112 	},
2113 	{
2114 		.key = "ro.com.google.clientidbase.ms",
2115 		.value = "android-hms-tmobile-us",
2116 	},
2117 	{
2118 		.key = "ro.com.google.gmsversion",
2119 		.value = "7.0_r7",
2120 	},
2121 	{
2122 		.key = "ro.config.alarm_alert",
2123 		.value = "Galactic.mp3",
2124 	},
2125 	{
2126 		.key = "ro.config.notification_sound",
2127 		.value = "Success.mp3",
2128 	},
2129 	{
2130 		.key = "ro.config.number.format",
2131 		.value = "false",
2132 	},
2133 	{
2134 		.key = "ro.config.power_off",
2135 		.value = "",
2136 	},
2137 	{
2138 		.key = "ro.config.power_on",
2139 		.value = "Jumping_on_default.mp3",
2140 	},
2141 	{
2142 		.key = "ro.config.ringtone",
2143 		.value = "T-Jingle.mp3",
2144 	},
2145 	{
2146 		.key = "ro.config.support_softsim",
2147 		.value = "0",
2148 	},
2149 	{
2150 		.key = "ro.config.videocall.show",
2151 		.value = "true",
2152 	},
2153 	{
2154 		.key = "ro.crypto.fs_crypto_blkdev",
2155 		.value = "/dev/block/dm-2",
2156 	},
2157 	{
2158 		.key = "ro.crypto.state",
2159 		.value = "encrypted",
2160 	},
2161 	{
2162 		.key = "ro.crypto.type",
2163 		.value = "block",
2164 	},
2165 	{
2166 		.key = "ro.dalvik.vm.native.bridge",
2167 		.value = "0",
2168 	},
2169 	{
2170 		.key = "ro.debuggable",
2171 		.value = "0",
2172 	},
2173 	{
2174 		.key = "ro.def.software.svn",
2175 		.value = "010 04",
2176 	},
2177 	{
2178 		.key = "ro.def.software.version",
2179 		.value = "H7JUMJ3",
2180 	},
2181 	{
2182 		.key = "ro.drm_popup_dialog",
2183 		.value = "1",
2184 	},
2185 	{
2186 		.key = "ro.expect.recovery_id",
2187 		.value = "0x2f97b67aa16de7e155850b81d8d0b574e2e580c0000000000000000000000000",
2188 	},
2189 	{
2190 		.key = "ro.feature_amazon_support",
2191 		.value = "0",
2192 	},
2193 	{
2194 		.key = "ro.feature_private_mode",
2195 		.value = "true",
2196 	},
2197 	{
2198 		.key = "ro.frp.pst",
2199 		.value = "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/frp",
2200 	},
2201 	{
2202 		.key = "ro.hardware",
2203 		.value = "mt6755",
2204 	},
2205 	{
2206 		.key = "ro.have_aacencode_feature",
2207 		.value = "1",
2208 	},
2209 	{
2210 		.key = "ro.have_aee_feature",
2211 		.value = "1",
2212 	},
2213 	{
2214 		.key = "ro.headset.sound.mode",
2215 		.value = "0",
2216 	},
2217 	{
2218 		.key = "ro.jrd.wfc.manager.operator",
2219 		.value = "1",
2220 	},
2221 	{
2222 		.key = "ro.kernel.zio",
2223 		.value = "38,108,105,16",
2224 	},
2225 	{
2226 		.key = "ro.media.maxmem",
2227 		.value = "500000000",
2228 	},
2229 	{
2230 		.key = "ro.mediatek.chip_ver",
2231 		.value = "S01",
2232 	},
2233 	{
2234 		.key = "ro.mediatek.platform",
2235 		.value = "MT6755",
2236 	},
2237 	{
2238 		.key = "ro.mediatek.project.path",
2239 		.value = "device/jrdcsz/Mickey6TTMO",
2240 	},
2241 	{
2242 		.key = "ro.mediatek.version.branch",
2243 		.value = "alps-mp-n0.mp7",
2244 	},
2245 	{
2246 		.key = "ro.mediatek.version.release",
2247 		.value = "alps-mp-n0.mp7-V1.92_jrdsz6750.66.tm.n_P140",
2248 	},
2249 	{
2250 		.key = "ro.mediatek.version.sdk",
2251 		.value = "4",
2252 	},
2253 	{
2254 		.key = "ro.mediatek.wlan.p2p",
2255 		.value = "1",
2256 	},
2257 	{
2258 		.key = "ro.mediatek.wlan.wsc",
2259 		.value = "1",
2260 	},
2261 	{
2262 		.key = "ro.mount.fs",
2263 		.value = "EXT4",
2264 	},
2265 	{
2266 		.key = "ro.mtk_aal_support",
2267 		.value = "1",
2268 	},
2269 	{
2270 		.key = "ro.mtk_afw_support",
2271 		.value = "1",
2272 	},
2273 	{
2274 		.key = "ro.mtk_agps_app",
2275 		.value = "1",
2276 	},
2277 	{
2278 		.key = "ro.mtk_audio_tuning_tool_ver",
2279 		.value = "V2.2",
2280 	},
2281 	{
2282 		.key = "ro.mtk_besloudness_support",
2283 		.value = "1",
2284 	},
2285 	{
2286 		.key = "ro.mtk_bg_power_saving_support",
2287 		.value = "1",
2288 	},
2289 	{
2290 		.key = "ro.mtk_bg_power_saving_ui",
2291 		.value = "1",
2292 	},
2293 	{
2294 		.key = "ro.mtk_bip_scws",
2295 		.value = "1",
2296 	},
2297 	{
2298 		.key = "ro.mtk_blulight_def_support",
2299 		.value = "1",
2300 	},
2301 	{
2302 		.key = "ro.mtk_bt_support",
2303 		.value = "1",
2304 	},
2305 	{
2306 		.key = "ro.mtk_cam_lomo_support",
2307 		.value = "1",
2308 	},
2309 	{
2310 		.key = "ro.mtk_cam_mfb_support",
2311 		.value = "3",
2312 	},
2313 	{
2314 		.key = "ro.mtk_deinterlace_support",
2315 		.value = "1",
2316 	},
2317 	{
2318 		.key = "ro.mtk_dhcpv6c_wifi",
2319 		.value = "1",
2320 	},
2321 	{
2322 		.key = "ro.mtk_dialer_search_support",
2323 		.value = "1",
2324 	},
2325 	{
2326 		.key = "ro.mtk_disable_cap_switch",
2327 		.value = "1",
2328 	},
2329 	{
2330 		.key = "ro.mtk_dual_mic_support",
2331 		.value = "1",
2332 	},
2333 	{
2334 		.key = "ro.mtk_eap_sim_aka",
2335 		.value = "1",
2336 	},
2337 	{
2338 		.key = "ro.mtk_emmc_support",
2339 		.value = "1",
2340 	},
2341 	{
2342 		.key = "ro.mtk_enable_md1",
2343 		.value = "1",
2344 	},
2345 	{
2346 		.key = "ro.mtk_external_sim_only_slots",
2347 		.value = "0",
2348 	},
2349 	{
2350 		.key = "ro.mtk_fd_support",
2351 		.value = "1",
2352 	},
2353 	{
2354 		.key = "ro.mtk_fm_recording_support",
2355 		.value = "1",
2356 	},
2357 	{
2358 		.key = "ro.mtk_gps_support",
2359 		.value = "1",
2360 	},
2361 	{
2362 		.key = "ro.mtk_ipo_support",
2363 		.value = "1",
2364 	},
2365 	{
2366 		.key = "ro.mtk_is_tablet",
2367 		.value = "0",
2368 	},
2369 	{
2370 		.key = "ro.mtk_lte_support",
2371 		.value = "1",
2372 	},
2373 	{
2374 		.key = "ro.mtk_matv_analog_support",
2375 		.value = "1",
2376 	},
2377 	{
2378 		.key = "ro.mtk_md_sbp_custom_value",
2379 		.value = "8",
2380 	},
2381 	{
2382 		.key = "ro.mtk_md_world_mode_support",
2383 		.value = "1",
2384 	},
2385 	{
2386 		.key = "ro.mtk_miravision_support",
2387 		.value = "1",
2388 	},
2389 	{
2390 		.key = "ro.mtk_modem_monitor_support",
2391 		.value = "1",
2392 	},
2393 	{
2394 		.key = "ro.mtk_multiple_ims_support",
2395 		.value = "1",
2396 	},
2397 	{
2398 		.key = "ro.mtk_oma_drm_support",
2399 		.value = "1",
2400 	},
2401 	{
2402 		.key = "ro.mtk_omacp_support",
2403 		.value = "1",
2404 	},
2405 	{
2406 		.key = "ro.mtk_perf_fast_start_win",
2407 		.value = "1",
2408 	},
2409 	{
2410 		.key = "ro.mtk_perf_response_time",
2411 		.value = "1",
2412 	},
2413 	{
2414 		.key = "ro.mtk_perf_simple_start_win",
2415 		.value = "1",
2416 	},
2417 	{
2418 		.key = "ro.mtk_perfservice_support",
2419 		.value = "1",
2420 	},
2421 	{
2422 		.key = "ro.mtk_pow_perf_support",
2423 		.value = "1",
2424 	},
2425 	{
2426 		.key = "ro.mtk_pq_color_mode",
2427 		.value = "1",
2428 	},
2429 	{
2430 		.key = "ro.mtk_pq_support",
2431 		.value = "2",
2432 	},
2433 	{
2434 		.key = "ro.mtk_protocol1_rat_config",
2435 		.value = "Lf/W/G",
2436 	},
2437 	{
2438 		.key = "ro.mtk_rebootmeta_support",
2439 		.value = "0",
2440 	},
2441 	{
2442 		.key = "ro.mtk_search_db_support",
2443 		.value = "1",
2444 	},
2445 	{
2446 		.key = "ro.mtk_send_rr_support",
2447 		.value = "1",
2448 	},
2449 	{
2450 		.key = "ro.mtk_shared_sdcard",
2451 		.value = "1",
2452 	},
2453 	{
2454 		.key = "ro.mtk_sim_hot_swap",
2455 		.value = "1",
2456 	},
2457 	{
2458 		.key = "ro.mtk_slow_motion_support",
2459 		.value = "1",
2460 	},
2461 	{
2462 		.key = "ro.mtk_tetheringipv6_support",
2463 		.value = "1",
2464 	},
2465 	{
2466 		.key = "ro.mtk_trustonic_tee_support",
2467 		.value = "1",
2468 	},
2469 	{
2470 		.key = "ro.mtk_vilte_ut_support",
2471 		.value = "0",
2472 	},
2473 	{
2474 		.key = "ro.mtk_wapi_support",
2475 		.value = "1",
2476 	},
2477 	{
2478 		.key = "ro.mtk_wappush_support",
2479 		.value = "1",
2480 	},
2481 	{
2482 		.key = "ro.mtk_wfd_support",
2483 		.value = "1",
2484 	},
2485 	{
2486 		.key = "ro.mtk_widevine_drm_l3_support",
2487 		.value = "1",
2488 	},
2489 	{
2490 		.key = "ro.mtk_wifi_mcc_support",
2491 		.value = "1",
2492 	},
2493 	{
2494 		.key = "ro.mtk_wlan_support",
2495 		.value = "1",
2496 	},
2497 	{
2498 		.key = "ro.mtk_world_phone_policy",
2499 		.value = "0",
2500 	},
2501 	{
2502 		.key = "ro.num_md_protocol",
2503 		.value = "2",
2504 	},
2505 	{
2506 		.key = "ro.oem_unlock_supported",
2507 		.value = "1",
2508 	},
2509 	{
2510 		.key = "ro.opengles.version",
2511 		.value = "196610",
2512 	},
2513 	{
2514 		.key = "ro.operator.optr",
2515 		.value = "OP08",
2516 	},
2517 	{
2518 		.key = "ro.operator.seg",
2519 		.value = "SEGDEFAULT",
2520 	},
2521 	{
2522 		.key = "ro.operator.spec",
2523 		.value = "SPEC0200",
2524 	},
2525 	{
2526 		.key = "ro.product.board",
2527 		.value = "",
2528 	},
2529 	{
2530 		.key = "ro.product.brand",
2531 		.value = "TCL",
2532 	},
2533 	{
2534 		.key = "ro.product.cpu.abi",
2535 		.value = "arm64-v8a",
2536 	},
2537 	{
2538 		.key = "ro.product.cpu.abilist",
2539 		.value = "arm64-v8a,armeabi-v7a,armeabi",
2540 	},
2541 	{
2542 		.key = "ro.product.cpu.abilist32",
2543 		.value = "armeabi-v7a,armeabi",
2544 	},
2545 	{
2546 		.key = "ro.product.cpu.abilist64",
2547 		.value = "arm64-v8a",
2548 	},
2549 	{
2550 		.key = "ro.product.device",
2551 		.value = "Mickey6TTMO",
2552 	},
2553 	{
2554 		.key = "ro.product.display.model",
2555 		.value = "5049W",
2556 	},
2557 	{
2558 		.key = "ro.product.first_api_level",
2559 		.value = "24",
2560 	},
2561 	{
2562 		.key = "ro.product.locale.language",
2563 		.value = "en",
2564 	},
2565 	{
2566 		.key = "ro.product.locale.region",
2567 		.value = "US",
2568 	},
2569 	{
2570 		.key = "ro.product.locales",
2571 		.value = "",
2572 	},
2573 	{
2574 		.key = "ro.product.manufacturer",
2575 		.value = "AlcatelOneTouch",
2576 	},
2577 	{
2578 		.key = "ro.product.model",
2579 		.value = "5049W",
2580 	},
2581 	{
2582 		.key = "ro.product.name",
2583 		.value = "5049W",
2584 	},
2585 	{
2586 		.key = "ro.recovery_id",
2587 		.value = "0x294c9e599eff5fc56fb0225a2d95ec89886daa53000000000000000000000000",
2588 	},
2589 	{
2590 		.key = "ro.revision",
2591 		.value = "0",
2592 	},
2593 	{
2594 		.key = "ro.runtime.firstboot",
2595 		.value = "1483538518059",
2596 	},
2597 	{
2598 		.key = "ro.secure",
2599 		.value = "1",
2600 	},
2601 	{
2602 		.key = "ro.serialno",
2603 		.value = "EIBUB6EIZ5ORSGY5",
2604 	},
2605 	{
2606 		.key = "ro.setupwizard.require_network",
2607 		.value = "",
2608 	},
2609 	{
2610 		.key = "ro.sf.hwrotation",
2611 		.value = "0",
2612 	},
2613 	{
2614 		.key = "ro.sf.lcd_density",
2615 		.value = "320",
2616 	},
2617 	{
2618 		.key = "ro.sim_me_lock_mode",
2619 		.value = "0",
2620 	},
2621 	{
2622 		.key = "ro.sim_refresh_reset_by_modem",
2623 		.value = "1",
2624 	},
2625 	{
2626 		.key = "ro.start.nextradio.service",
2627 		.value = "true",
2628 	},
2629 	{
2630 		.key = "ro.sys.sdcardfs",
2631 		.value = "1",
2632 	},
2633 	{
2634 		.key = "ro.sys.usb.bicr",
2635 		.value = "no",
2636 	},
2637 	{
2638 		.key = "ro.sys.usb.charging.only",
2639 		.value = "yes",
2640 	},
2641 	{
2642 		.key = "ro.sys.usb.mtp.whql.enable",
2643 		.value = "0",
2644 	},
2645 	{
2646 		.key = "ro.sys.usb.storage.type",
2647 		.value = "mtp",
2648 	},
2649 	{
2650 		.key = "ro.tcl_sar_support",
2651 		.value = "1",
2652 	},
2653 	{
2654 		.key = "ro.telephony.default_network",
2655 		.value = "9",
2656 	},
2657 	{
2658 		.key = "ro.telephony.sim.count",
2659 		.value = "2",
2660 	},
2661 	{
2662 		.key = "ro.usb.product",
2663 		.value = "T-Mobile Revvl",
2664 	},
2665 	{
2666 		.key = "ro.wifi.channels",
2667 		.value = "",
2668 	},
2669 	{
2670 		.key = "ro.wlan.mtk.wifi.5g",
2671 		.value = "0",
2672 	},
2673 	{
2674 		.key = "ro.x.wap.profile",
2675 		.value = "http://www-ccpp.tcl-ta.com/files/5049W.xml",
2676 	},
2677 	{
2678 		.key = "ro.zygote",
2679 		.value = "zygote64_32",
2680 	},
2681 	{
2682 		.key = "ro.zygote.preload.enable",
2683 		.value = "0",
2684 	},
2685 	{
2686 		.key = "ro_set_nl_cb_on",
2687 		.value = "false",
2688 	},
2689 	{
2690 		.key = "security.perf_harden",
2691 		.value = "1",
2692 	},
2693 	{
2694 		.key = "selinux.reload_policy",
2695 		.value = "1",
2696 	},
2697 	{
2698 		.key = "service.bootanim.exit",
2699 		.value = "1",
2700 	},
2701 	{
2702 		.key = "service.nvram_init",
2703 		.value = "Ready",
2704 	},
2705 	{
2706 		.key = "service.wcn.coredump.mode",
2707 		.value = "0",
2708 	},
2709 	{
2710 		.key = "service.wcn.driver.ready",
2711 		.value = "yes",
2712 	},
2713 	{
2714 		.key = "sys.boot.reason",
2715 		.value = "0",
2716 	},
2717 	{
2718 		.key = "sys.boot_completed",
2719 		.value = "1",
2720 	},
2721 	{
2722 		.key = "sys.ipo.pwrdncap",
2723 		.value = "2",
2724 	},
2725 	{
2726 		.key = "sys.ipowin.done",
2727 		.value = "1",
2728 	},
2729 	{
2730 		.key = "sys.lowstorage_flag",
2731 		.value = "0",
2732 	},
2733 	{
2734 		.key = "sys.oem_unlock_allowed",
2735 		.value = "0",
2736 	},
2737 	{
2738 		.key = "sys.sysctl.extra_free_kbytes",
2739 		.value = "10800",
2740 	},
2741 	{
2742 		.key = "sys.usb.config",
2743 		.value = "mtp,adb",
2744 	},
2745 	{
2746 		.key = "sys.usb.configfs",
2747 		.value = "0",
2748 	},
2749 	{
2750 		.key = "sys.usb.ffs.ready",
2751 		.value = "1",
2752 	},
2753 	{
2754 		.key = "sys.usb.state",
2755 		.value = "mtp,adb",
2756 	},
2757 	{
2758 		.key = "sys.usb.vid",
2759 		.value = "0E8D",
2760 	},
2761 	{
2762 		.key = "vold.decrypt",
2763 		.value = "trigger_restart_framework",
2764 	},
2765 	{
2766 		.key = "vold.emmc_size",
2767 		.value = "31268536320",
2768 	},
2769 	{
2770 		.key = "vold.encryption.type",
2771 		.value = "default",
2772 	},
2773 	{
2774 		.key = "vold.has_adoptable",
2775 		.value = "1",
2776 	},
2777 	{
2778 		.key = "vold.path.internal_storage",
2779 		.value = "/storage/emulated/0",
2780 	},
2781 	{
2782 		.key = "vold.post_fs_data_done",
2783 		.value = "1",
2784 	},
2785 	{
2786 		.key = "vold.support_external_sd",
2787 		.value = "1",
2788 	},
2789 	{
2790 		.key = "wfd.dummy.enable",
2791 		.value = "1",
2792 	},
2793 	{
2794 		.key = "wfd.iframesize.level",
2795 		.value = "0",
2796 	},
2797 	{
2798 		.key = "wifi.direct.interface",
2799 		.value = "p2p0",
2800 	},
2801 	{
2802 		.key = "wifi.interface",
2803 		.value = "wlan0",
2804 	},
2805 	{
2806 		.key = "wifi.tethering.interface",
2807 		.value = "ap0",
2808 	},
2809 	{
2810 		.key = "wlan.driver.status",
2811 		.value = "unloaded",
2812 	},
2813 	{
2814 		.key = "wlan.wfd.security.image",
2815 		.value = "1",
2816 	},
2817 	{NULL},
2818 };
2819 #endif /* __ANDROID__ */
2820