xref: /aosp_15_r20/external/cpuinfo/test/mock/meizu-pro-7-plus.h (revision 2b54f0db79fd8303838913b20ff3780cddaa909f)
1 struct cpuinfo_mock_file filesystem[] = {
2 	{
3 		.path = "/proc/cpuinfo",
4 		.size = 1662,
5 		.content =
6 			"processor\t: 0\n"
7 			"Processor\t: AArch64 Processor rev 1 (aarch64)\n"
8 			"model name\t: AArch64 Processor rev 1 (aarch64)\n"
9 			"BogoMIPS\t: 26.00\n"
10 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
11 			"CPU implementer\t: 0x41\n"
12 			"CPU architecture: 8\n"
13 			"CPU variant\t: 0x0\n"
14 			"CPU part\t: 0xd04\n"
15 			"CPU revision\t: 1\n"
16 			"\n"
17 			"processor\t: 1\n"
18 			"Processor\t: AArch64 Processor rev 1 (aarch64)\n"
19 			"model name\t: AArch64 Processor rev 1 (aarch64)\n"
20 			"BogoMIPS\t: 26.00\n"
21 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
22 			"CPU implementer\t: 0x41\n"
23 			"CPU architecture: 8\n"
24 			"CPU variant\t: 0x0\n"
25 			"CPU part\t: 0xd04\n"
26 			"CPU revision\t: 1\n"
27 			"\n"
28 			"processor\t: 2\n"
29 			"Processor\t: AArch64 Processor rev 1 (aarch64)\n"
30 			"model name\t: AArch64 Processor rev 1 (aarch64)\n"
31 			"BogoMIPS\t: 26.00\n"
32 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
33 			"CPU implementer\t: 0x41\n"
34 			"CPU architecture: 8\n"
35 			"CPU variant\t: 0x0\n"
36 			"CPU part\t: 0xd04\n"
37 			"CPU revision\t: 1\n"
38 			"\n"
39 			"processor\t: 3\n"
40 			"Processor\t: AArch64 Processor rev 1 (aarch64)\n"
41 			"model name\t: AArch64 Processor rev 1 (aarch64)\n"
42 			"BogoMIPS\t: 26.00\n"
43 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
44 			"CPU implementer\t: 0x41\n"
45 			"CPU architecture: 8\n"
46 			"CPU variant\t: 0x0\n"
47 			"CPU part\t: 0xd04\n"
48 			"CPU revision\t: 1\n"
49 			"\n"
50 			"processor\t: 4\n"
51 			"Processor\t: AArch64 Processor rev 4 (aarch64)\n"
52 			"model name\t: AArch64 Processor rev 4 (aarch64)\n"
53 			"BogoMIPS\t: 26.00\n"
54 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
55 			"CPU implementer\t: 0x41\n"
56 			"CPU architecture: 8\n"
57 			"CPU variant\t: 0x0\n"
58 			"CPU part\t: 0xd03\n"
59 			"CPU revision\t: 4\n"
60 			"\n"
61 			"processor\t: 8\n"
62 			"Processor\t: AArch64 Processor rev 2 (aarch64)\n"
63 			"model name\t: AArch64 Processor rev 2 (aarch64)\n"
64 			"BogoMIPS\t: 26.00\n"
65 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
66 			"CPU implementer\t: 0x41\n"
67 			"CPU architecture: 8\n"
68 			"CPU variant\t: 0x0\n"
69 			"CPU part\t: 0xd09\n"
70 			"CPU revision\t: 2\n"
71 			"\n"
72 			"Hardware\t: mt6799\n",
73 	},
74 	{
75 		.path = "/system/build.prop",
76 		.size = 10516,
77 		.content =
78 			"\n"
79 			"# begin build properties\n"
80 			"# autogenerated by buildinfo.sh\n"
81 			"ro.build.cta=noncta\n"
82 			"ro.meizu.build.spt=0\n"
83 			"ro.build.id=NRD90M\n"
84 			"ro.build.mask.id=7.0-1501681220_stable\n"
85 			"ro.build.inside.id=7.0-20170802214020\n"
86 			"ro.build.version.incremental=1501682079\n"
87 			"ro.build.version.sdk=24\n"
88 			"ro.build.version.preview_sdk=0\n"
89 			"ro.build.version.codename=REL\n"
90 			"ro.build.version.all_codenames=REL\n"
91 			"ro.build.version.release=7.0\n"
92 			"ro.build.version.security_patch=2017-04-05\n"
93 			"ro.build.version.base_os=\n"
94 			"ro.build.date=Wed Aug  2 21:54:37 CST 2017\n"
95 			"ro.build.date.utc=1501682077\n"
96 			"ro.build.type=user\n"
97 			"ro.build.user=flyme\n"
98 			"ro.build.host=mz-builder-5\n"
99 			"ro.build.tags=release-keys\n"
100 			"ro.build.flavor=full_mz6799_6m_v2_2k_n-user\n"
101 			"# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
102 			"# use ro.product.cpu.abilist instead.\n"
103 			"ro.product.cpu.abi=arm64-v8a\n"
104 			"ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n"
105 			"ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
106 			"ro.product.cpu.abilist64=arm64-v8a\n"
107 			"ro.product.locale=en-US\n"
108 			"ro.wifi.channels=\n"
109 			"ro.board.platform=mt6799\n"
110 			"# ro.build.product is obsolete; use ro.product.device\n"
111 			"# Do not try to parse description, fingerprint, or thumbprint\n"
112 			"ro.build.characteristics=default\n"
113 			"ro.product.brand=Meizu\n"
114 			"ro.product.manufacturer=Meizu\n"
115 			"ro.build.display.id=Flyme 6.1.2.2A\n"
116 			"ro.product.model=PRO 7 Plus\n"
117 			"ro.meizu.product.model=PRO7Plus\n"
118 			"ro.product.name=meizu_PRO7Plus\n"
119 			"ro.product.device=PRO7Plus\n"
120 			"ro.product.board=PRO7Plus\n"
121 			"# ro.build.product is obsolete; use ro.product.device\n"
122 			"ro.build.product=PRO7Plus\n"
123 			"# Do not try to parse ro.build.description or .fingerprint\n"
124 			"ro.build.description=meizu_PRO7Plus-user 7.0 NRD90M 1501682079 release-keys\n"
125 			"ro.build.fingerprint=Meizu/meizu_PRO7Plus/PRO7Plus:7.0/NRD90M/1501682079:user/release-keys\n"
126 			"ro.meizu.project.id=m1793-6\n"
127 			"ro.product.flyme.model=m1793\n"
128 			"ro.flyme.published = true\n"
129 			"# end build properties\n"
130 			"ro.meizu.build.number=201708022204\n"
131 			"#\n"
132 			"# from device/mediatek/mz6799_6m_v2_2k_n/system.prop\n"
133 			"#\n"
134 			"#\n"
135 			"# system.prop for generic sdk\n"
136 			"#\n"
137 			"\n"
138 			"rild.libpath=mtk-ril.so\n"
139 			"rild.libargs=-d /dev/ttyC0\n"
140 			"\n"
141 			"\n"
142 			"# MTK, Infinity, 20090720 {\n"
143 			"wifi.interface=wlan0\n"
144 			"# MTK, Infinity, 20090720 }\n"
145 			"\n"
146 			"# MTK, mtk03034, 20101210 {\n"
147 			"ro.mediatek.wlan.wsc=1\n"
148 			"# MTK, mtk03034 20101210}\n"
149 			"# MTK, mtk03034, 20110318 {\n"
150 			"ro.mediatek.wlan.p2p=1\n"
151 			"# MTK, mtk03034 20110318}\n"
152 			"\n"
153 			"# MTK, mtk03034, 20101213 {\n"
154 			"mediatek.wlan.ctia=0\n"
155 			"# MTK, mtk03034 20101213}\n"
156 			"\n"
157 			"\n"
158 			"#\n"
159 			"wifi.tethering.interface=ap0\n"
160 			"#\n"
161 			"\n"
162 			"ro.opengles.version=196610\n"
163 			"#ro.kernel.qemu=1\n"
164 			"# ro.kernel.qemu.gles=0\n"
165 			"\n"
166 			"wifi.direct.interface=p2p0\n"
167 			"#dalvik.vm.heapgrowthlimit=256m\n"
168 			"#dalvik.vm.heapsize=512m\n"
169 			"\n"
170 			"# USB MTP WHQL\n"
171 			"ro.sys.usb.mtp.whql.enable=0\n"
172 			"\n"
173 			"# Power off opt in IPO\n"
174 			"sys.ipo.pwrdncap=2\n"
175 			"\n"
176 			"ro.sys.usb.storage.type=mtp\n"
177 			"\n"
178 			"# USB BICR function\n"
179 			"ro.sys.usb.bicr=yes\n"
180 			"\n"
181 			"# USB Charge only function\n"
182 			"ro.sys.usb.charging.only=yes\n"
183 			"\n"
184 			"# audio\n"
185 			"ro.camera.sound.forced=0\n"
186 			"ro.audio.silent=0\n"
187 			"\n"
188 			"ro.zygote.preload.enable=0\n"
189 			"\n"
190 			"# temporary enables NAV bar (soft keys)\n"
191 			"qemu.hw.mainkeys=0\n"
192 			"\n"
193 			"ro.kernel.zio=38,108,105,16\n"
194 			"#ro.kernel.qemu=1\n"
195 			"#ro.kernel.qemu.gles=0\n"
196 			"#ro.boot.selinux=disable\n"
197 			"\n"
198 			"# Disable dirty region for Mali\n"
199 			"#debug.hwui.render_dirty_regions=false\n"
200 			"\n"
201 			"ro.sf.lcd_density=640\n"
202 			"\n"
203 			"# performance\n"
204 			"ro.mtk_perf_simple_start_win=1\n"
205 			"ro.mtk_perf_fast_start_win=1\n"
206 			"ro.mtk_perf_response_time=1\n"
207 			"\n"
208 			"# meizu mobile name\n"
209 			"ro.product.mobile.name=m1793\n"
210 			"\n"
211 			"#\n"
212 			"# ADDITIONAL_BUILD_PROPERTIES\n"
213 			"#\n"
214 			"ro.hardware.hifi.support=true\n"
215 			"ro.com.android.dateformat=MM-dd-yyyy\n"
216 			"ro.config.ringtone=03_Flyme.ogg\n"
217 			"ro.config.notification_sound=02_Reminder.ogg\n"
218 			"ro.config.mms_sound=01_Triumph.ogg\n"
219 			"ro.config.email_sound=02_Reminder.ogg\n"
220 			"ro.config.calendar_sound=03_Doorbell.ogg\n"
221 			"ro.config.alarm_alert=19_Waltz.ogg\n"
222 			"log.tag.VibeTonz=ERROR\n"
223 			"ro.carrier=unknown\n"
224 			"ro.mediatek.chip_ver=S01\n"
225 			"ro.mediatek.platform=MT6799\n"
226 			"ro.telephony.sim.count=2\n"
227 			"persist.radio.default.sim=0\n"
228 			"persist.sys.mtk_app_aal_support=1\n"
229 			"ril.specific.sm_cause=0\n"
230 			"bgw.current3gband=0\n"
231 			"ril.external.md=0\n"
232 			"ro.mtk_cam_lomo_support=1\n"
233 			"ro.sf.hwrotation=0\n"
234 			"persist.radio.fd.counter=150\n"
235 			"persist.radio.fd.off.counter=50\n"
236 			"persist.radio.fd.r8.counter=150\n"
237 			"persist.radio.fd.off.r8.counter=50\n"
238 			"drm.service.enabled=true\n"
239 			"fmradio.driver.enable=0\n"
240 			"mtk.eccci.c2k=enabled\n"
241 			"ril.first.md=1\n"
242 			"ril.flightmode.poweroffMD=0\n"
243 			"ril.telephony.mode=0\n"
244 			"dalvik.vm.mtk-stack-trace-file=/data/anr/mtk_traces.txt\n"
245 			"mediatek.wlan.chip=CONSYS_MT6799\n"
246 			"mediatek.wlan.module.postfix=_consys_mt6799\n"
247 			"ril.read.imsi=1\n"
248 			"ril.radiooff.poweroffMD=0\n"
249 			"ro.frp.pst=/dev/block/platform/bootdevice/by-name/frp\n"
250 			"ro.mtk_protocol1_rat_config=C/Lf/Lt/W/T/G\n"
251 			"ro.mtk_telephony_switch=1\n"
252 			"ro.mediatek.version.branch=alps-trunk-n0.tk\n"
253 			"ro.mediatek.version.release=alps-mp-n0.mp8\n"
254 			"ro.mediatek.version.sdk=4\n"
255 			"ro.num_md_protocol=2\n"
256 			"persist.radio.multisim.config=dsds\n"
257 			"ro.mtk_wapi_support=1\n"
258 			"ro.mtk_bt_support=1\n"
259 			"ro.mtk_wappush_support=1\n"
260 			"ro.mtk_agps_app=1\n"
261 			"ro.mtk_audio_tuning_tool_ver=V2.2\n"
262 			"ro.mtk_wlan_support=1\n"
263 			"ro.mtk_gps_support=1\n"
264 			"ro.mtk_omacp_support=1\n"
265 			"ro.mtk_search_db_support=1\n"
266 			"ro.mtk_dialer_search_support=1\n"
267 			"ro.mtk_dhcpv6c_wifi=1\n"
268 			"ro.have_aacencode_feature=1\n"
269 			"ro.mtk_fd_support=1\n"
270 			"ro.mtk_oma_drm_support=1\n"
271 			"ro.mtk_cta_drm_support=1\n"
272 			"ro.mtk_widevine_drm_l3_support=1\n"
273 			"ro.mtk_eap_sim_aka=1\n"
274 			"ro.mtk_send_rr_support=1\n"
275 			"ro.mtk_ufs_booting=1\n"
276 			"ro.mtk_tetheringipv6_support=1\n"
277 			"ro.mtk_c2k_support=1\n"
278 			"persist.radio.flashless.fsm=0\n"
279 			"persist.radio.flashless.fsm_cst=0\n"
280 			"persist.radio.flashless.fsm_rw=0\n"
281 			"ro.cdma.cfu.enable=*72\n"
282 			"ro.cdma.cfu.disable=*720\n"
283 			"ro.cdma.cfb.enable=*90\n"
284 			"ro.cdma.cfb.disable=*900\n"
285 			"ro.cdma.cfnr.enable=*92\n"
286 			"ro.cdma.cfnr.disable=*920\n"
287 			"ro.cdma.cfdf.enable=*68\n"
288 			"ro.cdma.cfdf.disable=*680\n"
289 			"ro.cdma.cfall.disable=*730\n"
290 			"ro.cdma.cw.enable=*74\n"
291 			"ro.cdma.cw.disable=*740\n"
292 			"telephony.lteOnCdmaDevice=1\n"
293 			"ro.telephony.default_network=10,10\n"
294 			"ro.mtk_shared_sdcard=1\n"
295 			"ro.mtk_enable_md1=1\n"
296 			"ro.mtk_enable_md3=1\n"
297 			"ro.mtk_afw_support=1\n"
298 			"ro.meizu_soter_support=1\n"
299 			"ro.mtk_aal_support=1\n"
300 			"ro.mtk_dre30_support=1\n"
301 			"ro.mtk_pq_support=3\n"
302 			"ro.mtk_pq_color_mode=1\n"
303 			"ro.mtk_blulight_def_support=1\n"
304 			"ro.mtk_wfd_support=1\n"
305 			"ro.mtk_wifi_mcc_support=1\n"
306 			"ro.mtk_sim_hot_swap=1\n"
307 			"ro.mtk_bip_scws=1\n"
308 			"ro.mtk_world_phone_policy=0\n"
309 			"ro.mtk_md_world_mode_support=1\n"
310 			"ro.mtk_perfservice_support=1\n"
311 			"ro.mtk_sim_hot_swap_common_slot=1\n"
312 			"ro.mtk_cta_set=1\n"
313 			"ro.mtk_devreg_app=1\n"
314 			"ro.mtk_ct4greg_app=1\n"
315 			"ro.mtk_zsdhdr_support=1\n"
316 			"ro.mtk_cam_mfb_support=3\n"
317 			"ro.mtk_cam_dualdenoise_support=1\n"
318 			"ro.mtk_slow_motion_support=1\n"
319 			"ro.mtk_cam_img_refocus_support=1\n"
320 			"ro.mtk_lte_support=1\n"
321 			"ro.mtk_rild_read_imsi=1\n"
322 			"ro.sim_refresh_reset_by_modem=1\n"
323 			"ro.mtk_external_sim_support=1\n"
324 			"ro.mtk_external_sim_only_slots=0\n"
325 			"ro.mtk_bg_power_saving_ui=1\n"
326 			"ro.sim_me_lock_mode=0\n"
327 			"ro.ap_info_monitor=0\n"
328 			"ro.mtk_dual_mic_support=1\n"
329 			"ro.mtk_is_tablet=0\n"
330 			"ro.mtk_pow_perf_support=1\n"
331 			"persist.mtk_nlp_switch_support=1\n"
332 			"persist.mtk_ims_support=1\n"
333 			"ro.mtk_multiple_ims_support=1\n"
334 			"persist.mtk_volte_support=1\n"
335 			"persist.mtk.volte.enable=1\n"
336 			"persist.mtk_vilte_support=0\n"
337 			"ro.mtk_vilte_ut_support=0\n"
338 			"wfd.dummy.enable=1\n"
339 			"wfd.iframesize.level=0\n"
340 			"ro.mediatek.project.path=device/mediatek/mz6799_6m_v2_2k_n\n"
341 			"ro.mtk_microtrust_tee_support=1\n"
342 			"ro.flyme_softsim_mtee_enable=1\n"
343 			"persist.mtk.wcn.combo.chipid=-1\n"
344 			"persist.mtk.wcn.patch.version=-1\n"
345 			"persist.mtk.wcn.dynamic.dump=0\n"
346 			"service.wcn.driver.ready=no\n"
347 			"service.wcn.coredump.mode=0\n"
348 			"persist.mtk.connsys.poweron.ctl=0\n"
349 			"ro.com.android.mobiledata=true\n"
350 			"persist.radio.mobile.data=0,0\n"
351 			"persist.radio.fourgOff=1\n"
352 			"persist.meta.dumpdata=0\n"
353 			"ro.mtk_deinterlace_support=1\n"
354 			"ro.mtk_md_direct_tethering=1\n"
355 			"ro.tethering.bridge.interface=mdbr0\n"
356 			"sys.mtk_md_direct_tether_enable=true\n"
357 			"persist.radio.mtk_dsbp_support=1\n"
358 			"persist.radio.mtk_ps2_rat=W/G\n"
359 			"persist.radio.mtk_ps3_rat=G\n"
360 			"ro.boot.opt_c2k_lte_mode=2\n"
361 			"ro.boot.opt_md1_support=12\n"
362 			"ro.boot.opt_md3_support=2\n"
363 			"ro.boot.opt_lte_support=1\n"
364 			"ro.boot.opt_irat_support=1\n"
365 			"persist.log.tag.DCT=D\n"
366 			"ro.boot.opt_eccci_c2k=1\n"
367 			"ro.boot.opt_using_default=1\n"
368 			"ro.boot.opt_c2k_support=1\n"
369 			"persist.log.tag.C2K_AT=I\n"
370 			"persist.log.tag.C2K_RILC=I\n"
371 			"persist.log.tag.C2K_ATConfig=I\n"
372 			"persist.log.tag.LIBC2K_RIL=I\n"
373 			"mtk.vdec.waitkeyframeforplay=1\n"
374 			"ro.sys.sdcardfs=1\n"
375 			"ro.mtk_res_switch=1\n"
376 			"ro.mtk_hdr_video_support=1\n"
377 			"ro.ksc5601_write=0\n"
378 			"ro.email_support_ucs2=0\n"
379 			"ro.ussd_ksc5601=0\n"
380 			"persist.log.tag.CdmaMoSms=I\n"
381 			"persist.log.tag.CdmaMtSms=I\n"
382 			"ro.mtk_log_hide_gps=0\n"
383 			"ro.mtk_modem_monitor_support=1\n"
384 			"ro.have_aee_feature=1\n"
385 			"persist.sf.dualdisplay=1\n"
386 			"persist.perf.url.wxhb=http://wx.gtimg.com/hongbao/1701/hb.png\n"
387 			"debug.hwui.render_dirty_regions=true\n"
388 			"ro.hwui.disable_asset_atlas=true\n"
389 			"dalvik.vm.heapgrowthlimit=256m\n"
390 			"dalvik.vm.heapsize=512m\n"
391 			"ro.mtk_benchmark_boost_tp=1\n"
392 			"ro.hwui.texture_cache_size=120\n"
393 			"ro.hwui.layer_cache_size=60\n"
394 			"ro.hwui.fbo_cache_size=60\n"
395 			"ro.hwui.path_cache_size=60\n"
396 			"ro.hwui.r_buffer_cache_size=9\n"
397 			"ro.hwui.texture_cache_flushrate=0.4\n"
398 			"ro.hwui.gradient_cache_size=4\n"
399 			"ro.hwui.drop_shadow_cache_size=8\n"
400 			"ro.hwui.text_small_cache_width=1024\n"
401 			"ro.hwui.text_small_cache_height=1024\n"
402 			"ro.hwui.text_large_cache_width=2048\n"
403 			"ro.hwui.text_large_cache_height=1024\n"
404 			"ro.product.perf.config=M1793_base\n"
405 			"persist.sf.startingwindow.gles=1\n"
406 			"persist.sys.plugin.path=/data/data/|/data/user/\n"
407 			"persist.sys.plugin.compiler=interpret-only\n"
408 			"persist.sys.app.compiler=speed\n"
409 			"persist.sys.app.thread=4\n"
410 			"persist.sys.mstore.dl.num=1\n"
411 			"persist.sf.ssr.controlbar=0\n"
412 			"persist.sys.lock.charge=true\n"
413 			"persist.sys.sf.camera=1\n"
414 			"persist.perf.wm_static_blur=true\n"
415 			"persist.thermalmanager.enable=true\n"
416 			"persist.thermalmanager.path=/vendor/bin/thermal_manager\n"
417 			"persist.thermalconfig.off=/vendor/etc/.tp/thermal.off.conf\n"
418 			"persist.thermalconfig.powersave=/vendor/etc/.tp/thermal.low.conf\n"
419 			"persist.thermalconfig.mid=/vendor/etc/.tp/thermal.mid.conf\n"
420 			"persist.thermalconfig.high=/vendor/etc/.tp/thermal.high.conf\n"
421 			"persist.mtkperfservice.enable=false\n"
422 			"debug.choreographer.janklog=false\n"
423 			"ro.meizu.ess.support=1\n"
424 			"persist.sys.timezone=Asia/Shanghai\n"
425 			"persist.sys.meizu.region=cn\n"
426 			"persist.sys.meizu.codepage=gbk\n"
427 			"ro.meizu.region.enable=true\n"
428 			"ro.meizu.contactmsg.auth=false\n"
429 			"ro.meizu.customize.pccw=false\n"
430 			"ro.meizu.autorecorder=true\n"
431 			"ro.meizu.visualvoicemail=true\n"
432 			"ro.meizu.permanentkey=false\n"
433 			"ro.meizu.sip.support=true\n"
434 			"ro.meizu.voip.support=false\n"
435 			"ro.meizu.setupwizard.flyme=true\n"
436 			"ro.meizu.setupwizard.setlang=true\n"
437 			"ro.meizu.security=false\n"
438 			"sys.meizu.m35x.white.config=false\n"
439 			"sys.meizu.white.config=false\n"
440 			"persist.sys.log-main.enable=0\n"
441 			"persist.sys.log-system.enable=0\n"
442 			"persist.sys.log-events.enable=0\n"
443 			"persist.sys.log-radio.enable=0\n"
444 			"persist.sys.use.flyme.icon=true\n"
445 			"ro.adb.secure=1\n"
446 			"persist.sys.ui.hw=true\n"
447 			"keyguard.no_require_sim=true\n"
448 			"persist.sys.keyguard_intercept=true\n"
449 			"persist.sys.disable_blur_view=true\n"
450 			"persist.sys.static_blur_mode=false\n"
451 			"ro.meizu.published.type=prd\n"
452 			"ro.meizu.upgrade.config=false\n"
453 			"qemu.hw.mainkeys=1\n"
454 			"persist.sys.dalvik.vm.lib.2=libart.so\n"
455 			"dalvik.vm.isa.arm64.variant=cortex-a53\n"
456 			"dalvik.vm.isa.arm64.features=default\n"
457 			"dalvik.vm.isa.arm.variant=cortex-a53\n"
458 			"dalvik.vm.isa.arm.features=default\n"
459 			"net.bt.name=Android\n"
460 			"dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
461 			"ro.expect.recovery_id=0x89560126b36ef1427a8df246bc8b28e54e31ce82000000000000000000000000\n",
462 	},
463 	{
464 		.path = "/sys/devices/system/cpu/kernel_max",
465 		.size = 2,
466 		.content = "9\n",
467 	},
468 	{
469 		.path = "/sys/devices/system/cpu/possible",
470 		.size = 4,
471 		.content = "0-9\n",
472 	},
473 	{
474 		.path = "/sys/devices/system/cpu/present",
475 		.size = 4,
476 		.content = "0-9\n",
477 	},
478 	{
479 		.path = "/sys/devices/system/cpu/online",
480 		.size = 6,
481 		.content = "0-4,8\n",
482 	},
483 	{
484 		.path = "/sys/devices/system/cpu/offline",
485 		.size = 6,
486 		.content = "5-7,9\n",
487 	},
488 	{
489 		.path = "/sys/devices/system/cpu/modalias",
490 		.size = 66,
491 		.content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n",
492 	},
493 	{
494 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
495 		.size = 18,
496 		.content = "mt67xx_v3_cpuidle\n",
497 	},
498 	{
499 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
500 		.size = 13,
501 		.content = "mtk_governor\n",
502 	},
503 	{
504 		.path = "/sys/devices/system/cpu/cputopo/cpus_per_cluster",
505 		.size = 39,
506 		.content =
507 			"cluster0: f\n"
508 			"cluster1: f0\n"
509 			"cluster2: 300\n",
510 	},
511 	{
512 		.path = "/sys/devices/system/cpu/cputopo/glbinfo",
513 		.size = 87,
514 		.content =
515 			"big/little arch: yes\n"
516 			"nr_cups: 10\n"
517 			"nr_clusters: 3\n"
518 			"cluster0: f\n"
519 			"cluster1: f0\n"
520 			"cluster2: 300\n",
521 	},
522 	{
523 		.path = "/sys/devices/system/cpu/cputopo/is_big_little",
524 		.size = 2,
525 		.content = "1\n",
526 	},
527 	{
528 		.path = "/sys/devices/system/cpu/cputopo/is_multi_cluster",
529 		.size = 2,
530 		.content = "1\n",
531 	},
532 	{
533 		.path = "/sys/devices/system/cpu/cputopo/nr_clusters",
534 		.size = 2,
535 		.content = "3\n",
536 	},
537 	{
538 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
539 		.size = 6,
540 		.content = "0 1 2\n",
541 	},
542 	{
543 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
544 		.size = 8,
545 		.content = "1898000\n",
546 	},
547 	{
548 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
549 		.size = 7,
550 		.content = "249000\n",
551 	},
552 	{
553 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
554 		.size = 5,
555 		.content = "1000\n",
556 	},
557 	{
558 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
559 		.size = 8,
560 		.content = "0 1 2 3\n",
561 	},
562 	{
563 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies",
564 		.size = 125,
565 		.content = "1898000 1863000 1828000 1769000 1678000 1604000 1512000 1421000 1347000 1237000 1145000 1005000 830000 648000 449000 249000 \n",
566 	},
567 	{
568 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
569 		.size = 19,
570 		.content = "sched interactive \n",
571 	},
572 	{
573 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
574 		.size = 8,
575 		.content = "1769000\n",
576 	},
577 	{
578 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
579 		.size = 11,
580 		.content = "mt-cpufreq\n",
581 	},
582 	{
583 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
584 		.size = 12,
585 		.content = "interactive\n",
586 	},
587 	{
588 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
589 		.size = 7,
590 		.content = "648000\n",
591 	},
592 	{
593 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
594 		.size = 187,
595 		.content =
596 			"1898000 1056\n"
597 			"1863000 53\n"
598 			"1828000 82\n"
599 			"1769000 100\n"
600 			"1678000 100\n"
601 			"1604000 130\n"
602 			"1512000 178\n"
603 			"1421000 137\n"
604 			"1347000 225\n"
605 			"1237000 188\n"
606 			"1145000 322\n"
607 			"1005000 232\n"
608 			"830000 214\n"
609 			"648000 684\n"
610 			"449000 326\n"
611 			"249000 397\n",
612 	},
613 	{
614 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
615 		.size = 4,
616 		.content = "702\n",
617 	},
618 	{
619 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/trans_table",
620 		.size = 2941,
621 		.content =
622 			"   From  :    To\n"
623 			"         :   1898000   1863000   1828000   1769000   1678000   1604000   1512000   1421000   1347000   1237000   1145000   1005000    830000    648000    449000    249000 \n"
624 			"  1898000:         0        10        10         4         1         0         1         0         4         0         1         0         4         2         2         3 \n"
625 			"  1863000:        10         0         5         5         0         2         1         0         0         0         0         0         0         0         0         0 \n"
626 			"  1828000:        10         5         0         4         4         1         2         1         0         0         0         0         0         0         0         0 \n"
627 			"  1769000:         2         4         9         0        10         5         2         1         1         0         0         0         0         0         0         0 \n"
628 			"  1678000:         3         4         3         8         0         7         8         6         0         0         1         0         0         0         0         0 \n"
629 			"  1604000:         1         0         0         8        18         0        12         2         3         1         3         0         0         1         0         0 \n"
630 			"  1512000:         0         0         0         4         2        20         0        13        13         7         4         0         0         0         0         0 \n"
631 			"  1421000:         0         0         0         0         1        10        14         0        15         7         2         3         2         0         0         0 \n"
632 			"  1347000:         0         0         0         1         4         2        16        16         0        11        16         2         0         1         0         0 \n"
633 			"  1237000:         1         0         0         0         0         0         4         8        21         0        24         7         2         0         0         0 \n"
634 			"  1145000:         2         0         0         0         0         1         4         3         9        30         0        26         6         0         2         0 \n"
635 			"  1005000:         1         0         0         0         0         1         0         1         2         9        26         0        14         4         0         0 \n"
636 			"   830000:         3         0         0         0         0         0         0         2         0         0         6        16         0        12         1         1 \n"
637 			"   648000:         2         0         0         0         0         0         0         1         0         2         0         4        13         0         1         4 \n"
638 			"   449000:         1         0         0         0         0         0         0         0         0         0         0         0         0         6         0         5 \n"
639 			"   249000:         6         0         0         0         0         0         0         0         0         0         0         0         0         1         6         0 \n",
640 	},
641 	{
642 		.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
643 		.size = 2,
644 		.content = "0\n",
645 	},
646 	{
647 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
648 		.size = 4,
649 		.content = "0-3\n",
650 	},
651 	{
652 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
653 		.size = 4,
654 		.content = "00f\n",
655 	},
656 	{
657 		.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
658 		.size = 2,
659 		.content = "0\n",
660 	},
661 	{
662 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
663 		.size = 2,
664 		.content = "0\n",
665 	},
666 	{
667 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
668 		.size = 4,
669 		.content = "001\n",
670 	},
671 	{
672 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
673 		.size = 8,
674 		.content = "0 1 2 3\n",
675 	},
676 	{
677 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
678 		.size = 8,
679 		.content = "1898000\n",
680 	},
681 	{
682 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
683 		.size = 7,
684 		.content = "249000\n",
685 	},
686 	{
687 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
688 		.size = 5,
689 		.content = "1000\n",
690 	},
691 	{
692 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
693 		.size = 8,
694 		.content = "0 1 2 3\n",
695 	},
696 	{
697 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies",
698 		.size = 125,
699 		.content = "1898000 1863000 1828000 1769000 1678000 1604000 1512000 1421000 1347000 1237000 1145000 1005000 830000 648000 449000 249000 \n",
700 	},
701 	{
702 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
703 		.size = 19,
704 		.content = "sched interactive \n",
705 	},
706 	{
707 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
708 		.size = 8,
709 		.content = "1604000\n",
710 	},
711 	{
712 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
713 		.size = 11,
714 		.content = "mt-cpufreq\n",
715 	},
716 	{
717 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
718 		.size = 12,
719 		.content = "interactive\n",
720 	},
721 	{
722 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
723 		.size = 7,
724 		.content = "648000\n",
725 	},
726 	{
727 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
728 		.size = 188,
729 		.content =
730 			"1898000 1193\n"
731 			"1863000 83\n"
732 			"1828000 113\n"
733 			"1769000 117\n"
734 			"1678000 111\n"
735 			"1604000 141\n"
736 			"1512000 184\n"
737 			"1421000 139\n"
738 			"1347000 229\n"
739 			"1237000 188\n"
740 			"1145000 322\n"
741 			"1005000 232\n"
742 			"830000 214\n"
743 			"648000 684\n"
744 			"449000 326\n"
745 			"249000 397\n",
746 	},
747 	{
748 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
749 		.size = 4,
750 		.content = "754\n",
751 	},
752 	{
753 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/trans_table",
754 		.size = 2941,
755 		.content =
756 			"   From  :    To\n"
757 			"         :   1898000   1863000   1828000   1769000   1678000   1604000   1512000   1421000   1347000   1237000   1145000   1005000    830000    648000    449000    249000 \n"
758 			"  1898000:         0        16        15         6         1         0         1         1         4         0         1         0         4         2         2         3 \n"
759 			"  1863000:        18         0         8         6         0         2         1         0         0         0         0         0         0         0         0         0 \n"
760 			"  1828000:        15        11         0         5         4         1         2         1         0         0         0         0         0         0         0         0 \n"
761 			"  1769000:         3         4        11         0        10         6         3         1         2         0         0         0         0         0         0         0 \n"
762 			"  1678000:         3         4         3        10         0         7         8         6         0         0         1         0         0         0         0         0 \n"
763 			"  1604000:         1         0         1         8        18         0        13         2         3         1         3         0         0         1         0         0 \n"
764 			"  1512000:         0         0         0         4         4        21         0        13        13         7         4         0         0         0         0         0 \n"
765 			"  1421000:         0         0         1         0         1        10        14         0        15         7         2         3         2         0         0         0 \n"
766 			"  1347000:         0         0         0         1         4         3        16        16         0        11        16         2         0         1         0         0 \n"
767 			"  1237000:         1         0         0         0         0         0         4         8        21         0        24         7         2         0         0         0 \n"
768 			"  1145000:         2         0         0         0         0         1         4         3         9        30         0        26         6         0         2         0 \n"
769 			"  1005000:         1         0         0         0         0         1         0         1         2         9        26         0        14         4         0         0 \n"
770 			"   830000:         3         0         0         0         0         0         0         2         0         0         6        16         0        12         1         1 \n"
771 			"   648000:         2         0         0         0         0         0         0         1         0         2         0         4        13         0         1         4 \n"
772 			"   449000:         1         0         0         0         0         0         0         0         0         0         0         0         0         6         0         5 \n"
773 			"   249000:         6         0         0         0         0         0         0         0         0         0         0         0         0         1         6         0 \n",
774 	},
775 	{
776 		.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
777 		.size = 2,
778 		.content = "0\n",
779 	},
780 	{
781 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
782 		.size = 4,
783 		.content = "0-3\n",
784 	},
785 	{
786 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
787 		.size = 4,
788 		.content = "00f\n",
789 	},
790 	{
791 		.path = "/sys/devices/system/cpu/cpu1/topology/core_id",
792 		.size = 2,
793 		.content = "1\n",
794 	},
795 	{
796 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
797 		.size = 2,
798 		.content = "1\n",
799 	},
800 	{
801 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
802 		.size = 4,
803 		.content = "002\n",
804 	},
805 	{
806 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus",
807 		.size = 2,
808 		.content = "0\n",
809 	},
810 	{
811 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq",
812 		.size = 8,
813 		.content = "1898000\n",
814 	},
815 	{
816 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq",
817 		.size = 7,
818 		.content = "249000\n",
819 	},
820 	{
821 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency",
822 		.size = 5,
823 		.content = "1000\n",
824 	},
825 	{
826 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus",
827 		.size = 8,
828 		.content = "0 1 2 3\n",
829 	},
830 	{
831 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies",
832 		.size = 125,
833 		.content = "1898000 1863000 1828000 1769000 1678000 1604000 1512000 1421000 1347000 1237000 1145000 1005000 830000 648000 449000 249000 \n",
834 	},
835 	{
836 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
837 		.size = 19,
838 		.content = "sched interactive \n",
839 	},
840 	{
841 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq",
842 		.size = 7,
843 		.content = "648000\n",
844 	},
845 	{
846 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver",
847 		.size = 11,
848 		.content = "mt-cpufreq\n",
849 	},
850 	{
851 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor",
852 		.size = 12,
853 		.content = "interactive\n",
854 	},
855 	{
856 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
857 		.size = 7,
858 		.content = "648000\n",
859 	},
860 	{
861 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
862 		.size = 189,
863 		.content =
864 			"1898000 1220\n"
865 			"1863000 109\n"
866 			"1828000 146\n"
867 			"1769000 164\n"
868 			"1678000 151\n"
869 			"1604000 208\n"
870 			"1512000 223\n"
871 			"1421000 162\n"
872 			"1347000 250\n"
873 			"1237000 210\n"
874 			"1145000 346\n"
875 			"1005000 277\n"
876 			"830000 266\n"
877 			"648000 872\n"
878 			"449000 326\n"
879 			"249000 397\n",
880 	},
881 	{
882 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
883 		.size = 4,
884 		.content = "931\n",
885 	},
886 	{
887 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/trans_table",
888 		.size = 2941,
889 		.content =
890 			"   From  :    To\n"
891 			"         :   1898000   1863000   1828000   1769000   1678000   1604000   1512000   1421000   1347000   1237000   1145000   1005000    830000    648000    449000    249000 \n"
892 			"  1898000:         0        19        18         8         2         0         1         1         4         0         1         0         4         2         2         3 \n"
893 			"  1863000:        21         0        11        10         0         4         1         0         0         0         0         0         0         0         0         0 \n"
894 			"  1828000:        17        15         0         8         4         3         2         1         0         0         0         0         0         0         0         0 \n"
895 			"  1769000:         6         7        12         0        15         8         5         1         2         0         1         0         0         0         0         0 \n"
896 			"  1678000:         4         5         4        14         0        11        10         6         0         0         1         0         0         0         0         0 \n"
897 			"  1604000:         1         1         3        11        24         0        19         3         3         3         3         0         0         1         0         0 \n"
898 			"  1512000:         0         0         1         5         5        28         0        14        14         9         4         0         0         0         0         0 \n"
899 			"  1421000:         0         0         1         0         1        11        18         0        16         7         4         3         2         0         0         0 \n"
900 			"  1347000:         0         0         0         1         4         4        16        20         0        13        17         2         0         1         0         0 \n"
901 			"  1237000:         1         0         0         0         0         1         4        10        24         0        26         8         3         0         0         0 \n"
902 			"  1145000:         2         0         0         0         0         1         4         3        12        32         0        29         7         0         2         0 \n"
903 			"  1005000:         1         0         0         0         0         1         0         1         2        11        28         0        23         8         0         0 \n"
904 			"   830000:         3         0         0         0         0         0         0         2         0         0         7        21         0        21         1         1 \n"
905 			"   648000:         2         0         0         0         0         0         0         1         0         2         0        12        17         0         1         4 \n"
906 			"   449000:         1         0         0         0         0         0         0         0         0         0         0         0         0         6         0         5 \n"
907 			"   249000:         6         0         0         0         0         0         0         0         0         0         0         0         0         1         6         0 \n",
908 	},
909 	{
910 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus",
911 		.size = 2,
912 		.content = "0\n",
913 	},
914 	{
915 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq",
916 		.size = 8,
917 		.content = "1898000\n",
918 	},
919 	{
920 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq",
921 		.size = 7,
922 		.content = "249000\n",
923 	},
924 	{
925 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency",
926 		.size = 5,
927 		.content = "1000\n",
928 	},
929 	{
930 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus",
931 		.size = 8,
932 		.content = "0 1 2 3\n",
933 	},
934 	{
935 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies",
936 		.size = 125,
937 		.content = "1898000 1863000 1828000 1769000 1678000 1604000 1512000 1421000 1347000 1237000 1145000 1005000 830000 648000 449000 249000 \n",
938 	},
939 	{
940 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
941 		.size = 19,
942 		.content = "sched interactive \n",
943 	},
944 	{
945 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq",
946 		.size = 7,
947 		.content = "648000\n",
948 	},
949 	{
950 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver",
951 		.size = 11,
952 		.content = "mt-cpufreq\n",
953 	},
954 	{
955 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor",
956 		.size = 12,
957 		.content = "interactive\n",
958 	},
959 	{
960 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq",
961 		.size = 7,
962 		.content = "648000\n",
963 	},
964 	{
965 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
966 		.size = 190,
967 		.content =
968 			"1898000 1220\n"
969 			"1863000 109\n"
970 			"1828000 146\n"
971 			"1769000 164\n"
972 			"1678000 151\n"
973 			"1604000 208\n"
974 			"1512000 223\n"
975 			"1421000 162\n"
976 			"1347000 250\n"
977 			"1237000 210\n"
978 			"1145000 346\n"
979 			"1005000 288\n"
980 			"830000 270\n"
981 			"648000 1125\n"
982 			"449000 326\n"
983 			"249000 397\n",
984 	},
985 	{
986 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans",
987 		.size = 4,
988 		.content = "938\n",
989 	},
990 	{
991 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/trans_table",
992 		.size = 2941,
993 		.content =
994 			"   From  :    To\n"
995 			"         :   1898000   1863000   1828000   1769000   1678000   1604000   1512000   1421000   1347000   1237000   1145000   1005000    830000    648000    449000    249000 \n"
996 			"  1898000:         0        19        18         8         2         0         1         1         4         0         1         0         4         2         2         3 \n"
997 			"  1863000:        21         0        11        10         0         4         1         0         0         0         0         0         0         0         0         0 \n"
998 			"  1828000:        17        15         0         8         4         3         2         1         0         0         0         0         0         0         0         0 \n"
999 			"  1769000:         6         7        12         0        15         8         5         1         2         0         1         0         0         0         0         0 \n"
1000 			"  1678000:         4         5         4        14         0        11        10         6         0         0         1         0         0         0         0         0 \n"
1001 			"  1604000:         1         1         3        11        24         0        19         3         3         3         3         0         0         1         0         0 \n"
1002 			"  1512000:         0         0         1         5         5        28         0        14        14         9         4         0         0         0         0         0 \n"
1003 			"  1421000:         0         0         1         0         1        11        18         0        16         7         4         3         2         0         0         0 \n"
1004 			"  1347000:         0         0         0         1         4         4        16        20         0        13        17         2         0         1         0         0 \n"
1005 			"  1237000:         1         0         0         0         0         1         4        10        24         0        26         8         3         0         0         0 \n"
1006 			"  1145000:         2         0         0         0         0         1         4         3        12        32         0        29         7         0         2         0 \n"
1007 			"  1005000:         1         0         0         0         0         1         0         1         2        11        28         0        24         9         0         0 \n"
1008 			"   830000:         3         0         0         0         0         0         0         2         0         0         7        21         0        23         1         1 \n"
1009 			"   648000:         2         0         0         0         0         0         0         1         0         2         0        14        18         0         1         4 \n"
1010 			"   449000:         1         0         0         0         0         0         0         0         0         0         0         0         0         6         0         5 \n"
1011 			"   249000:         6         0         0         0         0         0         0         0         0         0         0         0         0         1         6         0 \n",
1012 	},
1013 	{
1014 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus",
1015 		.size = 1,
1016 		.content = "\n",
1017 	},
1018 	{
1019 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq",
1020 		.size = 8,
1021 		.content = "2197000\n",
1022 	},
1023 	{
1024 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq",
1025 		.size = 7,
1026 		.content = "279000\n",
1027 	},
1028 	{
1029 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency",
1030 		.size = 5,
1031 		.content = "1000\n",
1032 	},
1033 	{
1034 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus",
1035 		.size = 8,
1036 		.content = "4 5 6 7\n",
1037 	},
1038 	{
1039 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors",
1040 		.size = 19,
1041 		.content = "sched interactive \n",
1042 	},
1043 	{
1044 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq",
1045 		.size = 7,
1046 		.content = "687000\n",
1047 	},
1048 	{
1049 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver",
1050 		.size = 11,
1051 		.content = "mt-cpufreq\n",
1052 	},
1053 	{
1054 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor",
1055 		.size = 12,
1056 		.content = "interactive\n",
1057 	},
1058 	{
1059 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
1060 		.size = 8,
1061 		.content = "2197000\n",
1062 	},
1063 	{
1064 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
1065 		.size = 7,
1066 		.content = "687000\n",
1067 	},
1068 	{
1069 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state",
1070 		.size = 185,
1071 		.content =
1072 			"2197000 1085\n"
1073 			"2157000 64\n"
1074 			"2117000 87\n"
1075 			"2040000 100\n"
1076 			"1917000 170\n"
1077 			"1818000 122\n"
1078 			"1694000 77\n"
1079 			"1571000 34\n"
1080 			"1472000 95\n"
1081 			"1324000 100\n"
1082 			"1200000 549\n"
1083 			"1053000 370\n"
1084 			"873000 236\n"
1085 			"687000 2183\n"
1086 			"484000 144\n"
1087 			"279000 450\n",
1088 	},
1089 	{
1090 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans",
1091 		.size = 4,
1092 		.content = "582\n",
1093 	},
1094 	{
1095 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/trans_table",
1096 		.size = 2941,
1097 		.content =
1098 			"   From  :    To\n"
1099 			"         :   2197000   2157000   2117000   2040000   1917000   1818000   1694000   1571000   1472000   1324000   1200000   1053000    873000    687000    484000    279000 \n"
1100 			"  2197000:         0         8         5         4         1         3         2         0         0         1         3         1         0         0         0         0 \n"
1101 			"  2157000:         8         0         3         4         1         2         0         2         0         0         0         0         0         1         0         0 \n"
1102 			"  2117000:         8         3         0         3         2         2         2         0         2         0         0         0         0         0         1         0 \n"
1103 			"  2040000:         5         2         7         0         5         1         3         1         3         1         0         0         0         0         0         2 \n"
1104 			"  1917000:         2         4         4         7         0         4         1         3         1         2         4         0         0         0         0         0 \n"
1105 			"  1818000:         2         3         3         7         7         0         2         0         2         0         2         0         0         1         0         0 \n"
1106 			"  1694000:         1         0         0         1         2         8         0         3         2         2         1         0         0         0         0         0 \n"
1107 			"  1571000:         0         0         0         0         2         5         3         0         2         1         1         0         0         1         0         0 \n"
1108 			"  1472000:         0         0         1         3         1         4         1         5         0         4         4         4         2         0         0         0 \n"
1109 			"  1324000:         0         1         0         0         4         0         1         0        12         0         6         0         1         0         0         1 \n"
1110 			"  1200000:         2         0         0         0         6         0         2         0         3         9         0        18         3         7         0         0 \n"
1111 			"  1053000:         0         0         0         0         0         0         1         0         1         4        16         0        23        10         2         1 \n"
1112 			"   873000:         0         0         0         1         0         0         0         0         0         0         6        19         0        35         3         6 \n"
1113 			"   687000:         0         0         0         0         0         0         1         1         0         1         5        14        33         0        15         6 \n"
1114 			"   484000:         0         0         0         0         0         0         0         0         0         1         2         0         6        12         0        19 \n"
1115 			"   279000:         0         0         0         0         1         0         1         0         0         0         0         2         2        10        19         0 \n",
1116 	},
1117 	{
1118 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus",
1119 		.size = 1,
1120 		.content = "\n",
1121 	},
1122 	{
1123 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq",
1124 		.size = 8,
1125 		.content = "2197000\n",
1126 	},
1127 	{
1128 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq",
1129 		.size = 7,
1130 		.content = "279000\n",
1131 	},
1132 	{
1133 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency",
1134 		.size = 5,
1135 		.content = "1000\n",
1136 	},
1137 	{
1138 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus",
1139 		.size = 8,
1140 		.content = "4 5 6 7\n",
1141 	},
1142 	{
1143 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors",
1144 		.size = 19,
1145 		.content = "sched interactive \n",
1146 	},
1147 	{
1148 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq",
1149 		.size = 7,
1150 		.content = "687000\n",
1151 	},
1152 	{
1153 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver",
1154 		.size = 11,
1155 		.content = "mt-cpufreq\n",
1156 	},
1157 	{
1158 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor",
1159 		.size = 12,
1160 		.content = "interactive\n",
1161 	},
1162 	{
1163 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq",
1164 		.size = 8,
1165 		.content = "2197000\n",
1166 	},
1167 	{
1168 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq",
1169 		.size = 7,
1170 		.content = "687000\n",
1171 	},
1172 	{
1173 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state",
1174 		.size = 185,
1175 		.content =
1176 			"2197000 1085\n"
1177 			"2157000 64\n"
1178 			"2117000 87\n"
1179 			"2040000 100\n"
1180 			"1917000 170\n"
1181 			"1818000 122\n"
1182 			"1694000 77\n"
1183 			"1571000 34\n"
1184 			"1472000 95\n"
1185 			"1324000 100\n"
1186 			"1200000 549\n"
1187 			"1053000 370\n"
1188 			"873000 236\n"
1189 			"687000 3187\n"
1190 			"484000 144\n"
1191 			"279000 450\n",
1192 	},
1193 	{
1194 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans",
1195 		.size = 4,
1196 		.content = "582\n",
1197 	},
1198 	{
1199 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/trans_table",
1200 		.size = 2941,
1201 		.content =
1202 			"   From  :    To\n"
1203 			"         :   2197000   2157000   2117000   2040000   1917000   1818000   1694000   1571000   1472000   1324000   1200000   1053000    873000    687000    484000    279000 \n"
1204 			"  2197000:         0         8         5         4         1         3         2         0         0         1         3         1         0         0         0         0 \n"
1205 			"  2157000:         8         0         3         4         1         2         0         2         0         0         0         0         0         1         0         0 \n"
1206 			"  2117000:         8         3         0         3         2         2         2         0         2         0         0         0         0         0         1         0 \n"
1207 			"  2040000:         5         2         7         0         5         1         3         1         3         1         0         0         0         0         0         2 \n"
1208 			"  1917000:         2         4         4         7         0         4         1         3         1         2         4         0         0         0         0         0 \n"
1209 			"  1818000:         2         3         3         7         7         0         2         0         2         0         2         0         0         1         0         0 \n"
1210 			"  1694000:         1         0         0         1         2         8         0         3         2         2         1         0         0         0         0         0 \n"
1211 			"  1571000:         0         0         0         0         2         5         3         0         2         1         1         0         0         1         0         0 \n"
1212 			"  1472000:         0         0         1         3         1         4         1         5         0         4         4         4         2         0         0         0 \n"
1213 			"  1324000:         0         1         0         0         4         0         1         0        12         0         6         0         1         0         0         1 \n"
1214 			"  1200000:         2         0         0         0         6         0         2         0         3         9         0        18         3         7         0         0 \n"
1215 			"  1053000:         0         0         0         0         0         0         1         0         1         4        16         0        23        10         2         1 \n"
1216 			"   873000:         0         0         0         1         0         0         0         0         0         0         6        19         0        35         3         6 \n"
1217 			"   687000:         0         0         0         0         0         0         1         1         0         1         5        14        33         0        15         6 \n"
1218 			"   484000:         0         0         0         0         0         0         0         0         0         1         2         0         6        12         0        19 \n"
1219 			"   279000:         0         0         0         0         1         0         1         0         0         0         0         2         2        10        19         0 \n",
1220 	},
1221 	{
1222 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus",
1223 		.size = 1,
1224 		.content = "\n",
1225 	},
1226 	{
1227 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq",
1228 		.size = 8,
1229 		.content = "2197000\n",
1230 	},
1231 	{
1232 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq",
1233 		.size = 7,
1234 		.content = "279000\n",
1235 	},
1236 	{
1237 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency",
1238 		.size = 5,
1239 		.content = "1000\n",
1240 	},
1241 	{
1242 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus",
1243 		.size = 8,
1244 		.content = "4 5 6 7\n",
1245 	},
1246 	{
1247 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors",
1248 		.size = 19,
1249 		.content = "sched interactive \n",
1250 	},
1251 	{
1252 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq",
1253 		.size = 7,
1254 		.content = "687000\n",
1255 	},
1256 	{
1257 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver",
1258 		.size = 11,
1259 		.content = "mt-cpufreq\n",
1260 	},
1261 	{
1262 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor",
1263 		.size = 12,
1264 		.content = "interactive\n",
1265 	},
1266 	{
1267 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
1268 		.size = 8,
1269 		.content = "2197000\n",
1270 	},
1271 	{
1272 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq",
1273 		.size = 7,
1274 		.content = "687000\n",
1275 	},
1276 	{
1277 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state",
1278 		.size = 185,
1279 		.content =
1280 			"2197000 1085\n"
1281 			"2157000 64\n"
1282 			"2117000 87\n"
1283 			"2040000 100\n"
1284 			"1917000 170\n"
1285 			"1818000 122\n"
1286 			"1694000 77\n"
1287 			"1571000 34\n"
1288 			"1472000 95\n"
1289 			"1324000 100\n"
1290 			"1200000 549\n"
1291 			"1053000 370\n"
1292 			"873000 236\n"
1293 			"687000 3449\n"
1294 			"484000 144\n"
1295 			"279000 450\n",
1296 	},
1297 	{
1298 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans",
1299 		.size = 4,
1300 		.content = "582\n",
1301 	},
1302 	{
1303 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/trans_table",
1304 		.size = 2941,
1305 		.content =
1306 			"   From  :    To\n"
1307 			"         :   2197000   2157000   2117000   2040000   1917000   1818000   1694000   1571000   1472000   1324000   1200000   1053000    873000    687000    484000    279000 \n"
1308 			"  2197000:         0         8         5         4         1         3         2         0         0         1         3         1         0         0         0         0 \n"
1309 			"  2157000:         8         0         3         4         1         2         0         2         0         0         0         0         0         1         0         0 \n"
1310 			"  2117000:         8         3         0         3         2         2         2         0         2         0         0         0         0         0         1         0 \n"
1311 			"  2040000:         5         2         7         0         5         1         3         1         3         1         0         0         0         0         0         2 \n"
1312 			"  1917000:         2         4         4         7         0         4         1         3         1         2         4         0         0         0         0         0 \n"
1313 			"  1818000:         2         3         3         7         7         0         2         0         2         0         2         0         0         1         0         0 \n"
1314 			"  1694000:         1         0         0         1         2         8         0         3         2         2         1         0         0         0         0         0 \n"
1315 			"  1571000:         0         0         0         0         2         5         3         0         2         1         1         0         0         1         0         0 \n"
1316 			"  1472000:         0         0         1         3         1         4         1         5         0         4         4         4         2         0         0         0 \n"
1317 			"  1324000:         0         1         0         0         4         0         1         0        12         0         6         0         1         0         0         1 \n"
1318 			"  1200000:         2         0         0         0         6         0         2         0         3         9         0        18         3         7         0         0 \n"
1319 			"  1053000:         0         0         0         0         0         0         1         0         1         4        16         0        23        10         2         1 \n"
1320 			"   873000:         0         0         0         1         0         0         0         0         0         0         6        19         0        35         3         6 \n"
1321 			"   687000:         0         0         0         0         0         0         1         1         0         1         5        14        33         0        15         6 \n"
1322 			"   484000:         0         0         0         0         0         0         0         0         0         1         2         0         6        12         0        19 \n"
1323 			"   279000:         0         0         0         0         1         0         1         0         0         0         0         2         2        10        19         0 \n",
1324 	},
1325 	{
1326 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus",
1327 		.size = 1,
1328 		.content = "\n",
1329 	},
1330 	{
1331 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq",
1332 		.size = 8,
1333 		.content = "2197000\n",
1334 	},
1335 	{
1336 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq",
1337 		.size = 7,
1338 		.content = "279000\n",
1339 	},
1340 	{
1341 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency",
1342 		.size = 5,
1343 		.content = "1000\n",
1344 	},
1345 	{
1346 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus",
1347 		.size = 8,
1348 		.content = "4 5 6 7\n",
1349 	},
1350 	{
1351 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors",
1352 		.size = 19,
1353 		.content = "sched interactive \n",
1354 	},
1355 	{
1356 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq",
1357 		.size = 7,
1358 		.content = "687000\n",
1359 	},
1360 	{
1361 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver",
1362 		.size = 11,
1363 		.content = "mt-cpufreq\n",
1364 	},
1365 	{
1366 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor",
1367 		.size = 12,
1368 		.content = "interactive\n",
1369 	},
1370 	{
1371 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq",
1372 		.size = 8,
1373 		.content = "2197000\n",
1374 	},
1375 	{
1376 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq",
1377 		.size = 7,
1378 		.content = "687000\n",
1379 	},
1380 	{
1381 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state",
1382 		.size = 186,
1383 		.content =
1384 			"2197000 1085\n"
1385 			"2157000 64\n"
1386 			"2117000 87\n"
1387 			"2040000 100\n"
1388 			"1917000 174\n"
1389 			"1818000 122\n"
1390 			"1694000 77\n"
1391 			"1571000 36\n"
1392 			"1472000 104\n"
1393 			"1324000 160\n"
1394 			"1200000 556\n"
1395 			"1053000 372\n"
1396 			"873000 242\n"
1397 			"687000 4306\n"
1398 			"484000 144\n"
1399 			"279000 450\n",
1400 	},
1401 	{
1402 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans",
1403 		.size = 4,
1404 		.content = "599\n",
1405 	},
1406 	{
1407 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/trans_table",
1408 		.size = 2941,
1409 		.content =
1410 			"   From  :    To\n"
1411 			"         :   2197000   2157000   2117000   2040000   1917000   1818000   1694000   1571000   1472000   1324000   1200000   1053000    873000    687000    484000    279000 \n"
1412 			"  2197000:         0         8         5         4         1         3         2         0         0         1         3         1         0         0         0         0 \n"
1413 			"  2157000:         8         0         3         4         1         2         0         2         0         0         0         0         0         1         0         0 \n"
1414 			"  2117000:         8         3         0         3         2         2         2         0         2         0         0         0         0         0         1         0 \n"
1415 			"  2040000:         5         2         7         0         5         1         3         1         3         1         0         0         0         0         0         2 \n"
1416 			"  1917000:         2         4         4         7         0         4         1         3         1         2         4         1         0         0         0         0 \n"
1417 			"  1818000:         2         3         3         7         7         0         2         0         2         0         2         0         0         1         0         0 \n"
1418 			"  1694000:         1         0         0         1         2         8         0         3         2         2         1         0         0         0         0         0 \n"
1419 			"  1571000:         0         0         0         0         3         5         3         0         2         1         1         0         0         1         0         0 \n"
1420 			"  1472000:         0         0         1         3         1         4         1         6         0         4         5         4         2         0         0         0 \n"
1421 			"  1324000:         0         1         0         0         4         0         1         0        12         0         6         0         2         2         0         1 \n"
1422 			"  1200000:         2         0         0         0         6         0         2         0         4        10         0        18         4         7         0         0 \n"
1423 			"  1053000:         0         0         0         0         0         0         1         0         1         5        16         0        23        10         2         1 \n"
1424 			"   873000:         0         0         0         1         0         0         0         0         0         0         8        19         0        36         3         6 \n"
1425 			"   687000:         0         0         0         0         0         0         1         1         1         2         5        14        34         0        15         6 \n"
1426 			"   484000:         0         0         0         0         0         0         0         0         0         1         2         0         6        12         0        19 \n"
1427 			"   279000:         0         0         0         0         1         0         1         0         0         0         0         2         2        10        19         0 \n",
1428 	},
1429 	{
1430 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/affected_cpus",
1431 		.size = 1,
1432 		.content = "\n",
1433 	},
1434 	{
1435 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/cpuinfo_max_freq",
1436 		.size = 8,
1437 		.content = "2600000\n",
1438 	},
1439 	{
1440 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/cpuinfo_min_freq",
1441 		.size = 7,
1442 		.content = "328000\n",
1443 	},
1444 	{
1445 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/cpuinfo_transition_latency",
1446 		.size = 5,
1447 		.content = "1000\n",
1448 	},
1449 	{
1450 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/related_cpus",
1451 		.size = 4,
1452 		.content = "8 9\n",
1453 	},
1454 	{
1455 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_available_governors",
1456 		.size = 19,
1457 		.content = "sched interactive \n",
1458 	},
1459 	{
1460 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_cur_freq",
1461 		.size = 7,
1462 		.content = "771000\n",
1463 	},
1464 	{
1465 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_driver",
1466 		.size = 11,
1467 		.content = "mt-cpufreq\n",
1468 	},
1469 	{
1470 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_governor",
1471 		.size = 12,
1472 		.content = "interactive\n",
1473 	},
1474 	{
1475 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_max_freq",
1476 		.size = 8,
1477 		.content = "2452000\n",
1478 	},
1479 	{
1480 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_min_freq",
1481 		.size = 7,
1482 		.content = "771000\n",
1483 	},
1484 	{
1485 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/stats/time_in_state",
1486 		.size = 184,
1487 		.content =
1488 			"2600000 551\n"
1489 			"2452000 562\n"
1490 			"2408000 66\n"
1491 			"2318000 80\n"
1492 			"2173000 124\n"
1493 			"2057000 91\n"
1494 			"1911000 356\n"
1495 			"1766000 413\n"
1496 			"1649000 77\n"
1497 			"1475000 264\n"
1498 			"1329000 573\n"
1499 			"1169000 89\n"
1500 			"974000 179\n"
1501 			"771000 4387\n"
1502 			"551000 225\n"
1503 			"328000 313\n",
1504 	},
1505 	{
1506 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/stats/total_trans",
1507 		.size = 4,
1508 		.content = "474\n",
1509 	},
1510 	{
1511 		.path = "/sys/devices/system/cpu/cpu8/cpufreq/stats/trans_table",
1512 		.size = 2941,
1513 		.content =
1514 			"   From  :    To\n"
1515 			"         :   2600000   2452000   2408000   2318000   2173000   2057000   1911000   1766000   1649000   1475000   1329000   1169000    974000    771000    551000    328000 \n"
1516 			"  2600000:         0         0         0         0         0         0         1         0         0         0         1         0         0         0         1         1 \n"
1517 			"  2452000:         1         0         5         3         0         1         1         0         0         0         1         0         0         2         1         0 \n"
1518 			"  2408000:         1         4         0         6         3         1         3         0         0         0         1         0         0         0         0         0 \n"
1519 			"  2318000:         0         4         3         0         5         5         2         1         1         0         2         0         0         0         0         0 \n"
1520 			"  2173000:         0         3         7         5         0         4         0         0         2         3         1         1         2         0         0         0 \n"
1521 			"  2057000:         0         2         2         4         5         0         5         6         2         0         0         0         0         0         0         0 \n"
1522 			"  1911000:         0         1         1         4        10        11         0         2         2         2         4         1         1         4         0         0 \n"
1523 			"  1766000:         1         0         0         0         1         2         8         0         4         2         2         2         0         0         0         0 \n"
1524 			"  1649000:         1         0         0         1         0         1         7         7         0         5         2         3         0         1         0         0 \n"
1525 			"  1475000:         0         0         0         0         3         1         6         3         9         0         9         3         0         2         0         0 \n"
1526 			"  1329000:         0         1         0         0         1         0         6         1         2        12         0         6         1         1         0         0 \n"
1527 			"  1169000:         0         0         0         0         0         0         0         0         6         7         4         0         9         4         1         1 \n"
1528 			"   974000:         0         0         0         0         0         0         2         2         0         2         2         8         0        28         2         0 \n"
1529 			"   771000:         0         0         1         0         0         0         2         0         0         3         1         4        32         0        16         1 \n"
1530 			"   551000:         0         0         0         0         0         0         0         0         0         0         0         2         1        17         0        19 \n"
1531 			"   328000:         0         0         0         0         0         0         0         0         0         0         1         1         0         2        18         0 \n",
1532 	},
1533 	{
1534 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/affected_cpus",
1535 		.size = 1,
1536 		.content = "\n",
1537 	},
1538 	{
1539 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/cpuinfo_max_freq",
1540 		.size = 8,
1541 		.content = "2600000\n",
1542 	},
1543 	{
1544 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/cpuinfo_min_freq",
1545 		.size = 7,
1546 		.content = "328000\n",
1547 	},
1548 	{
1549 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/cpuinfo_transition_latency",
1550 		.size = 5,
1551 		.content = "1000\n",
1552 	},
1553 	{
1554 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/related_cpus",
1555 		.size = 4,
1556 		.content = "8 9\n",
1557 	},
1558 	{
1559 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/scaling_available_governors",
1560 		.size = 19,
1561 		.content = "sched interactive \n",
1562 	},
1563 	{
1564 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/scaling_cur_freq",
1565 		.size = 7,
1566 		.content = "771000\n",
1567 	},
1568 	{
1569 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/scaling_driver",
1570 		.size = 11,
1571 		.content = "mt-cpufreq\n",
1572 	},
1573 	{
1574 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/scaling_governor",
1575 		.size = 12,
1576 		.content = "interactive\n",
1577 	},
1578 	{
1579 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/scaling_max_freq",
1580 		.size = 8,
1581 		.content = "2452000\n",
1582 	},
1583 	{
1584 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/scaling_min_freq",
1585 		.size = 7,
1586 		.content = "771000\n",
1587 	},
1588 	{
1589 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/stats/time_in_state",
1590 		.size = 184,
1591 		.content =
1592 			"2600000 551\n"
1593 			"2452000 562\n"
1594 			"2408000 66\n"
1595 			"2318000 80\n"
1596 			"2173000 124\n"
1597 			"2057000 91\n"
1598 			"1911000 356\n"
1599 			"1766000 413\n"
1600 			"1649000 77\n"
1601 			"1475000 264\n"
1602 			"1329000 573\n"
1603 			"1169000 89\n"
1604 			"974000 179\n"
1605 			"771000 5352\n"
1606 			"551000 225\n"
1607 			"328000 313\n",
1608 	},
1609 	{
1610 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/stats/total_trans",
1611 		.size = 4,
1612 		.content = "474\n",
1613 	},
1614 	{
1615 		.path = "/sys/devices/system/cpu/cpu9/cpufreq/stats/trans_table",
1616 		.size = 2941,
1617 		.content =
1618 			"   From  :    To\n"
1619 			"         :   2600000   2452000   2408000   2318000   2173000   2057000   1911000   1766000   1649000   1475000   1329000   1169000    974000    771000    551000    328000 \n"
1620 			"  2600000:         0         0         0         0         0         0         1         0         0         0         1         0         0         0         1         1 \n"
1621 			"  2452000:         1         0         5         3         0         1         1         0         0         0         1         0         0         2         1         0 \n"
1622 			"  2408000:         1         4         0         6         3         1         3         0         0         0         1         0         0         0         0         0 \n"
1623 			"  2318000:         0         4         3         0         5         5         2         1         1         0         2         0         0         0         0         0 \n"
1624 			"  2173000:         0         3         7         5         0         4         0         0         2         3         1         1         2         0         0         0 \n"
1625 			"  2057000:         0         2         2         4         5         0         5         6         2         0         0         0         0         0         0         0 \n"
1626 			"  1911000:         0         1         1         4        10        11         0         2         2         2         4         1         1         4         0         0 \n"
1627 			"  1766000:         1         0         0         0         1         2         8         0         4         2         2         2         0         0         0         0 \n"
1628 			"  1649000:         1         0         0         1         0         1         7         7         0         5         2         3         0         1         0         0 \n"
1629 			"  1475000:         0         0         0         0         3         1         6         3         9         0         9         3         0         2         0         0 \n"
1630 			"  1329000:         0         1         0         0         1         0         6         1         2        12         0         6         1         1         0         0 \n"
1631 			"  1169000:         0         0         0         0         0         0         0         0         6         7         4         0         9         4         1         1 \n"
1632 			"   974000:         0         0         0         0         0         0         2         2         0         2         2         8         0        28         2         0 \n"
1633 			"   771000:         0         0         1         0         0         0         2         0         0         3         1         4        32         0        16         1 \n"
1634 			"   551000:         0         0         0         0         0         0         0         0         0         0         0         2         1        17         0        19 \n"
1635 			"   328000:         0         0         0         0         0         0         0         0         0         0         1         1         0         2        18         0 \n",
1636 	},
1637 	{ NULL },
1638 };
1639 
1640 #ifdef __ANDROID__
1641 struct cpuinfo_mock_property properties[] = {
1642 	{
1643 		.key = "af.music.outputid",
1644 		.value = "3",
1645 	},
1646 	{
1647 		.key = "bgw.current3gband",
1648 		.value = "0",
1649 	},
1650 	{
1651 		.key = "camera.disable_zsl_mode",
1652 		.value = "1",
1653 	},
1654 	{
1655 		.key = "cdma.ril.eboot",
1656 		.value = "0",
1657 	},
1658 	{
1659 		.key = "cdma.ril.ecclist",
1660 		.value = "",
1661 	},
1662 	{
1663 		.key = "cdma.ril.ecclist1",
1664 		.value = "",
1665 	},
1666 	{
1667 		.key = "cdma.version.baseband",
1668 		.value = "SIXTH.CBP.MD.MP6.V1.3_P18, 2017/07/15 11:37",
1669 	},
1670 	{
1671 		.key = "dalvik.vm.appimageformat",
1672 		.value = "lz4",
1673 	},
1674 	{
1675 		.key = "dalvik.vm.dex2oat-Xms",
1676 		.value = "64m",
1677 	},
1678 	{
1679 		.key = "dalvik.vm.dex2oat-Xmx",
1680 		.value = "512m",
1681 	},
1682 	{
1683 		.key = "dalvik.vm.heapgrowthlimit",
1684 		.value = "256m",
1685 	},
1686 	{
1687 		.key = "dalvik.vm.heapsize",
1688 		.value = "512m",
1689 	},
1690 	{
1691 		.key = "dalvik.vm.image-dex2oat-Xms",
1692 		.value = "64m",
1693 	},
1694 	{
1695 		.key = "dalvik.vm.image-dex2oat-Xmx",
1696 		.value = "64m",
1697 	},
1698 	{
1699 		.key = "dalvik.vm.isa.arm.features",
1700 		.value = "default",
1701 	},
1702 	{
1703 		.key = "dalvik.vm.isa.arm.variant",
1704 		.value = "cortex-a53",
1705 	},
1706 	{
1707 		.key = "dalvik.vm.isa.arm64.features",
1708 		.value = "default",
1709 	},
1710 	{
1711 		.key = "dalvik.vm.isa.arm64.variant",
1712 		.value = "cortex-a53",
1713 	},
1714 	{
1715 		.key = "dalvik.vm.mtk-stack-trace-file",
1716 		.value = "/data/anr/mtk_traces.txt",
1717 	},
1718 	{
1719 		.key = "dalvik.vm.stack-trace-file",
1720 		.value = "/data/anr/traces.txt",
1721 	},
1722 	{
1723 		.key = "dalvik.vm.usejit",
1724 		.value = "true",
1725 	},
1726 	{
1727 		.key = "dalvik.vm.usejitprofiles",
1728 		.value = "true",
1729 	},
1730 	{
1731 		.key = "debug.MB.running",
1732 		.value = "0",
1733 	},
1734 	{
1735 		.key = "debug.atrace.tags.enableflags",
1736 		.value = "0",
1737 	},
1738 	{
1739 		.key = "debug.choreographer.janklog",
1740 		.value = "false",
1741 	},
1742 	{
1743 		.key = "debug.force_rtl",
1744 		.value = "0",
1745 	},
1746 	{
1747 		.key = "debug.fp.info",
1748 		.value = "0",
1749 	},
1750 	{
1751 		.key = "debug.hwc.bq_count",
1752 		.value = "4",
1753 	},
1754 	{
1755 		.key = "debug.hwc.compose_level",
1756 		.value = "0",
1757 	},
1758 	{
1759 		.key = "debug.hwui.render_dirty_regions",
1760 		.value = "true",
1761 	},
1762 	{
1763 		.key = "debug.mdlogger.Running",
1764 		.value = "0",
1765 	},
1766 	{
1767 		.key = "debug.mdlogger.log2sd.path",
1768 		.value = "internal_sd",
1769 	},
1770 	{
1771 		.key = "debug.mtk.aee.reinit",
1772 		.value = "done",
1773 	},
1774 	{
1775 		.key = "debug.mtk.aee.status",
1776 		.value = "free",
1777 	},
1778 	{
1779 		.key = "debug.mtk.aee.status64",
1780 		.value = "free",
1781 	},
1782 	{
1783 		.key = "debug.mtklog.netlog.Running",
1784 		.value = "0",
1785 	},
1786 	{
1787 		.key = "debug.pq.adl.dbg",
1788 		.value = "0",
1789 	},
1790 	{
1791 		.key = "debug.pq.dshp.en",
1792 		.value = "2",
1793 	},
1794 	{
1795 		.key = "debug.pq.hdr.dbg",
1796 		.value = "0",
1797 	},
1798 	{
1799 		.key = "debug.pq.shp.en",
1800 		.value = "2",
1801 	},
1802 	{
1803 		.key = "dev.bootcomplete",
1804 		.value = "1",
1805 	},
1806 	{
1807 		.key = "drm.service.enabled",
1808 		.value = "true",
1809 	},
1810 	{
1811 		.key = "fmradio.driver.enable",
1812 		.value = "0",
1813 	},
1814 	{
1815 		.key = "gsm.baseband.capability",
1816 		.value = "1023",
1817 	},
1818 	{
1819 		.key = "gsm.current.phone-type",
1820 		.value = "1,1",
1821 	},
1822 	{
1823 		.key = "gsm.gcf.testmode",
1824 		.value = "0",
1825 	},
1826 	{
1827 		.key = "gsm.lte.ca.support",
1828 		.value = "1",
1829 	},
1830 	{
1831 		.key = "gsm.network.type",
1832 		.value = "Unknown,Unknown",
1833 	},
1834 	{
1835 		.key = "gsm.operator.alpha",
1836 		.value = "",
1837 	},
1838 	{
1839 		.key = "gsm.operator.alpha.2",
1840 		.value = "",
1841 	},
1842 	{
1843 		.key = "gsm.operator.iso-country",
1844 		.value = "us",
1845 	},
1846 	{
1847 		.key = "gsm.operator.isroaming",
1848 		.value = "false,false",
1849 	},
1850 	{
1851 		.key = "gsm.operator.numeric",
1852 		.value = "310410",
1853 	},
1854 	{
1855 		.key = "gsm.project.baseband",
1856 		.value = "MZ6799_6M_V2_N(LWCTG_MP1)",
1857 	},
1858 	{
1859 		.key = "gsm.project.baseband.2",
1860 		.value = "MZ6799_6M_V2_N(LWCTG_MP1)",
1861 	},
1862 	{
1863 		.key = "gsm.ril.cardtypeset",
1864 		.value = "",
1865 	},
1866 	{
1867 		.key = "gsm.ril.cardtypeset.2",
1868 		.value = "",
1869 	},
1870 	{
1871 		.key = "gsm.ril.ct3g",
1872 		.value = "0",
1873 	},
1874 	{
1875 		.key = "gsm.ril.ct3g.2",
1876 		.value = "0",
1877 	},
1878 	{
1879 		.key = "gsm.ril.eboot",
1880 		.value = "-1",
1881 	},
1882 	{
1883 		.key = "gsm.ril.fulluicctype",
1884 		.value = "",
1885 	},
1886 	{
1887 		.key = "gsm.ril.fulluicctype.2",
1888 		.value = "",
1889 	},
1890 	{
1891 		.key = "gsm.ril.init",
1892 		.value = "1",
1893 	},
1894 	{
1895 		.key = "gsm.ril.uicctype",
1896 		.value = "",
1897 	},
1898 	{
1899 		.key = "gsm.ril.uicctype.2",
1900 		.value = "",
1901 	},
1902 	{
1903 		.key = "gsm.serial",
1904 		.value = "793QBDR6227XF",
1905 	},
1906 	{
1907 		.key = "gsm.sim.operator.alpha",
1908 		.value = ",",
1909 	},
1910 	{
1911 		.key = "gsm.sim.operator.iso-country",
1912 		.value = ",",
1913 	},
1914 	{
1915 		.key = "gsm.sim.operator.numeric",
1916 		.value = ",",
1917 	},
1918 	{
1919 		.key = "gsm.sim.retry.pin1",
1920 		.value = "",
1921 	},
1922 	{
1923 		.key = "gsm.sim.retry.pin1.2",
1924 		.value = "",
1925 	},
1926 	{
1927 		.key = "gsm.sim.retry.pin2",
1928 		.value = "",
1929 	},
1930 	{
1931 		.key = "gsm.sim.retry.pin2.2",
1932 		.value = "",
1933 	},
1934 	{
1935 		.key = "gsm.sim.retry.puk1",
1936 		.value = "",
1937 	},
1938 	{
1939 		.key = "gsm.sim.retry.puk1.2",
1940 		.value = "",
1941 	},
1942 	{
1943 		.key = "gsm.sim.retry.puk2",
1944 		.value = "",
1945 	},
1946 	{
1947 		.key = "gsm.sim.retry.puk2.2",
1948 		.value = "",
1949 	},
1950 	{
1951 		.key = "gsm.sim.ril.mcc.mnc",
1952 		.value = "",
1953 	},
1954 	{
1955 		.key = "gsm.sim.ril.mcc.mnc.2",
1956 		.value = "",
1957 	},
1958 	{
1959 		.key = "gsm.sim.ril.phbready",
1960 		.value = "",
1961 	},
1962 	{
1963 		.key = "gsm.sim.ril.phbready.2",
1964 		.value = "",
1965 	},
1966 	{
1967 		.key = "gsm.sim.state",
1968 		.value = "ABSENT,ABSENT",
1969 	},
1970 	{
1971 		.key = "gsm.version.baseband",
1972 		.value = "MOLY.LR12.W1645.MD.MP.V1.3.P59, 2017/07/17 11:33",
1973 	},
1974 	{
1975 		.key = "gsm.version.baseband1",
1976 		.value = "MOLY.LR12.W1645.MD.MP.V1.3.P59, 2017/07/17 11:33",
1977 	},
1978 	{
1979 		.key = "gsm.version.ril-impl",
1980 		.value = "android reference-ril 1.0",
1981 	},
1982 	{
1983 		.key = "init.svc.DMAgent",
1984 		.value = "running",
1985 	},
1986 	{
1987 		.key = "init.svc.MPED",
1988 		.value = "running",
1989 	},
1990 	{
1991 		.key = "init.svc.MtkCodecService",
1992 		.value = "running",
1993 	},
1994 	{
1995 		.key = "init.svc.NvRAMAgent",
1996 		.value = "running",
1997 	},
1998 	{
1999 		.key = "init.svc.aal",
2000 		.value = "running",
2001 	},
2002 	{
2003 		.key = "init.svc.adbd",
2004 		.value = "running",
2005 	},
2006 	{
2007 		.key = "init.svc.agpsd",
2008 		.value = "running",
2009 	},
2010 	{
2011 		.key = "init.svc.audioserver",
2012 		.value = "running",
2013 	},
2014 	{
2015 		.key = "init.svc.batterywarning",
2016 		.value = "running",
2017 	},
2018 	{
2019 		.key = "init.svc.bootanim",
2020 		.value = "stopped",
2021 	},
2022 	{
2023 		.key = "init.svc.bootlogoupdater",
2024 		.value = "stopped",
2025 	},
2026 	{
2027 		.key = "init.svc.cameraserver",
2028 		.value = "running",
2029 	},
2030 	{
2031 		.key = "init.svc.ccci3_fsd",
2032 		.value = "running",
2033 	},
2034 	{
2035 		.key = "init.svc.ccci3_mdinit",
2036 		.value = "running",
2037 	},
2038 	{
2039 		.key = "init.svc.ccci_fsd",
2040 		.value = "running",
2041 	},
2042 	{
2043 		.key = "init.svc.ccci_mdinit",
2044 		.value = "running",
2045 	},
2046 	{
2047 		.key = "init.svc.clear-bcb",
2048 		.value = "running",
2049 	},
2050 	{
2051 		.key = "init.svc.console",
2052 		.value = "running",
2053 	},
2054 	{
2055 		.key = "init.svc.debuggerd",
2056 		.value = "running",
2057 	},
2058 	{
2059 		.key = "init.svc.debuggerd64",
2060 		.value = "running",
2061 	},
2062 	{
2063 		.key = "init.svc.drm",
2064 		.value = "running",
2065 	},
2066 	{
2067 		.key = "init.svc.emdlogger1",
2068 		.value = "running",
2069 	},
2070 	{
2071 		.key = "init.svc.emdlogger3",
2072 		.value = "running",
2073 	},
2074 	{
2075 		.key = "init.svc.enableswap",
2076 		.value = "stopped",
2077 	},
2078 	{
2079 		.key = "init.svc.fingerprintd",
2080 		.value = "running",
2081 	},
2082 	{
2083 		.key = "init.svc.flash_recovery",
2084 		.value = "stopped",
2085 	},
2086 	{
2087 		.key = "init.svc.flymed",
2088 		.value = "running",
2089 	},
2090 	{
2091 		.key = "init.svc.fuelgauged",
2092 		.value = "running",
2093 	},
2094 	{
2095 		.key = "init.svc.fuelgauged_nvram",
2096 		.value = "stopped",
2097 	},
2098 	{
2099 		.key = "init.svc.gatekeeperd",
2100 		.value = "running",
2101 	},
2102 	{
2103 		.key = "init.svc.ged_srv",
2104 		.value = "running",
2105 	},
2106 	{
2107 		.key = "init.svc.goodixfpd",
2108 		.value = "running",
2109 	},
2110 	{
2111 		.key = "init.svc.gsm0710muxd",
2112 		.value = "running",
2113 	},
2114 	{
2115 		.key = "init.svc.healthd",
2116 		.value = "running",
2117 	},
2118 	{
2119 		.key = "init.svc.ifaad",
2120 		.value = "running",
2121 	},
2122 	{
2123 		.key = "init.svc.immvibed",
2124 		.value = "running",
2125 	},
2126 	{
2127 		.key = "init.svc.installd",
2128 		.value = "running",
2129 	},
2130 	{
2131 		.key = "init.svc.keystore",
2132 		.value = "running",
2133 	},
2134 	{
2135 		.key = "init.svc.lmkd",
2136 		.value = "running",
2137 	},
2138 	{
2139 		.key = "init.svc.logd",
2140 		.value = "running",
2141 	},
2142 	{
2143 		.key = "init.svc.logd-reinit",
2144 		.value = "stopped",
2145 	},
2146 	{
2147 		.key = "init.svc.mal-daemon",
2148 		.value = "running",
2149 	},
2150 	{
2151 		.key = "init.svc.media",
2152 		.value = "running",
2153 	},
2154 	{
2155 		.key = "init.svc.mediacodec",
2156 		.value = "running",
2157 	},
2158 	{
2159 		.key = "init.svc.mediadrm",
2160 		.value = "running",
2161 	},
2162 	{
2163 		.key = "init.svc.mediaextractor",
2164 		.value = "running",
2165 	},
2166 	{
2167 		.key = "init.svc.mnld",
2168 		.value = "running",
2169 	},
2170 	{
2171 		.key = "init.svc.mobile_log_d",
2172 		.value = "running",
2173 	},
2174 	{
2175 		.key = "init.svc.mpower_manager",
2176 		.value = "running",
2177 	},
2178 	{
2179 		.key = "init.svc.msensord",
2180 		.value = "stopped",
2181 	},
2182 	{
2183 		.key = "init.svc.mtkFlpDaemon",
2184 		.value = "running",
2185 	},
2186 	{
2187 		.key = "init.svc.netd",
2188 		.value = "running",
2189 	},
2190 	{
2191 		.key = "init.svc.netdiag",
2192 		.value = "running",
2193 	},
2194 	{
2195 		.key = "init.svc.nvram_daemon",
2196 		.value = "stopped",
2197 	},
2198 	{
2199 		.key = "init.svc.p2p_supplicant",
2200 		.value = "running",
2201 	},
2202 	{
2203 		.key = "init.svc.perfd",
2204 		.value = "running",
2205 	},
2206 	{
2207 		.key = "init.svc.pq",
2208 		.value = "running",
2209 	},
2210 	{
2211 		.key = "init.svc.program_binary",
2212 		.value = "running",
2213 	},
2214 	{
2215 		.key = "init.svc.remosaic_daemon",
2216 		.value = "running",
2217 	},
2218 	{
2219 		.key = "init.svc.ril-daemon-mtk",
2220 		.value = "running",
2221 	},
2222 	{
2223 		.key = "init.svc.ril-proxy",
2224 		.value = "running",
2225 	},
2226 	{
2227 		.key = "init.svc.servicemanager",
2228 		.value = "running",
2229 	},
2230 	{
2231 		.key = "init.svc.slpd",
2232 		.value = "running",
2233 	},
2234 	{
2235 		.key = "init.svc.sn",
2236 		.value = "running",
2237 	},
2238 	{
2239 		.key = "init.svc.stp_dump",
2240 		.value = "running",
2241 	},
2242 	{
2243 		.key = "init.svc.surfaceflinger",
2244 		.value = "running",
2245 	},
2246 	{
2247 		.key = "init.svc.sysenv_daemon",
2248 		.value = "running",
2249 	},
2250 	{
2251 		.key = "init.svc.teei_daemon",
2252 		.value = "running",
2253 	},
2254 	{
2255 		.key = "init.svc.terservice",
2256 		.value = "stopped",
2257 	},
2258 	{
2259 		.key = "init.svc.thermal",
2260 		.value = "running",
2261 	},
2262 	{
2263 		.key = "init.svc.thermal_manager",
2264 		.value = "stopped",
2265 	},
2266 	{
2267 		.key = "init.svc.thermald",
2268 		.value = "running",
2269 	},
2270 	{
2271 		.key = "init.svc.thermalloadalgod",
2272 		.value = "running",
2273 	},
2274 	{
2275 		.key = "init.svc.ueventd",
2276 		.value = "running",
2277 	},
2278 	{
2279 		.key = "init.svc.viarild",
2280 		.value = "running",
2281 	},
2282 	{
2283 		.key = "init.svc.vold",
2284 		.value = "running",
2285 	},
2286 	{
2287 		.key = "init.svc.volte_imcb",
2288 		.value = "stopped",
2289 	},
2290 	{
2291 		.key = "init.svc.volte_stack",
2292 		.value = "stopped",
2293 	},
2294 	{
2295 		.key = "init.svc.volte_ua",
2296 		.value = "stopped",
2297 	},
2298 	{
2299 		.key = "init.svc.vtservice",
2300 		.value = "running",
2301 	},
2302 	{
2303 		.key = "init.svc.wifi2agps",
2304 		.value = "running",
2305 	},
2306 	{
2307 		.key = "init.svc.wmt_launcher",
2308 		.value = "running",
2309 	},
2310 	{
2311 		.key = "init.svc.wmt_loader",
2312 		.value = "stopped",
2313 	},
2314 	{
2315 		.key = "init.svc.zygote",
2316 		.value = "running",
2317 	},
2318 	{
2319 		.key = "init.svc.zygote_secondary",
2320 		.value = "running",
2321 	},
2322 	{
2323 		.key = "keyguard.no_require_sim",
2324 		.value = "true",
2325 	},
2326 	{
2327 		.key = "log.tag",
2328 		.value = "I",
2329 	},
2330 	{
2331 		.key = "log.tag.VibeTonz",
2332 		.value = "ERROR",
2333 	},
2334 	{
2335 		.key = "log.tag.WifiHW",
2336 		.value = "W",
2337 	},
2338 	{
2339 		.key = "logmuch.detect.delay",
2340 		.value = "1",
2341 	},
2342 	{
2343 		.key = "media.wfd.portrait",
2344 		.value = "0",
2345 	},
2346 	{
2347 		.key = "media.wfd.video-format",
2348 		.value = "5",
2349 	},
2350 	{
2351 		.key = "mediatek.wlan.chip",
2352 		.value = "CONSYS_MT6799",
2353 	},
2354 	{
2355 		.key = "mediatek.wlan.ctia",
2356 		.value = "0",
2357 	},
2358 	{
2359 		.key = "mediatek.wlan.module.postfix",
2360 		.value = "_consys_mt6799",
2361 	},
2362 	{
2363 		.key = "mtk.eccci.c2k",
2364 		.value = "enabled",
2365 	},
2366 	{
2367 		.key = "mtk.md1.status",
2368 		.value = "ready",
2369 	},
2370 	{
2371 		.key = "mtk.md3.status",
2372 		.value = "ready",
2373 	},
2374 	{
2375 		.key = "mtk.vdec.waitkeyframeforplay",
2376 		.value = "1",
2377 	},
2378 	{
2379 		.key = "mtk_wifi.fwpath",
2380 		.value = "STA",
2381 	},
2382 	{
2383 		.key = "net.bt.name",
2384 		.value = "Android",
2385 	},
2386 	{
2387 		.key = "net.cdma.boottimes",
2388 		.value = "1",
2389 	},
2390 	{
2391 		.key = "net.cdma.mdmstat",
2392 		.value = "ready",
2393 	},
2394 	{
2395 		.key = "net.cdma.via.card.state",
2396 		.value = "locked_or_absent",
2397 	},
2398 	{
2399 		.key = "net.cdma.via.service.state",
2400 		.value = "out of service",
2401 	},
2402 	{
2403 		.key = "net.change",
2404 		.value = "net.dns2",
2405 	},
2406 	{
2407 		.key = "net.dns1",
2408 		.value = "208.67.222.222",
2409 	},
2410 	{
2411 		.key = "net.dns2",
2412 		.value = "208.67.220.220",
2413 	},
2414 	{
2415 		.key = "net.handover.rat",
2416 		.value = "0",
2417 	},
2418 	{
2419 		.key = "net.handover.thlte",
2420 		.value = "-116,-111,-106",
2421 	},
2422 	{
2423 		.key = "net.hostname",
2424 		.value = "android-8004874998a95272",
2425 	},
2426 	{
2427 		.key = "net.nsiot_pending",
2428 		.value = "false",
2429 	},
2430 	{
2431 		.key = "net.perf.internal.cpu.core",
2432 		.value = "4,4,0,0,0,0",
2433 	},
2434 	{
2435 		.key = "net.perf.internal.cpu.freq",
2436 		.value = "-1,-1,-1,-1,-1,-1",
2437 	},
2438 	{
2439 		.key = "net.perf.rps.default",
2440 		.value = "3ff",
2441 	},
2442 	{
2443 		.key = "net.perf.tether.cpu.core",
2444 		.value = "4,4,0,0,0,0",
2445 	},
2446 	{
2447 		.key = "net.perf.tether.cpu.freq",
2448 		.value = "1183000,1638000,0,0,0,0",
2449 	},
2450 	{
2451 		.key = "net.perf.tether.rps",
2452 		.value = "00f",
2453 	},
2454 	{
2455 		.key = "net.qtaguid_enabled",
2456 		.value = "1",
2457 	},
2458 	{
2459 		.key = "net.tcp.default_init_rwnd",
2460 		.value = "60",
2461 	},
2462 	{
2463 		.key = "persist.bluetooth.disableabsvol",
2464 		.value = "true",
2465 	},
2466 	{
2467 		.key = "persist.dm.lock",
2468 		.value = "false",
2469 	},
2470 	{
2471 		.key = "persist.log.tag",
2472 		.value = "",
2473 	},
2474 	{
2475 		.key = "persist.log.tag.C2K_AT",
2476 		.value = "I",
2477 	},
2478 	{
2479 		.key = "persist.log.tag.C2K_ATConfig",
2480 		.value = "I",
2481 	},
2482 	{
2483 		.key = "persist.log.tag.C2K_RILC",
2484 		.value = "I",
2485 	},
2486 	{
2487 		.key = "persist.log.tag.CdmaMoSms",
2488 		.value = "I",
2489 	},
2490 	{
2491 		.key = "persist.log.tag.CdmaMtSms",
2492 		.value = "I",
2493 	},
2494 	{
2495 		.key = "persist.log.tag.DCT",
2496 		.value = "D",
2497 	},
2498 	{
2499 		.key = "persist.log.tag.LIBC2K_RIL",
2500 		.value = "I",
2501 	},
2502 	{
2503 		.key = "persist.meta.dumpdata",
2504 		.value = "0",
2505 	},
2506 	{
2507 		.key = "persist.mtk.connsys.poweron.ctl",
2508 		.value = "0",
2509 	},
2510 	{
2511 		.key = "persist.mtk.volte.enable",
2512 		.value = "0",
2513 	},
2514 	{
2515 		.key = "persist.mtk.wcn.combo.chipid",
2516 		.value = "0x6632",
2517 	},
2518 	{
2519 		.key = "persist.mtk.wcn.dynamic.dump",
2520 		.value = "0",
2521 	},
2522 	{
2523 		.key = "persist.mtk.wcn.patch.version",
2524 		.value = "20170605b00100D",
2525 	},
2526 	{
2527 		.key = "persist.mtk_ims_support",
2528 		.value = "1",
2529 	},
2530 	{
2531 		.key = "persist.mtk_nlp_switch_support",
2532 		.value = "1",
2533 	},
2534 	{
2535 		.key = "persist.mtk_vilte_support",
2536 		.value = "0",
2537 	},
2538 	{
2539 		.key = "persist.mtk_volte_support",
2540 		.value = "1",
2541 	},
2542 	{
2543 		.key = "persist.mtkperfservice.enable",
2544 		.value = "false",
2545 	},
2546 	{
2547 		.key = "persist.perf.url.wxhb",
2548 		.value = "http://wx.gtimg.com/hongbao/1701/hb.png",
2549 	},
2550 	{
2551 		.key = "persist.perf.wm_static_blur",
2552 		.value = "true",
2553 	},
2554 	{
2555 		.key = "persist.radio.cdma_slot",
2556 		.value = "1",
2557 	},
2558 	{
2559 		.key = "persist.radio.data.iccid",
2560 		.value = "",
2561 	},
2562 	{
2563 		.key = "persist.radio.default.sim",
2564 		.value = "0",
2565 	},
2566 	{
2567 		.key = "persist.radio.fd.counter",
2568 		.value = "150",
2569 	},
2570 	{
2571 		.key = "persist.radio.fd.off.counter",
2572 		.value = "50",
2573 	},
2574 	{
2575 		.key = "persist.radio.fd.off.r8.counter",
2576 		.value = "50",
2577 	},
2578 	{
2579 		.key = "persist.radio.fd.r8.counter",
2580 		.value = "150",
2581 	},
2582 	{
2583 		.key = "persist.radio.flashless.fsm",
2584 		.value = "0",
2585 	},
2586 	{
2587 		.key = "persist.radio.flashless.fsm_cst",
2588 		.value = "0",
2589 	},
2590 	{
2591 		.key = "persist.radio.flashless.fsm_rw",
2592 		.value = "0",
2593 	},
2594 	{
2595 		.key = "persist.radio.fourgOff",
2596 		.value = "1",
2597 	},
2598 	{
2599 		.key = "persist.radio.ia",
2600 		.value = "",
2601 	},
2602 	{
2603 		.key = "persist.radio.ia-apn",
2604 		.value = "",
2605 	},
2606 	{
2607 		.key = "persist.radio.lte.chip",
2608 		.value = "0",
2609 	},
2610 	{
2611 		.key = "persist.radio.mobile.data",
2612 		.value = "0,0",
2613 	},
2614 	{
2615 		.key = "persist.radio.mtk_dsbp_support",
2616 		.value = "1",
2617 	},
2618 	{
2619 		.key = "persist.radio.mtk_ps2_rat",
2620 		.value = "W/G",
2621 	},
2622 	{
2623 		.key = "persist.radio.mtk_ps3_rat",
2624 		.value = "G",
2625 	},
2626 	{
2627 		.key = "persist.radio.multisim.config",
2628 		.value = "dsds",
2629 	},
2630 	{
2631 		.key = "persist.radio.reset_on_switch",
2632 		.value = "false",
2633 	},
2634 	{
2635 		.key = "persist.radio.simswitch",
2636 		.value = "1",
2637 	},
2638 	{
2639 		.key = "persist.service.acm.enable",
2640 		.value = "0",
2641 	},
2642 	{
2643 		.key = "persist.service.bdroid.bdaddr",
2644 		.value = "22:22:0f:a1:e7:36",
2645 	},
2646 	{
2647 		.key = "persist.service.stk.shutdown",
2648 		.value = "0",
2649 	},
2650 	{
2651 		.key = "persist.sf.dualdisplay",
2652 		.value = "1",
2653 	},
2654 	{
2655 		.key = "persist.sf.ssr.controlbar",
2656 		.value = "0",
2657 	},
2658 	{
2659 		.key = "persist.sf.startingwindow.gles",
2660 		.value = "1",
2661 	},
2662 	{
2663 		.key = "persist.sys.app.compiler",
2664 		.value = "speed",
2665 	},
2666 	{
2667 		.key = "persist.sys.app.thread",
2668 		.value = "4",
2669 	},
2670 	{
2671 		.key = "persist.sys.bluelight.default",
2672 		.value = "128",
2673 	},
2674 	{
2675 		.key = "persist.sys.bluelight.enabled",
2676 		.value = "0",
2677 	},
2678 	{
2679 		.key = "persist.sys.dalvik.vm.lib.2",
2680 		.value = "libart.so",
2681 	},
2682 	{
2683 		.key = "persist.sys.disable_blur_view",
2684 		.value = "true",
2685 	},
2686 	{
2687 		.key = "persist.sys.enable.stepcounter",
2688 		.value = "true",
2689 	},
2690 	{
2691 		.key = "persist.sys.fast_charge",
2692 		.value = "1",
2693 	},
2694 	{
2695 		.key = "persist.sys.fingerprint.hbd",
2696 		.value = "false",
2697 	},
2698 	{
2699 		.key = "persist.sys.first_time_boot",
2700 		.value = "false",
2701 	},
2702 	{
2703 		.key = "persist.sys.get_stacks_perm",
2704 		.value = "1",
2705 	},
2706 	{
2707 		.key = "persist.sys.keyguard_intercept",
2708 		.value = "true",
2709 	},
2710 	{
2711 		.key = "persist.sys.lock.charge",
2712 		.value = "true",
2713 	},
2714 	{
2715 		.key = "persist.sys.log-events.enable",
2716 		.value = "0",
2717 	},
2718 	{
2719 		.key = "persist.sys.log-main.enable",
2720 		.value = "0",
2721 	},
2722 	{
2723 		.key = "persist.sys.log-radio.enable",
2724 		.value = "0",
2725 	},
2726 	{
2727 		.key = "persist.sys.log-system.enable",
2728 		.value = "0",
2729 	},
2730 	{
2731 		.key = "persist.sys.log_reject_level",
2732 		.value = "3",
2733 	},
2734 	{
2735 		.key = "persist.sys.meizu.codepage",
2736 		.value = "gbk",
2737 	},
2738 	{
2739 		.key = "persist.sys.meizu.region",
2740 		.value = "cn",
2741 	},
2742 	{
2743 		.key = "persist.sys.mstore.dl.num",
2744 		.value = "1",
2745 	},
2746 	{
2747 		.key = "persist.sys.mtk_app_aal_support",
2748 		.value = "1",
2749 	},
2750 	{
2751 		.key = "persist.sys.mute.state",
2752 		.value = "2",
2753 	},
2754 	{
2755 		.key = "persist.sys.plugin.compiler",
2756 		.value = "interpret-only",
2757 	},
2758 	{
2759 		.key = "persist.sys.plugin.path",
2760 		.value = "/data/data/|/data/user/",
2761 	},
2762 	{
2763 		.key = "persist.sys.pq.adl.idx",
2764 		.value = "0",
2765 	},
2766 	{
2767 		.key = "persist.sys.pq.hdr.en",
2768 		.value = "1",
2769 	},
2770 	{
2771 		.key = "persist.sys.pq.iso.shp.en",
2772 		.value = "2",
2773 	},
2774 	{
2775 		.key = "persist.sys.pq.log.en",
2776 		.value = "0",
2777 	},
2778 	{
2779 		.key = "persist.sys.pq.mdp.color.dbg",
2780 		.value = "1",
2781 	},
2782 	{
2783 		.key = "persist.sys.pq.mdp.color.idx",
2784 		.value = "0",
2785 	},
2786 	{
2787 		.key = "persist.sys.pq.shp.idx",
2788 		.value = "2",
2789 	},
2790 	{
2791 		.key = "persist.sys.pq.ultrares.en",
2792 		.value = "2",
2793 	},
2794 	{
2795 		.key = "persist.sys.profiler_ms",
2796 		.value = "0",
2797 	},
2798 	{
2799 		.key = "persist.sys.sd.defaultpath",
2800 		.value = "/storage/emulated/0",
2801 	},
2802 	{
2803 		.key = "persist.sys.sf.camera",
2804 		.value = "1",
2805 	},
2806 	{
2807 		.key = "persist.sys.static_blur_mode",
2808 		.value = "false",
2809 	},
2810 	{
2811 		.key = "persist.sys.timezone",
2812 		.value = "Asia/Shanghai",
2813 	},
2814 	{
2815 		.key = "persist.sys.ui.hw",
2816 		.value = "true",
2817 	},
2818 	{
2819 		.key = "persist.sys.usb.config",
2820 		.value = "mtp,adb",
2821 	},
2822 	{
2823 		.key = "persist.sys.use.flyme.icon",
2824 		.value = "true",
2825 	},
2826 	{
2827 		.key = "persist.sys.webview.vmsize",
2828 		.value = "143153984",
2829 	},
2830 	{
2831 		.key = "persist.thermalconfig.high",
2832 		.value = "/vendor/etc/.tp/thermal.high.conf",
2833 	},
2834 	{
2835 		.key = "persist.thermalconfig.mid",
2836 		.value = "/vendor/etc/.tp/thermal.mid.conf",
2837 	},
2838 	{
2839 		.key = "persist.thermalconfig.off",
2840 		.value = "/vendor/etc/.tp/thermal.off.conf",
2841 	},
2842 	{
2843 		.key = "persist.thermalconfig.powersave",
2844 		.value = "/vendor/etc/.tp/thermal.low.conf",
2845 	},
2846 	{
2847 		.key = "persist.thermalmanager.enable",
2848 		.value = "true",
2849 	},
2850 	{
2851 		.key = "persist.thermalmanager.path",
2852 		.value = "/vendor/bin/thermal_manager",
2853 	},
2854 	{
2855 		.key = "pm.dexopt.ab-ota",
2856 		.value = "speed-profile",
2857 	},
2858 	{
2859 		.key = "pm.dexopt.bg-dexopt",
2860 		.value = "speed-profile",
2861 	},
2862 	{
2863 		.key = "pm.dexopt.boot",
2864 		.value = "verify-profile",
2865 	},
2866 	{
2867 		.key = "pm.dexopt.core-app",
2868 		.value = "speed",
2869 	},
2870 	{
2871 		.key = "pm.dexopt.first-boot",
2872 		.value = "interpret-only",
2873 	},
2874 	{
2875 		.key = "pm.dexopt.forced-dexopt",
2876 		.value = "speed",
2877 	},
2878 	{
2879 		.key = "pm.dexopt.install",
2880 		.value = "interpret-only",
2881 	},
2882 	{
2883 		.key = "pm.dexopt.nsys-library",
2884 		.value = "speed",
2885 	},
2886 	{
2887 		.key = "pm.dexopt.shared-apk",
2888 		.value = "speed",
2889 	},
2890 	{
2891 		.key = "qemu.hw.mainkeys",
2892 		.value = "1",
2893 	},
2894 	{
2895 		.key = "recovery.service.support",
2896 		.value = "true",
2897 	},
2898 	{
2899 		.key = "ril.active.md",
2900 		.value = "12",
2901 	},
2902 	{
2903 		.key = "ril.cdma.card.omh",
2904 		.value = "-1",
2905 	},
2906 	{
2907 		.key = "ril.cdma.card.type.1",
2908 		.value = "",
2909 	},
2910 	{
2911 		.key = "ril.cdma.card.type.2",
2912 		.value = "",
2913 	},
2914 	{
2915 		.key = "ril.cdma.emdstatus.protocol",
2916 		.value = "1,-1",
2917 	},
2918 	{
2919 		.key = "ril.cdma.emdstatus.send",
2920 		.value = "1",
2921 	},
2922 	{
2923 		.key = "ril.cdma.enhance.version",
2924 		.value = "1",
2925 	},
2926 	{
2927 		.key = "ril.cdma.meid",
2928 		.value = "86309803104951",
2929 	},
2930 	{
2931 		.key = "ril.cdma.report",
2932 		.value = "0",
2933 	},
2934 	{
2935 		.key = "ril.cdma.report.case",
2936 		.value = "0",
2937 	},
2938 	{
2939 		.key = "ril.cdma.switching",
2940 		.value = "0",
2941 	},
2942 	{
2943 		.key = "ril.cdma.uimid",
2944 		.value = "0",
2945 	},
2946 	{
2947 		.key = "ril.ecc.service.category.list",
2948 		.value = "",
2949 	},
2950 	{
2951 		.key = "ril.ecclist",
2952 		.value = "",
2953 	},
2954 	{
2955 		.key = "ril.ecclist1",
2956 		.value = "",
2957 	},
2958 	{
2959 		.key = "ril.external.md",
2960 		.value = "0",
2961 	},
2962 	{
2963 		.key = "ril.fd.mode",
2964 		.value = "1",
2965 	},
2966 	{
2967 		.key = "ril.first.md",
2968 		.value = "1",
2969 	},
2970 	{
2971 		.key = "ril.flightmode.poweroffMD",
2972 		.value = "0",
2973 	},
2974 	{
2975 		.key = "ril.gsm.imei",
2976 		.value = "863098031049497,863098031049505",
2977 	},
2978 	{
2979 		.key = "ril.ia.iccid",
2980 		.value = "",
2981 	},
2982 	{
2983 		.key = "ril.iccid.sim1",
2984 		.value = "N/A",
2985 	},
2986 	{
2987 		.key = "ril.iccid.sim2",
2988 		.value = "N/A",
2989 	},
2990 	{
2991 		.key = "ril.imsi.status.sim1",
2992 		.value = "0",
2993 	},
2994 	{
2995 		.key = "ril.imsi.status.sim2",
2996 		.value = "0",
2997 	},
2998 	{
2999 		.key = "ril.ipo.radiooff",
3000 		.value = "0",
3001 	},
3002 	{
3003 		.key = "ril.ipo.radiooff.2",
3004 		.value = "0",
3005 	},
3006 	{
3007 		.key = "ril.mal.flag",
3008 		.value = "0",
3009 	},
3010 	{
3011 		.key = "ril.mal.socket",
3012 		.value = "rilproxy-mal",
3013 	},
3014 	{
3015 		.key = "ril.mux.ee.md1",
3016 		.value = "0",
3017 	},
3018 	{
3019 		.key = "ril.mux.report.case",
3020 		.value = "0",
3021 	},
3022 	{
3023 		.key = "ril.nw.erat.ext.support",
3024 		.value = "1",
3025 	},
3026 	{
3027 		.key = "ril.nw.worldmode.activemode",
3028 		.value = "1",
3029 	},
3030 	{
3031 		.key = "ril.nw.worldmode.keep_3g_mode",
3032 		.value = "-1",
3033 	},
3034 	{
3035 		.key = "ril.phone1.mapped.md",
3036 		.value = "MD1",
3037 	},
3038 	{
3039 		.key = "ril.pid.1",
3040 		.value = "892",
3041 	},
3042 	{
3043 		.key = "ril.radio.ia",
3044 		.value = "",
3045 	},
3046 	{
3047 		.key = "ril.radio.ia-apn",
3048 		.value = "",
3049 	},
3050 	{
3051 		.key = "ril.radiooff.poweroffMD",
3052 		.value = "0",
3053 	},
3054 	{
3055 		.key = "ril.read.imsi",
3056 		.value = "1",
3057 	},
3058 	{
3059 		.key = "ril.rilproxy",
3060 		.value = "1",
3061 	},
3062 	{
3063 		.key = "ril.specific.sm_cause",
3064 		.value = "0",
3065 	},
3066 	{
3067 		.key = "ril.telephony.mode",
3068 		.value = "0",
3069 	},
3070 	{
3071 		.key = "ril.uim.subscriberid.1",
3072 		.value = "N/A",
3073 	},
3074 	{
3075 		.key = "ril.uim.subscriberid.2",
3076 		.value = "N/A",
3077 	},
3078 	{
3079 		.key = "ril.volte.mal.latency",
3080 		.value = "65535",
3081 	},
3082 	{
3083 		.key = "ril.volte.mal.opkey",
3084 		.value = "0x0001",
3085 	},
3086 	{
3087 		.key = "ril.volte.mal.pkterrth",
3088 		.value = "99",
3089 	},
3090 	{
3091 		.key = "ril.volte.mal.pktlosth",
3092 		.value = "99",
3093 	},
3094 	{
3095 		.key = "ril.volte.mal.rb_hoddc_t",
3096 		.value = "3",
3097 	},
3098 	{
3099 		.key = "ril.volte.mal.rb_hol2w_t",
3100 		.value = "10",
3101 	},
3102 	{
3103 		.key = "ril.volte.mal.rb_how2l_t",
3104 		.value = "150",
3105 	},
3106 	{
3107 		.key = "ril.volte.mal.retranth",
3108 		.value = "99",
3109 	},
3110 	{
3111 		.key = "ril.volte.mal.throupt",
3112 		.value = "65535",
3113 	},
3114 	{
3115 		.key = "ril.volte.mal.vijit",
3116 		.value = "3",
3117 	},
3118 	{
3119 		.key = "ril.volte.mal.vojit",
3120 		.value = "26",
3121 	},
3122 	{
3123 		.key = "ril.volte.mal.vtcall_plr",
3124 		.value = "200",
3125 	},
3126 	{
3127 		.key = "ril.volte.mal.vtcall_rtl",
3128 		.value = "300",
3129 	},
3130 	{
3131 		.key = "rild.libargs",
3132 		.value = "-d /dev/ttyC0",
3133 	},
3134 	{
3135 		.key = "rild.libpath",
3136 		.value = "mtk-ril.so",
3137 	},
3138 	{
3139 		.key = "rild.mark_switchuser",
3140 		.value = "0",
3141 	},
3142 	{
3143 		.key = "ro.adb.secure",
3144 		.value = "1",
3145 	},
3146 	{
3147 		.key = "ro.aee.boost",
3148 		.value = "on",
3149 	},
3150 	{
3151 		.key = "ro.aee.enperf",
3152 		.value = "off",
3153 	},
3154 	{
3155 		.key = "ro.allow.mock.location",
3156 		.value = "0",
3157 	},
3158 	{
3159 		.key = "ro.ap_info_monitor",
3160 		.value = "0",
3161 	},
3162 	{
3163 		.key = "ro.audio.silent",
3164 		.value = "0",
3165 	},
3166 	{
3167 		.key = "ro.baseband",
3168 		.value = "unknown",
3169 	},
3170 	{
3171 		.key = "ro.board.platform",
3172 		.value = "mt6799",
3173 	},
3174 	{
3175 		.key = "ro.boot.bootreason",
3176 		.value = "wdt_by_pass_pwk",
3177 	},
3178 	{
3179 		.key = "ro.boot.flash.locked",
3180 		.value = "1",
3181 	},
3182 	{
3183 		.key = "ro.boot.hardware",
3184 		.value = "mt6799",
3185 	},
3186 	{
3187 		.key = "ro.boot.mode",
3188 		.value = "normal",
3189 	},
3190 	{
3191 		.key = "ro.boot.opt_c2k_lte_mode",
3192 		.value = "2",
3193 	},
3194 	{
3195 		.key = "ro.boot.opt_c2k_support",
3196 		.value = "1",
3197 	},
3198 	{
3199 		.key = "ro.boot.opt_eccci_c2k",
3200 		.value = "1",
3201 	},
3202 	{
3203 		.key = "ro.boot.opt_irat_support",
3204 		.value = "1",
3205 	},
3206 	{
3207 		.key = "ro.boot.opt_lte_support",
3208 		.value = "1",
3209 	},
3210 	{
3211 		.key = "ro.boot.opt_md1_support",
3212 		.value = "12",
3213 	},
3214 	{
3215 		.key = "ro.boot.opt_md3_support",
3216 		.value = "2",
3217 	},
3218 	{
3219 		.key = "ro.boot.opt_ps1_rat",
3220 		.value = "C/Lf/Lt/W/T/G",
3221 	},
3222 	{
3223 		.key = "ro.boot.opt_using_default",
3224 		.value = "1",
3225 	},
3226 	{
3227 		.key = "ro.boot.selinux",
3228 		.value = "permissive",
3229 	},
3230 	{
3231 		.key = "ro.boot.serialno",
3232 		.value = "793QBDR6227XF",
3233 	},
3234 	{
3235 		.key = "ro.boot.verifiedbootstate",
3236 		.value = "green",
3237 	},
3238 	{
3239 		.key = "ro.bootimage.build.date",
3240 		.value = "Wed Aug 2 21:54:37 CST 2017",
3241 	},
3242 	{
3243 		.key = "ro.bootimage.build.date.utc",
3244 		.value = "1501682077",
3245 	},
3246 	{
3247 		.key = "ro.bootimage.build.fingerprint",
3248 		.value = "Meizu/full_mz6799_6m_v2_2k_n/mz6799_6m_v2_2k_n:7.0/NRD90M/1501682079:user/release-keys",
3249 	},
3250 	{
3251 		.key = "ro.bootloader",
3252 		.value = "unknown",
3253 	},
3254 	{
3255 		.key = "ro.bootmode",
3256 		.value = "normal",
3257 	},
3258 	{
3259 		.key = "ro.build.characteristics",
3260 		.value = "default",
3261 	},
3262 	{
3263 		.key = "ro.build.cta",
3264 		.value = "noncta",
3265 	},
3266 	{
3267 		.key = "ro.build.date",
3268 		.value = "Wed Aug  2 21:54:37 CST 2017",
3269 	},
3270 	{
3271 		.key = "ro.build.date.utc",
3272 		.value = "1501682077",
3273 	},
3274 	{
3275 		.key = "ro.build.description",
3276 		.value = "meizu_PRO7Plus-user 7.0 NRD90M 1501682079 release-keys",
3277 	},
3278 	{
3279 		.key = "ro.build.display.id",
3280 		.value = "Flyme 6.1.2.2A",
3281 	},
3282 	{
3283 		.key = "ro.build.fingerprint",
3284 		.value = "Meizu/meizu_PRO7Plus/PRO7Plus:7.0/NRD90M/1501682079:user/release-keys",
3285 	},
3286 	{
3287 		.key = "ro.build.flavor",
3288 		.value = "full_mz6799_6m_v2_2k_n-user",
3289 	},
3290 	{
3291 		.key = "ro.build.host",
3292 		.value = "mz-builder-5",
3293 	},
3294 	{
3295 		.key = "ro.build.id",
3296 		.value = "NRD90M",
3297 	},
3298 	{
3299 		.key = "ro.build.inside.id",
3300 		.value = "7.0-20170802214020",
3301 	},
3302 	{
3303 		.key = "ro.build.mask.id",
3304 		.value = "7.0-1501681220_stable",
3305 	},
3306 	{
3307 		.key = "ro.build.product",
3308 		.value = "PRO7Plus",
3309 	},
3310 	{
3311 		.key = "ro.build.tags",
3312 		.value = "release-keys",
3313 	},
3314 	{
3315 		.key = "ro.build.type",
3316 		.value = "user",
3317 	},
3318 	{
3319 		.key = "ro.build.user",
3320 		.value = "flyme",
3321 	},
3322 	{
3323 		.key = "ro.build.version.all_codenames",
3324 		.value = "REL",
3325 	},
3326 	{
3327 		.key = "ro.build.version.base_os",
3328 		.value = "",
3329 	},
3330 	{
3331 		.key = "ro.build.version.codename",
3332 		.value = "REL",
3333 	},
3334 	{
3335 		.key = "ro.build.version.incremental",
3336 		.value = "1501682079",
3337 	},
3338 	{
3339 		.key = "ro.build.version.preview_sdk",
3340 		.value = "0",
3341 	},
3342 	{
3343 		.key = "ro.build.version.release",
3344 		.value = "7.0",
3345 	},
3346 	{
3347 		.key = "ro.build.version.sdk",
3348 		.value = "24",
3349 	},
3350 	{
3351 		.key = "ro.build.version.security_patch",
3352 		.value = "2017-04-05",
3353 	},
3354 	{
3355 		.key = "ro.camera.sound.forced",
3356 		.value = "0",
3357 	},
3358 	{
3359 		.key = "ro.carrier",
3360 		.value = "unknown",
3361 	},
3362 	{
3363 		.key = "ro.cdma.cfall.disable",
3364 		.value = "*730",
3365 	},
3366 	{
3367 		.key = "ro.cdma.cfb.disable",
3368 		.value = "*900",
3369 	},
3370 	{
3371 		.key = "ro.cdma.cfb.enable",
3372 		.value = "*90",
3373 	},
3374 	{
3375 		.key = "ro.cdma.cfdf.disable",
3376 		.value = "*680",
3377 	},
3378 	{
3379 		.key = "ro.cdma.cfdf.enable",
3380 		.value = "*68",
3381 	},
3382 	{
3383 		.key = "ro.cdma.cfnr.disable",
3384 		.value = "*920",
3385 	},
3386 	{
3387 		.key = "ro.cdma.cfnr.enable",
3388 		.value = "*92",
3389 	},
3390 	{
3391 		.key = "ro.cdma.cfu.disable",
3392 		.value = "*720",
3393 	},
3394 	{
3395 		.key = "ro.cdma.cfu.enable",
3396 		.value = "*72",
3397 	},
3398 	{
3399 		.key = "ro.cdma.cw.disable",
3400 		.value = "*740",
3401 	},
3402 	{
3403 		.key = "ro.cdma.cw.enable",
3404 		.value = "*74",
3405 	},
3406 	{
3407 		.key = "ro.com.android.dateformat",
3408 		.value = "MM-dd-yyyy",
3409 	},
3410 	{
3411 		.key = "ro.com.android.mobiledata",
3412 		.value = "true",
3413 	},
3414 	{
3415 		.key = "ro.config.alarm_alert",
3416 		.value = "19_Waltz.ogg",
3417 	},
3418 	{
3419 		.key = "ro.config.calendar_sound",
3420 		.value = "03_Doorbell.ogg",
3421 	},
3422 	{
3423 		.key = "ro.config.email_sound",
3424 		.value = "02_Reminder.ogg",
3425 	},
3426 	{
3427 		.key = "ro.config.mms_sound",
3428 		.value = "01_Triumph.ogg",
3429 	},
3430 	{
3431 		.key = "ro.config.notification_sound",
3432 		.value = "02_Reminder.ogg",
3433 	},
3434 	{
3435 		.key = "ro.config.ringtone",
3436 		.value = "03_Flyme.ogg",
3437 	},
3438 	{
3439 		.key = "ro.crypto.state",
3440 		.value = "unencrypted",
3441 	},
3442 	{
3443 		.key = "ro.dalvik.vm.native.bridge",
3444 		.value = "0",
3445 	},
3446 	{
3447 		.key = "ro.debuggable",
3448 		.value = "0",
3449 	},
3450 	{
3451 		.key = "ro.device_owner",
3452 		.value = "false",
3453 	},
3454 	{
3455 		.key = "ro.email_support_ucs2",
3456 		.value = "0",
3457 	},
3458 	{
3459 		.key = "ro.expect.recovery_id",
3460 		.value = "0x89560126b36ef1427a8df246bc8b28e54e31ce82000000000000000000000000",
3461 	},
3462 	{
3463 		.key = "ro.flyme.device.legal",
3464 		.value = "1",
3465 	},
3466 	{
3467 		.key = "ro.flyme.published",
3468 		.value = "true",
3469 	},
3470 	{
3471 		.key = "ro.flyme.root.state",
3472 		.value = "1",
3473 	},
3474 	{
3475 		.key = "ro.flyme_softsim_mtee_enable",
3476 		.value = "1",
3477 	},
3478 	{
3479 		.key = "ro.frp.pst",
3480 		.value = "/dev/block/platform/bootdevice/by-name/frp",
3481 	},
3482 	{
3483 		.key = "ro.hardware",
3484 		.value = "mt6799",
3485 	},
3486 	{
3487 		.key = "ro.hardware.hifi.support",
3488 		.value = "true",
3489 	},
3490 	{
3491 		.key = "ro.have_aacencode_feature",
3492 		.value = "1",
3493 	},
3494 	{
3495 		.key = "ro.have_aee_feature",
3496 		.value = "1",
3497 	},
3498 	{
3499 		.key = "ro.hwui.disable_asset_atlas",
3500 		.value = "true",
3501 	},
3502 	{
3503 		.key = "ro.hwui.drop_shadow_cache_size",
3504 		.value = "8",
3505 	},
3506 	{
3507 		.key = "ro.hwui.fbo_cache_size",
3508 		.value = "60",
3509 	},
3510 	{
3511 		.key = "ro.hwui.gradient_cache_size",
3512 		.value = "4",
3513 	},
3514 	{
3515 		.key = "ro.hwui.layer_cache_size",
3516 		.value = "60",
3517 	},
3518 	{
3519 		.key = "ro.hwui.path_cache_size",
3520 		.value = "60",
3521 	},
3522 	{
3523 		.key = "ro.hwui.r_buffer_cache_size",
3524 		.value = "9",
3525 	},
3526 	{
3527 		.key = "ro.hwui.text_large_cache_height",
3528 		.value = "1024",
3529 	},
3530 	{
3531 		.key = "ro.hwui.text_large_cache_width",
3532 		.value = "2048",
3533 	},
3534 	{
3535 		.key = "ro.hwui.text_small_cache_height",
3536 		.value = "1024",
3537 	},
3538 	{
3539 		.key = "ro.hwui.text_small_cache_width",
3540 		.value = "1024",
3541 	},
3542 	{
3543 		.key = "ro.hwui.texture_cache_flushrate",
3544 		.value = "0.4",
3545 	},
3546 	{
3547 		.key = "ro.hwui.texture_cache_size",
3548 		.value = "120",
3549 	},
3550 	{
3551 		.key = "ro.kernel.zio",
3552 		.value = "38,108,105,16",
3553 	},
3554 	{
3555 		.key = "ro.ksc5601_write",
3556 		.value = "0",
3557 	},
3558 	{
3559 		.key = "ro.mediatek.chip_ver",
3560 		.value = "S01",
3561 	},
3562 	{
3563 		.key = "ro.mediatek.platform",
3564 		.value = "MT6799",
3565 	},
3566 	{
3567 		.key = "ro.mediatek.project.path",
3568 		.value = "device/mediatek/mz6799_6m_v2_2k_n",
3569 	},
3570 	{
3571 		.key = "ro.mediatek.version.branch",
3572 		.value = "alps-trunk-n0.tk",
3573 	},
3574 	{
3575 		.key = "ro.mediatek.version.release",
3576 		.value = "alps-mp-n0.mp8",
3577 	},
3578 	{
3579 		.key = "ro.mediatek.version.sdk",
3580 		.value = "4",
3581 	},
3582 	{
3583 		.key = "ro.mediatek.wlan.p2p",
3584 		.value = "1",
3585 	},
3586 	{
3587 		.key = "ro.mediatek.wlan.wsc",
3588 		.value = "1",
3589 	},
3590 	{
3591 		.key = "ro.meizu.appid",
3592 		.value = "M1793:2598587-V017-M1793-SDC:Synaptics:174000",
3593 	},
3594 	{
3595 		.key = "ro.meizu.autorecorder",
3596 		.value = "true",
3597 	},
3598 	{
3599 		.key = "ro.meizu.build.number",
3600 		.value = "201708022204",
3601 	},
3602 	{
3603 		.key = "ro.meizu.build.spt",
3604 		.value = "0",
3605 	},
3606 	{
3607 		.key = "ro.meizu.contactmsg.auth",
3608 		.value = "false",
3609 	},
3610 	{
3611 		.key = "ro.meizu.customize.pccw",
3612 		.value = "false",
3613 	},
3614 	{
3615 		.key = "ro.meizu.ess.support",
3616 		.value = "1",
3617 	},
3618 	{
3619 		.key = "ro.meizu.hardware.battery",
3620 		.value = "ATL",
3621 	},
3622 	{
3623 		.key = "ro.meizu.hardware.chargerver",
3624 		.value = "V1.0.0_20170608",
3625 	},
3626 	{
3627 		.key = "ro.meizu.hardware.dpi",
3628 		.value = "640",
3629 	},
3630 	{
3631 		.key = "ro.meizu.hardware.psn",
3632 		.value = "793QZZ164B00AC12",
3633 	},
3634 	{
3635 		.key = "ro.meizu.hardware.sub_dpi",
3636 		.value = "320",
3637 	},
3638 	{
3639 		.key = "ro.meizu.hardware.ufs",
3640 		.value = "KLUCG4J1ED-B0C1",
3641 	},
3642 	{
3643 		.key = "ro.meizu.hardware.version",
3644 		.value = "0x79301001",
3645 	},
3646 	{
3647 		.key = "ro.meizu.pcb.version",
3648 		.value = "0x27",
3649 	},
3650 	{
3651 		.key = "ro.meizu.permanentkey",
3652 		.value = "false",
3653 	},
3654 	{
3655 		.key = "ro.meizu.product.model",
3656 		.value = "M7930",
3657 	},
3658 	{
3659 		.key = "ro.meizu.project.id",
3660 		.value = "m1793-6",
3661 	},
3662 	{
3663 		.key = "ro.meizu.published.type",
3664 		.value = "prd",
3665 	},
3666 	{
3667 		.key = "ro.meizu.region.enable",
3668 		.value = "true",
3669 	},
3670 	{
3671 		.key = "ro.meizu.security",
3672 		.value = "false",
3673 	},
3674 	{
3675 		.key = "ro.meizu.setupwizard.flyme",
3676 		.value = "true",
3677 	},
3678 	{
3679 		.key = "ro.meizu.setupwizard.setlang",
3680 		.value = "true",
3681 	},
3682 	{
3683 		.key = "ro.meizu.sip.support",
3684 		.value = "true",
3685 	},
3686 	{
3687 		.key = "ro.meizu.storage.manufacturer",
3688 		.value = "SAMSUNG",
3689 	},
3690 	{
3691 		.key = "ro.meizu.subappid",
3692 		.value = "tpid=M1793_FT6336_V13-0x31_BN\nColor=Black",
3693 	},
3694 	{
3695 		.key = "ro.meizu.tpid",
3696 		.value = "0x174000",
3697 	},
3698 	{
3699 		.key = "ro.meizu.tptype",
3700 		.value = "Black",
3701 	},
3702 	{
3703 		.key = "ro.meizu.upgrade.config",
3704 		.value = "false",
3705 	},
3706 	{
3707 		.key = "ro.meizu.visualvoicemail",
3708 		.value = "true",
3709 	},
3710 	{
3711 		.key = "ro.meizu.voip.support",
3712 		.value = "false",
3713 	},
3714 	{
3715 		.key = "ro.meizu_soter_support",
3716 		.value = "1",
3717 	},
3718 	{
3719 		.key = "ro.mount.fs",
3720 		.value = "EXT4",
3721 	},
3722 	{
3723 		.key = "ro.mtk_aal_support",
3724 		.value = "1",
3725 	},
3726 	{
3727 		.key = "ro.mtk_afw_support",
3728 		.value = "1",
3729 	},
3730 	{
3731 		.key = "ro.mtk_agps_app",
3732 		.value = "1",
3733 	},
3734 	{
3735 		.key = "ro.mtk_audio_tuning_tool_ver",
3736 		.value = "V2.2",
3737 	},
3738 	{
3739 		.key = "ro.mtk_benchmark_boost_tp",
3740 		.value = "1",
3741 	},
3742 	{
3743 		.key = "ro.mtk_bg_power_saving_ui",
3744 		.value = "1",
3745 	},
3746 	{
3747 		.key = "ro.mtk_bip_scws",
3748 		.value = "1",
3749 	},
3750 	{
3751 		.key = "ro.mtk_blulight_def_support",
3752 		.value = "1",
3753 	},
3754 	{
3755 		.key = "ro.mtk_bt_support",
3756 		.value = "1",
3757 	},
3758 	{
3759 		.key = "ro.mtk_c2k_support",
3760 		.value = "1",
3761 	},
3762 	{
3763 		.key = "ro.mtk_cam_dualdenoise_support",
3764 		.value = "1",
3765 	},
3766 	{
3767 		.key = "ro.mtk_cam_img_refocus_support",
3768 		.value = "1",
3769 	},
3770 	{
3771 		.key = "ro.mtk_cam_lomo_support",
3772 		.value = "1",
3773 	},
3774 	{
3775 		.key = "ro.mtk_cam_mfb_support",
3776 		.value = "3",
3777 	},
3778 	{
3779 		.key = "ro.mtk_ct4greg_app",
3780 		.value = "1",
3781 	},
3782 	{
3783 		.key = "ro.mtk_cta_drm_support",
3784 		.value = "1",
3785 	},
3786 	{
3787 		.key = "ro.mtk_cta_set",
3788 		.value = "1",
3789 	},
3790 	{
3791 		.key = "ro.mtk_deinterlace_support",
3792 		.value = "1",
3793 	},
3794 	{
3795 		.key = "ro.mtk_devreg_app",
3796 		.value = "1",
3797 	},
3798 	{
3799 		.key = "ro.mtk_dhcpv6c_wifi",
3800 		.value = "1",
3801 	},
3802 	{
3803 		.key = "ro.mtk_dialer_search_support",
3804 		.value = "1",
3805 	},
3806 	{
3807 		.key = "ro.mtk_dre30_support",
3808 		.value = "1",
3809 	},
3810 	{
3811 		.key = "ro.mtk_dual_mic_support",
3812 		.value = "1",
3813 	},
3814 	{
3815 		.key = "ro.mtk_eap_sim_aka",
3816 		.value = "1",
3817 	},
3818 	{
3819 		.key = "ro.mtk_enable_md1",
3820 		.value = "1",
3821 	},
3822 	{
3823 		.key = "ro.mtk_enable_md3",
3824 		.value = "1",
3825 	},
3826 	{
3827 		.key = "ro.mtk_external_sim_only_slots",
3828 		.value = "0",
3829 	},
3830 	{
3831 		.key = "ro.mtk_external_sim_support",
3832 		.value = "1",
3833 	},
3834 	{
3835 		.key = "ro.mtk_fd_support",
3836 		.value = "1",
3837 	},
3838 	{
3839 		.key = "ro.mtk_gps_support",
3840 		.value = "1",
3841 	},
3842 	{
3843 		.key = "ro.mtk_hdr_video_support",
3844 		.value = "1",
3845 	},
3846 	{
3847 		.key = "ro.mtk_is_tablet",
3848 		.value = "0",
3849 	},
3850 	{
3851 		.key = "ro.mtk_log_hide_gps",
3852 		.value = "0",
3853 	},
3854 	{
3855 		.key = "ro.mtk_lte_support",
3856 		.value = "1",
3857 	},
3858 	{
3859 		.key = "ro.mtk_md_direct_tethering",
3860 		.value = "1",
3861 	},
3862 	{
3863 		.key = "ro.mtk_md_world_mode_support",
3864 		.value = "1",
3865 	},
3866 	{
3867 		.key = "ro.mtk_microtrust_tee_support",
3868 		.value = "1",
3869 	},
3870 	{
3871 		.key = "ro.mtk_modem_monitor_support",
3872 		.value = "1",
3873 	},
3874 	{
3875 		.key = "ro.mtk_multiple_ims_support",
3876 		.value = "1",
3877 	},
3878 	{
3879 		.key = "ro.mtk_oma_drm_support",
3880 		.value = "1",
3881 	},
3882 	{
3883 		.key = "ro.mtk_omacp_support",
3884 		.value = "1",
3885 	},
3886 	{
3887 		.key = "ro.mtk_perf_fast_start_win",
3888 		.value = "0",
3889 	},
3890 	{
3891 		.key = "ro.mtk_perf_response_time",
3892 		.value = "1",
3893 	},
3894 	{
3895 		.key = "ro.mtk_perf_simple_start_win",
3896 		.value = "1",
3897 	},
3898 	{
3899 		.key = "ro.mtk_perfservice_support",
3900 		.value = "1",
3901 	},
3902 	{
3903 		.key = "ro.mtk_pow_perf_support",
3904 		.value = "1",
3905 	},
3906 	{
3907 		.key = "ro.mtk_pq_color_mode",
3908 		.value = "1",
3909 	},
3910 	{
3911 		.key = "ro.mtk_pq_support",
3912 		.value = "3",
3913 	},
3914 	{
3915 		.key = "ro.mtk_protocol1_rat_config",
3916 		.value = "C/Lf/Lt/W/T/G",
3917 	},
3918 	{
3919 		.key = "ro.mtk_res_switch",
3920 		.value = "1",
3921 	},
3922 	{
3923 		.key = "ro.mtk_rild_read_imsi",
3924 		.value = "1",
3925 	},
3926 	{
3927 		.key = "ro.mtk_search_db_support",
3928 		.value = "1",
3929 	},
3930 	{
3931 		.key = "ro.mtk_send_rr_support",
3932 		.value = "1",
3933 	},
3934 	{
3935 		.key = "ro.mtk_shared_sdcard",
3936 		.value = "1",
3937 	},
3938 	{
3939 		.key = "ro.mtk_sim_hot_swap",
3940 		.value = "1",
3941 	},
3942 	{
3943 		.key = "ro.mtk_sim_hot_swap_common_slot",
3944 		.value = "1",
3945 	},
3946 	{
3947 		.key = "ro.mtk_slow_motion_support",
3948 		.value = "1",
3949 	},
3950 	{
3951 		.key = "ro.mtk_telephony_switch",
3952 		.value = "1",
3953 	},
3954 	{
3955 		.key = "ro.mtk_tetheringipv6_support",
3956 		.value = "1",
3957 	},
3958 	{
3959 		.key = "ro.mtk_ufs_booting",
3960 		.value = "1",
3961 	},
3962 	{
3963 		.key = "ro.mtk_vilte_ut_support",
3964 		.value = "0",
3965 	},
3966 	{
3967 		.key = "ro.mtk_wapi_support",
3968 		.value = "1",
3969 	},
3970 	{
3971 		.key = "ro.mtk_wappush_support",
3972 		.value = "1",
3973 	},
3974 	{
3975 		.key = "ro.mtk_wfd_support",
3976 		.value = "1",
3977 	},
3978 	{
3979 		.key = "ro.mtk_widevine_drm_l3_support",
3980 		.value = "1",
3981 	},
3982 	{
3983 		.key = "ro.mtk_wifi_mcc_support",
3984 		.value = "1",
3985 	},
3986 	{
3987 		.key = "ro.mtk_wlan_support",
3988 		.value = "1",
3989 	},
3990 	{
3991 		.key = "ro.mtk_world_phone_policy",
3992 		.value = "0",
3993 	},
3994 	{
3995 		.key = "ro.mtk_zsdhdr_support",
3996 		.value = "1",
3997 	},
3998 	{
3999 		.key = "ro.num_md_protocol",
4000 		.value = "2",
4001 	},
4002 	{
4003 		.key = "ro.oem_unlock_supported",
4004 		.value = "1",
4005 	},
4006 	{
4007 		.key = "ro.opengles.version",
4008 		.value = "196610",
4009 	},
4010 	{
4011 		.key = "ro.product.board",
4012 		.value = "PRO7Plus",
4013 	},
4014 	{
4015 		.key = "ro.product.brand",
4016 		.value = "Meizu",
4017 	},
4018 	{
4019 		.key = "ro.product.cpu.abi",
4020 		.value = "arm64-v8a",
4021 	},
4022 	{
4023 		.key = "ro.product.cpu.abilist",
4024 		.value = "arm64-v8a,armeabi-v7a,armeabi",
4025 	},
4026 	{
4027 		.key = "ro.product.cpu.abilist32",
4028 		.value = "armeabi-v7a,armeabi",
4029 	},
4030 	{
4031 		.key = "ro.product.cpu.abilist64",
4032 		.value = "arm64-v8a",
4033 	},
4034 	{
4035 		.key = "ro.product.device",
4036 		.value = "PRO7Plus",
4037 	},
4038 	{
4039 		.key = "ro.product.flyme.model",
4040 		.value = "m1793",
4041 	},
4042 	{
4043 		.key = "ro.product.locale",
4044 		.value = "en-US",
4045 	},
4046 	{
4047 		.key = "ro.product.manufacturer",
4048 		.value = "Meizu",
4049 	},
4050 	{
4051 		.key = "ro.product.mobile.name",
4052 		.value = "M1793",
4053 	},
4054 	{
4055 		.key = "ro.product.model",
4056 		.value = "PRO 7 Plus",
4057 	},
4058 	{
4059 		.key = "ro.product.name",
4060 		.value = "meizu_PRO7Plus",
4061 	},
4062 	{
4063 		.key = "ro.product.perf.config",
4064 		.value = "M1793_base",
4065 	},
4066 	{
4067 		.key = "ro.recovery.matrix.ver",
4068 		.value = "VER_20170616_00",
4069 	},
4070 	{
4071 		.key = "ro.recovery_id",
4072 		.value = "0x89560126b36ef1427a8df246bc8b28e54e31ce82000000000000000000000000",
4073 	},
4074 	{
4075 		.key = "ro.revision",
4076 		.value = "0",
4077 	},
4078 	{
4079 		.key = "ro.runtime.firstboot",
4080 		.value = "1508189178888",
4081 	},
4082 	{
4083 		.key = "ro.secure",
4084 		.value = "1",
4085 	},
4086 	{
4087 		.key = "ro.serialno",
4088 		.value = "793QBDR6227XF",
4089 	},
4090 	{
4091 		.key = "ro.sf.hwrotation",
4092 		.value = "0",
4093 	},
4094 	{
4095 		.key = "ro.sf.lcd_density",
4096 		.value = "640",
4097 	},
4098 	{
4099 		.key = "ro.sim_me_lock_mode",
4100 		.value = "0",
4101 	},
4102 	{
4103 		.key = "ro.sim_refresh_reset_by_modem",
4104 		.value = "1",
4105 	},
4106 	{
4107 		.key = "ro.soc.vendor",
4108 		.value = "MTK",
4109 	},
4110 	{
4111 		.key = "ro.support.rpmb",
4112 		.value = "1",
4113 	},
4114 	{
4115 		.key = "ro.sys.sdcardfs",
4116 		.value = "1",
4117 	},
4118 	{
4119 		.key = "ro.sys.usb.bicr",
4120 		.value = "yes",
4121 	},
4122 	{
4123 		.key = "ro.sys.usb.charging.only",
4124 		.value = "yes",
4125 	},
4126 	{
4127 		.key = "ro.sys.usb.mtp.whql.enable",
4128 		.value = "0",
4129 	},
4130 	{
4131 		.key = "ro.sys.usb.storage.type",
4132 		.value = "mtp",
4133 	},
4134 	{
4135 		.key = "ro.telephony.default_network",
4136 		.value = "10,10",
4137 	},
4138 	{
4139 		.key = "ro.telephony.sim.count",
4140 		.value = "2",
4141 	},
4142 	{
4143 		.key = "ro.tethering.bridge.interface",
4144 		.value = "mdbr0",
4145 	},
4146 	{
4147 		.key = "ro.ussd_ksc5601",
4148 		.value = "0",
4149 	},
4150 	{
4151 		.key = "ro.wifi.channels",
4152 		.value = "",
4153 	},
4154 	{
4155 		.key = "ro.wlan.mtk.wifi.5g",
4156 		.value = "1",
4157 	},
4158 	{
4159 		.key = "ro.zygote",
4160 		.value = "zygote64_32",
4161 	},
4162 	{
4163 		.key = "ro.zygote.preload.enable",
4164 		.value = "0",
4165 	},
4166 	{
4167 		.key = "security.perf_harden",
4168 		.value = "1",
4169 	},
4170 	{
4171 		.key = "selinux.reload_policy",
4172 		.value = "1",
4173 	},
4174 	{
4175 		.key = "service.bootanim.exit",
4176 		.value = "1",
4177 	},
4178 	{
4179 		.key = "service.cat.install.on",
4180 		.value = "0",
4181 	},
4182 	{
4183 		.key = "service.cat.install.on.2",
4184 		.value = "0",
4185 	},
4186 	{
4187 		.key = "service.cat.install.on.3",
4188 		.value = "0",
4189 	},
4190 	{
4191 		.key = "service.cat.install.on.4",
4192 		.value = "0",
4193 	},
4194 	{
4195 		.key = "service.nvram_init",
4196 		.value = "Ready",
4197 	},
4198 	{
4199 		.key = "service.wcn.coredump.mode",
4200 		.value = "2",
4201 	},
4202 	{
4203 		.key = "service.wcn.driver.ready",
4204 		.value = "yes",
4205 	},
4206 	{
4207 		.key = "soter.encrypt.state",
4208 		.value = "OK",
4209 	},
4210 	{
4211 		.key = "soter.teei.init",
4212 		.value = "INIT_OK",
4213 	},
4214 	{
4215 		.key = "sys.boot.reason",
4216 		.value = "0",
4217 	},
4218 	{
4219 		.key = "sys.boot_completed",
4220 		.value = "1",
4221 	},
4222 	{
4223 		.key = "sys.ipo.pwrdncap",
4224 		.value = "2",
4225 	},
4226 	{
4227 		.key = "sys.ipowin.done",
4228 		.value = "1",
4229 	},
4230 	{
4231 		.key = "sys.lowstorage_flag",
4232 		.value = "0",
4233 	},
4234 	{
4235 		.key = "sys.meizu.m35x.white.config",
4236 		.value = "false",
4237 	},
4238 	{
4239 		.key = "sys.meizu.white.config",
4240 		.value = "false",
4241 	},
4242 	{
4243 		.key = "sys.mtk_md_direct_tether_enable",
4244 		.value = "true",
4245 	},
4246 	{
4247 		.key = "sys.oem_unlock_allowed",
4248 		.value = "0",
4249 	},
4250 	{
4251 		.key = "sys.sysctl.extra_free_kbytes",
4252 		.value = "43200",
4253 	},
4254 	{
4255 		.key = "sys.sysctl.tcp_def_init_rwnd",
4256 		.value = "60",
4257 	},
4258 	{
4259 		.key = "sys.usb.charging",
4260 		.value = "no",
4261 	},
4262 	{
4263 		.key = "sys.usb.config",
4264 		.value = "mtp,adb",
4265 	},
4266 	{
4267 		.key = "sys.usb.configfs",
4268 		.value = "0",
4269 	},
4270 	{
4271 		.key = "sys.usb.ffs.ready",
4272 		.value = "1",
4273 	},
4274 	{
4275 		.key = "sys.usb.state",
4276 		.value = "mtp,adb",
4277 	},
4278 	{
4279 		.key = "sys.usb.vid",
4280 		.value = "2A45",
4281 	},
4282 	{
4283 		.key = "telephony.lteOnCdmaDevice",
4284 		.value = "1",
4285 	},
4286 	{
4287 		.key = "vold.has_adoptable",
4288 		.value = "0",
4289 	},
4290 	{
4291 		.key = "vold.path.internal_storage",
4292 		.value = "/storage/emulated/0",
4293 	},
4294 	{
4295 		.key = "vold.post_fs_data_done",
4296 		.value = "1",
4297 	},
4298 	{
4299 		.key = "vold.support_external_sd",
4300 		.value = "1",
4301 	},
4302 	{
4303 		.key = "wfd.dummy.enable",
4304 		.value = "1",
4305 	},
4306 	{
4307 		.key = "wfd.iframesize.level",
4308 		.value = "0",
4309 	},
4310 	{
4311 		.key = "wifi.direct.interface",
4312 		.value = "p2p0",
4313 	},
4314 	{
4315 		.key = "wifi.interface",
4316 		.value = "wlan0",
4317 	},
4318 	{
4319 		.key = "wifi.tethering.interface",
4320 		.value = "ap0",
4321 	},
4322 	{
4323 		.key = "wlan.dbg",
4324 		.value = "false",
4325 	},
4326 	{
4327 		.key = "wlan.driver.status",
4328 		.value = "ok",
4329 	},
4330 	{
4331 		.key = "wlan.wfd.security.image",
4332 		.value = "1",
4333 	},
4334 	{ NULL },
4335 };
4336 #endif /* __ANDROID__ */
4337