• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct cpuinfo_mock_file filesystem[] = {
2 	{.path = "/proc/cpuinfo",
3 	 .size = 3717,
4 	 .content =
5 		 "processor\t: 0\n"
6 		 "BogoMIPS\t: 49.15\n"
7 		 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bti\n"
8 		 "CPU implementer\t: 0x41\n"
9 		 "CPU architecture: 8\n"
10 		 "CPU variant\t: 0x1\n"
11 		 "CPU part\t: 0xd46\n"
12 		 "CPU revision\t: 1\n"
13 		 "\n"
14 		 "processor\t: 1\n"
15 		 "BogoMIPS\t: 49.15\n"
16 		 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bti\n"
17 		 "CPU implementer\t: 0x41\n"
18 		 "CPU architecture: 8\n"
19 		 "CPU variant\t: 0x1\n"
20 		 "CPU part\t: 0xd46\n"
21 		 "CPU revision\t: 1\n"
22 		 "\n"
23 		 "processor\t: 2\n"
24 		 "BogoMIPS\t: 49.15\n"
25 		 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bti\n"
26 		 "CPU implementer\t: 0x41\n"
27 		 "CPU architecture: 8\n"
28 		 "CPU variant\t: 0x1\n"
29 		 "CPU part\t: 0xd46\n"
30 		 "CPU revision\t: 1\n"
31 		 "\n"
32 		 "processor\t: 3\n"
33 		 "BogoMIPS\t: 49.15\n"
34 		 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bti\n"
35 		 "CPU implementer\t: 0x41\n"
36 		 "CPU architecture: 8\n"
37 		 "CPU variant\t: 0x1\n"
38 		 "CPU part\t: 0xd46\n"
39 		 "CPU revision\t: 1\n"
40 		 "\n"
41 		 "processor\t: 4\n"
42 		 "BogoMIPS\t: 49.15\n"
43 		 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bti\n"
44 		 "CPU implementer\t: 0x41\n"
45 		 "CPU architecture: 8\n"
46 		 "CPU variant\t: 0x1\n"
47 		 "CPU part\t: 0xd4d\n"
48 		 "CPU revision\t: 0\n"
49 		 "\n"
50 		 "processor\t: 5\n"
51 		 "BogoMIPS\t: 49.15\n"
52 		 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bti\n"
53 		 "CPU implementer\t: 0x41\n"
54 		 "CPU architecture: 8\n"
55 		 "CPU variant\t: 0x1\n"
56 		 "CPU part\t: 0xd4d\n"
57 		 "CPU revision\t: 0\n"
58 		 "\n"
59 		 "processor\t: 6\n"
60 		 "BogoMIPS\t: 49.15\n"
61 		 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bti\n"
62 		 "CPU implementer\t: 0x41\n"
63 		 "CPU architecture: 8\n"
64 		 "CPU variant\t: 0x1\n"
65 		 "CPU part\t: 0xd4d\n"
66 		 "CPU revision\t: 0\n"
67 		 "\n"
68 		 "processor\t: 7\n"
69 		 "BogoMIPS\t: 49.15\n"
70 		 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bti\n"
71 		 "CPU implementer\t: 0x41\n"
72 		 "CPU architecture: 8\n"
73 		 "CPU variant\t: 0x1\n"
74 		 "CPU part\t: 0xd4d\n"
75 		 "CPU revision\t: 0\n"
76 		 "\n"
77 		 "processor\t: 8\n"
78 		 "BogoMIPS\t: 49.15\n"
79 		 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bti\n"
80 		 "CPU implementer\t: 0x41\n"
81 		 "CPU architecture: 8\n"
82 		 "CPU variant\t: 0x1\n"
83 		 "CPU part\t: 0xd4e\n"
84 		 "CPU revision\t: 0\n"},
85 	{.path = "/sys/devices/system/cpu/kernel_max", .size = 3, .content = "31\n"},
86 	{.path = "/sys/devices/system/cpu/possible", .size = 4, .content = "0-8\n"},
87 	{.path = "/sys/devices/system/cpu/present", .size = 4, .content = "0-8\n"},
88 	{.path = "/sys/devices/system/cpu/online", .size = 4, .content = "0-8\n"},
89 	{.path = "/sys/devices/system/cpu/offline", .size = 1, .content = "\n"},
90 	{.path = "/sys/devices/system/cpu/modalias",
91 	 .size = 251,
92 	 .content =
93 		 "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000A,000B,000C,000D,000E,000F,0010,0011,0012,0013,0014,0015,0016,0017,0018,0019,001A,001B,001C,001D,001E,001F,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002C,002D,0031\n"},
94 	{.path = "/sys/devices/system/cpu/cpuidle/current_driver", .size = 10, .content = "psci_idle\n"},
95 	{.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", .size = 4, .content = "teo\n"},
96 	{.path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name", .size = 10, .content = "psci_idle\n"},
97 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", .size = 8, .content = "0 1 2 3\n"},
98 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", .size = 8, .content = "1704000\n"},
99 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", .size = 7, .content = "324000\n"},
100 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", .size = 8, .content = "5000000\n"},
101 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", .size = 8, .content = "0 1 2 3\n"},
102 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies",
103 	 .size = 76,
104 	 .content = "324000 610000 820000 955000 1098000 1197000 1328000 1425000 1548000 1704000 \n"},
105 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
106 	 .size = 57,
107 	 .content = "sched_pixel conservative powersave performance schedutil \n"},
108 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", .size = 8, .content = "1197000\n"},
109 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", .size = 15, .content = "exynos_cpufreq\n"},
110 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", .size = 12, .content = "sched_pixel\n"},
111 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", .size = 7, .content = "324000\n"},
112 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
113 	 .size = 131,
114 	 .content = "324000 1026376\n"
115 		    "610000 18555\n"
116 		    "820000 12889\n"
117 		    "955000 3943\n"
118 		    "1098000 4202\n"
119 		    "1197000 2559\n"
120 		    "1328000 4948\n"
121 		    "1425000 1421\n"
122 		    "1548000 1288\n"
123 		    "1704000 9901\n"},
124 	{.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", .size = 7, .content = "115798\n"},
125 	{.path = "/sys/devices/system/cpu/cpu0/topology/core_id", .size = 2, .content = "0\n"},
126 	{.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", .size = 2, .content = "0\n"},
127 	{.path = "/sys/devices/system/cpu/cpu0/topology/cluster_cpus", .size = 4, .content = "00f\n"},
128 	{.path = "/sys/devices/system/cpu/cpu0/topology/cluster_cpus_list", .size = 4, .content = "0-3\n"},
129 	{.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", .size = 2, .content = "0\n"},
130 	{.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", .size = 4, .content = "001\n"},
131 	{.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", .size = 2, .content = "0\n"},
132 	{.path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name", .size = 10, .content = "psci_idle\n"},
133 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", .size = 8, .content = "0 1 2 3\n"},
134 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", .size = 8, .content = "1704000\n"},
135 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", .size = 7, .content = "324000\n"},
136 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", .size = 8, .content = "5000000\n"},
137 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", .size = 8, .content = "0 1 2 3\n"},
138 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies",
139 	 .size = 76,
140 	 .content = "324000 610000 820000 955000 1098000 1197000 1328000 1425000 1548000 1704000 \n"},
141 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
142 	 .size = 57,
143 	 .content = "sched_pixel conservative powersave performance schedutil \n"},
144 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", .size = 7, .content = "324000\n"},
145 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", .size = 15, .content = "exynos_cpufreq\n"},
146 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", .size = 12, .content = "sched_pixel\n"},
147 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", .size = 7, .content = "324000\n"},
148 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
149 	 .size = 131,
150 	 .content = "324000 1027068\n"
151 		    "610000 18568\n"
152 		    "820000 12892\n"
153 		    "955000 3945\n"
154 		    "1098000 4212\n"
155 		    "1197000 2563\n"
156 		    "1328000 4950\n"
157 		    "1425000 1422\n"
158 		    "1548000 1288\n"
159 		    "1704000 9910\n"},
160 	{.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", .size = 7, .content = "115912\n"},
161 	{.path = "/sys/devices/system/cpu/cpu1/topology/core_id", .size = 2, .content = "1\n"},
162 	{.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", .size = 2, .content = "1\n"},
163 	{.path = "/sys/devices/system/cpu/cpu1/topology/cluster_cpus", .size = 4, .content = "00f\n"},
164 	{.path = "/sys/devices/system/cpu/cpu1/topology/cluster_cpus_list", .size = 4, .content = "0-3\n"},
165 	{.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", .size = 2, .content = "0\n"},
166 	{.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", .size = 4, .content = "002\n"},
167 	{.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", .size = 2, .content = "1\n"},
168 	{.path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name", .size = 10, .content = "psci_idle\n"},
169 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", .size = 8, .content = "0 1 2 3\n"},
170 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", .size = 8, .content = "1704000\n"},
171 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq", .size = 7, .content = "324000\n"},
172 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency", .size = 8, .content = "5000000\n"},
173 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus", .size = 8, .content = "0 1 2 3\n"},
174 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies",
175 	 .size = 76,
176 	 .content = "324000 610000 820000 955000 1098000 1197000 1328000 1425000 1548000 1704000 \n"},
177 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
178 	 .size = 57,
179 	 .content = "sched_pixel conservative powersave performance schedutil \n"},
180 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq", .size = 7, .content = "324000\n"},
181 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", .size = 15, .content = "exynos_cpufreq\n"},
182 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor", .size = 12, .content = "sched_pixel\n"},
183 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq", .size = 7, .content = "324000\n"},
184 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
185 	 .size = 131,
186 	 .content = "324000 1027745\n"
187 		    "610000 18580\n"
188 		    "820000 12909\n"
189 		    "955000 3950\n"
190 		    "1098000 4217\n"
191 		    "1197000 2570\n"
192 		    "1328000 4958\n"
193 		    "1425000 1423\n"
194 		    "1548000 1290\n"
195 		    "1704000 9923\n"},
196 	{.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", .size = 7, .content = "116054\n"},
197 	{.path = "/sys/devices/system/cpu/cpu2/topology/core_id", .size = 2, .content = "2\n"},
198 	{.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", .size = 2, .content = "2\n"},
199 	{.path = "/sys/devices/system/cpu/cpu2/topology/cluster_cpus", .size = 4, .content = "00f\n"},
200 	{.path = "/sys/devices/system/cpu/cpu2/topology/cluster_cpus_list", .size = 4, .content = "0-3\n"},
201 	{.path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", .size = 2, .content = "0\n"},
202 	{.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", .size = 4, .content = "004\n"},
203 	{.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", .size = 2, .content = "2\n"},
204 	{.path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name", .size = 10, .content = "psci_idle\n"},
205 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus", .size = 8, .content = "0 1 2 3\n"},
206 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq", .size = 8, .content = "1704000\n"},
207 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq", .size = 7, .content = "324000\n"},
208 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency", .size = 8, .content = "5000000\n"},
209 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus", .size = 8, .content = "0 1 2 3\n"},
210 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies",
211 	 .size = 76,
212 	 .content = "324000 610000 820000 955000 1098000 1197000 1328000 1425000 1548000 1704000 \n"},
213 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
214 	 .size = 57,
215 	 .content = "sched_pixel conservative powersave performance schedutil \n"},
216 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq", .size = 7, .content = "324000\n"},
217 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver", .size = 15, .content = "exynos_cpufreq\n"},
218 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor", .size = 12, .content = "sched_pixel\n"},
219 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq", .size = 7, .content = "324000\n"},
220 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
221 	 .size = 131,
222 	 .content = "324000 1028434\n"
223 		    "610000 18597\n"
224 		    "820000 12919\n"
225 		    "955000 3952\n"
226 		    "1098000 4223\n"
227 		    "1197000 2577\n"
228 		    "1328000 4960\n"
229 		    "1425000 1424\n"
230 		    "1548000 1290\n"
231 		    "1704000 9931\n"},
232 	{.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans", .size = 7, .content = "116188\n"},
233 	{.path = "/sys/devices/system/cpu/cpu3/topology/core_id", .size = 2, .content = "3\n"},
234 	{.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list", .size = 2, .content = "3\n"},
235 	{.path = "/sys/devices/system/cpu/cpu3/topology/cluster_cpus", .size = 4, .content = "00f\n"},
236 	{.path = "/sys/devices/system/cpu/cpu3/topology/cluster_cpus_list", .size = 4, .content = "0-3\n"},
237 	{.path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id", .size = 2, .content = "0\n"},
238 	{.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings", .size = 4, .content = "008\n"},
239 	{.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list", .size = 2, .content = "3\n"},
240 	{.path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name", .size = 10, .content = "psci_idle\n"},
241 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus", .size = 8, .content = "4 5 6 7\n"},
242 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq", .size = 8, .content = "2367000\n"},
243 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq", .size = 7, .content = "402000\n"},
244 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency", .size = 8, .content = "5000000\n"},
245 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus", .size = 8, .content = "4 5 6 7\n"},
246 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies",
247 	 .size = 115,
248 	 .content =
249 		 "402000 578000 697000 712000 910000 1065000 1221000 1328000 1418000 1572000 1836000 1945000 2130000 2245000 2367000 \n"},
250 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors",
251 	 .size = 57,
252 	 .content = "sched_pixel conservative powersave performance schedutil \n"},
253 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq", .size = 8, .content = "2130000\n"},
254 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver", .size = 15, .content = "exynos_cpufreq\n"},
255 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor", .size = 12, .content = "sched_pixel\n"},
256 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq", .size = 8, .content = "2367000\n"},
257 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq", .size = 7, .content = "402000\n"},
258 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state",
259 	 .size = 194,
260 	 .content = "402000 1023353\n"
261 		    "578000 3901\n"
262 		    "697000 2240\n"
263 		    "712000 282\n"
264 		    "910000 8163\n"
265 		    "1065000 2924\n"
266 		    "1221000 2351\n"
267 		    "1328000 1368\n"
268 		    "1418000 1272\n"
269 		    "1572000 6658\n"
270 		    "1836000 12747\n"
271 		    "1945000 4128\n"
272 		    "2130000 2880\n"
273 		    "2245000 1570\n"
274 		    "2367000 15230\n"},
275 	{.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans", .size = 6, .content = "62643\n"},
276 	{.path = "/sys/devices/system/cpu/cpu4/topology/core_id", .size = 2, .content = "0\n"},
277 	{.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list", .size = 2, .content = "4\n"},
278 	{.path = "/sys/devices/system/cpu/cpu4/topology/cluster_cpus", .size = 4, .content = "0f0\n"},
279 	{.path = "/sys/devices/system/cpu/cpu4/topology/cluster_cpus_list", .size = 4, .content = "4-7\n"},
280 	{.path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id", .size = 2, .content = "1\n"},
281 	{.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings", .size = 4, .content = "010\n"},
282 	{.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list", .size = 2, .content = "4\n"},
283 	{.path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name", .size = 10, .content = "psci_idle\n"},
284 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus", .size = 8, .content = "4 5 6 7\n"},
285 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq", .size = 8, .content = "2367000\n"},
286 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq", .size = 7, .content = "402000\n"},
287 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency", .size = 8, .content = "5000000\n"},
288 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus", .size = 8, .content = "4 5 6 7\n"},
289 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_frequencies",
290 	 .size = 115,
291 	 .content =
292 		 "402000 578000 697000 712000 910000 1065000 1221000 1328000 1418000 1572000 1836000 1945000 2130000 2245000 2367000 \n"},
293 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors",
294 	 .size = 57,
295 	 .content = "sched_pixel conservative powersave performance schedutil \n"},
296 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq", .size = 8, .content = "1945000\n"},
297 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver", .size = 15, .content = "exynos_cpufreq\n"},
298 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor", .size = 12, .content = "sched_pixel\n"},
299 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq", .size = 8, .content = "2367000\n"},
300 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq", .size = 7, .content = "402000\n"},
301 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state",
302 	 .size = 194,
303 	 .content = "402000 1023895\n"
304 		    "578000 3911\n"
305 		    "697000 2240\n"
306 		    "712000 282\n"
307 		    "910000 8163\n"
308 		    "1065000 2924\n"
309 		    "1221000 2355\n"
310 		    "1328000 1368\n"
311 		    "1418000 1272\n"
312 		    "1572000 6684\n"
313 		    "1836000 12823\n"
314 		    "1945000 4147\n"
315 		    "2130000 2894\n"
316 		    "2245000 1571\n"
317 		    "2367000 15301\n"},
318 	{.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans", .size = 6, .content = "62928\n"},
319 	{.path = "/sys/devices/system/cpu/cpu5/topology/core_id", .size = 2, .content = "1\n"},
320 	{.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list", .size = 2, .content = "5\n"},
321 	{.path = "/sys/devices/system/cpu/cpu5/topology/cluster_cpus", .size = 4, .content = "0f0\n"},
322 	{.path = "/sys/devices/system/cpu/cpu5/topology/cluster_cpus_list", .size = 4, .content = "4-7\n"},
323 	{.path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id", .size = 2, .content = "1\n"},
324 	{.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings", .size = 4, .content = "020\n"},
325 	{.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list", .size = 2, .content = "5\n"},
326 	{.path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name", .size = 10, .content = "psci_idle\n"},
327 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus", .size = 8, .content = "4 5 6 7\n"},
328 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq", .size = 8, .content = "2367000\n"},
329 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq", .size = 7, .content = "402000\n"},
330 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency", .size = 8, .content = "5000000\n"},
331 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus", .size = 8, .content = "4 5 6 7\n"},
332 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies",
333 	 .size = 115,
334 	 .content =
335 		 "402000 578000 697000 712000 910000 1065000 1221000 1328000 1418000 1572000 1836000 1945000 2130000 2245000 2367000 \n"},
336 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors",
337 	 .size = 57,
338 	 .content = "sched_pixel conservative powersave performance schedutil \n"},
339 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq", .size = 8, .content = "1945000\n"},
340 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver", .size = 15, .content = "exynos_cpufreq\n"},
341 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor", .size = 12, .content = "sched_pixel\n"},
342 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq", .size = 8, .content = "2367000\n"},
343 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq", .size = 7, .content = "402000\n"},
344 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state",
345 	 .size = 194,
346 	 .content = "402000 1024410\n"
347 		    "578000 3922\n"
348 		    "697000 2240\n"
349 		    "712000 282\n"
350 		    "910000 8163\n"
351 		    "1065000 2924\n"
352 		    "1221000 2355\n"
353 		    "1328000 1368\n"
354 		    "1418000 1277\n"
355 		    "1572000 6718\n"
356 		    "1836000 12892\n"
357 		    "1945000 4164\n"
358 		    "2130000 2901\n"
359 		    "2245000 1571\n"
360 		    "2367000 15400\n"},
361 	{.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans", .size = 6, .content = "63222\n"},
362 	{.path = "/sys/devices/system/cpu/cpu6/topology/core_id", .size = 2, .content = "2\n"},
363 	{.path = "/sys/devices/system/cpu/cpu6/topology/core_siblings_list", .size = 2, .content = "6\n"},
364 	{.path = "/sys/devices/system/cpu/cpu6/topology/cluster_cpus", .size = 4, .content = "0f0\n"},
365 	{.path = "/sys/devices/system/cpu/cpu6/topology/cluster_cpus_list", .size = 4, .content = "4-7\n"},
366 	{.path = "/sys/devices/system/cpu/cpu6/topology/physical_package_id", .size = 2, .content = "1\n"},
367 	{.path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings", .size = 4, .content = "040\n"},
368 	{.path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings_list", .size = 2, .content = "6\n"},
369 	{.path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name", .size = 10, .content = "psci_idle\n"},
370 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus", .size = 8, .content = "4 5 6 7\n"},
371 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq", .size = 8, .content = "2367000\n"},
372 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq", .size = 7, .content = "402000\n"},
373 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency", .size = 8, .content = "5000000\n"},
374 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus", .size = 8, .content = "4 5 6 7\n"},
375 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_frequencies",
376 	 .size = 115,
377 	 .content =
378 		 "402000 578000 697000 712000 910000 1065000 1221000 1328000 1418000 1572000 1836000 1945000 2130000 2245000 2367000 \n"},
379 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors",
380 	 .size = 57,
381 	 .content = "sched_pixel conservative powersave performance schedutil \n"},
382 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq", .size = 8, .content = "2130000\n"},
383 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver", .size = 15, .content = "exynos_cpufreq\n"},
384 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor", .size = 12, .content = "sched_pixel\n"},
385 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq", .size = 8, .content = "2367000\n"},
386 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq", .size = 7, .content = "402000\n"},
387 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state",
388 	 .size = 194,
389 	 .content = "402000 1024939\n"
390 		    "578000 3931\n"
391 		    "697000 2242\n"
392 		    "712000 282\n"
393 		    "910000 8170\n"
394 		    "1065000 2925\n"
395 		    "1221000 2355\n"
396 		    "1328000 1368\n"
397 		    "1418000 1277\n"
398 		    "1572000 6747\n"
399 		    "1836000 12967\n"
400 		    "1945000 4185\n"
401 		    "2130000 2918\n"
402 		    "2245000 1571\n"
403 		    "2367000 15468\n"},
404 	{.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans", .size = 6, .content = "63514\n"},
405 	{.path = "/sys/devices/system/cpu/cpu7/topology/core_id", .size = 2, .content = "3\n"},
406 	{.path = "/sys/devices/system/cpu/cpu7/topology/core_siblings_list", .size = 2, .content = "7\n"},
407 	{.path = "/sys/devices/system/cpu/cpu7/topology/cluster_cpus", .size = 4, .content = "0f0\n"},
408 	{.path = "/sys/devices/system/cpu/cpu7/topology/cluster_cpus_list", .size = 4, .content = "4-7\n"},
409 	{.path = "/sys/devices/system/cpu/cpu7/topology/physical_package_id", .size = 2, .content = "1\n"},
410 	{.path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings", .size = 4, .content = "080\n"},
411 	{.path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings_list", .size = 2, .content = "7\n"},
412 	{.path = "/sys/devices/system/cpu/cpu8/cpuidle/driver/name", .size = 10, .content = "psci_idle\n"},
413 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/affected_cpus", .size = 2, .content = "8\n"},
414 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/cpuinfo_max_freq", .size = 8, .content = "2914000\n"},
415 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/cpuinfo_min_freq", .size = 7, .content = "500000\n"},
416 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/cpuinfo_transition_latency", .size = 8, .content = "5000000\n"},
417 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/related_cpus", .size = 2, .content = "8\n"},
418 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_available_frequencies",
419 	 .size = 115,
420 	 .content =
421 		 "500000 880000 1164000 1298000 1557000 1745000 1885000 2049000 2147000 2294000 2363000 2556000 2687000 2850000 2914000\n"},
422 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_available_governors",
423 	 .size = 57,
424 	 .content = "sched_pixel conservative powersave performance schedutil \n"},
425 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_cur_freq", .size = 7, .content = "500000\n"},
426 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_driver", .size = 15, .content = "exynos_cpufreq\n"},
427 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_governor", .size = 12, .content = "sched_pixel\n"},
428 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_max_freq", .size = 8, .content = "2914000\n"},
429 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/scaling_min_freq", .size = 7, .content = "500000\n"},
430 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/stats/time_in_state",
431 	 .size = 188,
432 	 .content = "500000 1530909\n"
433 		    "880000 3209\n"
434 		    "1164000 1553\n"
435 		    "1298000 885\n"
436 		    "1557000 2004\n"
437 		    "1745000 1410\n"
438 		    "1885000 631\n"
439 		    "2049000 4090\n"
440 		    "2147000 278\n"
441 		    "2294000 522\n"
442 		    "2363000 228\n"
443 		    "2556000 525\n"
444 		    "2687000 311\n"
445 		    "2850000 940\n"
446 		    "2914000 3929\n"},
447 	{.path = "/sys/devices/system/cpu/cpu8/cpufreq/stats/total_trans", .size = 6, .content = "18185\n"},
448 	{.path = "/sys/devices/system/cpu/cpu8/topology/core_id", .size = 2, .content = "0\n"},
449 	{.path = "/sys/devices/system/cpu/cpu8/topology/core_siblings_list", .size = 2, .content = "8\n"},
450 	{.path = "/sys/devices/system/cpu/cpu8/topology/cluster_cpus", .size = 4, .content = "f00\n"},
451 	{.path = "/sys/devices/system/cpu/cpu8/topology/cluster_cpus_list", .size = 2, .content = "8\n"},
452 	{.path = "/sys/devices/system/cpu/cpu8/topology/physical_package_id", .size = 2, .content = "2\n"},
453 	{.path = "/sys/devices/system/cpu/cpu8/topology/thread_siblings", .size = 4, .content = "100\n"},
454 	{.path = "/sys/devices/system/cpu/cpu8/topology/thread_siblings_list", .size = 2, .content = "8\n"},
455 	{NULL},
456 };
457 #ifdef __ANDROID__
458 struct cpuinfo_mock_property properties[] = {
459 	{
460 		.key = "aaudio.hw_burst_min_usec",
461 		.value = "2000",
462 	},
463 	{
464 		.key = "aaudio.mmap_exclusive_policy",
465 		.value = "2",
466 	},
467 	{
468 		.key = "aaudio.mmap_policy",
469 		.value = "2",
470 	},
471 	{
472 		.key = "dalvik.vm.appimageformat",
473 		.value = "lz4",
474 	},
475 	{
476 		.key = "dalvik.vm.dex2oat-Xms",
477 		.value = "64m",
478 	},
479 	{
480 		.key = "dalvik.vm.dex2oat-Xmx",
481 		.value = "512m",
482 	},
483 	{
484 		.key = "dalvik.vm.dexopt.secondary",
485 		.value = "true",
486 	},
487 	{
488 		.key = "dalvik.vm.heapgrowthlimit",
489 		.value = "256m",
490 	},
491 	{
492 		.key = "dalvik.vm.heapmaxfree",
493 		.value = "32m",
494 	},
495 	{
496 		.key = "dalvik.vm.heapminfree",
497 		.value = "8m",
498 	},
499 	{
500 		.key = "dalvik.vm.heapsize",
501 		.value = "512m",
502 	},
503 	{
504 		.key = "dalvik.vm.heapstartsize",
505 		.value = "16m",
506 	},
507 	{
508 		.key = "dalvik.vm.heaptargetutilization",
509 		.value = "0.5",
510 	},
511 	{
512 		.key = "dalvik.vm.image-dex2oat-Xms",
513 		.value = "64m",
514 	},
515 	{
516 		.key = "dalvik.vm.image-dex2oat-Xmx",
517 		.value = "64m",
518 	},
519 	{
520 		.key = "dalvik.vm.isa.arm64.features",
521 		.value = "default",
522 	},
523 	{
524 		.key = "dalvik.vm.isa.arm64.variant",
525 		.value = "cortex-a55",
526 	},
527 	{
528 		.key = "dalvik.vm.usejit",
529 		.value = "true",
530 	},
531 	{
532 		.key = "debug.atrace.tags.enableflags",
533 		.value = "0",
534 	},
535 	{
536 		.key = "debug.force_rtl",
537 		.value = "false",
538 	},
539 	{
540 		.key = "dev.bootcomplete",
541 		.value = "1",
542 	},
543 	{
544 		.key = "drm.service.enabled",
545 		.value = "true",
546 	},
547 	{
548 		.key = "gsm.current.phone-type",
549 		.value = "1,1",
550 	},
551 	{
552 		.key = "gsm.network.type",
553 		.value = "IWLAN,IWLAN",
554 	},
555 	{
556 		.key = "gsm.operator.alpha",
557 		.value = ",",
558 	},
559 	{
560 		.key = "gsm.operator.iso-country",
561 		.value = "us,",
562 	},
563 	{
564 		.key = "gsm.operator.isroaming",
565 		.value = "false,false",
566 	},
567 	{
568 		.key = "gsm.operator.numeric",
569 		.value = ",",
570 	},
571 	{
572 		.key = "gsm.sim.operator.alpha",
573 		.value = ",",
574 	},
575 	{
576 		.key = "gsm.sim.operator.iso-country",
577 		.value = ",",
578 	},
579 	{
580 		.key = "gsm.sim.operator.numeric",
581 		.value = ",",
582 	},
583 	{
584 		.key = "gsm.sim.state",
585 		.value = "ABSENT,NOT_READY",
586 	},
587 	{
588 		.key = "gsm.version.baseband",
589 		.value = "g5300i-230927-231102-B-11040898,g5300i-230927-231102-B-11040898",
590 	},
591 	{
592 		.key = "gsm.version.ril-impl",
593 		.value = "Samsung S.LSI Vendor RIL V2.3 Build 2023-12-12 01:31:33",
594 	},
595 	{
596 		.key = "hwservicemanager.ready",
597 		.value = "true",
598 	},
599 	{
600 		.key = "init.svc.adbd",
601 		.value = "running",
602 	},
603 	{
604 		.key = "init.svc.audioserver",
605 		.value = "running",
606 	},
607 	{
608 		.key = "init.svc.bootanim",
609 		.value = "stopped",
610 	},
611 	{
612 		.key = "init.svc.cameraserver",
613 		.value = "running",
614 	},
615 	{
616 		.key = "init.svc.drm",
617 		.value = "running",
618 	},
619 	{
620 		.key = "init.svc.gatekeeperd",
621 		.value = "running",
622 	},
623 	{
624 		.key = "init.svc.gnss_service",
625 		.value = "running",
626 	},
627 	{
628 		.key = "init.svc.hidl_memory",
629 		.value = "running",
630 	},
631 	{
632 		.key = "init.svc.hwservicemanager",
633 		.value = "running",
634 	},
635 	{
636 		.key = "init.svc.init-radio-sh",
637 		.value = "stopped",
638 	},
639 	{
640 		.key = "init.svc.insmod_sh",
641 		.value = "stopped",
642 	},
643 	{
644 		.key = "init.svc.installd",
645 		.value = "running",
646 	},
647 	{
648 		.key = "init.svc.lmkd",
649 		.value = "running",
650 	},
651 	{
652 		.key = "init.svc.logd",
653 		.value = "running",
654 	},
655 	{
656 		.key = "init.svc.logd-reinit",
657 		.value = "stopped",
658 	},
659 	{
660 		.key = "init.svc.media",
661 		.value = "running",
662 	},
663 	{
664 		.key = "init.svc.mediadrm",
665 		.value = "running",
666 	},
667 	{
668 		.key = "init.svc.mediaextractor",
669 		.value = "running",
670 	},
671 	{
672 		.key = "init.svc.mediametrics",
673 		.value = "running",
674 	},
675 	{
676 		.key = "init.svc.netd",
677 		.value = "running",
678 	},
679 	{
680 		.key = "init.svc.nfc_hal_service",
681 		.value = "running",
682 	},
683 	{
684 		.key = "init.svc.ril-daemon",
685 		.value = "running",
686 	},
687 	{
688 		.key = "init.svc.servicemanager",
689 		.value = "running",
690 	},
691 	{
692 		.key = "init.svc.storaged",
693 		.value = "running",
694 	},
695 	{
696 		.key = "init.svc.surfaceflinger",
697 		.value = "running",
698 	},
699 	{
700 		.key = "init.svc.tombstoned",
701 		.value = "running",
702 	},
703 	{
704 		.key = "init.svc.ueventd",
705 		.value = "running",
706 	},
707 	{
708 		.key = "init.svc.update_engine",
709 		.value = "running",
710 	},
711 	{
712 		.key = "init.svc.update_verifier_nonencrypted",
713 		.value = "stopped",
714 	},
715 	{
716 		.key = "init.svc.vndservicemanager",
717 		.value = "running",
718 	},
719 	{
720 		.key = "init.svc.vold",
721 		.value = "running",
722 	},
723 	{
724 		.key = "init.svc.wificond",
725 		.value = "running",
726 	},
727 	{
728 		.key = "init.svc.wpa_supplicant",
729 		.value = "running",
730 	},
731 	{
732 		.key = "init.svc.zygote",
733 		.value = "running",
734 	},
735 	{
736 		.key = "keyguard.no_require_sim",
737 		.value = "true",
738 	},
739 	{
740 		.key = "media.mediadrmservice.enable",
741 		.value = "true",
742 	},
743 	{
744 		.key = "net.bt.name",
745 		.value = "Android",
746 	},
747 	{
748 		.key = "nfc.initialized",
749 		.value = "true",
750 	},
751 	{
752 		.key = "partition.system.verified",
753 		.value = "2",
754 	},
755 	{
756 		.key = "partition.vendor.verified",
757 		.value = "2",
758 	},
759 	{
760 		.key = "persist.sys.dalvik.vm.lib.2",
761 		.value = "libart.so",
762 	},
763 	{
764 		.key = "persist.sys.sf.color_saturation",
765 		.value = "1.0",
766 	},
767 	{
768 		.key = "persist.sys.timezone",
769 		.value = "America/Los_Angeles",
770 	},
771 	{
772 		.key = "persist.sys.usb.config",
773 		.value = "adb",
774 	},
775 	{
776 		.key = "pm.dexopt.ab-ota",
777 		.value = "speed-profile",
778 	},
779 	{
780 		.key = "pm.dexopt.bg-dexopt",
781 		.value = "speed-profile",
782 	},
783 	{
784 		.key = "pm.dexopt.first-boot",
785 		.value = "verify",
786 	},
787 	{
788 		.key = "pm.dexopt.inactive",
789 		.value = "verify",
790 	},
791 	{
792 		.key = "pm.dexopt.install",
793 		.value = "speed-profile",
794 	},
795 	{
796 		.key = "pm.dexopt.shared",
797 		.value = "speed",
798 	},
799 	{
800 		.key = "ro.adb.secure",
801 		.value = "1",
802 	},
803 	{
804 		.key = "ro.allow.mock.location",
805 		.value = "0",
806 	},
807 	{
808 		.key = "ro.atrace.core.services",
809 		.value = "com.google.android.gms,com.google.android.gms.ui,com.google.android.gms.persistent",
810 	},
811 	{
812 		.key = "ro.audio.monitorRotation",
813 		.value = "true",
814 	},
815 	{
816 		.key = "ro.baseband",
817 		.value = "unknown",
818 	},
819 	{
820 		.key = "ro.board.platform",
821 		.value = "zuma",
822 	},
823 	{
824 		.key = "ro.boot.avb_version",
825 		.value = "1.2",
826 	},
827 	{
828 		.key = "ro.boot.bootdevice",
829 		.value = "13200000.ufs",
830 	},
831 	{
832 		.key = "ro.boot.bootloader",
833 		.value = "ripcurrent-14.1-11012321",
834 	},
835 	{
836 		.key = "ro.boot.bootreason",
837 		.value = "reboot",
838 	},
839 	{
840 		.key = "ro.boot.boottime",
841 		.value =
842 			"0BLE:112,1BLL:7,1BLE:73,2BLL:28,2BLE:557,3BLL:314,3BLE:194,SW:10058,KL:13,KD:0,ODT:62,AVB:96,FWL:149",
843 	},
844 	{
845 		.key = "ro.boot.ddr_info",
846 		.value = "Micron",
847 	},
848 	{
849 		.key = "ro.boot.ddr_size",
850 		.value = "8GiB",
851 	},
852 	{
853 		.key = "ro.boot.flash.locked",
854 		.value = "0",
855 	},
856 	{
857 		.key = "ro.boot.hardware",
858 		.value = "shiba",
859 	},
860 	{
861 		.key = "ro.boot.hardware.color",
862 		.value = "HAZ",
863 	},
864 	{
865 		.key = "ro.boot.hardware.revision",
866 		.value = "MP1.0",
867 	},
868 	{
869 		.key = "ro.boot.hardware.sku",
870 		.value = "G9BQD",
871 	},
872 	{
873 		.key = "ro.boot.hardware.ufs",
874 		.value = "128GB,Micron",
875 	},
876 	{
877 		.key = "ro.boot.revision",
878 		.value = "MP1.0",
879 	},
880 	{
881 		.key = "ro.boot.serialno",
882 		.value = "39061FDJH005AB",
883 	},
884 	{
885 		.key = "ro.boot.slot_suffix",
886 		.value = "_a",
887 	},
888 	{
889 		.key = "ro.boot.vbmeta.avb_version",
890 		.value = "1.2",
891 	},
892 	{
893 		.key = "ro.boot.vbmeta.device_state",
894 		.value = "unlocked",
895 	},
896 	{
897 		.key = "ro.boot.vbmeta.digest",
898 		.value = "64384054dbd4c6c629c119818f784bf515a4a9996c14f3bb7b314a6267fc7706",
899 	},
900 	{
901 		.key = "ro.boot.vbmeta.hash_alg",
902 		.value = "sha256",
903 	},
904 	{
905 		.key = "ro.boot.vbmeta.size",
906 		.value = "16512",
907 	},
908 	{
909 		.key = "ro.boot.verifiedbootstate",
910 		.value = "orange",
911 	},
912 	{
913 		.key = "ro.boot.veritymode",
914 		.value = "enforcing",
915 	},
916 	{
917 		.key = "ro.boot.wificountrycode",
918 		.value = "00",
919 	},
920 	{
921 		.key = "ro.bootimage.build.date",
922 		.value = "Tue Dec 12 05:18:54 UTC 2023",
923 	},
924 	{
925 		.key = "ro.bootimage.build.date.utc",
926 		.value = "1702358334",
927 	},
928 	{
929 		.key = "ro.bootimage.build.fingerprint",
930 		.value = "google/shiba/shiba:14/UQ1A.240105.004/11206848:userdebug/dev-keys",
931 	},
932 	{
933 		.key = "ro.bootloader",
934 		.value = "ripcurrent-14.1-11012321",
935 	},
936 	{
937 		.key = "ro.bootmode",
938 		.value = "unknown",
939 	},
940 	{
941 		.key = "ro.build.ab_update",
942 		.value = "true",
943 	},
944 	{
945 		.key = "ro.build.characteristics",
946 		.value = "nosdcard",
947 	},
948 	{
949 		.key = "ro.build.date",
950 		.value = "Tue Dec 12 05:18:54 UTC 2023",
951 	},
952 	{
953 		.key = "ro.build.date.utc",
954 		.value = "1702358334",
955 	},
956 	{
957 		.key = "ro.build.description",
958 		.value = "shiba-userdebug 14 UQ1A.240105.004 11206848 dev-keys",
959 	},
960 	{
961 		.key = "ro.build.display.id",
962 		.value = "shiba-userdebug 14 UQ1A.240105.004 11206848 dev-keys",
963 	},
964 	{
965 		.key = "ro.build.expect.baseband",
966 		.value = "g5300i-230927-231102-B-11040898",
967 	},
968 	{
969 		.key = "ro.build.expect.bootloader",
970 		.value = "ripcurrent-14.1-11012321",
971 	},
972 	{
973 		.key = "ro.build.fingerprint",
974 		.value = "google/shiba/shiba:14/UQ1A.240105.004/11206848:userdebug/dev-keys",
975 	},
976 	{
977 		.key = "ro.build.flavor",
978 		.value = "shiba-userdebug",
979 	},
980 	{
981 		.key = "ro.build.host",
982 		.value = "abfarm-release-rbe-32-2004-00107",
983 	},
984 	{
985 		.key = "ro.build.id",
986 		.value = "UQ1A.240105.004",
987 	},
988 	{
989 		.key = "ro.build.product",
990 		.value = "shiba",
991 	},
992 	{
993 		.key = "ro.build.tags",
994 		.value = "dev-keys",
995 	},
996 	{
997 		.key = "ro.build.type",
998 		.value = "userdebug",
999 	},
1000 	{
1001 		.key = "ro.build.user",
1002 		.value = "android-build",
1003 	},
1004 	{
1005 		.key = "ro.build.version.all_codenames",
1006 		.value = "REL",
1007 	},
1008 	{
1009 		.key = "ro.build.version.codename",
1010 		.value = "REL",
1011 	},
1012 	{
1013 		.key = "ro.build.version.incremental",
1014 		.value = "11206848",
1015 	},
1016 	{
1017 		.key = "ro.build.version.preview_sdk",
1018 		.value = "0",
1019 	},
1020 	{
1021 		.key = "ro.build.version.release",
1022 		.value = "14",
1023 	},
1024 	{
1025 		.key = "ro.build.version.sdk",
1026 		.value = "34",
1027 	},
1028 	{
1029 		.key = "ro.build.version.security_patch",
1030 		.value = "2024-01-05",
1031 	},
1032 	{
1033 		.key = "ro.carrier",
1034 		.value = "unknown",
1035 	},
1036 	{
1037 		.key = "ro.com.android.dataroaming",
1038 		.value = "false",
1039 	},
1040 	{
1041 		.key = "ro.com.android.prov_mobiledata",
1042 		.value = "false",
1043 	},
1044 	{
1045 		.key = "ro.com.google.clientidbase",
1046 		.value = "android-google",
1047 	},
1048 	{
1049 		.key = "ro.com.google.ime.theme_id",
1050 		.value = "5",
1051 	},
1052 	{
1053 		.key = "ro.config.alarm_alert",
1054 		.value = "Fresh_start.ogg",
1055 	},
1056 	{
1057 		.key = "ro.config.media_vol_steps",
1058 		.value = "25",
1059 	},
1060 	{
1061 		.key = "ro.config.notification_sound",
1062 		.value = "Eureka.ogg",
1063 	},
1064 	{
1065 		.key = "ro.config.ringtone",
1066 		.value = "Your_new_adventure.ogg",
1067 	},
1068 	{
1069 		.key = "ro.config.vc_call_vol_steps",
1070 		.value = "7",
1071 	},
1072 	{
1073 		.key = "ro.control_privapp_permissions",
1074 		.value = "enforce",
1075 	},
1076 	{
1077 		.key = "ro.crypto.state",
1078 		.value = "encrypted",
1079 	},
1080 	{
1081 		.key = "ro.crypto.type",
1082 		.value = "file",
1083 	},
1084 	{
1085 		.key = "ro.dalvik.vm.native.bridge",
1086 		.value = "0",
1087 	},
1088 	{
1089 		.key = "ro.debuggable",
1090 		.value = "1",
1091 	},
1092 	{
1093 		.key = "ro.error.receiver.system.apps",
1094 		.value = "com.google.android.gms",
1095 	},
1096 	{
1097 		.key = "ro.frp.pst",
1098 		.value = "/dev/block/by-name/frp",
1099 	},
1100 	{
1101 		.key = "ro.hardware",
1102 		.value = "shiba",
1103 	},
1104 	{
1105 		.key = "ro.oem_unlock_supported",
1106 		.value = "1",
1107 	},
1108 	{
1109 		.key = "ro.opa.eligible_device",
1110 		.value = "true",
1111 	},
1112 	{
1113 		.key = "ro.opengles.version",
1114 		.value = "196610",
1115 	},
1116 	{
1117 		.key = "ro.product.board",
1118 		.value = "shiba",
1119 	},
1120 	{
1121 		.key = "ro.product.brand",
1122 		.value = "google",
1123 	},
1124 	{
1125 		.key = "ro.product.cpu.abi",
1126 		.value = "arm64-v8a",
1127 	},
1128 	{
1129 		.key = "ro.product.cpu.abilist",
1130 		.value = "arm64-v8a",
1131 	},
1132 	{
1133 		.key = "ro.product.cpu.abilist64",
1134 		.value = "arm64-v8a",
1135 	},
1136 	{
1137 		.key = "ro.product.device",
1138 		.value = "shiba",
1139 	},
1140 	{
1141 		.key = "ro.product.first_api_level",
1142 		.value = "34",
1143 	},
1144 	{
1145 		.key = "ro.product.locale",
1146 		.value = "en-US",
1147 	},
1148 	{
1149 		.key = "ro.product.manufacturer",
1150 		.value = "Google",
1151 	},
1152 	{
1153 		.key = "ro.product.model",
1154 		.value = "Pixel 8",
1155 	},
1156 	{
1157 		.key = "ro.product.name",
1158 		.value = "shiba",
1159 	},
1160 	{
1161 		.key = "ro.property_service.version",
1162 		.value = "2",
1163 	},
1164 	{
1165 		.key = "ro.revision",
1166 		.value = "MP1.0",
1167 	},
1168 	{
1169 		.key = "ro.secure",
1170 		.value = "1",
1171 	},
1172 	{
1173 		.key = "ro.serialno",
1174 		.value = "39061FDJH005AB",
1175 	},
1176 	{
1177 		.key = "ro.setupwizard.enterprise_mode",
1178 		.value = "1",
1179 	},
1180 	{
1181 		.key = "ro.setupwizard.esim_cid_ignore",
1182 		.value = "00000001",
1183 	},
1184 	{
1185 		.key = "ro.sf.lcd_density",
1186 		.value = "420",
1187 	},
1188 	{
1189 		.key = "ro.storage_manager.enabled",
1190 		.value = "false",
1191 	},
1192 	{
1193 		.key = "ro.telephony.default_network",
1194 		.value = "27",
1195 	},
1196 	{
1197 		.key = "ro.treble.enabled",
1198 		.value = "true",
1199 	},
1200 	{
1201 		.key = "ro.vendor.build.date",
1202 		.value = "Tue Dec 12 05:18:54 UTC 2023",
1203 	},
1204 	{
1205 		.key = "ro.vendor.build.date.utc",
1206 		.value = "1702358334",
1207 	},
1208 	{
1209 		.key = "ro.vendor.build.fingerprint",
1210 		.value = "google/shiba/shiba:14/UQ1A.240105.004/11206848:userdebug/dev-keys",
1211 	},
1212 	{
1213 		.key = "ro.zygote",
1214 		.value = "zygote64",
1215 	},
1216 	{
1217 		.key = "security.perf_harden",
1218 		.value = "1",
1219 	},
1220 	{
1221 		.key = "selinux.restorecon_recursive",
1222 		.value = "/data/misc_ce/0",
1223 	},
1224 	{
1225 		.key = "service.bootanim.exit",
1226 		.value = "1",
1227 	},
1228 	{
1229 		.key = "service.sf.present_timestamp",
1230 		.value = "1",
1231 	},
1232 	{
1233 		.key = "setupwizard.theme",
1234 		.value = "glif_v4_light",
1235 	},
1236 	{
1237 		.key = "sys.boot_completed",
1238 		.value = "1",
1239 	},
1240 	{
1241 		.key = "sys.oem_unlock_allowed",
1242 		.value = "1",
1243 	},
1244 	{
1245 		.key = "sys.rescue_boot_count",
1246 		.value = "1",
1247 	},
1248 	{
1249 		.key = "sys.retaildemo.enabled",
1250 		.value = "0",
1251 	},
1252 	{
1253 		.key = "sys.sysctl.extra_free_kbytes",
1254 		.value = "30375",
1255 	},
1256 	{
1257 		.key = "sys.usb.config",
1258 		.value = "adb",
1259 	},
1260 	{
1261 		.key = "sys.usb.configfs",
1262 		.value = "2",
1263 	},
1264 	{
1265 		.key = "sys.usb.controller",
1266 		.value = "11210000.dwc3",
1267 	},
1268 	{
1269 		.key = "sys.usb.ffs.ready",
1270 		.value = "1",
1271 	},
1272 	{
1273 		.key = "sys.usb.mtp.device_type",
1274 		.value = "3",
1275 	},
1276 	{
1277 		.key = "sys.user.0.ce_available",
1278 		.value = "true",
1279 	},
1280 	{
1281 		.key = "sys.wifitracing.started",
1282 		.value = "1",
1283 	},
1284 	{
1285 		.key = "vold.has_adoptable",
1286 		.value = "0",
1287 	},
1288 	{
1289 		.key = "vold.has_quota",
1290 		.value = "1",
1291 	},
1292 	{NULL},
1293 };
1294 #endif /* __ANDROID__ */
1295