blob: 1345a8b1021ce1b2b66c6a5f4cbfdd8905c01806 [file] [log] [blame]
struct cpuinfo_mock_file filesystem[] = {
#if CPUINFO_ARCH_ARM64
{
.path = "/proc/cpuinfo",
.size = 984,
.content =
"processor\t: 0\n"
"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x41\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x0\n"
"CPU part\t: 0xd03\n"
"CPU revision\t: 4\n"
"\n"
"processor\t: 1\n"
"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x41\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x0\n"
"CPU part\t: 0xd03\n"
"CPU revision\t: 4\n"
"\n"
"processor\t: 2\n"
"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x41\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x0\n"
"CPU part\t: 0xd03\n"
"CPU revision\t: 4\n"
"\n"
"processor\t: 3\n"
"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x41\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x0\n"
"CPU part\t: 0xd03\n"
"CPU revision\t: 4\n"
"\n"
"processor\t: 4\n"
"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x53\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x1\n"
"CPU part\t: 0x001\n"
"CPU revision\t: 1\n"
"\n"
"processor\t: 5\n"
"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x53\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x1\n"
"CPU part\t: 0x001\n"
"CPU revision\t: 1\n"
"\n",
},
#elif CPUINFO_ARCH_ARM
{
.path = "/proc/cpuinfo",
.size = 1332,
.content =
"processor\t: 0\n"
"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x41\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x0\n"
"CPU part\t: 0xd03\n"
"CPU revision\t: 4\n"
"\n"
"processor\t: 1\n"
"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x41\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x0\n"
"CPU part\t: 0xd03\n"
"CPU revision\t: 4\n"
"\n"
"processor\t: 2\n"
"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x41\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x0\n"
"CPU part\t: 0xd03\n"
"CPU revision\t: 4\n"
"\n"
"processor\t: 3\n"
"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x41\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x0\n"
"CPU part\t: 0xd03\n"
"CPU revision\t: 4\n"
"\n"
"processor\t: 4\n"
"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x53\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x1\n"
"CPU part\t: 0x001\n"
"CPU revision\t: 1\n"
"\n"
"processor\t: 5\n"
"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
"CPU implementer\t: 0x53\n"
"CPU architecture: 8\n"
"CPU variant\t: 0x1\n"
"CPU part\t: 0x001\n"
"CPU revision\t: 1\n"
"\n",
},
#endif
{
.path = "/system/build.prop",
.size = 4795,
.content =
"\n"
"# begin build properties\n"
"# autogenerated by buildinfo.sh\n"
"ro.build.id=NRD90M\n"
"ro.build.display.id=NRD90M.G930FXXU1DQJ8\n"
"ro.build.version.incremental=G930FXXU1DQJ8\n"
"ro.build.version.sdk=24\n"
"ro.build.version.preview_sdk=0\n"
"ro.build.version.codename=REL\n"
"ro.build.version.all_codenames=REL\n"
"ro.build.version.release=7.0\n"
"ro.build.version.security_patch=2017-10-01\n"
"ro.build.version.base_os=\n"
"ro.build.date=Tue Oct 24 15:32:43 KST 2017\n"
"ro.build.date.utc=1508826763\n"
"ro.build.type=user\n"
"ro.build.user=dpi\n"
"ro.build.host=SWDG5301\n"
"ro.build.tags=release-keys\n"
"ro.build.flavor=heroltexx-user\n"
"ro.product.model=SM-G930F\n"
"ro.product.brand=samsung\n"
"ro.product.name=heroltexx\n"
"ro.product.device=herolte\n"
"ro.product.board=universal8890\n"
"# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n"
"# use ro.product.cpu.abilist instead.\n"
"ro.product.cpu.abi=arm64-v8a\n"
"ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n"
"ro.product.cpu.abilist32=armeabi-v7a,armeabi\n"
"ro.product.cpu.abilist64=arm64-v8a\n"
"ro.product.manufacturer=samsung\n"
"ro.product.locale=en-GB\n"
"ro.wifi.channels=\n"
"ro.board.platform=exynos5\n"
"# ro.build.product is obsolete; use ro.product.device\n"
"ro.build.product=herolte\n"
"# Do not try to parse description, fingerprint, or thumbprint\n"
"ro.build.description=heroltexx-user 7.0 NRD90M G930FXXU1DQJ8 release-keys\n"
"ro.build.fingerprint=samsung/heroltexx/herolte:7.0/NRD90M/G930FXXU1DQJ8:user/release-keys\n"
"ro.build.characteristics=phone,emulator\n"
"# Samsung Specific Properties\n"
"ro.build.PDA=G930FXXU1DQJ8\n"
"ro.build.official.release=true\n"
"ro.build.hidden_ver=G930FXXU1DQJ8\n"
"ro.config.rm_preload_enabled=0\n"
"ro.build.changelist=12365438\n"
"ro.product_ship=true\n"
"ro.chipname=exynos8890\n"
"# end build properties\n"
"\n"
"#\n"
"# HWUI_BUILD_PROPERTIES\n"
"#\n"
"ro.hwui.texture_cache_size=88\n"
"ro.hwui.layer_cache_size=58\n"
"ro.hwui.path_cache_size=16\n"
"ro.hwui.texture_cache_flushrate=0.4\n"
"ro.hwui.shape_cache_size=4\n"
"ro.hwui.gradient_cache_size=2\n"
"ro.hwui.drop_shadow_cache_size=6\n"
"ro.hwui.r_buffer_cache_size=8\n"
"ro.hwui.text_small_cache_width=1024\n"
"ro.hwui.text_small_cache_height=1024\n"
"ro.hwui.text_large_cache_width=4096\n"
"ro.hwui.text_large_cache_height=2048\n"
"#\n"
"# from device/samsung/herolte/system.prop\n"
"#\n"
"#\n"
"# system.prop for universal8890\n"
"#\n"
"\n"
"ro.sf.lcd_density=480\n"
"ro.sf.init.lcd_density=640\n"
"\n"
"ro.arch=exynos8890\n"
"ro.kernel.qemu=0\n"
"ro.kernel.qemu.gles=0\n"
"persist.demo.hdmirotationlock=false\n"
"\n"
"# read DS/SS property\n"
"import /efs/factory.prop\n"
"\n"
"#\n"
"# ADDITIONAL_BUILD_PROPERTIES\n"
"#\n"
"ro.astcenc.astcsupport=1\n"
"ro.mct.compressiontype=ETC1\n"
"persist.radio.sib16_support=1\n"
"ro.config.dmverity=true\n"
"ro.config.rkp=true\n"
"ro.config.kap_default_on=true\n"
"ro.config.kap=true\n"
"ro.supportmodel.mptcp=1\n"
"rild.libpath=/system/lib64/libsec-ril.so\n"
"rild.libpath2=/system/lib64/libsec-ril-dsds.so\n"
"ro.radio.noril=no\n"
"ro.telephony.default_network=9\n"
"ro.multisim.simslotcount=2\n"
"ro.knox.enhance.zygote.aslr=0\n"
"ro.product.first_api_level=23\n"
"ro.config.ringtone=Over_the_Horizon.ogg\n"
"ro.config.notification_sound=Skyline.ogg\n"
"ro.config.alarm_alert=Morning_Flower.ogg\n"
"ro.config.media_sound=Media_preview_Touch_the_light.ogg\n"
"ro.config.ringtone_2=Basic_Bell.ogg\n"
"ro.config.notification_sound_2=S_Charming_Bell.ogg\n"
"ro.config.systemaudiodebug=arizona\n"
"ro.opengles.version=196610\n"
"ro.sf.lcd_density=480\n"
"debug.slsi_platform=1\n"
"debug.hwc.winupdate=1\n"
"ro.exynos.dss=1\n"
"drm.service.enabled=true\n"
"dalvik.vm.heapstartsize=8m\n"
"dalvik.vm.heapgrowthlimit=256m\n"
"dalvik.vm.heapsize=512m\n"
"dalvik.vm.heaptargetutilization=0.75\n"
"dalvik.vm.heapminfree=2m\n"
"dalvik.vm.heapmaxfree=8m\n"
"ro.hdcp2.rx=tz\n"
"ro.securestorage.support=true\n"
"ro.build.scafe.version=2017A\n"
"security.mdpp=None\n"
"ro.security.mdpp.ver=3.0\n"
"ro.security.mdpp.release=2\n"
"ro.security.wlan.ver=1.0\n"
"ro.security.wlan.release=2\n"
"security.mdpp.result=None\n"
"ro.hardware.keystore=mdfpp\n"
"ro.security.vpnpp.ver=1.4\n"
"ro.security.vpnpp.release=8.0\n"
"ro.security.mdpp.ux=Enabled\n"
"ro.frp.pst=/dev/block/persistent\n"
"ro.error.receiver.default=com.samsung.receiver.error\n"
"ro.config.dha_cached_min=8\n"
"ro.config.dha_cached_max=16\n"
"ro.config.dha_empty_min=8\n"
"ro.config.dha_empty_max=32\n"
"ro.config.dha_pwhitelist_enable=1\n"
"ro.config.fall_prevent_enable=true\n"
"keyguard.no_require_sim=true\n"
"ro.carrier=unknown\n"
"ro.security.icd.flagmode=multi\n"
"security.ASKS.policy_version=000000\n"
"ro.com.google.clientidbase=android-samsung\n"
"ro.ril.hsxpa=1\n"
"ro.ril.gprsclass=10\n"
"ro.adb.qemud=1\n"
"ro.setupwizard.mode=OPTIONAL\n"
"ro.com.google.gmsversion=7.0_r8\n"
"ro.build.selinux=1\n"
"persist.sys.dalvik.vm.lib.2=libart.so\n"
"dalvik.vm.isa.arm64.variant=exynos-m1\n"
"dalvik.vm.isa.arm64.features=default\n"
"dalvik.vm.isa.arm.variant=cortex-a15\n"
"dalvik.vm.isa.arm.features=default\n"
"ro.config.knox=v30\n"
"ro.config.tima=1\n"
"ro.config.timaversion=3.0\n"
"ro.config.iccc_version=1.0\n"
"ro.kernel.qemu=0\n"
"net.bt.name=Android\n"
"dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
"ro.build.version.sem=2402\n"
"ro.build.version.sep=80000\n"
"ro.expect.recovery_id=0x3febbe7420c506f45403ac14bdc221ea9ca7838d000000000000000000000000\n"
"\n",
},
{
.path = "/sys/devices/soc0/family",
.size = 15,
.content = "Samsung Exynos\n",
},
{
.path = "/sys/devices/soc0/machine",
.size = 48,
.content = "Samsung UNIVERSAL8890 board based on EXYNOS8890\n",
},
{
.path = "/sys/devices/soc0/revision",
.size = 3,
.content = "32\n",
},
{
.path = "/sys/devices/soc0/soc_id",
.size = 11,
.content = "EXYNOS8890\n",
},
{
.path = "/sys/devices/system/cpu/kernel_max",
.size = 2,
.content = "7\n",
},
{
.path = "/sys/devices/system/cpu/modalias",
.size = 66,
.content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n",
},
{
.path = "/sys/devices/system/cpu/offline",
.size = 4,
.content = "6-7\n",
},
{
.path = "/sys/devices/system/cpu/online",
.size = 4,
.content = "0-5\n",
},
{
.path = "/sys/devices/system/cpu/possible",
.size = 4,
.content = "0-7\n",
},
{
.path = "/sys/devices/system/cpu/present",
.size = 4,
.content = "0-7\n",
},
{
.path = "/sys/devices/system/cpu/cpufreq/all_time_in_state",
.size = 1182,
.content =
"freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\tcpu4\t\tcpu5\t\tcpu6\t\tcpu7\t\t\n"
"442000\t\t0\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\t\n"
"546000\t\t0\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\t\n"
"650000\t\t0\t\t0\t\t0\t\t0\t\tN/A\t\tN/A\t\t\n"
"728000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t26\t\t26\t\t\n"
"754000\t\t1293\t\t1293\t\t1293\t\t1293\t\tN/A\t\tN/A\t\t\n"
"832000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"858000\t\t38\t\t38\t\t38\t\t38\t\tN/A\t\tN/A\t\t\n"
"936000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"962000\t\t29\t\t29\t\t29\t\t29\t\tN/A\t\tN/A\t\t\n"
"1040000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"1066000\t\t53\t\t53\t\t53\t\t53\t\tN/A\t\tN/A\t\t\n"
"1144000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"1170000\t\t66\t\t66\t\t66\t\t66\t\tN/A\t\tN/A\t\t\n"
"1248000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"1274000\t\t13\t\t13\t\t13\t\t13\t\tN/A\t\tN/A\t\t\n"
"1352000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"1378000\t\t24\t\t24\t\t24\t\t24\t\tN/A\t\tN/A\t\t\n"
"1456000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"1482000\t\t8\t\t8\t\t8\t\t8\t\tN/A\t\tN/A\t\t\n"
"1560000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"1586000\t\t3974\t\t3974\t\t3974\t\t3974\t\tN/A\t\tN/A\t\t\n"
"1664000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"1768000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t29\t\t29\t\t\n"
"1872000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t1426\t\t1426\t\t\n"
"1976000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t29\t\t29\t\t\n"
"2080000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t13\t\t13\t\t\n"
"2184000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t4\t\t4\t\t\n"
"2288000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t3965\t\t3965\t\t\n"
"2392000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"2496000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t0\t\t0\t\t\n"
"2600000\t\tN/A\t\tN/A\t\tN/A\t\tN/A\t\t6\t\t6\t\t\n",
},
{
.path = "/sys/devices/system/cpu/cpufreq/current_in_state",
.size = 480,
.content =
"CPU4:1586000=0 1482000=0 1378000=0 1274000=0 1170000=0 1066000=0 962000=0 858000=0 754000=0 650000=0 546000=0 442000=0 \n"
"CPU5:1586000=0 1482000=0 1378000=0 1274000=0 1170000=0 1066000=0 962000=0 858000=0 754000=0 650000=0 546000=0 442000=0 \n"
"CPU6:1586000=0 1482000=0 1378000=0 1274000=0 1170000=0 1066000=0 962000=0 858000=0 754000=0 650000=0 546000=0 442000=0 \n"
"CPU7:1586000=0 1482000=0 1378000=0 1274000=0 1170000=0 1066000=0 962000=0 858000=0 754000=0 650000=0 546000=0 442000=0 \n",
},
{
.path = "/sys/devices/system/cpu/cpuidle/current_driver",
.size = 22,
.content = "non-boot_cluster_idle\n",
},
{
.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
.size = 5,
.content = "menu\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name",
.size = 18,
.content = "boot_cluster_idle\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
.size = 8,
.content = "0 1 2 3\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
.size = 8,
.content = "1586000\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
.size = 7,
.content = "442000\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
.size = 7,
.content = "100000\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
.size = 8,
.content = "0 1 2 3\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
.size = 35,
.content = "userspace interactive performance \n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
.size = 7,
.content = "754000\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
.size = 15,
.content = "exynos_cpufreq\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
.size = 12,
.content = "interactive\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
.size = 7,
.content = "442000\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
.size = 126,
.content =
"1586000 3974\n"
"1482000 8\n"
"1378000 32\n"
"1274000 13\n"
"1170000 69\n"
"1066000 53\n"
"962000 29\n"
"858000 40\n"
"754000 1416\n"
"650000 0\n"
"546000 0\n"
"442000 0\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
.size = 3,
.content = "74\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
.size = 2,
.content = "0\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
.size = 3,
.content = "0f\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
.size = 4,
.content = "0-3\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
.size = 2,
.content = "1\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
.size = 3,
.content = "01\n",
},
{
.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
.size = 2,
.content = "0\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name",
.size = 18,
.content = "boot_cluster_idle\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
.size = 8,
.content = "0 1 2 3\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
.size = 8,
.content = "1586000\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
.size = 7,
.content = "442000\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
.size = 7,
.content = "100000\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
.size = 8,
.content = "0 1 2 3\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
.size = 35,
.content = "userspace interactive performance \n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
.size = 7,
.content = "754000\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
.size = 15,
.content = "exynos_cpufreq\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
.size = 12,
.content = "interactive\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
.size = 7,
.content = "442000\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
.size = 126,
.content =
"1586000 3974\n"
"1482000 8\n"
"1378000 36\n"
"1274000 13\n"
"1170000 71\n"
"1066000 53\n"
"962000 29\n"
"858000 42\n"
"754000 1645\n"
"650000 0\n"
"546000 0\n"
"442000 0\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
.size = 3,
.content = "78\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/topology/core_id",
.size = 2,
.content = "1\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
.size = 3,
.content = "0f\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
.size = 4,
.content = "0-3\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
.size = 2,
.content = "1\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
.size = 3,
.content = "02\n",
},
{
.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
.size = 2,
.content = "1\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name",
.size = 18,
.content = "boot_cluster_idle\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus",
.size = 8,
.content = "0 1 2 3\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq",
.size = 8,
.content = "1586000\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq",
.size = 7,
.content = "442000\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency",
.size = 7,
.content = "100000\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus",
.size = 8,
.content = "0 1 2 3\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
.size = 35,
.content = "userspace interactive performance \n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq",
.size = 7,
.content = "754000\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver",
.size = 15,
.content = "exynos_cpufreq\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor",
.size = 12,
.content = "interactive\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
.size = 7,
.content = "442000\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
.size = 126,
.content =
"1586000 3974\n"
"1482000 8\n"
"1378000 36\n"
"1274000 13\n"
"1170000 71\n"
"1066000 53\n"
"962000 29\n"
"858000 42\n"
"754000 1885\n"
"650000 0\n"
"546000 0\n"
"442000 0\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
.size = 3,
.content = "78\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/topology/core_id",
.size = 2,
.content = "2\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings",
.size = 3,
.content = "0f\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list",
.size = 4,
.content = "0-3\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id",
.size = 2,
.content = "1\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings",
.size = 3,
.content = "04\n",
},
{
.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list",
.size = 2,
.content = "2\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name",
.size = 18,
.content = "boot_cluster_idle\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus",
.size = 8,
.content = "0 1 2 3\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq",
.size = 8,
.content = "1586000\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq",
.size = 7,
.content = "442000\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency",
.size = 7,
.content = "100000\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus",
.size = 8,
.content = "0 1 2 3\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
.size = 35,
.content = "userspace interactive performance \n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq",
.size = 7,
.content = "442000\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver",
.size = 15,
.content = "exynos_cpufreq\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor",
.size = 12,
.content = "interactive\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq",
.size = 7,
.content = "442000\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
.size = 128,
.content =
"1586000 3974\n"
"1482000 8\n"
"1378000 36\n"
"1274000 13\n"
"1170000 71\n"
"1066000 53\n"
"962000 29\n"
"858000 42\n"
"754000 2047\n"
"650000 0\n"
"546000 0\n"
"442000 110\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans",
.size = 3,
.content = "79\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/topology/core_id",
.size = 2,
.content = "3\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings",
.size = 3,
.content = "0f\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list",
.size = 4,
.content = "0-3\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id",
.size = 2,
.content = "1\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings",
.size = 3,
.content = "08\n",
},
{
.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list",
.size = 2,
.content = "3\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name",
.size = 22,
.content = "non-boot_cluster_idle\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus",
.size = 4,
.content = "4 5\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq",
.size = 8,
.content = "2600000\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq",
.size = 7,
.content = "728000\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency",
.size = 7,
.content = "100000\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus",
.size = 8,
.content = "4 5 6 7\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors",
.size = 35,
.content = "userspace interactive performance \n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq",
.size = 7,
.content = "728000\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver",
.size = 15,
.content = "exynos_cpufreq\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor",
.size = 12,
.content = "interactive\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
.size = 8,
.content = "2600000\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
.size = 7,
.content = "728000\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state",
.size = 201,
.content =
"2600000 24\n"
"2496000 0\n"
"2392000 3\n"
"2288000 3965\n"
"2184000 4\n"
"2080000 16\n"
"1976000 29\n"
"1872000 2204\n"
"1768000 29\n"
"1664000 3\n"
"1560000 0\n"
"1456000 14\n"
"1352000 0\n"
"1248000 29\n"
"1144000 0\n"
"1040000 0\n"
"936000 0\n"
"832000 6\n"
"728000 350\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans",
.size = 3,
.content = "38\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/topology/core_id",
.size = 2,
.content = "0\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings",
.size = 3,
.content = "f0\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list",
.size = 4,
.content = "4-7\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id",
.size = 2,
.content = "0\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings",
.size = 3,
.content = "10\n",
},
{
.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list",
.size = 2,
.content = "4\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name",
.size = 22,
.content = "non-boot_cluster_idle\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus",
.size = 4,
.content = "4 5\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq",
.size = 8,
.content = "2600000\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq",
.size = 7,
.content = "728000\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency",
.size = 7,
.content = "100000\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus",
.size = 8,
.content = "4 5 6 7\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors",
.size = 35,
.content = "userspace interactive performance \n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq",
.size = 7,
.content = "728000\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver",
.size = 15,
.content = "exynos_cpufreq\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor",
.size = 12,
.content = "interactive\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq",
.size = 8,
.content = "2600000\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq",
.size = 7,
.content = "728000\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state",
.size = 202,
.content =
"2600000 74\n"
"2496000 0\n"
"2392000 8\n"
"2288000 3970\n"
"2184000 4\n"
"2080000 16\n"
"1976000 29\n"
"1872000 2204\n"
"1768000 29\n"
"1664000 9\n"
"1560000 0\n"
"1456000 18\n"
"1352000 5\n"
"1248000 29\n"
"1144000 0\n"
"1040000 0\n"
"936000 80\n"
"832000 6\n"
"728000 479\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans",
.size = 3,
.content = "46\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/topology/core_id",
.size = 2,
.content = "1\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings",
.size = 3,
.content = "f0\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list",
.size = 4,
.content = "4-7\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id",
.size = 2,
.content = "0\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings",
.size = 3,
.content = "20\n",
},
{
.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list",
.size = 2,
.content = "5\n",
},
{ NULL },
};
#ifdef __ANDROID__
struct cpuinfo_mock_property properties[] = {
{
.key = "audioflinger.bootsnd",
.value = "0",
},
{
.key = "boot.sfbootcomplete",
.value = "0",
},
{
.key = "dalvik.vm.appimageformat",
.value = "lz4",
},
{
.key = "dalvik.vm.dex2oat-Xms",
.value = "64m",
},
{
.key = "dalvik.vm.dex2oat-Xmx",
.value = "512m",
},
{
.key = "dalvik.vm.heapgrowthlimit",
.value = "256m",
},
{
.key = "dalvik.vm.heapmaxfree",
.value = "8m",
},
{
.key = "dalvik.vm.heapminfree",
.value = "2m",
},
{
.key = "dalvik.vm.heapsize",
.value = "512m",
},
{
.key = "dalvik.vm.heapstartsize",
.value = "8m",
},
{
.key = "dalvik.vm.heaptargetutilization",
.value = "0.75",
},
{
.key = "dalvik.vm.image-dex2oat-Xms",
.value = "64m",
},
{
.key = "dalvik.vm.image-dex2oat-Xmx",
.value = "64m",
},
{
.key = "dalvik.vm.isa.arm.features",
.value = "default",
},
{
.key = "dalvik.vm.isa.arm.variant",
.value = "cortex-a15",
},
{
.key = "dalvik.vm.isa.arm64.features",
.value = "default",
},
{
.key = "dalvik.vm.isa.arm64.variant",
.value = "exynos-m1",
},
{
.key = "dalvik.vm.stack-trace-file",
.value = "/data/anr/traces.txt",
},
{
.key = "dalvik.vm.usejit",
.value = "true",
},
{
.key = "dalvik.vm.usejitprofiles",
.value = "true",
},
{
.key = "debug.atrace.tags.enableflags",
.value = "0",
},
{
.key = "debug.force_rtl",
.value = "0",
},
{
.key = "debug.hwc.winupdate",
.value = "1",
},
{
.key = "debug.sf.layerdump",
.value = "0",
},
{
.key = "debug.slsi_platform",
.value = "1",
},
{
.key = "dev.bootcomplete",
.value = "1",
},
{
.key = "dev.kies.drivedisplay",
.value = "0",
},
{
.key = "dev.kies.drivedisplay.trust",
.value = "1",
},
{
.key = "dev.kies.sommode",
.value = "TRUE",
},
{
.key = "dev.kiessupport",
.value = "TRUE",
},
{
.key = "dev.knoxapp.running",
.value = "false",
},
{
.key = "dev.mtp.opensession",
.value = "0",
},
{
.key = "dev.ssrm.appsync3p",
.value = "true",
},
{
.key = "dev.ssrm.dex2oat.affinity",
.value = "",
},
{
.key = "dev.ssrm.gamelevel",
.value = "-4,5,-1,2",
},
{
.key = "dev.ssrm.init",
.value = "1",
},
{
.key = "dev.ssrm.mode",
.value = "dm;",
},
{
.key = "dev.ssrm.pst",
.value = "420",
},
{
.key = "dev.ssrm.smart_switch",
.value = "true",
},
{
.key = "drm.service.enabled",
.value = "true",
},
{
.key = "gsm.current.phone-type",
.value = "1",
},
{
.key = "gsm.network.type",
.value = "Unknown",
},
{
.key = "gsm.operator.alpha",
.value = "",
},
{
.key = "gsm.operator.iso-country",
.value = "us",
},
{
.key = "gsm.operator.ispsroaming",
.value = "false",
},
{
.key = "gsm.operator.isroaming",
.value = "false",
},
{
.key = "gsm.operator.numeric",
.value = "310260",
},
{
.key = "gsm.sim.operator.alpha",
.value = "",
},
{
.key = "gsm.sim.operator.iso-country",
.value = "",
},
{
.key = "gsm.sim.operator.numeric",
.value = "",
},
{
.key = "gsm.sim.state",
.value = "ABSENT",
},
{
.key = "gsm.version.baseband",
.value = "G930FXXU1DQIL",
},
{
.key = "gsm.version.ril-impl",
.value = "Samsung RIL v3.0",
},
{
.key = "init.svc.BCS-daemon",
.value = "running",
},
{
.key = "init.svc.DIAG-daemon",
.value = "running",
},
{
.key = "init.svc.DR-daemon",
.value = "running",
},
{
.key = "init.svc.SIDESYNC_service",
.value = "running",
},
{
.key = "init.svc.SMD-daemon",
.value = "running",
},
{
.key = "init.svc.TvoutService_C",
.value = "running",
},
{
.key = "init.svc.adbd",
.value = "running",
},
{
.key = "init.svc.apaservice",
.value = "running",
},
{
.key = "init.svc.argos-daemon",
.value = "running",
},
{
.key = "init.svc.at_distributor",
.value = "running",
},
{
.key = "init.svc.audioserver",
.value = "running",
},
{
.key = "init.svc.auditd",
.value = "running",
},
{
.key = "init.svc.bootanim",
.value = "stopped",
},
{
.key = "init.svc.bootchecker",
.value = "running",
},
{
.key = "init.svc.cameraserver",
.value = "running",
},
{
.key = "init.svc.ccm",
.value = "running",
},
{
.key = "init.svc.clear-bcb",
.value = "stopped",
},
{
.key = "init.svc.cpboot-daemon",
.value = "running",
},
{
.key = "init.svc.cs_service",
.value = "running",
},
{
.key = "init.svc.debuggerd",
.value = "running",
},
{
.key = "init.svc.debuggerd64",
.value = "running",
},
{
.key = "init.svc.drm",
.value = "running",
},
{
.key = "init.svc.edmaudit",
.value = "running",
},
{
.key = "init.svc.epmlogd",
.value = "stopped",
},
{
.key = "init.svc.esecomm",
.value = "running",
},
{
.key = "init.svc.fingerprintd",
.value = "running",
},
{
.key = "init.svc.flash_recovery",
.value = "stopped",
},
{
.key = "init.svc.gatekeeperd",
.value = "running",
},
{
.key = "init.svc.gpsd",
.value = "running",
},
{
.key = "init.svc.healthd",
.value = "running",
},
{
.key = "init.svc.icd",
.value = "stopped",
},
{
.key = "init.svc.imsd",
.value = "running",
},
{
.key = "init.svc.installd",
.value = "running",
},
{
.key = "init.svc.iod",
.value = "running",
},
{
.key = "init.svc.jackservice",
.value = "running",
},
{
.key = "init.svc.keystore",
.value = "running",
},
{
.key = "init.svc.lhd",
.value = "running",
},
{
.key = "init.svc.lmkd",
.value = "running",
},
{
.key = "init.svc.logd",
.value = "running",
},
{
.key = "init.svc.logd-reinit",
.value = "stopped",
},
{
.key = "init.svc.macloader",
.value = "stopped",
},
{
.key = "init.svc.media",
.value = "running",
},
{
.key = "init.svc.mediacodec",
.value = "running",
},
{
.key = "init.svc.mediadrm",
.value = "running",
},
{
.key = "init.svc.mediaextractor",
.value = "running",
},
{
.key = "init.svc.mobicore",
.value = "running",
},
{
.key = "init.svc.netd",
.value = "running",
},
{
.key = "init.svc.otp",
.value = "running",
},
{
.key = "init.svc.powersnd",
.value = "stopped",
},
{
.key = "init.svc.prepare_param",
.value = "stopped",
},
{
.key = "init.svc.ril-daemon",
.value = "running",
},
{
.key = "init.svc.rtc_log",
.value = "running",
},
{
.key = "init.svc.scs",
.value = "stopped",
},
{
.key = "init.svc.sdp_cryptod",
.value = "running",
},
{
.key = "init.svc.sec-sh",
.value = "stopped",
},
{
.key = "init.svc.secure_storage",
.value = "running",
},
{
.key = "init.svc.sem_daemon",
.value = "stopped",
},
{
.key = "init.svc.sensorhubservice",
.value = "running",
},
{
.key = "init.svc.servicemanager",
.value = "running",
},
{
.key = "init.svc.ss_kb_service",
.value = "running",
},
{
.key = "init.svc.surfaceflinger",
.value = "running",
},
{
.key = "init.svc.swapon",
.value = "stopped",
},
{
.key = "init.svc.ueventd",
.value = "running",
},
{
.key = "init.svc.vold",
.value = "running",
},
{
.key = "init.svc.watchdogd",
.value = "running",
},
{
.key = "init.svc.zygote",
.value = "running",
},
{
.key = "init.svc.zygote_secondary",
.value = "running",
},
{
.key = "keyguard.no_require_sim",
.value = "true",
},
{
.key = "logd.auditd",
.value = "false",
},
{
.key = "logd.kernel",
.value = "false",
},
{
.key = "net.bt.name",
.value = "Android",
},
{
.key = "net.change",
.value = "net.qtaguid_enabled",
},
{
.key = "net.hostname",
.value = "android-b9735a4ba009c89a",
},
{
.key = "net.knox.shareddevice.version",
.value = "2.6.0",
},
{
.key = "net.knoxscep.version",
.value = "2.1.1",
},
{
.key = "net.knoxsso.version",
.value = "2.5.0",
},
{
.key = "net.knoxvpn.version",
.value = "2.3.0",
},
{
.key = "net.qtaguid_enabled",
.value = "1",
},
{
.key = "net.smart_switch.disabled",
.value = "1",
},
{
.key = "net.tcp.default_init_rwnd",
.value = "60",
},
{
.key = "nfc.delay.boot",
.value = "0",
},
{
.key = "nfc.fw.dfl_areacode",
.value = "DEF",
},
{
.key = "nfc.fw.downloadmode_force",
.value = "0",
},
{
.key = "nfc.fw.rfreg_display_ver",
.value = "2",
},
{
.key = "nfc.fw.rfreg_ver",
.value = "17/4/18/17.25.19",
},
{
.key = "nfc.smartcard.binded",
.value = "true",
},
{
.key = "persist.audio.allsoundmute",
.value = "0",
},
{
.key = "persist.audio.effectcpufreq",
.value = "350000",
},
{
.key = "persist.audio.finemediavolume",
.value = "1",
},
{
.key = "persist.audio.globaleffect",
.value = "1",
},
{
.key = "persist.audio.headsetsysvolume",
.value = "9",
},
{
.key = "persist.audio.hphonesysvolume",
.value = "9",
},
{
.key = "persist.audio.k2hd",
.value = "1",
},
{
.key = "persist.audio.mpseek",
.value = "0",
},
{
.key = "persist.audio.mysound",
.value = "1",
},
{
.key = "persist.audio.ringermode",
.value = "2",
},
{
.key = "persist.audio.sales_code",
.value = "XSG",
},
{
.key = "persist.audio.soundalivefxsec",
.value = "1",
},
{
.key = "persist.audio.stereospeaker",
.value = "0",
},
{
.key = "persist.audio.sysvolume",
.value = "9",
},
{
.key = "persist.audio.uhqa",
.value = "1",
},
{
.key = "persist.audio.voipcpufreq",
.value = "214500",
},
{
.key = "persist.bluetooth_fw_ver",
.value = "bcm4359C0_V0118.0173_semco.hcd",
},
{
.key = "persist.demo.hdmirotationlock",
.value = "false",
},
{
.key = "persist.radio.initphone-type",
.value = "1",
},
{
.key = "persist.radio.latest-modeltype",
.value = "2",
},
{
.key = "persist.radio.multisim.config",
.value = "ss",
},
{
.key = "persist.radio.plmnname",
.value = "",
},
{
.key = "persist.radio.sib16_support",
.value = "1",
},
{
.key = "persist.ril.ims.eutranParam",
.value = "3",
},
{
.key = "persist.ril.ims.org.eutranParam",
.value = "3",
},
{
.key = "persist.ril.ims.org.utranParam",
.value = "0",
},
{
.key = "persist.ril.ims.utranParam",
.value = "0",
},
{
.key = "persist.ril.modem.board",
.value = "SHANNON335",
},
{
.key = "persist.service.bdroid.version",
.value = "4.2",
},
{
.key = "persist.sys.camera.preview",
.value = "0",
},
{
.key = "persist.sys.ccm.date",
.value = "Tue Oct 24 15:32:43 KST 2017",
},
{
.key = "persist.sys.clssprld1",
.value = "888",
},
{
.key = "persist.sys.clssprld2",
.value = "356",
},
{
.key = "persist.sys.clssprld3",
.value = "1221",
},
{
.key = "persist.sys.cpboot",
.value = "unknown",
},
{
.key = "persist.sys.dalvik.vm.lib.2",
.value = "libart.so",
},
{
.key = "persist.sys.display_density",
.value = "480",
},
{
.key = "persist.sys.locale",
.value = "en-GB",
},
{
.key = "persist.sys.localedefault",
.value = "en-GB",
},
{
.key = "persist.sys.profiler_ms",
.value = "0",
},
{
.key = "persist.sys.sb.setting.enabled",
.value = "false",
},
{
.key = "persist.sys.setupwizard",
.value = "FINISH",
},
{
.key = "persist.sys.sm_mode",
.value = "1",
},
{
.key = "persist.sys.ssrm_unbox_cnt",
.value = "0",
},
{
.key = "persist.sys.storage_preload",
.value = "2",
},
{
.key = "persist.sys.timezone",
.value = "America/New_York",
},
{
.key = "persist.sys.usb.config",
.value = "mtp,adb",
},
{
.key = "persist.sys.usb.dualrole",
.value = "false",
},
{
.key = "persist.sys.webview.vmsize",
.value = "112887376",
},
{
.key = "pm.dexopt.ab-ota",
.value = "speed-profile",
},
{
.key = "pm.dexopt.bg-dexopt",
.value = "speed-profile",
},
{
.key = "pm.dexopt.boot",
.value = "verify-profile",
},
{
.key = "pm.dexopt.core-app",
.value = "speed",
},
{
.key = "pm.dexopt.first-boot",
.value = "interpret-only",
},
{
.key = "pm.dexopt.forced-dexopt",
.value = "speed",
},
{
.key = "pm.dexopt.install",
.value = "interpret-only",
},
{
.key = "pm.dexopt.nsys-library",
.value = "speed",
},
{
.key = "pm.dexopt.shared-apk",
.value = "speed",
},
{
.key = "ril.CHAR",
.value = "111727107",
},
{
.key = "ril.CompleteMsg",
.value = "OK",
},
{
.key = "ril.ICC_TYPE",
.value = "0",
},
{
.key = "ril.LIMA",
.value = "40491",
},
{
.key = "ril.RildInit",
.value = "1",
},
{
.key = "ril.airplane.mode",
.value = "0",
},
{
.key = "ril.approved_codever",
.value = "none",
},
{
.key = "ril.approved_cscver",
.value = "none",
},
{
.key = "ril.approved_modemver",
.value = "none",
},
{
.key = "ril.atd_status",
.value = "1_1_0",
},
{
.key = "ril.cbd.boot_done",
.value = "1",
},
{
.key = "ril.cbd.dt_revision",
.value = "008",
},
{
.key = "ril.cbd.first_xmit_done",
.value = "1",
},
{
.key = "ril.cbd.rfs_check_done",
.value = "1",
},
{
.key = "ril.cs_svc",
.value = "1",
},
{
.key = "ril.debug_modemfactory",
.value = "CSC Feature State: IMS ON, EPDG OFF",
},
{
.key = "ril.ecclist00",
.value = "112,911,999,000,110,118,119",
},
{
.key = "ril.ecclist_net0",
.value = "",
},
{
.key = "ril.hasisim",
.value = "0",
},
{
.key = "ril.hw_ver",
.value = "MP 0.700",
},
{
.key = "ril.ims.ecsupport",
.value = "2",
},
{
.key = "ril.ims.ltevoicesupport",
.value = "2",
},
{
.key = "ril.initPB",
.value = "0",
},
{
.key = "ril.iscdma",
.value = "0",
},
{
.key = "ril.isctc",
.value = "0",
},
{
.key = "ril.model_id",
.value = "QB7634580",
},
{
.key = "ril.modem.board",
.value = "SHANNON335",
},
{
.key = "ril.official_cscver",
.value = "G930FOJV1DQIL",
},
{
.key = "ril.product_code",
.value = "SM-G930FZKAXSG",
},
{
.key = "ril.radiostate",
.value = "10",
},
{
.key = "ril.read.done",
.value = "1",
},
{
.key = "ril.rfcal_date",
.value = "20161104",
},
{
.key = "ril.rildreset",
.value = "256",
},
{
.key = "ril.serialnumber",
.value = "R58HB0TBT8X",
},
{
.key = "ril.servicestate",
.value = "2",
},
{
.key = "ril.simoperator",
.value = "",
},
{
.key = "ril.ss.routing",
.value = "0",
},
{
.key = "ril.subinfo",
.value = "0:-2",
},
{
.key = "ril.sw_ver",
.value = "G930FXXU1DQIL",
},
{
.key = "ril.timezoneID",
.value = "",
},
{
.key = "ril.twwan911Timer",
.value = "40",
},
{
.key = "ril.voice.rat",
.value = "3",
},
{
.key = "ril.voicecapable",
.value = "true",
},
{
.key = "rild.libpath",
.value = "/system/lib64/libsec-ril.so",
},
{
.key = "rild.libpath2",
.value = "/system/lib64/libsec-ril-dsds.so",
},
{
.key = "ro.adb.qemud",
.value = "1",
},
{
.key = "ro.adb.secure",
.value = "1",
},
{
.key = "ro.allow.mock.location",
.value = "0",
},
{
.key = "ro.arch",
.value = "exynos8890",
},
{
.key = "ro.astcenc.astcsupport",
.value = "1",
},
{
.key = "ro.baseband",
.value = "unknown",
},
{
.key = "ro.board.platform",
.value = "exynos5",
},
{
.key = "ro.boot.boot_salescode",
.value = "",
},
{
.key = "ro.boot.bootloader",
.value = "G930FXXU1DQJ8",
},
{
.key = "ro.boot.debug_level",
.value = "0x4f4c",
},
{
.key = "ro.boot.dram_rev",
.value = "00000000",
},
{
.key = "ro.boot.emmc_checksum",
.value = "3",
},
{
.key = "ro.boot.fmp_config",
.value = "1",
},
{
.key = "ro.boot.hardware",
.value = "samsungexynos8890",
},
{
.key = "ro.boot.hmac_mismatch",
.value = "0",
},
{
.key = "ro.boot.hw_rev",
.value = "8",
},
{
.key = "ro.boot.odin_download",
.value = "1",
},
{
.key = "ro.boot.sec_atd.tty",
.value = "/dev/ttySAC4",
},
{
.key = "ro.boot.security_mode",
.value = "1526595585",
},
{
.key = "ro.boot.selinux",
.value = "enforcing",
},
{
.key = "ro.boot.serialno",
.value = "ce10160ac4b5291704",
},
{
.key = "ro.boot.ucs_mode",
.value = "0",
},
{
.key = "ro.boot.warranty_bit",
.value = "0",
},
{
.key = "ro.boot_recovery",
.value = "unknown",
},
{
.key = "ro.bootimage.build.date",
.value = "Tue Oct 24 15:32:43 KST 2017",
},
{
.key = "ro.bootimage.build.date.utc",
.value = "1508826763",
},
{
.key = "ro.bootimage.build.fingerprint",
.value = "samsung/heroltexx/herolte:7.0/NRD90M/G930FXXU1DQJ8:user/test-keys",
},
{
.key = "ro.bootloader",
.value = "G930FXXU1DQJ8",
},
{
.key = "ro.bootmode",
.value = "unknown",
},
{
.key = "ro.bt.bdaddr_path",
.value = "/efs/bluetooth/bt_addr",
},
{
.key = "ro.build.PDA",
.value = "G930FXXU1DQJ8",
},
{
.key = "ro.build.changelist",
.value = "12365438",
},
{
.key = "ro.build.characteristics",
.value = "phone,emulator",
},
{
.key = "ro.build.date",
.value = "Tue Oct 24 15:32:43 KST 2017",
},
{
.key = "ro.build.date.utc",
.value = "1508826763",
},
{
.key = "ro.build.description",
.value = "heroltexx-user 7.0 NRD90M G930FXXU1DQJ8 release-keys",
},
{
.key = "ro.build.display.id",
.value = "NRD90M.G930FXXU1DQJ8",
},
{
.key = "ro.build.fingerprint",
.value = "samsung/heroltexx/herolte:7.0/NRD90M/G930FXXU1DQJ8:user/release-keys",
},
{
.key = "ro.build.flavor",
.value = "heroltexx-user",
},
{
.key = "ro.build.hidden_ver",
.value = "G930FXXU1DQJ8",
},
{
.key = "ro.build.host",
.value = "SWDG5301",
},
{
.key = "ro.build.id",
.value = "NRD90M",
},
{
.key = "ro.build.official.release",
.value = "true",
},
{
.key = "ro.build.product",
.value = "herolte",
},
{
.key = "ro.build.scafe.version",
.value = "2017A",
},
{
.key = "ro.build.selinux",
.value = "1",
},
{
.key = "ro.build.selinux.enforce",
.value = "1",
},
{
.key = "ro.build.tags",
.value = "release-keys",
},
{
.key = "ro.build.type",
.value = "user",
},
{
.key = "ro.build.user",
.value = "dpi",
},
{
.key = "ro.build.version.all_codenames",
.value = "REL",
},
{
.key = "ro.build.version.base_os",
.value = "",
},
{
.key = "ro.build.version.codename",
.value = "REL",
},
{
.key = "ro.build.version.incremental",
.value = "G930FXXU1DQJ8",
},
{
.key = "ro.build.version.preview_sdk",
.value = "0",
},
{
.key = "ro.build.version.release",
.value = "7.0",
},
{
.key = "ro.build.version.sdk",
.value = "24",
},
{
.key = "ro.build.version.security_patch",
.value = "2017-10-01",
},
{
.key = "ro.build.version.sem",
.value = "2402",
},
{
.key = "ro.build.version.sep",
.value = "80000",
},
{
.key = "ro.carrier",
.value = "unknown",
},
{
.key = "ro.chipname",
.value = "exynos8890",
},
{
.key = "ro.com.google.clientidbase",
.value = "android-samsung",
},
{
.key = "ro.com.google.gmsversion",
.value = "7.0_r8",
},
{
.key = "ro.config.alarm_alert",
.value = "Morning_Flower.ogg",
},
{
.key = "ro.config.dha_cached_max",
.value = "16",
},
{
.key = "ro.config.dha_cached_min",
.value = "8",
},
{
.key = "ro.config.dha_empty_max",
.value = "32",
},
{
.key = "ro.config.dha_empty_min",
.value = "8",
},
{
.key = "ro.config.dha_pwhitelist_enable",
.value = "1",
},
{
.key = "ro.config.dmverity",
.value = "true",
},
{
.key = "ro.config.fall_prevent_enable",
.value = "true",
},
{
.key = "ro.config.iccc_version",
.value = "1.0",
},
{
.key = "ro.config.kap",
.value = "true",
},
{
.key = "ro.config.kap_default_on",
.value = "true",
},
{
.key = "ro.config.knox",
.value = "v30",
},
{
.key = "ro.config.media_sound",
.value = "Media_preview_Touch_the_light.ogg",
},
{
.key = "ro.config.notification_sound",
.value = "Skyline.ogg",
},
{
.key = "ro.config.notification_sound_2",
.value = "S_Charming_Bell.ogg",
},
{
.key = "ro.config.ringtone",
.value = "Over_the_Horizon.ogg",
},
{
.key = "ro.config.ringtone_2",
.value = "Basic_Bell.ogg",
},
{
.key = "ro.config.rkp",
.value = "true",
},
{
.key = "ro.config.rm_preload_enabled",
.value = "0",
},
{
.key = "ro.config.systemaudiodebug",
.value = "arizona",
},
{
.key = "ro.config.tima",
.value = "1",
},
{
.key = "ro.config.timaversion",
.value = "3.0",
},
{
.key = "ro.cp_debug_level",
.value = "unknown",
},
{
.key = "ro.crypto.fs_crypto_blkdev",
.value = "/dev/block/dm-1",
},
{
.key = "ro.crypto.fuse_sdcard",
.value = "true",
},
{
.key = "ro.crypto.state",
.value = "encrypted",
},
{
.key = "ro.crypto.type",
.value = "block",
},
{
.key = "ro.csc.country_code",
.value = "UAE",
},
{
.key = "ro.csc.countryiso_code",
.value = "AE",
},
{
.key = "ro.csc.sales_code",
.value = "XSG",
},
{
.key = "ro.dalvik.vm.native.bridge",
.value = "0",
},
{
.key = "ro.debug_level",
.value = "0x4f4c",
},
{
.key = "ro.debuggable",
.value = "0",
},
{
.key = "ro.emmc_checksum",
.value = "3",
},
{
.key = "ro.error.receiver.default",
.value = "com.samsung.receiver.error",
},
{
.key = "ro.expect.recovery_id",
.value = "0x3febbe7420c506f45403ac14bdc221ea9ca7838d000000000000000000000000",
},
{
.key = "ro.exynos.dss",
.value = "1",
},
{
.key = "ro.fmp_config",
.value = "1",
},
{
.key = "ro.frp.pst",
.value = "/dev/block/persistent",
},
{
.key = "ro.hardware",
.value = "samsungexynos8890",
},
{
.key = "ro.hardware.keystore",
.value = "mdfpp",
},
{
.key = "ro.hdcp2.rx",
.value = "tz",
},
{
.key = "ro.hmac_mismatch",
.value = "0",
},
{
.key = "ro.hwui.drop_shadow_cache_size",
.value = "6",
},
{
.key = "ro.hwui.gradient_cache_size",
.value = "2",
},
{
.key = "ro.hwui.layer_cache_size",
.value = "58",
},
{
.key = "ro.hwui.path_cache_size",
.value = "16",
},
{
.key = "ro.hwui.r_buffer_cache_size",
.value = "8",
},
{
.key = "ro.hwui.shape_cache_size",
.value = "4",
},
{
.key = "ro.hwui.text_large_cache_height",
.value = "2048",
},
{
.key = "ro.hwui.text_large_cache_width",
.value = "4096",
},
{
.key = "ro.hwui.text_small_cache_height",
.value = "1024",
},
{
.key = "ro.hwui.text_small_cache_width",
.value = "1024",
},
{
.key = "ro.hwui.texture_cache_flushrate",
.value = "0.4",
},
{
.key = "ro.hwui.texture_cache_size",
.value = "88",
},
{
.key = "ro.im.param.offset",
.value = "unknown",
},
{
.key = "ro.kernel.qemu",
.value = "0",
},
{
.key = "ro.kernel.qemu.gles",
.value = "0",
},
{
.key = "ro.knox.enhance.zygote.aslr",
.value = "0",
},
{
.key = "ro.mct.compressiontype",
.value = "ETC1",
},
{
.key = "ro.me.param.offset",
.value = "unknown",
},
{
.key = "ro.mst.support",
.value = "1",
},
{
.key = "ro.multisim.simslotcount",
.value = "1",
},
{
.key = "ro.opengles.version",
.value = "196610",
},
{
.key = "ro.pr.param.offset",
.value = "unknown",
},
{
.key = "ro.product.board",
.value = "universal8890",
},
{
.key = "ro.product.brand",
.value = "samsung",
},
{
.key = "ro.product.cpu.abi",
.value = "arm64-v8a",
},
{
.key = "ro.product.cpu.abilist",
.value = "arm64-v8a,armeabi-v7a,armeabi",
},
{
.key = "ro.product.cpu.abilist32",
.value = "armeabi-v7a,armeabi",
},
{
.key = "ro.product.cpu.abilist64",
.value = "arm64-v8a",
},
{
.key = "ro.product.device",
.value = "herolte",
},
{
.key = "ro.product.first_api_level",
.value = "23",
},
{
.key = "ro.product.locale",
.value = "en-GB",
},
{
.key = "ro.product.manufacturer",
.value = "samsung",
},
{
.key = "ro.product.model",
.value = "SM-G930F",
},
{
.key = "ro.product.name",
.value = "heroltexx",
},
{
.key = "ro.product_ship",
.value = "true",
},
{
.key = "ro.radio.noril",
.value = "no",
},
{
.key = "ro.revision",
.value = "8",
},
{
.key = "ro.ril.gprsclass",
.value = "10",
},
{
.key = "ro.ril.hsxpa",
.value = "1",
},
{
.key = "ro.rtn_config",
.value = "unknown",
},
{
.key = "ro.runtime.firstboot",
.value = "1487045962023",
},
{
.key = "ro.secure",
.value = "1",
},
{
.key = "ro.securestorage.support",
.value = "true",
},
{
.key = "ro.security.ese.cosname",
.value = "PEARL4.0_01431529",
},
{
.key = "ro.security.esest",
.value = "per0201exi",
},
{
.key = "ro.security.icd.flagmode",
.value = "multi",
},
{
.key = "ro.security.mdpp.release",
.value = "2",
},
{
.key = "ro.security.mdpp.ux",
.value = "Enabled",
},
{
.key = "ro.security.mdpp.ver",
.value = "3.0",
},
{
.key = "ro.security.reactive.version",
.value = "2.0.11",
},
{
.key = "ro.security.vpnpp.release",
.value = "8.0",
},
{
.key = "ro.security.vpnpp.ver",
.value = "1.4",
},
{
.key = "ro.security.wlan.release",
.value = "2",
},
{
.key = "ro.security.wlan.ver",
.value = "1.0",
},
{
.key = "ro.security_mode",
.value = "1526595585",
},
{
.key = "ro.serialno",
.value = "ce10160ac4b5291704",
},
{
.key = "ro.setupwizard.mode",
.value = "OPTIONAL",
},
{
.key = "ro.sf.init.lcd_density",
.value = "640",
},
{
.key = "ro.sf.lcd_density",
.value = "480",
},
{
.key = "ro.sku.param.offset",
.value = "unknown",
},
{
.key = "ro.sn.param.offset",
.value = "unknown",
},
{
.key = "ro.supportmodel.mptcp",
.value = "1",
},
{
.key = "ro.telephony.default_network",
.value = "9",
},
{
.key = "ro.warranty_bit",
.value = "0",
},
{
.key = "ro.wifi.channels",
.value = "",
},
{
.key = "ro.zygote",
.value = "zygote64_32",
},
{
.key = "secmm.player.uhqamode",
.value = "True",
},
{
.key = "security.ASKS.policy_version",
.value = "161228",
},
{
.key = "security.mdpp",
.value = "Ready",
},
{
.key = "security.mdpp.result",
.value = "None",
},
{
.key = "security.perf_harden",
.value = "1",
},
{
.key = "security.semdaemonfinish",
.value = "1",
},
{
.key = "selinux.policy_version",
.value = "SEPF_SECMOBILE_7.0_0009",
},
{
.key = "selinux.reload_policy",
.value = "1",
},
{
.key = "service.bootanim.exit",
.value = "0",
},
{
.key = "service.camera.running",
.value = "0",
},
{
.key = "service.camera.running_0",
.value = "0",
},
{
.key = "service.media.powersnd",
.value = "1",
},
{
.key = "storage.mmc.size",
.value = "31981568000",
},
{
.key = "storage.support.sdcard",
.value = "1",
},
{
.key = "storage.support.usb",
.value = "1",
},
{
.key = "sys.bartender.batterystats.ver",
.value = "16",
},
{
.key = "sys.boot_completed",
.value = "1",
},
{
.key = "sys.cameramode.cam_binning",
.value = "0",
},
{
.key = "sys.cameramode.cam_fps",
.value = "-1",
},
{
.key = "sys.config.mars_version",
.value = "2.00",
},
{
.key = "sys.dockstate",
.value = "0",
},
{
.key = "sys.enterprise.billing.dualsim",
.value = "false",
},
{
.key = "sys.enterprise.billing.version",
.value = "1.2.0",
},
{
.key = "sys.enterprise.otp.version",
.value = "2.6.0",
},
{
.key = "sys.is_members",
.value = "exist",
},
{
.key = "sys.isdumpstaterunning",
.value = "0",
},
{
.key = "sys.knox.exists",
.value = "0",
},
{
.key = "sys.knox.store",
.value = "0",
},
{
.key = "sys.mdniecontrolservice.mscon",
.value = "true",
},
{
.key = "sys.oem_unlock_allowed",
.value = "0",
},
{
.key = "sys.reset_reason",
.value = "N|RP",
},
{
.key = "sys.siop.level",
.value = "0",
},
{
.key = "sys.skip_lockscreen",
.value = "0",
},
{
.key = "sys.ssrm.mdnie",
.value = "-1",
},
{
.key = "sys.sysctl.extra_free_kbytes",
.value = "24300",
},
{
.key = "sys.usb.config",
.value = "mtp,adb",
},
{
.key = "sys.usb.state",
.value = "mtp,adb",
},
{
.key = "system.camera.CC.disable",
.value = "0",
},
{
.key = "telephony.lteOnCdmaDevice",
.value = "0",
},
{
.key = "vold.crypt.type",
.value = "default",
},
{
.key = "vold.decrypt",
.value = "trigger_restart_framework",
},
{
.key = "vold.has_adoptable",
.value = "0",
},
{
.key = "vold.post_fs_data_done",
.value = "1",
},
{
.key = "vzw.os.rooted",
.value = "false",
},
{
.key = "wifi.interface",
.value = "wlan0",
},
{
.key = "wlan.driver.status",
.value = "unloaded",
},
{
.key = "wlan.p2p.chkintent",
.value = "8",
},
{
.key = "wlan.wfd.status",
.value = "disconnected",
},
{ NULL },
};
#endif /* __ANDROID__ */