blob: 33496622c3e2568d4bacde0aaa913cf586dc0190 [file] [log] [blame]
Marat Dukhan887bce52017-09-08 18:38:57 -07001struct cpuinfo_mock_file filesystem[] = {
2 {
3 .path = "/proc/cpuinfo",
Marat Dukhan2a2d2322017-09-11 15:30:06 -07004 .size = 421,
Marat Dukhan887bce52017-09-08 18:38:57 -07005 .content =
6 "Processor\t: AArch64 Processor rev 2 (aarch64)\n"
7 "processor\t: 0\n"
8 "BogoMIPS\t: 26.00\n"
9 "Features\t: fp asimd aes pmull sha1 sha2 crc32\n"
10 "CPU implementer\t: 0x41\n"
11 "CPU architecture: AArch64\n"
12 "CPU variant\t: 0x0\n"
13 "CPU part\t: 0xd03\n"
14 "CPU revision\t: 2\n"
Marat Dukhan2a2d2322017-09-11 15:30:06 -070015 "processor\t: 1\n"
16 "BogoMIPS\t: 26.00\n"
17 "Features\t: fp asimd aes pmull sha1 sha2 crc32\n"
18 "CPU implementer\t: 0x41\n"
19 "CPU architecture: AArch64\n"
20 "CPU variant\t: 0x0\n"
21 "CPU part\t: 0xd03\n"
22 "CPU revision\t: 2\n"
Marat Dukhan887bce52017-09-08 18:38:57 -070023 "\n"
24 "Hardware\t: MT6755\n",
25 },
26 {
27 .path = "/system/build.prop",
28 .size = 11243,
29 .content =
30 "############################## Add OPPO Info Begin for oppo6755_15311 ##############################\n"
31 "persist.version.confidential=false\n"
32 "ro.dirac.max_active.powersound=3\n"
33 "ro.dirac.max_active.headset=5\n"
34 "ro.dirac.poolsize=2\n"
35 "ro.dirac.config=1\n"
36 "ro.mediatek.version.release=X9009EX_11_A.18_160620\n"
37 "############################## Add OPPO Info End for oppo6755_15311 ##############################\n"
38 "############################## Add OPPO Info Begin ##############################\n"
39 "ro.build.date.Ymd=160620\n"
40 "ro.build.date.ymd=160620\n"
41 "ro.build.date.YmdHM=201606201827\n"
42 "ro.product.model=X9009\n"
43 "ro.product.brand=OPPO\n"
44 "ro.product.name=X9009\n"
45 "ro.product.device=X9009\n"
46 "ro.product.board=full_oppo6755_15311\n"
47 "ro.build.product=oppo6755_15311\n"
48 "ro.build.soft.version=A.18\n"
49 "ro.xxversion=v0.5\n"
50 "ro.build.version.ota=X9009EX_11.A.18_INT_018_201606201753\n"
51 "ro.build.soft.majorversion=\n"
52 "ro.build.ota.versionname=X9009EX_11_A.18_160620\n"
53 "ro.build.display.id=X9009EX_11_A.18_160620\n"
54 "ro.build.kernel.id=3.10.72-G201606201753\n"
55 "ro.build.version.base_os=OPPO/X9009/X9009:5.1/LMY47I/1449641681:user/release-keys\n"
56 "ro.oppo.version=US\n"
57 "persist.sys.timezone=America/New_York\n"
58 "persist.sys.oppo.region=US\n"
59 "ro.build.version.opporom=V3.0.0i\n"
60 "ro.rom.different.version=ColorOS3.0.0\n"
61 "ro.build.master.date=201606201827\n"
62 "persist.power.useautobrightadj=true\n"
63 "persist.sys.assert.enable=false\n"
64 "persist.sys.assert.panic=false\n"
65 "persist.sys.assert.state=false\n"
66 "persist.sys.assert.enabletip=0\n"
67 "ro.build.release_type=true\n"
68 "persist.sys.cfu_auto=1\n"
69 "persist.sys.oem_smooth=1\n"
70 "############################## Add OPPO Info End ##############################\n"
71 "gr.use.leader=true\n"
72 "gr.apk.number=5\n"
73 "gr.download.url=http://otafs.coloros.com/googles/23dec9b52fa383563b162ef9b5abf389\n"
74 "############################## Add OPPO Info Begin ##############################\n"
75 "ro.build.date.Ymd=160620\n"
76 "ro.build.date.ymd=160620\n"
77 "ro.build.date.YmdHM=201606201827\n"
78 "ro.product.model=X9009\n"
79 "ro.product.brand=OPPO\n"
80 "ro.product.name=X9009\n"
81 "ro.product.device=X9009\n"
82 "ro.product.board=full_oppo6755_15311\n"
83 "ro.build.product=oppo6755_15311\n"
84 "ro.build.soft.version=A.18\n"
85 "ro.xxversion=v0.5\n"
86 "ro.build.version.ota=X9009EX_11.A.18_INT_018_201606201753\n"
87 "ro.build.soft.majorversion=\n"
88 "ro.build.ota.versionname=X9009EX_11_A.18_160620\n"
89 "ro.build.display.id=X9009EX_11_A.18_160620\n"
90 "ro.build.kernel.id=3.10.72-G201606201753\n"
91 "persist.oppo.ctsversion=false\n"
92 "ro.oppo.version=US\n"
93 "persist.sys.timezone=America/New_York\n"
94 "persist.sys.oppo.region=US\n"
95 "ro.build.version.opporom=V3.0.0i\n"
96 "ro.rom.different.version=ColorOS3.0.0\n"
97 "ro.build.master.date=201606201827\n"
98 "persist.power.useautobrightadj=true\n"
99 "persist.sys.assert.enable=false\n"
100 "persist.sys.assert.panic=false\n"
101 "persist.sys.assert.state=false\n"
102 "persist.sys.assert.enabletip=0\n"
103 "ro.build.release_type=true\n"
104 "persist.sys.cfu_auto=1\n"
105 "persist.sys.oem_smooth=1\n"
106 "############################## Add OPPO Info End ##############################\n"
107 "dalvik.vm.heapmaxfree=8m\n"
108 "dalvik.vm.heapminfree=4m\n"
109 "dalvik.vm.heapstartsize=16m\n"
110 "ro.build.version.base_os=OPPO/X9009/X9009:5.1/LMY47I/1449641681:user/release-keys\n"
111 "# begin build properties\n"
112 "# autogenerated by buildinfo.sh\n"
113 "ro.build.id=LMY47I\n"
114 "ro.build.version.incremental=1466418229\n"
115 "ro.build.version.sdk=22\n"
116 "ro.build.version.codename=REL\n"
117 "ro.build.version.all_codenames=REL\n"
118 "ro.build.version.release=5.1\n"
119 "ro.build.version.security_patch=2016-01-01\n"
120 "ro.build.date=Mon Jun 20 18:27:07 CST 2016\n"
121 "ro.build.date.utc=1466418427\n"
122 "ro.build.type=user\n"
123 "ro.build.user=root\n"
124 "ro.build.host=WX-122-132\n"
125 "ro.build.tags=release-keys\n"
126 "ro.build.flavor=full_oppo6755_15311-user\n"
127 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
128 "# use ro.product.cpu.abilist instead.\n"
129 "ro.product.cpu.abi=arm64-v8a\n"
130 "ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n"
131 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
132 "ro.product.cpu.abilist64=arm64-v8a\n"
133 "ro.product.manufacturer=OPPO\n"
134 "ro.product.locale.language=en\n"
135 "ro.product.locale.region=US\n"
136 "ro.wifi.channels=\n"
137 "ro.board.platform=mt6755\n"
138 "# Do not try to parse description, fingerprint, or thumbprint\n"
139 "ro.build.description=full_oppo6755_15311-user 5.1 LMY47I 1466418229 release-keys\n"
140 "ro.build.characteristics=default\n"
141 "# end build properties\n"
142 "############################## Add OPPO Info Begin for oppo6755_15311 ##############################\n"
143 "persist.version.confidential=false\n"
144 "ro.dirac.max_active.powersound=3\n"
145 "ro.dirac.max_active.headset=5\n"
146 "ro.dirac.poolsize=2\n"
147 "ro.dirac.config=1\n"
148 "ro.mediatek.version.release=X9009EX_11_A.18_160620\n"
149 "############################## Add OPPO Info End for oppo6755_15311 ##############################\n"
150 "############################## Add OPPO Info Begin ##############################\n"
151 "ro.build.date.Ymd=160620\n"
152 "ro.build.date.ymd=160620\n"
153 "ro.build.date.YmdHM=201606201827\n"
154 "ro.product.model=X9009\n"
155 "ro.product.brand=OPPO\n"
156 "ro.product.name=X9009\n"
157 "ro.product.device=X9009\n"
158 "ro.product.board=full_oppo6755_15311\n"
159 "ro.build.product=oppo6755_15311\n"
160 "ro.build.soft.version=A.18\n"
161 "ro.xxversion=v0.5\n"
162 "ro.build.version.ota=X9009EX_11.A.18_INT_018_201606201753\n"
163 "ro.build.soft.majorversion=\n"
164 "ro.build.ota.versionname=X9009EX_11_A.18_160620\n"
165 "ro.build.display.id=X9009EX_11_A.18_160620\n"
166 "ro.build.kernel.id=3.10.72-G201606201753\n"
167 "ro.build.version.base_os=OPPO/X9009/X9009:5.1/LMY47I/1449641681:user/release-keys\n"
168 "ro.oppo.version=US\n"
169 "persist.sys.timezone=America/New_York\n"
170 "persist.sys.oppo.region=US\n"
171 "ro.build.version.opporom=V3.0.0i\n"
172 "ro.rom.different.version=ColorOS3.0.0\n"
173 "ro.build.master.date=201606201827\n"
174 "persist.power.useautobrightadj=true\n"
175 "persist.sys.assert.enable=false\n"
176 "persist.sys.assert.panic=false\n"
177 "persist.sys.assert.state=false\n"
178 "persist.sys.assert.enabletip=0\n"
179 "ro.build.release_type=true\n"
180 "persist.sys.cfu_auto=1\n"
181 "persist.sys.oem_smooth=1\n"
182 "############################## Add OPPO Info End ##############################\n"
183 "gr.use.leader=true\n"
184 "gr.apk.number=5\n"
185 "gr.download.url=http://otafs.coloros.com/googles/23dec9b52fa383563b162ef9b5abf389\n"
186 "#\n"
187 "# system.prop for generic sdk\n"
188 "#\n"
189 "\n"
190 "rild.libpath=mtk-ril.so\n"
191 "rild.libargs=-d /dev/ttyC0\n"
192 "\n"
193 "\n"
194 "# MTK, Infinity, 20090720 {\n"
195 "wifi.interface=wlan0\n"
196 "# MTK, Infinity, 20090720 }\n"
197 "\n"
198 "# MTK, mtk03034, 20101210 {\n"
199 "ro.mediatek.wlan.wsc=1\n"
200 "# MTK, mtk03034 20101210}\n"
201 "# MTK, mtk03034, 20110318 {\n"
202 "ro.mediatek.wlan.p2p=1\n"
203 "# MTK, mtk03034 20110318}\n"
204 "\n"
205 "# MTK, mtk03034, 20101213 {\n"
206 "mediatek.wlan.ctia=0\n"
207 "# MTK, mtk03034 20101213}\n"
208 "\n"
209 "\n"
210 "#\n"
211 "wifi.tethering.interface=ap0\n"
212 "#\n"
213 "\n"
214 "ro.opengles.version=196608\n"
215 "\n"
216 "wifi.direct.interface=p2p0\n"
217 "dalvik.vm.heapgrowthlimit=256m\n"
218 "dalvik.vm.heapsize=512m\n"
219 "\n"
220 "# USB MTP WHQL\n"
221 "ro.sys.usb.mtp.whql.enable=0\n"
222 "\n"
223 "# Power off opt in IPO\n"
224 "sys.ipo.pwrdncap=2\n"
225 "\n"
226 "ro.sys.usb.storage.type=mtp,mass_storage\n"
227 "\n"
228 "# USB BICR function\n"
229 "ro.sys.usb.bicr=yes\n"
230 "\n"
231 "# USB Charge only function\n"
232 "ro.sys.usb.charging.only=yes\n"
233 "\n"
234 "# audio\n"
235 "ro.camera.sound.forced=0\n"
236 "ro.audio.silent=0\n"
237 "\n"
238 "ro.zygote.preload.enable=0\n"
239 "\n"
240 "#ifdef VENDOR_EDIT\n"
241 "#Zongjun.li@Swdp.Android.Input, 2015/11/19, Modify for disable NavigationBar\n"
242 "# temporary enables NAV bar (soft keys)\n"
243 "qemu.hw.mainkeys=1\n"
244 "#endif /* VENDOR_EDIT */\n"
245 "\n"
246 "ro.kernel.zio=38,108,105,16\n"
247 "#ro.kernel.qemu=1\n"
248 "#ro.kernel.qemu.gles=0\n"
249 "#ro.boot.selinux=disable\n"
250 "\n"
251 "\n"
252 "ro.sf.lcd_density=480\n"
253 "\n"
254 "# performance\n"
255 "ro.mtk_perf_simple_start_win=1\n"
256 "#ifndef VENDOR_EDIT\n"
257 "#Yanzhen.Feng@Swdp.Android.Wms.FastStartingWindow, 2016/02/01, Modify for statusbar flash with fullscreen window Bug 755313\n"
258 "#ro.mtk_perf_fast_start_win=1\n"
259 "#else /* VENDOR_EDIT */\n"
260 "ro.mtk_perf_fast_start_win=0\n"
261 "#endif /* VENDOR_EDIT */\n"
262 "ro.mtk_perf_response_time=1\n"
263 "\n"
264 "#ifdef VENDOR_EDIT \n"
265 "#jianrong.zheng@swdp.Android.Power.Breathing, 2014/11/15, Add for breathlight mode.\n"
266 "ro.sys.breathlight.mode=whitelight\n"
267 "#endif /* VENDOR_EDIT */\n"
268 "\n"
269 "\n"
270 "#\n"
271 "# ADDITIONAL_BUILD_PROPERTIES\n"
272 "#\n"
273 "ro.com.android.dateformat=MM-dd-yyyy\n"
274 "ro.config.alarm_alert=alarm_001.ogg\n"
275 "ro.config.ringtone=ringtone_001.ogg\n"
276 "ro.config.notification_sound=notification_001.ogg\n"
277 "ro.config.ringtone_sim2=ringtone_001.ogg\n"
278 "ro.config.notification_sim2=notification_001.ogg\n"
279 "ro.config.calendar_sound=notification_003.ogg\n"
280 "ro.carrier=unknown\n"
281 "ro.oppo.theme.version=800\n"
282 "ro.com.android.mobiledata=true\n"
283 "persist.radio.mobile.data=1,1\n"
284 "dalvik.vm.heapgrowthlimit=256m\n"
285 "dalvik.vm.heapsize=512m\n"
286 "ro.mediatek.chip_ver=S01\n"
287 "ro.mediatek.platform=MT6755\n"
288 "ro.telephony.sim.count=2\n"
289 "persist.radio.default.sim=0\n"
290 "persist.radio.multisim.config=dsds\n"
291 "persist.md.perm.checked=to_upgrade\n"
292 "persist.gemini.sim_num=2\n"
293 "ro.gemini.smart_sim_switch=false\n"
294 "ro.multi_log_feature=0\n"
295 "ril.specific.sm_cause=0\n"
296 "bgw.current3gband=0\n"
297 "ril.external.md=0\n"
298 "ro.mtk_cam_lomo_support=1\n"
299 "ro.btstack=blueangel\n"
300 "ro.sf.hwrotation=0\n"
301 "ril.current.share_modem=2\n"
302 "ro.mediatek.gemini_support=true\n"
303 "persist.radio.fd.counter=15\n"
304 "persist.radio.fd.off.counter=5\n"
305 "persist.radio.fd.r8.counter=15\n"
306 "persist.radio.fd.off.r8.counter=5\n"
307 "drm.service.enabled=true\n"
308 "fmradio.driver.enable=0\n"
309 "ril.first.md=1\n"
310 "ril.flightmode.poweroffMD=0\n"
311 "ril.telephony.mode=0\n"
312 "dalvik.vm.mtk-stack-trace-file=/data/anr/mtk_traces.txt\n"
313 "mediatek.wlan.chip=CONSYS_MT6755\n"
314 "mediatek.wlan.module.postfix=_consys_mt6755\n"
315 "ril.radiooff.poweroffMD=0\n"
316 "ro.frp.pst=/dev/block/platform/mtk-msdc.0/by-name/frp\n"
317 "ro.mediatek.version.branch=L1.MP10.TC16SP\n"
318 "ro.mediatek.version.sdk=4\n"
319 "ro.setupwizard.mode=OPTIONAL\n"
320 "ro.com.google.gmsversion=5.1_r3\n"
321 "ro.com.google.clientidbase=android-oppo\n"
322 "ro.mtk_gemini_support=1\n"
323 "ro.mtk_audenh_support=1\n"
324 "ro.mtk_bessurround_support=1\n"
325 "ro.mtk_gemini_enhancement=1\n"
326 "ro.mtk_wapi_support=1\n"
327 "ro.mtk_bt_support=1\n"
328 "ro.mtk_wappush_support=1\n"
329 "ro.mtk_agps_app=1\n"
330 "ro.mtk_audio_tuning_tool_ver=V2.2\n"
331 "ro.mtk_matv_analog_support=1\n"
332 "ro.mtk_wlan_support=1\n"
333 "ro.mtk_gps_support=1\n"
334 "ro.mtk_omacp_support=1\n"
335 "ro.mtk_search_db_support=1\n"
336 "ro.mtk_dialer_search_support=1\n"
337 "ro.mtk_dhcpv6c_wifi=1\n"
338 "ro.have_aacencode_feature=1\n"
339 "ro.mtk_fd_support=1\n"
340 "ro.mtk_oma_drm_support=1\n"
341 "ro.mtk_widevine_drm_l3_support=1\n"
342 "ro.mtk_eap_sim_aka=1\n"
343 "ro.mtk_audio_ape_support=1\n"
344 "ro.mtk_flv_playback_support=1\n"
345 "ro.mtk_wmv_playback_support=1\n"
346 "ro.mtk_send_rr_support=1\n"
347 "persist.sys.esn_track_switch=0\n"
348 "ro.mtk_emmc_support=1\n"
349 "ro.mtk_tetheringipv6_support=1\n"
350 "ro.mtk_shared_sdcard=1\n"
351 "ro.mtk_enable_md1=1\n"
352 "ro.mtk_pq_support=2\n"
353 "ro.mtk_pq_color_mode=3\n"
354 "ro.mtk_miravision_support=1\n"
355 "ro.mtk_miravision_image_dc=1\n"
356 "ro.mtk_wfd_support=1\n"
357 "ro.mtk_wfd_sink_support=1\n"
358 "ro.mtk_wfd_sink_uibc_support=1\n"
359 "ro.mtk_wifi_mcc_support=1\n"
360 "ro.mtk_system_update_support=1\n"
361 "ro.mtk_sim_hot_swap=1\n"
362 "ro.mtk_thumbnail_play_support=1\n"
363 "ro.mtk_bip_scws=1\n"
364 "ro.mtk_world_phone_policy=0\n"
365 "ro.mtk_md_world_mode_support=1\n"
366 "ro.mtk_perfservice_support=1\n"
367 "ro.mtk_sim_hot_swap_common_slot=1\n"
368 "ro.mtk_cta_set=1\n"
369 "ro.mtk_antibricking_level=2\n"
370 "ro.mtk_cam_mfb_support=3\n"
371 "ro.mtk_slow_motion_support=1\n"
372 "ro.mtk_lte_support=1\n"
373 "ro.sim_refresh_reset_by_modem=1\n"
374 "ro.mtk_slidevideo_support=1\n"
375 "ro.mtk_passpoint_r1_support=1\n"
376 "ro.mtk_bg_power_saving_support=1\n"
377 "ro.mtk_bg_power_saving_ui=1\n"
378 "ro.have_aee_feature=1\n"
379 "ro.sim_me_lock_mode=0\n"
380 "ro.mtk_dual_mic_support=1\n"
381 "ro.mtk_is_tablet=0\n"
382 "ro.mtk_pow_perf_support=1\n"
383 "ro.mtk_ims_support=1\n"
384 "ro.mtk_volte_support=1\n"
385 "persist.mtk.volte.enable=0\n"
386 "persist.dbg.volte_avail_ovr=1\n"
387 "wfd.dummy.enable=1\n"
388 "ro.mediatek.project.path=device/oppo/oppo6755_15311\n"
389 "ro.mtk_trustonic_tee_support=1\n"
390 "persist.mtk.wcn.combo.chipid=-1\n"
391 "persist.mtk.wcn.fwlog.status=no\n"
392 "service.wcn.driver.ready=no\n"
393 "persist.meta.dumpdata=0\n"
394 "ro.mtk_hetcomm_support=1\n"
395 "ro.mtk_deinterlace_support=1\n"
396 "ro.mtk_md_sbp_custom_value=0\n"
397 "persist.mtk.datashaping.support=1\n"
398 "persist.datashaping.alarmgroup=1\n"
399 "persist.radio.mtk_dsbp_support=1\n"
400 "ro.dex2oat_white_list=com.google.android.gms:\n"
401 "persist.sys.dalvik.vm.lib.2=libart.so\n"
402 "dalvik.vm.isa.arm64.features=default\n"
403 "dalvik.vm.isa.arm.features=default\n"
404 "net.bt.name=Android\n"
405 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
406 "ro.telephony.default_network=14,0",
407 },
408 {
409 .path = "/sys/devices/system/cpu/kernel_max",
410 .size = 2,
411 .content = "7\n",
412 },
413 {
414 .path = "/sys/devices/system/cpu/possible",
415 .size = 4,
416 .content = "0-7\n",
417 },
418 {
419 .path = "/sys/devices/system/cpu/present",
420 .size = 4,
421 .content = "0-7\n",
422 },
423 {
Marat Dukhana7615512017-09-12 18:15:31 -0700424 .path = "/sys/devices/system/cpu/online",
425 .size = 2,
426 .content = "0\n",
427 },
428 {
429 .path = "/sys/devices/system/cpu/offline",
430 .size = 4,
431 .content = "1-7\n",
432 },
433 {
434 .path = "/sys/devices/system/cpu/modalias",
435 .size = 61,
436 .content = "cpu:type:aarch64:feature:,0000,0001,0003,0004,0005,0006,0007\n",
437 },
438 {
439 .path = "/sys/devices/system/cpu/cpufreq/all_time_in_state",
440 .size = 259,
441 .content =
442 "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\tcpu4\t\tcpu5\t\tcpu6\t\tcpu7\t\t\n"
443 "156000\t\t0\t\t\n"
444 "286000\t\tN/A\t\t\n"
445 "338000\t\t0\t\t\n"
446 "494000\t\t0\t\t\n"
447 "598000\t\t0\t\t\n"
448 "663000\t\tN/A\t\t\n"
449 "689000\t\t0\t\t\n"
450 "871000\t\t0\t\t\n"
451 "1014000\t\t0\t\t\n"
452 "1027000\t\tN/A\t\t\n"
453 "1144000\t\t6355\t\t\n"
454 "1196000\t\tN/A\t\t\n"
455 "1573000\t\tN/A\t\t\n"
456 "1755000\t\tN/A\t\t\n"
457 "1950000\t\tN/A\t\t\n",
458 },
459 {
460 .path = "/sys/devices/system/cpu/cpuidle/current_driver",
461 .size = 15,
462 .content = "mt6755_cpuidle\n",
463 },
464 {
465 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
466 .size = 13,
467 .content = "mtk_governor\n",
468 },
469 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700470 .path = "/sys/devices/system/cpu/cputopo/big_cpumask",
471 .size = 3,
472 .content = "f0\n",
473 },
474 {
475 .path = "/sys/devices/system/cpu/cputopo/glbinfo",
476 .size = 71,
477 .content =
478 "big/little arch: yes\n"
479 "big/little cpumask:f0/f\n"
480 "nr_cups: 8\n"
481 "nr_clusters: 2\n",
482 },
483 {
484 .path = "/sys/devices/system/cpu/cputopo/is_big_little",
485 .size = 2,
486 .content = "1\n",
487 },
488 {
489 .path = "/sys/devices/system/cpu/cputopo/is_multi_cluster",
490 .size = 2,
491 .content = "1\n",
492 },
493 {
494 .path = "/sys/devices/system/cpu/cputopo/little_cpumask",
495 .size = 3,
496 .content = "0f\n",
497 },
498 {
499 .path = "/sys/devices/system/cpu/cputopo/nr_clusters",
500 .size = 2,
501 .content = "2\n",
502 },
503 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700504 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
505 .size = 2,
506 .content = "0\n",
507 },
508 {
Marat Dukhan887bce52017-09-08 18:38:57 -0700509 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
510 .size = 8,
511 .content = "1950000\n",
512 },
513 {
514 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
515 .size = 7,
516 .content = "156000\n",
517 },
518 {
Marat Dukhana7615512017-09-12 18:15:31 -0700519 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
520 .size = 5,
521 .content = "1000\n",
522 },
523 {
524 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
525 .size = 8,
526 .content = "0 1 2 3\n",
527 },
528 {
529 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies",
530 .size = 59,
531 .content = "1144000 1014000 871000 689000 598000 494000 338000 156000 \n",
532 },
533 {
534 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
535 .size = 54,
536 .content = "ondemand userspace powersave interactive performance \n",
537 },
538 {
539 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
540 .size = 7,
541 .content = "598000\n",
542 },
543 {
544 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
545 .size = 11,
546 .content = "mt-cpufreq\n",
547 },
548 {
549 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
550 .size = 12,
551 .content = "interactive\n",
552 },
553 {
554 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
555 .size = 8,
556 .content = "1144000\n",
557 },
558 {
559 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
560 .size = 7,
561 .content = "156000\n",
562 },
563 {
564 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
565 .size = 0,
566 .content = "",
567 },
568 {
569 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
570 .size = 2,
571 .content = "0\n",
572 },
573 {
574 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/trans_table",
575 .size = 29,
576 .content =
577 " From : To\n"
578 " : \n",
579 },
580 {
Marat Dukhan887bce52017-09-08 18:38:57 -0700581 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
582 .size = 2,
583 .content = "0\n",
584 },
585 {
586 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
587 .size = 4,
588 .content = "0-3\n",
589 },
590 {
Marat Dukhana7615512017-09-12 18:15:31 -0700591 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
592 .size = 3,
593 .content = "0f\n",
594 },
595 {
Marat Dukhan887bce52017-09-08 18:38:57 -0700596 .path = "/sys/devices/system/cpu/cpu0/topology/core_id",
597 .size = 2,
598 .content = "0\n",
599 },
600 {
601 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
602 .size = 2,
603 .content = "0\n",
604 },
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700605 {
Marat Dukhana7615512017-09-12 18:15:31 -0700606 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
607 .size = 3,
608 .content = "01\n",
609 },
610 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700611 .path = "/sys/devices/system/cpu/cpu0/topology/cpu_capacity",
612 .size = 4,
Marat Dukhana7615512017-09-12 18:15:31 -0700613 .content = "314\n",
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700614 },
615 {
616 .path = "/sys/devices/system/cpu/cpu0/topology/max_cpu_capacity",
617 .size = 4,
618 .content = "600\n",
619 },
Marat Dukhana7615512017-09-12 18:15:31 -0700620 {
621 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
622 .size = 7,
623 .content = "156000\n",
624 },
625 {
626 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
627 .size = 5,
628 .content = "1000\n",
629 },
630 {
631 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
632 .size = 8,
633 .content = "0 1 2 3\n",
634 },
635 {
636 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies",
637 .size = 59,
638 .content = "1144000 1014000 871000 689000 598000 494000 338000 156000 \n",
639 },
640 {
641 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
642 .size = 54,
643 .content = "ondemand userspace powersave interactive performance \n",
644 },
645 {
646 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
647 .size = 7,
648 .content = "871000\n",
649 },
650 {
651 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
652 .size = 11,
653 .content = "mt-cpufreq\n",
654 },
Marat Dukhan887bce52017-09-08 18:38:57 -0700655 { NULL },
656};
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700657
658#ifdef __ANDROID__
659struct cpuinfo_mock_property properties[] = {
660 {
661 .key = "af.policy.r_submix_prio_adjust",
662 .value = "0",
663 },
664 {
Marat Dukhana7615512017-09-12 18:15:31 -0700665 .key = "af.rf_info",
666 .value = "0",
667 },
668 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700669 .key = "bgw.current3gband",
670 .value = "0",
671 },
672 {
673 .key = "camera.disable_zsl_mode",
674 .value = "1",
675 },
676 {
677 .key = "dalvik.vm.dex2oat-Xms",
678 .value = "64m",
679 },
680 {
681 .key = "dalvik.vm.dex2oat-Xmx",
682 .value = "512m",
683 },
684 {
685 .key = "dalvik.vm.heapgrowthlimit",
686 .value = "256m",
687 },
688 {
689 .key = "dalvik.vm.heapmaxfree",
690 .value = "8m",
691 },
692 {
693 .key = "dalvik.vm.heapminfree",
694 .value = "4m",
695 },
696 {
697 .key = "dalvik.vm.heapsize",
698 .value = "512m",
699 },
700 {
701 .key = "dalvik.vm.heapstartsize",
702 .value = "16m",
703 },
704 {
705 .key = "dalvik.vm.image-dex2oat-Xms",
706 .value = "64m",
707 },
708 {
709 .key = "dalvik.vm.image-dex2oat-Xmx",
710 .value = "64m",
711 },
712 {
713 .key = "dalvik.vm.isa.arm.features",
714 .value = "default",
715 },
716 {
717 .key = "dalvik.vm.isa.arm64.features",
718 .value = "default",
719 },
720 {
721 .key = "dalvik.vm.mtk-stack-trace-file",
722 .value = "/data/anr/mtk_traces.txt",
723 },
724 {
725 .key = "dalvik.vm.stack-trace-file",
726 .value = "/data/anr/traces.txt",
727 },
728 {
729 .key = "dalvik.vm.zygote32.pid",
Marat Dukhana7615512017-09-12 18:15:31 -0700730 .value = "388",
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700731 },
732 {
733 .key = "dalvik.vm.zygote64.pid",
Marat Dukhana7615512017-09-12 18:15:31 -0700734 .value = "387",
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700735 },
736 {
737 .key = "debug.MB.running",
738 .value = "0",
739 },
740 {
741 .key = "debug.bindercall.api",
742 .value = "none",
743 },
744 {
745 .key = "debug.force_rtl",
746 .value = "0",
747 },
748 {
749 .key = "debug.hwc.bq_count",
750 .value = "4",
751 },
752 {
753 .key = "debug.hwc.compose_level",
754 .value = "0",
755 },
756 {
757 .key = "debug.mdlogger.Running",
758 .value = "0",
759 },
760 {
761 .key = "debug.mdlogger.log2sd.path",
762 .value = "internal_sd",
763 },
764 {
765 .key = "debug.mtklog.netlog.Running",
766 .value = "0",
767 },
768 {
769 .key = "debug.oppo.morning.time",
Marat Dukhana7615512017-09-12 18:15:31 -0700770 .value = "2 : 56",
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700771 },
772 {
773 .key = "debug.program_binary.enable",
774 .value = "1",
775 },
776 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700777 .key = "dev.bootcomplete",
778 .value = "1",
779 },
780 {
781 .key = "drm.service.enabled",
782 .value = "true",
783 },
784 {
785 .key = "fmradio.driver.enable",
786 .value = "0",
787 },
788 {
789 .key = "gr.apk.number",
790 .value = "5",
791 },
792 {
793 .key = "gr.download.url",
794 .value = "http://otafs.coloros.com/googles/23dec9b52fa383563b162ef9b5abf389",
795 },
796 {
797 .key = "gr.use.leader",
798 .value = "true",
799 },
800 {
801 .key = "gsm.baseband.capability",
802 .value = "1023",
803 },
804 {
805 .key = "gsm.current.phone-type",
806 .value = "1,1",
807 },
808 {
809 .key = "gsm.emdstatus.init",
810 .value = "1",
811 },
812 {
813 .key = "gsm.gcf.testmode",
814 .value = "0",
815 },
816 {
817 .key = "gsm.lte.ca.support",
818 .value = "1",
819 },
820 {
821 .key = "gsm.network.type",
822 .value = "Unknown,Unknown",
823 },
824 {
825 .key = "gsm.operator.alpha",
Marat Dukhana7615512017-09-12 18:15:31 -0700826 .value = "",
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700827 },
828 {
829 .key = "gsm.operator.iso-country",
830 .value = "",
831 },
832 {
833 .key = "gsm.operator.isroaming",
834 .value = "false,false",
835 },
836 {
837 .key = "gsm.operator.numeric",
838 .value = "",
839 },
840 {
841 .key = "gsm.project.baseband.2",
842 .value = "OPPO6755_15311_66_L(LWCTG)",
843 },
844 {
845 .key = "gsm.project.baseband",
846 .value = "OPPO6755_15311_66_L(LWCTG)",
847 },
848 {
849 .key = "gsm.ril.ct3g.2",
850 .value = "0",
851 },
852 {
853 .key = "gsm.ril.ct3g",
854 .value = "0",
855 },
856 {
857 .key = "gsm.ril.eboot",
858 .value = "-1",
859 },
860 {
861 .key = "gsm.ril.init",
862 .value = "1",
863 },
864 {
865 .key = "gsm.ril.uicctype.2",
866 .value = "USIM",
867 },
868 {
869 .key = "gsm.ril.uicctype.3",
870 .value = "",
871 },
872 {
873 .key = "gsm.ril.uicctype.4",
874 .value = "",
875 },
876 {
877 .key = "gsm.ril.uicctype",
878 .value = "USIM",
879 },
880 {
881 .key = "gsm.serial",
882 .value = "",
883 },
884 {
885 .key = "gsm.sim.operator.alpha",
886 .value = ",",
887 },
888 {
889 .key = "gsm.sim.operator.iso-country",
890 .value = ",",
891 },
892 {
893 .key = "gsm.sim.operator.numeric",
894 .value = ",",
895 },
896 {
897 .key = "gsm.sim.operator.spn",
Marat Dukhana7615512017-09-12 18:15:31 -0700898 .value = "",
Marat Dukhan2a2d2322017-09-11 15:30:06 -0700899 },
900 {
901 .key = "gsm.sim.retry.pin1.2",
902 .value = "",
903 },
904 {
905 .key = "gsm.sim.retry.pin1.3",
906 .value = "",
907 },
908 {
909 .key = "gsm.sim.retry.pin1.4",
910 .value = "",
911 },
912 {
913 .key = "gsm.sim.retry.pin1",
914 .value = "",
915 },
916 {
917 .key = "gsm.sim.retry.pin2.2",
918 .value = "",
919 },
920 {
921 .key = "gsm.sim.retry.pin2.3",
922 .value = "",
923 },
924 {
925 .key = "gsm.sim.retry.pin2.4",
926 .value = "",
927 },
928 {
929 .key = "gsm.sim.retry.pin2",
930 .value = "",
931 },
932 {
933 .key = "gsm.sim.retry.puk1.2",
934 .value = "",
935 },
936 {
937 .key = "gsm.sim.retry.puk1.3",
938 .value = "",
939 },
940 {
941 .key = "gsm.sim.retry.puk1.4",
942 .value = "",
943 },
944 {
945 .key = "gsm.sim.retry.puk1",
946 .value = "",
947 },
948 {
949 .key = "gsm.sim.retry.puk2.2",
950 .value = "",
951 },
952 {
953 .key = "gsm.sim.retry.puk2.3",
954 .value = "",
955 },
956 {
957 .key = "gsm.sim.retry.puk2.4",
958 .value = "",
959 },
960 {
961 .key = "gsm.sim.retry.puk2",
962 .value = "",
963 },
964 {
965 .key = "gsm.sim.ril.mcc.mnc.2",
966 .value = "",
967 },
968 {
969 .key = "gsm.sim.ril.mcc.mnc.3",
970 .value = "",
971 },
972 {
973 .key = "gsm.sim.ril.mcc.mnc.4",
974 .value = "",
975 },
976 {
977 .key = "gsm.sim.ril.mcc.mnc",
978 .value = "",
979 },
980 {
981 .key = "gsm.sim.ril.phbready.2",
982 .value = "true",
983 },
984 {
985 .key = "gsm.sim.ril.phbready.3",
986 .value = "",
987 },
988 {
989 .key = "gsm.sim.ril.phbready.4",
990 .value = "",
991 },
992 {
993 .key = "gsm.sim.ril.phbready",
994 .value = "false",
995 },
996 {
997 .key = "gsm.sim.state",
998 .value = "ABSENT,ABSENT",
999 },
1000 {
1001 .key = "gsm.version.baseband1",
1002 .value = "MOLY.LR11.W1539.MD.MP.V9.P67.T74, 2016/06/20 17:51",
1003 },
1004 {
1005 .key = "gsm.version.baseband",
1006 .value = "MOLY.LR11.W1539.MD.MP.V9.P67.T74, 2016/06/20 17:51",
1007 },
1008 {
1009 .key = "gsm.version.ril-impl",
1010 .value = "mtk gemini ril 1.0",
1011 },
1012 {
1013 .key = "init.svc.DMAgent",
1014 .value = "running",
1015 },
1016 {
1017 .key = "init.svc.GoogleOtaAgent",
1018 .value = "running",
1019 },
1020 {
1021 .key = "init.svc.MPED",
1022 .value = "running",
1023 },
1024 {
1025 .key = "init.svc.MtkCodecService",
1026 .value = "running",
1027 },
1028 {
1029 .key = "init.svc.NvRAMAgent",
1030 .value = "running",
1031 },
1032 {
1033 .key = "init.svc.PPLAgent",
1034 .value = "running",
1035 },
1036 {
1037 .key = "init.svc.adbd",
1038 .value = "running",
1039 },
1040 {
1041 .key = "init.svc.agpsd",
1042 .value = "running",
1043 },
1044 {
1045 .key = "init.svc.block-mode",
1046 .value = "stopped",
1047 },
1048 {
1049 .key = "init.svc.bootanim",
1050 .value = "stopped",
1051 },
1052 {
1053 .key = "init.svc.bootlogoupdater",
1054 .value = "stopped",
1055 },
1056 {
1057 .key = "init.svc.ccci3_fsd",
1058 .value = "stopped",
1059 },
1060 {
1061 .key = "init.svc.ccci3_mdinit",
1062 .value = "stopped",
1063 },
1064 {
1065 .key = "init.svc.ccci_fsd",
1066 .value = "running",
1067 },
1068 {
1069 .key = "init.svc.ccci_mdinit",
1070 .value = "running",
1071 },
1072 {
1073 .key = "init.svc.conn_launcher",
1074 .value = "running",
1075 },
1076 {
1077 .key = "init.svc.criticallog",
1078 .value = "running",
1079 },
1080 {
1081 .key = "init.svc.datafree",
1082 .value = "stopped",
1083 },
1084 {
1085 .key = "init.svc.datasync",
1086 .value = "stopped",
1087 },
1088 {
1089 .key = "init.svc.debuggerd64",
1090 .value = "running",
1091 },
1092 {
1093 .key = "init.svc.debuggerd",
1094 .value = "running",
1095 },
1096 {
1097 .key = "init.svc.drm",
1098 .value = "running",
1099 },
1100 {
1101 .key = "init.svc.emdlogger1",
1102 .value = "running",
1103 },
1104 {
1105 .key = "init.svc.emsvr_user",
1106 .value = "running",
1107 },
1108 {
1109 .key = "init.svc.enableswap",
1110 .value = "stopped",
1111 },
1112 {
1113 .key = "init.svc.engineermode-sh",
1114 .value = "stopped",
1115 },
1116 {
1117 .key = "init.svc.fingerprintd",
1118 .value = "running",
1119 },
1120 {
1121 .key = "init.svc.flash_recovery",
1122 .value = "stopped",
1123 },
1124 {
1125 .key = "init.svc.gas_srv",
1126 .value = "running",
1127 },
1128 {
1129 .key = "init.svc.ged_srv",
1130 .value = "running",
1131 },
1132 {
1133 .key = "init.svc.gsm0710muxd",
1134 .value = "running",
1135 },
1136 {
1137 .key = "init.svc.guiext-server",
1138 .value = "running",
1139 },
1140 {
1141 .key = "init.svc.healthd",
1142 .value = "running",
1143 },
1144 {
1145 .key = "init.svc.installd",
1146 .value = "running",
1147 },
1148 {
1149 .key = "init.svc.keystore",
1150 .value = "running",
1151 },
1152 {
1153 .key = "init.svc.lmkd",
1154 .value = "running",
1155 },
1156 {
1157 .key = "init.svc.logd",
1158 .value = "running",
1159 },
1160 {
1161 .key = "init.svc.media",
1162 .value = "running",
1163 },
1164 {
1165 .key = "init.svc.memsicd3416x",
1166 .value = "running",
1167 },
1168 {
1169 .key = "init.svc.mnld",
1170 .value = "running",
1171 },
1172 {
1173 .key = "init.svc.mobicore",
1174 .value = "running",
1175 },
1176 {
1177 .key = "init.svc.mobile_log_d",
1178 .value = "running",
1179 },
1180 {
1181 .key = "init.svc.msensord",
1182 .value = "stopped",
1183 },
1184 {
1185 .key = "init.svc.mtkbt",
1186 .value = "running",
1187 },
1188 {
1189 .key = "init.svc.netd",
1190 .value = "running",
1191 },
1192 {
1193 .key = "init.svc.netdiag",
1194 .value = "running",
1195 },
1196 {
1197 .key = "init.svc.nvram_daemon",
1198 .value = "stopped",
1199 },
1200 {
1201 .key = "init.svc.nvramsensord",
1202 .value = "stopped",
1203 },
1204 {
1205 .key = "init.svc.oppoasserttip",
1206 .value = "running",
1207 },
1208 {
1209 .key = "init.svc.p2p_supplicant",
1210 .value = "running",
1211 },
1212 {
1213 .key = "init.svc.permission_check",
1214 .value = "stopped",
1215 },
1216 {
1217 .key = "init.svc.pq",
1218 .value = "running",
1219 },
1220 {
1221 .key = "init.svc.program_binary",
1222 .value = "running",
1223 },
1224 {
1225 .key = "init.svc.prop-adap-core",
1226 .value = "stopped",
1227 },
1228 {
1229 .key = "init.svc.prop-adap-main",
1230 .value = "stopped",
1231 },
1232 {
1233 .key = "init.svc.psensord",
1234 .value = "running",
1235 },
1236 {
1237 .key = "init.svc.regioncheck",
1238 .value = "stopped",
1239 },
1240 {
1241 .key = "init.svc.ril-daemon-mtk",
1242 .value = "running",
1243 },
1244 {
1245 .key = "init.svc.ril-daemon",
1246 .value = "stopped",
1247 },
1248 {
1249 .key = "init.svc.rutilsdaemon",
Marat Dukhana7615512017-09-12 18:15:31 -07001250 .value = "stopped",
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001251 },
1252 {
1253 .key = "init.svc.sdcard",
1254 .value = "running",
1255 },
1256 {
1257 .key = "init.svc.servicemanager",
1258 .value = "running",
1259 },
1260 {
1261 .key = "init.svc.sn",
1262 .value = "running",
1263 },
1264 {
1265 .key = "init.svc.spm_script",
1266 .value = "stopped",
1267 },
1268 {
1269 .key = "init.svc.surfaceflinger",
1270 .value = "running",
1271 },
1272 {
1273 .key = "init.svc.terservice",
1274 .value = "stopped",
1275 },
1276 {
1277 .key = "init.svc.thermal",
1278 .value = "running",
1279 },
1280 {
1281 .key = "init.svc.thermal_manager",
1282 .value = "stopped",
1283 },
1284 {
1285 .key = "init.svc.thermalloadalgod",
1286 .value = "running",
1287 },
1288 {
1289 .key = "init.svc.ueventd",
1290 .value = "running",
1291 },
1292 {
1293 .key = "init.svc.vold",
1294 .value = "running",
1295 },
1296 {
1297 .key = "init.svc.volte_imcb",
1298 .value = "running",
1299 },
1300 {
1301 .key = "init.svc.volte_stack",
1302 .value = "running",
1303 },
1304 {
1305 .key = "init.svc.volte_ua",
1306 .value = "running",
1307 },
1308 {
1309 .key = "init.svc.vtservice",
1310 .value = "running",
1311 },
1312 {
1313 .key = "init.svc.wifi2agps",
1314 .value = "running",
1315 },
1316 {
1317 .key = "init.svc.wmtLoader",
1318 .value = "stopped",
1319 },
1320 {
1321 .key = "init.svc.xlogboot",
1322 .value = "stopped",
1323 },
1324 {
1325 .key = "init.svc.xlogdebugchanged",
1326 .value = "stopped",
1327 },
1328 {
1329 .key = "init.svc.zygote",
1330 .value = "running",
1331 },
1332 {
1333 .key = "init.svc.zygote_secondary",
1334 .value = "running",
1335 },
1336 {
1337 .key = "media.wfd.portrait",
1338 .value = "0",
1339 },
1340 {
1341 .key = "media.wfd.video-format",
1342 .value = "7",
1343 },
1344 {
1345 .key = "mediatek.wlan.chip",
1346 .value = "CONSYS_MT6755",
1347 },
1348 {
1349 .key = "mediatek.wlan.ctia",
1350 .value = "0",
1351 },
1352 {
1353 .key = "mediatek.wlan.module.postfix",
1354 .value = "_consys_mt6755",
1355 },
1356 {
1357 .key = "mtk.md1.starttime",
Marat Dukhana7615512017-09-12 18:15:31 -07001358 .value = "0s Thu Mar 3 12:41:40 2016\n",
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001359 },
1360 {
1361 .key = "mtk.md1.status",
1362 .value = "ready",
1363 },
1364 {
1365 .key = "mtk_wifi.fwpath",
1366 .value = "STA",
1367 },
1368 {
1369 .key = "net.bt.name",
1370 .value = "Android",
1371 },
1372 {
1373 .key = "net.change",
1374 .value = "net.qtaguid_enabled",
1375 },
1376 {
1377 .key = "net.hostname",
1378 .value = "android-6fdae77d2bb7f81a",
1379 },
1380 {
1381 .key = "net.nsiot_pending",
1382 .value = "false",
1383 },
1384 {
1385 .key = "net.perf.cpu.core",
1386 .value = "4,4,0,0",
1387 },
1388 {
1389 .key = "net.perf.cpu.freq",
1390 .value = "1144000,1144000,0,0",
1391 },
1392 {
1393 .key = "net.perf.rps",
1394 .value = "ff",
1395 },
1396 {
1397 .key = "net.qtaguid_enabled",
1398 .value = "1",
1399 },
1400 {
1401 .key = "net.tcp.default_init_rwnd",
1402 .value = "60",
1403 },
1404 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001405 .key = "oppo.device.firstboot",
1406 .value = "0",
1407 },
1408 {
1409 .key = "oppo.dex.thread.count.switch",
1410 .value = "false",
1411 },
1412 {
1413 .key = "oppo.service.datafree.enable",
1414 .value = "1",
1415 },
1416 {
1417 .key = "oppo.service.datasync.enable",
1418 .value = "0",
1419 },
1420 {
1421 .key = "oppo.service.rutils.enable",
Marat Dukhana7615512017-09-12 18:15:31 -07001422 .value = "0",
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001423 },
1424 {
1425 .key = "persist.aee.core.dump",
1426 .value = "disable",
1427 },
1428 {
1429 .key = "persist.af.hac_on",
1430 .value = "0",
1431 },
1432 {
1433 .key = "persist.boot_time",
Marat Dukhana7615512017-09-12 18:15:31 -07001434 .value = "6",
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001435 },
1436 {
1437 .key = "persist.bt.fwdump",
1438 .value = "0",
1439 },
1440 {
1441 .key = "persist.datashaping.alarmgroup",
1442 .value = "1",
1443 },
1444 {
1445 .key = "persist.dbg.volte_avail_ovr",
1446 .value = "1",
1447 },
1448 {
1449 .key = "persist.dm.lock",
1450 .value = "false",
1451 },
1452 {
1453 .key = "persist.gemini.sim_num",
1454 .value = "2",
1455 },
1456 {
Marat Dukhana7615512017-09-12 18:15:31 -07001457 .key = "persist.logd.size",
1458 .value = "",
1459 },
1460 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001461 .key = "persist.md.perm.checked",
1462 .value = "1",
1463 },
1464 {
1465 .key = "persist.meta.dumpdata",
1466 .value = "0",
1467 },
1468 {
1469 .key = "persist.mtk.aee.mode",
1470 .value = "4",
1471 },
1472 {
1473 .key = "persist.mtk.datashaping.support",
1474 .value = "1",
1475 },
1476 {
1477 .key = "persist.mtk.sf.fps.upper_bound",
1478 .value = "60",
1479 },
1480 {
1481 .key = "persist.mtk.volte.enable",
1482 .value = "0",
1483 },
1484 {
1485 .key = "persist.mtk.wcn.combo.chipid",
1486 .value = "0x6755",
1487 },
1488 {
1489 .key = "persist.mtk.wcn.fwlog.status",
1490 .value = "no",
1491 },
1492 {
1493 .key = "persist.oppo.ctsversion",
1494 .value = "false",
1495 },
1496 {
1497 .key = "persist.power.useautobrightadj",
1498 .value = "true",
1499 },
1500 {
1501 .key = "persist.radio.default.sim",
1502 .value = "0",
1503 },
1504 {
1505 .key = "persist.radio.fd.counter",
1506 .value = "15",
1507 },
1508 {
1509 .key = "persist.radio.fd.off.counter",
1510 .value = "5",
1511 },
1512 {
1513 .key = "persist.radio.fd.off.r8.counter",
1514 .value = "5",
1515 },
1516 {
1517 .key = "persist.radio.fd.r8.counter",
1518 .value = "15",
1519 },
1520 {
1521 .key = "persist.radio.ia-apn",
1522 .value = "",
1523 },
1524 {
1525 .key = "persist.radio.ia",
1526 .value = "",
1527 },
1528 {
1529 .key = "persist.radio.mobile.data",
1530 .value = "1,1",
1531 },
1532 {
1533 .key = "persist.radio.mtk_dsbp_support",
1534 .value = "1",
1535 },
1536 {
1537 .key = "persist.radio.multisim.config",
1538 .value = "dsds",
1539 },
1540 {
1541 .key = "persist.radio.reset_on_switch",
1542 .value = "true",
1543 },
1544 {
1545 .key = "persist.radio.simswitch",
1546 .value = "1",
1547 },
1548 {
1549 .key = "persist.service.acm.enable",
1550 .value = "",
1551 },
1552 {
1553 .key = "persist.service.adb.enable",
1554 .value = "",
1555 },
1556 {
1557 .key = "persist.sys.assert.enable",
1558 .value = "false",
1559 },
1560 {
1561 .key = "persist.sys.assert.enabletip",
1562 .value = "0",
1563 },
1564 {
1565 .key = "persist.sys.assert.panic",
1566 .value = "false",
1567 },
1568 {
1569 .key = "persist.sys.assert.state",
1570 .value = "false",
1571 },
1572 {
1573 .key = "persist.sys.cfu_auto",
1574 .value = "1",
1575 },
1576 {
Marat Dukhana7615512017-09-12 18:15:31 -07001577 .key = "persist.sys.country",
1578 .value = "US",
1579 },
1580 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001581 .key = "persist.sys.dalvik.vm.lib.2",
1582 .value = "libart.so",
1583 },
1584 {
1585 .key = "persist.sys.device_first_boot",
1586 .value = "0",
1587 },
1588 {
1589 .key = "persist.sys.esn_track_switch",
1590 .value = "0",
1591 },
1592 {
1593 .key = "persist.sys.first_time_boot",
1594 .value = "false",
1595 },
1596 {
Marat Dukhana7615512017-09-12 18:15:31 -07001597 .key = "persist.sys.hdcp_checking",
1598 .value = "false",
1599 },
1600 {
1601 .key = "persist.sys.language",
1602 .value = "en",
1603 },
1604 {
1605 .key = "persist.sys.localevar",
1606 .value = "",
1607 },
1608 {
1609 .key = "persist.sys.media.use-awesome",
1610 .value = "false",
1611 },
1612 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001613 .key = "persist.sys.mute.state",
1614 .value = "2",
1615 },
1616 {
1617 .key = "persist.sys.oem_smooth",
1618 .value = "1",
1619 },
1620 {
1621 .key = "persist.sys.oppo.displaymetrics",
1622 .value = "1080,1920",
1623 },
1624 {
1625 .key = "persist.sys.oppo.dragstate",
1626 .value = "0",
1627 },
1628 {
1629 .key = "persist.sys.oppo.otg_support",
1630 .value = "false",
1631 },
1632 {
1633 .key = "persist.sys.oppo.region.netlock",
1634 .value = "1",
1635 },
1636 {
1637 .key = "persist.sys.oppo.region",
1638 .value = "US",
1639 },
1640 {
1641 .key = "persist.sys.oppo.screendrag",
Marat Dukhana7615512017-09-12 18:15:31 -07001642 .value = "0,0,0,0",
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001643 },
1644 {
1645 .key = "persist.sys.permission.enable",
1646 .value = "false",
1647 },
1648 {
1649 .key = "persist.sys.port_index",
1650 .value = "",
1651 },
1652 {
1653 .key = "persist.sys.poweroffsound",
1654 .value = "1",
1655 },
1656 {
1657 .key = "persist.sys.poweronsound",
1658 .value = "1",
1659 },
1660 {
1661 .key = "persist.sys.pq.adl.idx",
1662 .value = "0",
1663 },
1664 {
1665 .key = "persist.sys.pq.shp.idx",
1666 .value = "2",
1667 },
1668 {
1669 .key = "persist.sys.profiler_ms",
1670 .value = "0",
1671 },
1672 {
1673 .key = "persist.sys.screenshot.times",
1674 .value = "1",
1675 },
1676 {
1677 .key = "persist.sys.sd.defaultpath",
1678 .value = "/storage/emulated/0",
1679 },
1680 {
Marat Dukhana7615512017-09-12 18:15:31 -07001681 .key = "persist.sys.strictmode.visual",
1682 .value = "",
1683 },
1684 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001685 .key = "persist.sys.timezone",
1686 .value = "America/New_York",
1687 },
1688 {
Marat Dukhana7615512017-09-12 18:15:31 -07001689 .key = "persist.sys.ui.hw",
1690 .value = "false",
1691 },
1692 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001693 .key = "persist.sys.usb.config",
1694 .value = "mtp,mass_storage,adb",
1695 },
1696 {
1697 .key = "persist.version.confidential",
1698 .value = "false",
1699 },
1700 {
1701 .key = "qemu.hw.mainkeys",
1702 .value = "1",
1703 },
1704 {
1705 .key = "ril.active.md",
1706 .value = "9",
1707 },
1708 {
1709 .key = "ril.current.share_modem",
1710 .value = "2",
1711 },
1712 {
1713 .key = "ril.data.allow",
1714 .value = "0",
1715 },
1716 {
1717 .key = "ril.ecclist1",
1718 .value = "",
1719 },
1720 {
1721 .key = "ril.ecclist2",
1722 .value = "",
1723 },
1724 {
1725 .key = "ril.ecclist3",
1726 .value = "",
1727 },
1728 {
1729 .key = "ril.ecclist",
1730 .value = "",
1731 },
1732 {
1733 .key = "ril.external.md",
1734 .value = "0",
1735 },
1736 {
1737 .key = "ril.fd.mode",
1738 .value = "1",
1739 },
1740 {
1741 .key = "ril.first.md",
1742 .value = "1",
1743 },
1744 {
1745 .key = "ril.flightmode.poweroffMD",
1746 .value = "0",
1747 },
1748 {
1749 .key = "ril.ia.iccid",
1750 .value = "",
1751 },
1752 {
1753 .key = "ril.iccid.sim1",
1754 .value = "N/A",
1755 },
1756 {
1757 .key = "ril.iccid.sim2",
1758 .value = "N/A",
1759 },
1760 {
1761 .key = "ril.iccid.sim3",
1762 .value = "",
1763 },
1764 {
1765 .key = "ril.iccid.sim4",
1766 .value = "",
1767 },
1768 {
1769 .key = "ril.imsi.status.sim1",
1770 .value = "0",
1771 },
1772 {
1773 .key = "ril.imsi.status.sim2",
1774 .value = "0",
1775 },
1776 {
1777 .key = "ril.ipo.radiooff.2",
1778 .value = "0",
1779 },
1780 {
1781 .key = "ril.ipo.radiooff",
1782 .value = "0",
1783 },
1784 {
1785 .key = "ril.mux.ee.md1",
1786 .value = "0",
1787 },
1788 {
1789 .key = "ril.mux.report.case",
1790 .value = "0",
1791 },
1792 {
1793 .key = "ril.nw.rat.detail",
1794 .value = "3",
1795 },
1796 {
1797 .key = "ril.nw.worldmode.activemode",
1798 .value = "1",
1799 },
1800 {
1801 .key = "ril.pid.1",
Marat Dukhana7615512017-09-12 18:15:31 -07001802 .value = "964",
Marat Dukhan2a2d2322017-09-11 15:30:06 -07001803 },
1804 {
1805 .key = "ril.radio.ia-apn",
1806 .value = "",
1807 },
1808 {
1809 .key = "ril.radio.ia",
1810 .value = "",
1811 },
1812 {
1813 .key = "ril.radiooff.poweroffMD",
1814 .value = "0",
1815 },
1816 {
1817 .key = "ril.ready.sim",
1818 .value = "false",
1819 },
1820 {
1821 .key = "ril.specific.sm_cause",
1822 .value = "0",
1823 },
1824 {
1825 .key = "ril.telephony.mode",
1826 .value = "0",
1827 },
1828 {
1829 .key = "ril.volte.imcb",
1830 .value = "1",
1831 },
1832 {
1833 .key = "ril.volte.stack",
1834 .value = "1",
1835 },
1836 {
1837 .key = "ril.volte.ua",
1838 .value = "1",
1839 },
1840 {
1841 .key = "rild.libargs",
1842 .value = "-d /dev/ttyC0",
1843 },
1844 {
1845 .key = "rild.libpath",
1846 .value = "mtk-ril.so",
1847 },
1848 {
1849 .key = "rild.mark_switchuser",
1850 .value = "0",
1851 },
1852 {
1853 .key = "ro.adb.secure",
1854 .value = "1",
1855 },
1856 {
1857 .key = "ro.allow.mock.location",
1858 .value = "0",
1859 },
1860 {
1861 .key = "ro.audio.silent",
1862 .value = "0",
1863 },
1864 {
1865 .key = "ro.baseband",
1866 .value = "unknown",
1867 },
1868 {
1869 .key = "ro.board.platform",
1870 .value = "mt6755",
1871 },
1872 {
1873 .key = "ro.boot.bootreason",
1874 .value = "wdt_by_pass_pwk",
1875 },
1876 {
1877 .key = "ro.boot.hardware",
1878 .value = "mt6755",
1879 },
1880 {
1881 .key = "ro.boot.serialno",
1882 .value = "KRZ58TGA99999999",
1883 },
1884 {
1885 .key = "ro.bootloader",
1886 .value = "unknown",
1887 },
1888 {
1889 .key = "ro.bootmode",
1890 .value = "unknown",
1891 },
1892 {
1893 .key = "ro.btstack",
1894 .value = "blueangel",
1895 },
1896 {
1897 .key = "ro.build.characteristics",
1898 .value = "default",
1899 },
1900 {
1901 .key = "ro.build.date.YmdHM",
1902 .value = "201606201827",
1903 },
1904 {
1905 .key = "ro.build.date.Ymd",
1906 .value = "160620",
1907 },
1908 {
1909 .key = "ro.build.date.utc",
1910 .value = "1466418427",
1911 },
1912 {
1913 .key = "ro.build.date.ymd",
1914 .value = "160620",
1915 },
1916 {
1917 .key = "ro.build.date",
1918 .value = "Mon Jun 20 18:27:07 CST 2016",
1919 },
1920 {
1921 .key = "ro.build.description",
1922 .value = "full_oppo6755_15311-user 5.1 LMY47I 1466418229 release-keys",
1923 },
1924 {
1925 .key = "ro.build.display.id",
1926 .value = "X9009EX_11_A.18_160620",
1927 },
1928 {
1929 .key = "ro.build.fingerprint",
1930 .value = "OPPO/X9009/X9009:5.1/LMY47I/1454158811:user/release-keys",
1931 },
1932 {
1933 .key = "ro.build.flavor",
1934 .value = "full_oppo6755_15311-user",
1935 },
1936 {
1937 .key = "ro.build.host",
1938 .value = "WX-122-132",
1939 },
1940 {
1941 .key = "ro.build.id",
1942 .value = "LMY47I",
1943 },
1944 {
1945 .key = "ro.build.kernel.id",
1946 .value = "3.10.72-G201606201753",
1947 },
1948 {
1949 .key = "ro.build.master.date",
1950 .value = "201606201827",
1951 },
1952 {
1953 .key = "ro.build.ota.versionname",
1954 .value = "X9009EX_11_A.18_160620",
1955 },
1956 {
1957 .key = "ro.build.product",
1958 .value = "oppo6755_15311",
1959 },
1960 {
1961 .key = "ro.build.release_type",
1962 .value = "true",
1963 },
1964 {
1965 .key = "ro.build.soft.majorversion",
1966 .value = "",
1967 },
1968 {
1969 .key = "ro.build.soft.version",
1970 .value = "A.18",
1971 },
1972 {
1973 .key = "ro.build.tags",
1974 .value = "release-keys",
1975 },
1976 {
1977 .key = "ro.build.type",
1978 .value = "user",
1979 },
1980 {
1981 .key = "ro.build.user",
1982 .value = "root",
1983 },
1984 {
1985 .key = "ro.build.version.all_codenames",
1986 .value = "REL",
1987 },
1988 {
1989 .key = "ro.build.version.base_os",
1990 .value = "OPPO/X9009/X9009:5.1/LMY47I/1449641681:user/release-keys",
1991 },
1992 {
1993 .key = "ro.build.version.codename",
1994 .value = "REL",
1995 },
1996 {
1997 .key = "ro.build.version.incremental",
1998 .value = "1466418229",
1999 },
2000 {
2001 .key = "ro.build.version.opporom",
2002 .value = "V3.0.0i",
2003 },
2004 {
2005 .key = "ro.build.version.ota",
2006 .value = "X9009EX_11.A.18_INT_018_201606201753",
2007 },
2008 {
2009 .key = "ro.build.version.release",
2010 .value = "5.1",
2011 },
2012 {
2013 .key = "ro.build.version.sdk",
2014 .value = "22",
2015 },
2016 {
2017 .key = "ro.build.version.security_patch",
2018 .value = "2016-01-01",
2019 },
2020 {
2021 .key = "ro.camera.sound.forced",
2022 .value = "0",
2023 },
2024 {
2025 .key = "ro.carrier",
2026 .value = "unknown",
2027 },
2028 {
2029 .key = "ro.com.android.dateformat",
2030 .value = "MM-dd-yyyy",
2031 },
2032 {
2033 .key = "ro.com.android.mobiledata",
2034 .value = "true",
2035 },
2036 {
2037 .key = "ro.com.google.clientidbase",
2038 .value = "android-oppo",
2039 },
2040 {
2041 .key = "ro.com.google.gmsversion",
2042 .value = "5.1_r3",
2043 },
2044 {
2045 .key = "ro.config.alarm_alert",
2046 .value = "alarm_001.ogg",
2047 },
2048 {
2049 .key = "ro.config.calendar_sound",
2050 .value = "notification_003.ogg",
2051 },
2052 {
2053 .key = "ro.config.notification_sim2",
2054 .value = "notification_001.ogg",
2055 },
2056 {
2057 .key = "ro.config.notification_sound",
2058 .value = "notification_001.ogg",
2059 },
2060 {
2061 .key = "ro.config.ringtone",
2062 .value = "ringtone_001.ogg",
2063 },
2064 {
2065 .key = "ro.config.ringtone_sim2",
2066 .value = "ringtone_001.ogg",
2067 },
2068 {
2069 .key = "ro.crypto.fuse_sdcard",
2070 .value = "true",
2071 },
2072 {
2073 .key = "ro.crypto.state",
2074 .value = "unencrypted",
2075 },
2076 {
2077 .key = "ro.dalvik.vm.native.bridge",
2078 .value = "0",
2079 },
2080 {
2081 .key = "ro.debuggable",
2082 .value = "0",
2083 },
2084 {
2085 .key = "ro.dex2oat_white_list",
2086 .value = "com.google.android.gms:",
2087 },
2088 {
2089 .key = "ro.dirac.config",
2090 .value = "1",
2091 },
2092 {
2093 .key = "ro.dirac.max_active.headset",
2094 .value = "5",
2095 },
2096 {
2097 .key = "ro.dirac.max_active.powersound",
2098 .value = "3",
2099 },
2100 {
2101 .key = "ro.dirac.poolsize",
2102 .value = "2",
2103 },
2104 {
2105 .key = "ro.factorytest",
2106 .value = "0",
2107 },
2108 {
2109 .key = "ro.frp.pst",
2110 .value = "/dev/block/platform/mtk-msdc.0/by-name/frp",
2111 },
2112 {
2113 .key = "ro.gemini.smart_sim_switch",
2114 .value = "false",
2115 },
2116 {
2117 .key = "ro.hardware",
2118 .value = "mt6755",
2119 },
2120 {
2121 .key = "ro.have_aacencode_feature",
2122 .value = "1",
2123 },
2124 {
2125 .key = "ro.have_aee_feature",
2126 .value = "1",
2127 },
2128 {
2129 .key = "ro.kernel.zio",
2130 .value = "38,108,105,16",
2131 },
2132 {
2133 .key = "ro.mediatek.chip_ver",
2134 .value = "S01",
2135 },
2136 {
2137 .key = "ro.mediatek.gemini_support",
2138 .value = "true",
2139 },
2140 {
2141 .key = "ro.mediatek.platform",
2142 .value = "MT6755",
2143 },
2144 {
2145 .key = "ro.mediatek.project.path",
2146 .value = "device/oppo/oppo6755_15311",
2147 },
2148 {
2149 .key = "ro.mediatek.version.branch",
2150 .value = "L1.MP10.TC16SP",
2151 },
2152 {
2153 .key = "ro.mediatek.version.release",
2154 .value = "X9009EX_11_A.18_160620",
2155 },
2156 {
2157 .key = "ro.mediatek.version.sdk",
2158 .value = "4",
2159 },
2160 {
2161 .key = "ro.mediatek.wlan.p2p",
2162 .value = "1",
2163 },
2164 {
2165 .key = "ro.mediatek.wlan.wsc",
2166 .value = "1",
2167 },
2168 {
2169 .key = "ro.mount.fs",
2170 .value = "EXT4",
2171 },
2172 {
2173 .key = "ro.mtk_agps_app",
2174 .value = "1",
2175 },
2176 {
2177 .key = "ro.mtk_antibricking_level",
2178 .value = "2",
2179 },
2180 {
2181 .key = "ro.mtk_audenh_support",
2182 .value = "1",
2183 },
2184 {
2185 .key = "ro.mtk_audio_ape_support",
2186 .value = "1",
2187 },
2188 {
2189 .key = "ro.mtk_audio_tuning_tool_ver",
2190 .value = "V2.2",
2191 },
2192 {
2193 .key = "ro.mtk_bessurround_support",
2194 .value = "1",
2195 },
2196 {
2197 .key = "ro.mtk_bg_power_saving_support",
2198 .value = "1",
2199 },
2200 {
2201 .key = "ro.mtk_bg_power_saving_ui",
2202 .value = "1",
2203 },
2204 {
2205 .key = "ro.mtk_bip_scws",
2206 .value = "1",
2207 },
2208 {
2209 .key = "ro.mtk_bt_support",
2210 .value = "1",
2211 },
2212 {
2213 .key = "ro.mtk_cam_lomo_support",
2214 .value = "1",
2215 },
2216 {
2217 .key = "ro.mtk_cam_mfb_support",
2218 .value = "3",
2219 },
2220 {
2221 .key = "ro.mtk_cta_set",
2222 .value = "1",
2223 },
2224 {
2225 .key = "ro.mtk_deinterlace_support",
2226 .value = "1",
2227 },
2228 {
2229 .key = "ro.mtk_dhcpv6c_wifi",
2230 .value = "1",
2231 },
2232 {
2233 .key = "ro.mtk_dialer_search_support",
2234 .value = "1",
2235 },
2236 {
2237 .key = "ro.mtk_dual_mic_support",
2238 .value = "1",
2239 },
2240 {
2241 .key = "ro.mtk_eap_sim_aka",
2242 .value = "1",
2243 },
2244 {
2245 .key = "ro.mtk_emmc_support",
2246 .value = "1",
2247 },
2248 {
2249 .key = "ro.mtk_enable_md1",
2250 .value = "1",
2251 },
2252 {
2253 .key = "ro.mtk_fd_support",
2254 .value = "1",
2255 },
2256 {
2257 .key = "ro.mtk_flv_playback_support",
2258 .value = "1",
2259 },
2260 {
2261 .key = "ro.mtk_gemini_enhancement",
2262 .value = "1",
2263 },
2264 {
2265 .key = "ro.mtk_gemini_support",
2266 .value = "1",
2267 },
2268 {
2269 .key = "ro.mtk_gps_support",
2270 .value = "1",
2271 },
2272 {
2273 .key = "ro.mtk_hetcomm_support",
2274 .value = "1",
2275 },
2276 {
2277 .key = "ro.mtk_ims_support",
2278 .value = "1",
2279 },
2280 {
2281 .key = "ro.mtk_is_tablet",
2282 .value = "0",
2283 },
2284 {
2285 .key = "ro.mtk_lte_support",
2286 .value = "1",
2287 },
2288 {
2289 .key = "ro.mtk_matv_analog_support",
2290 .value = "1",
2291 },
2292 {
2293 .key = "ro.mtk_md_sbp_custom_value",
2294 .value = "0",
2295 },
2296 {
2297 .key = "ro.mtk_md_world_mode_support",
2298 .value = "1",
2299 },
2300 {
2301 .key = "ro.mtk_miravision_image_dc",
2302 .value = "1",
2303 },
2304 {
2305 .key = "ro.mtk_miravision_support",
2306 .value = "1",
2307 },
2308 {
2309 .key = "ro.mtk_oma_drm_support",
2310 .value = "1",
2311 },
2312 {
2313 .key = "ro.mtk_omacp_support",
2314 .value = "1",
2315 },
2316 {
2317 .key = "ro.mtk_passpoint_r1_support",
2318 .value = "1",
2319 },
2320 {
2321 .key = "ro.mtk_perf_fast_start_win",
2322 .value = "0",
2323 },
2324 {
2325 .key = "ro.mtk_perf_response_time",
2326 .value = "1",
2327 },
2328 {
2329 .key = "ro.mtk_perf_simple_start_win",
2330 .value = "1",
2331 },
2332 {
2333 .key = "ro.mtk_perfservice_support",
2334 .value = "1",
2335 },
2336 {
2337 .key = "ro.mtk_pow_perf_support",
2338 .value = "1",
2339 },
2340 {
2341 .key = "ro.mtk_pq_color_mode",
2342 .value = "3",
2343 },
2344 {
2345 .key = "ro.mtk_pq_support",
2346 .value = "2",
2347 },
2348 {
2349 .key = "ro.mtk_search_db_support",
2350 .value = "1",
2351 },
2352 {
2353 .key = "ro.mtk_send_rr_support",
2354 .value = "1",
2355 },
2356 {
2357 .key = "ro.mtk_shared_sdcard",
2358 .value = "1",
2359 },
2360 {
2361 .key = "ro.mtk_sim_hot_swap",
2362 .value = "1",
2363 },
2364 {
2365 .key = "ro.mtk_sim_hot_swap_common_slot",
2366 .value = "1",
2367 },
2368 {
2369 .key = "ro.mtk_slidevideo_support",
2370 .value = "1",
2371 },
2372 {
2373 .key = "ro.mtk_slow_motion_support",
2374 .value = "1",
2375 },
2376 {
2377 .key = "ro.mtk_system_update_support",
2378 .value = "1",
2379 },
2380 {
2381 .key = "ro.mtk_tetheringipv6_support",
2382 .value = "1",
2383 },
2384 {
2385 .key = "ro.mtk_thumbnail_play_support",
2386 .value = "1",
2387 },
2388 {
2389 .key = "ro.mtk_trustonic_tee_support",
2390 .value = "1",
2391 },
2392 {
2393 .key = "ro.mtk_volte_support",
2394 .value = "1",
2395 },
2396 {
2397 .key = "ro.mtk_wapi_support",
2398 .value = "1",
2399 },
2400 {
2401 .key = "ro.mtk_wappush_support",
2402 .value = "1",
2403 },
2404 {
2405 .key = "ro.mtk_wfd_sink_support",
2406 .value = "1",
2407 },
2408 {
2409 .key = "ro.mtk_wfd_sink_uibc_support",
2410 .value = "1",
2411 },
2412 {
2413 .key = "ro.mtk_wfd_support",
2414 .value = "1",
2415 },
2416 {
2417 .key = "ro.mtk_widevine_drm_l3_support",
2418 .value = "1",
2419 },
2420 {
2421 .key = "ro.mtk_wifi_mcc_support",
2422 .value = "1",
2423 },
2424 {
2425 .key = "ro.mtk_wlan_support",
2426 .value = "1",
2427 },
2428 {
2429 .key = "ro.mtk_wmv_playback_support",
2430 .value = "1",
2431 },
2432 {
2433 .key = "ro.mtk_world_phone_policy",
2434 .value = "0",
2435 },
2436 {
2437 .key = "ro.multi_log_feature",
2438 .value = "0",
2439 },
2440 {
2441 .key = "ro.opengles.version",
2442 .value = "196608",
2443 },
2444 {
2445 .key = "ro.oppo.theme.version",
2446 .value = "800",
2447 },
2448 {
2449 .key = "ro.oppo.version",
2450 .value = "US",
2451 },
2452 {
2453 .key = "ro.product.board",
2454 .value = "full_oppo6755_15311",
2455 },
2456 {
2457 .key = "ro.product.brand",
2458 .value = "OPPO",
2459 },
2460 {
2461 .key = "ro.product.cpu.abi",
2462 .value = "arm64-v8a",
2463 },
2464 {
2465 .key = "ro.product.cpu.abilist32",
2466 .value = "armeabi-v7a,armeabi",
2467 },
2468 {
2469 .key = "ro.product.cpu.abilist64",
2470 .value = "arm64-v8a",
2471 },
2472 {
2473 .key = "ro.product.cpu.abilist",
2474 .value = "arm64-v8a,armeabi-v7a,armeabi",
2475 },
2476 {
2477 .key = "ro.product.device",
2478 .value = "X9009",
2479 },
2480 {
2481 .key = "ro.product.locale.language",
2482 .value = "en",
2483 },
2484 {
2485 .key = "ro.product.locale.region",
2486 .value = "US",
2487 },
2488 {
2489 .key = "ro.product.manufacturer",
2490 .value = "OPPO",
2491 },
2492 {
2493 .key = "ro.product.model",
2494 .value = "X9009",
2495 },
2496 {
2497 .key = "ro.product.name",
2498 .value = "X9009",
2499 },
2500 {
2501 .key = "ro.revision",
2502 .value = "0",
2503 },
2504 {
2505 .key = "ro.rom.different.version",
2506 .value = "ColorOS3.0.0",
2507 },
2508 {
2509 .key = "ro.runtime.firstboot",
Marat Dukhana7615512017-09-12 18:15:31 -07002510 .value = "1457026916626",
Marat Dukhan2a2d2322017-09-11 15:30:06 -07002511 },
2512 {
2513 .key = "ro.secure",
2514 .value = "1",
2515 },
2516 {
2517 .key = "ro.serialno",
2518 .value = "KRZ58TGA99999999",
2519 },
2520 {
2521 .key = "ro.setupwizard.mode",
2522 .value = "OPTIONAL",
2523 },
2524 {
2525 .key = "ro.sf.hwrotation",
2526 .value = "0",
2527 },
2528 {
2529 .key = "ro.sf.lcd_density",
2530 .value = "480",
2531 },
2532 {
2533 .key = "ro.sim_me_lock_mode",
2534 .value = "0",
2535 },
2536 {
2537 .key = "ro.sim_refresh_reset_by_modem",
2538 .value = "1",
2539 },
2540 {
2541 .key = "ro.sys.breathlight.mode",
2542 .value = "whitelight",
2543 },
2544 {
2545 .key = "ro.sys.usb.bicr",
2546 .value = "yes",
2547 },
2548 {
2549 .key = "ro.sys.usb.charging.only",
2550 .value = "yes",
2551 },
2552 {
2553 .key = "ro.sys.usb.mtp.whql.enable",
2554 .value = "0",
2555 },
2556 {
2557 .key = "ro.sys.usb.storage.type",
2558 .value = "mtp,mass_storage",
2559 },
2560 {
2561 .key = "ro.telephony.default_network",
2562 .value = "14,0",
2563 },
2564 {
2565 .key = "ro.telephony.sim.count",
2566 .value = "2",
2567 },
2568 {
2569 .key = "ro.wifi.channels",
2570 .value = "",
2571 },
2572 {
2573 .key = "ro.xxversion",
2574 .value = "v0.5",
2575 },
2576 {
2577 .key = "ro.zygote.preload.enable",
2578 .value = "0",
2579 },
2580 {
2581 .key = "ro.zygote",
2582 .value = "zygote64_32",
2583 },
2584 {
2585 .key = "selinux.reload_policy",
2586 .value = "1",
2587 },
2588 {
2589 .key = "service.bootanim.exit",
2590 .value = "1",
2591 },
2592 {
2593 .key = "service.cat.install.on.2",
2594 .value = "0",
2595 },
2596 {
2597 .key = "service.cat.install.on.3",
2598 .value = "0",
2599 },
2600 {
2601 .key = "service.cat.install.on.4",
2602 .value = "0",
2603 },
2604 {
2605 .key = "service.cat.install.on",
2606 .value = "0",
2607 },
2608 {
2609 .key = "service.nvram_init",
2610 .value = "Ready",
2611 },
2612 {
2613 .key = "service.wcn.coredump.mode",
2614 .value = "0",
2615 },
2616 {
2617 .key = "service.wcn.driver.ready",
2618 .value = "yes",
2619 },
2620 {
2621 .key = "sys.app_freeze_timeout",
2622 .value = "0",
2623 },
2624 {
2625 .key = "sys.boot.reason",
2626 .value = "0",
2627 },
2628 {
2629 .key = "sys.boot_completed",
2630 .value = "1",
2631 },
2632 {
2633 .key = "sys.ipo.pwrdncap",
2634 .value = "2",
2635 },
2636 {
2637 .key = "sys.ipowin.done",
2638 .value = "1",
2639 },
2640 {
2641 .key = "sys.oppo.screenshot",
2642 .value = "0",
2643 },
2644 {
Marat Dukhan2a2d2322017-09-11 15:30:06 -07002645 .key = "sys.power_off_alarm",
2646 .value = "0",
2647 },
2648 {
2649 .key = "sys.settings_global_version",
Marat Dukhana7615512017-09-12 18:15:31 -07002650 .value = "3",
Marat Dukhan2a2d2322017-09-11 15:30:06 -07002651 },
2652 {
2653 .key = "sys.settings_secure_version",
2654 .value = "2",
2655 },
2656 {
2657 .key = "sys.settings_system_version",
Marat Dukhana7615512017-09-12 18:15:31 -07002658 .value = "51",
Marat Dukhan2a2d2322017-09-11 15:30:06 -07002659 },
2660 {
2661 .key = "sys.sysctl.extra_free_kbytes",
2662 .value = "24300",
2663 },
2664 {
2665 .key = "sys.usb.config",
2666 .value = "mtp,mass_storage,adb",
2667 },
2668 {
2669 .key = "sys.usb.mtpConnect",
2670 .value = "mtpConnection",
2671 },
2672 {
2673 .key = "sys.usb.state",
2674 .value = "mtp,mass_storage,adb",
2675 },
2676 {
2677 .key = "sys.usb.vid",
2678 .value = "22d9",
2679 },
2680 {
2681 .key = "vold.path.external_sd",
2682 .value = "/storage/sdcard1",
2683 },
2684 {
2685 .key = "vold.path.internal_sd",
2686 .value = "/storage/sdcard0",
2687 },
2688 {
2689 .key = "vold.post_fs_data_done",
2690 .value = "1",
2691 },
2692 {
2693 .key = "vold.swap.state",
2694 .value = "0",
2695 },
2696 {
2697 .key = "wfd.dummy.enable",
2698 .value = "1",
2699 },
2700 {
2701 .key = "wifi.direct.interface",
2702 .value = "p2p0",
2703 },
2704 {
2705 .key = "wifi.interface",
2706 .value = "wlan0",
2707 },
2708 {
2709 .key = "wifi.tethering.interface",
2710 .value = "ap0",
2711 },
2712 {
2713 .key = "wlan.driver.status",
2714 .value = "ok",
2715 },
2716 {
2717 .key = "wlan.wfd.security.image",
2718 .value = "1",
2719 },
2720 { NULL },
2721};
2722#endif /* __ANDROID__ */