Fix unset ZapRelocationType for fixup (#18589)
[platform/upstream/coreclr.git] / Tools / runtime.json
1 {
2     "runtimes": {
3         "base": {
4         },
5
6         "any": {
7             "#import": [ "base" ]
8         },
9
10         "win": {
11             "#import": [ "any" ]
12         },
13         "win-x86": {
14             "#import": [ "win" ]
15         },
16         "win-x64": {
17             "#import": [ "win" ]
18         },
19
20         "win7": {
21             "#import": [ "win" ]
22         },
23         "win7-x86": {
24             "#import": [ "win7", "win-x86" ]
25         },
26         "win7-x64": {
27             "#import": [ "win7", "win-x64" ]
28         },
29
30         "win8": {
31             "#import": [ "win7" ]
32         },
33         "win8-x86": {
34             "#import": [ "win8", "win7-x86" ]
35         },
36         "win8-x64": {
37             "#import": [ "win8", "win7-x64" ]
38         },
39         "win8-arm": {
40             "#import": [ "win8" ]
41         },
42
43         "win81": {
44             "#import": [ "win8" ]
45         },
46         "win81-x86": {
47             "#import": [ "win81", "win8-x86" ]
48         },
49         "win81-x64": {
50             "#import": [ "win81", "win8-x64" ]
51         },
52         "win81-arm": {
53             "#import": [ "win81", "win8-arm" ]
54         },
55
56         "win10": {
57             "#import": [ "win81" ]
58         },
59         "win10-x86": {
60             "#import": [ "win10", "win81-x86" ]
61         },
62         "win10-x64": {
63             "#import": [ "win10", "win81-x64" ]
64         },
65         "win10-arm": {
66             "#import": [ "win10", "win81-arm" ]
67         },
68         "win10-arm64": {
69             "#import": [ "win10" ]
70         },
71
72         "aot": {
73             "#import": [ "any" ]
74         },
75
76         "win-aot": {
77             "#import": [ "win", "aot" ]
78         },
79         "win-x86-aot": {
80             "#import": [ "win-aot", "win-x86" ]
81         },
82         "win-x64-aot": {
83             "#import": [ "win-aot", "win-x64" ]
84         },
85
86         "win7-aot": {
87             "#import": [ "win-aot", "win7" ]
88         },
89         "win7-x86-aot": {
90             "#import": [ "win7-aot", "win7-x86" ]
91         },
92         "win7-x64-aot": {
93             "#import": [ "win7-aot", "win7-x64" ]
94         },
95
96         "win8-aot": {
97             "#import": [ "win8", "win7-aot" ]
98         },
99         "win8-x86-aot": {
100             "#import": [ "win8-aot", "win8-x86", "win7-x86-aot" ]
101         },
102         "win8-x64-aot": {
103             "#import": [ "win8-aot", "win8-x64", "win7-x64-aot" ]
104         },
105         "win8-arm-aot": {
106             "#import": [ "win8-aot", "win8-arm" ]
107         },
108
109         "win81-aot": {
110             "#import": [ "win81", "win8-aot" ]
111         },
112         "win81-x86-aot": {
113             "#import": [ "win81-aot", "win81-x86", "win8-x86-aot" ]
114         },
115         "win81-x64-aot": {
116             "#import": [ "win81-aot", "win81-x64", "win8-x64-aot" ]
117         },
118         "win81-arm-aot": {
119             "#import": [ "win81-aot", "win81-arm", "win8-arm-aot" ]
120         },
121
122         "win10-aot": {
123             "#import": [ "win10", "win81-aot" ]
124         },
125         "win10-x86-aot": {
126             "#import": [ "win10-aot", "win10-x86", "win81-x86-aot" ]
127         },
128         "win10-x64-aot": {
129             "#import": [ "win10-aot", "win10-x64", "win81-x64-aot" ]
130         },
131         "win10-arm-aot": {
132             "#import": [ "win10-aot", "win10-arm", "win81-arm-aot" ]
133         },
134         "win10-arm64-aot": {
135             "#import": [ "win10-aot", "win10-arm64" ]
136         },
137
138         "unix": {
139             "#import": [ "any" ]
140         },
141         "unix-x64": {
142             "#import": [ "unix" ]
143         },
144
145         "osx": {
146             "#import": [ "unix" ]
147         },
148         "osx-x64": {
149             "#import": [ "osx", "unix-x64" ]
150         },
151
152         "osx.10.10": {
153             "#import": [ "osx" ]
154         },
155         "osx.10.10-x64": {
156             "#import": [ "osx.10.10", "osx-x64" ]
157         },
158
159         "osx.10.11": {
160             "#import": [ "osx.10.10" ]
161         },
162         "osx.10.11-x64": {
163             "#import": [ "osx.10.11", "osx.10.10-x64" ]
164         },
165
166         "osx.10.12": {
167             "#import": [ "osx.10.11" ]
168         },
169         "osx.10.12-x64": {
170             "#import": [ "osx.10.12", "osx.10.11-x64" ]
171         },
172         
173         "linux": {
174             "#import": [ "unix" ]
175         },
176         "linux-x64": {
177             "#import": [ "linux", "unix-x64" ]
178         },
179
180         "rhel": {
181             "#import": [ "linux" ]
182         },
183         "rhel-x64": {
184             "#import": [ "rhel", "linux-x64" ]
185         },
186
187         "rhel.7": {
188             "#import": [ "rhel" ]
189         },
190         "rhel.7-x64": {
191             "#import": [ "rhel", "rhel-x64" ]
192         },
193
194         "rhel.7.0": {
195             "#import": [ "rhel.7" ]
196         },
197         "rhel.7.0-x64": {
198             "#import": [ "rhel.7", "rhel.7-x64" ]
199         },
200
201         "rhel.7.1": {
202             "#import": [ "rhel.7.0" ]
203         },
204         "rhel.7.1-x64": {
205             "#import": [ "rhel.7.0", "rhel.7.0-x64" ]
206         },
207
208         "rhel.7.2": {
209             "#import": [ "rhel.7.1" ]
210         },
211         "rhel.7.2-x64": {
212             "#import": [ "rhel.7.1", "rhel.7.1-x64" ]
213         },
214
215         "ol": {
216             "#import": [ "rhel" ]
217         },
218         "ol-x64": {
219             "#import": [ "ol", "rhel-x64" ]
220         },
221
222         "ol.7": {
223             "#import": [ "ol", "rhel.7" ]
224         },
225         "ol.7-x64": {
226             "#import": [ "ol.7", "ol-x64", "rhel.7-x64" ]
227         },
228
229         "ol.7.0": {
230             "#import": [ "ol.7", "rhel.7.0" ]
231         },
232         "ol.7.0-x64": {
233             "#import": [ "ol.7", "ol.7-x64", "rhel.7.0-x64" ]
234         },
235
236         "ol.7.1": {
237             "#import": [ "ol.7.0", "rhel.7.1" ]
238         },
239         "ol.7.1-x64": {
240             "#import": [ "ol.7.0", "ol.7.0-x64", "rhel.7.1-x64" ]
241         },
242
243         "ol.7.2": {
244             "#import": [ "ol.7.1", "rhel.7.2" ]
245         },
246         "ol.7.2-x64": {
247             "#import": [ "ol.7.1", "ol.7.1-x64", "rhel.7.2-x64" ]
248         },
249
250         "centos": {
251             "#import": [ "rhel" ]
252         },
253         "centos-x64": {
254             "#import": [ "centos", "rhel-x64" ]
255         },
256
257         "centos.7": {
258             "#import": [ "centos", "rhel.7" ]
259         },
260         "centos.7-x64": {
261             "#import": [ "centos.7", "centos-x64", "rhel.7-x64" ]
262         },
263
264         "debian": {
265             "#import": [ "linux" ]
266         },
267         "debian-x64": {
268             "#import": [ "debian", "linux-x64" ]
269         },
270
271         "debian.8": {
272             "#import": [ "debian" ]
273         },
274         "debian.8-x64": {
275             "#import": [ "debian.8", "debian-x64" ]
276         },
277
278         "ubuntu": {
279             "#import": [ "debian" ]
280         },
281
282         "ubuntu-x64": {
283             "#import": [ "ubuntu", "debian-x64" ]
284         },
285
286         "ubuntu.14.04": {
287             "#import": [ "ubuntu" ]
288         },
289         "ubuntu.14.04-x64": {
290             "#import": [ "ubuntu.14.04", "ubuntu-x64" ]
291         },
292
293         "ubuntu.14.10": {
294             "#import": [ "ubuntu" ]
295         },
296         "ubuntu.14.10-x64": {
297             "#import": [ "ubuntu.14.10", "ubuntu-x64" ]
298         },
299
300         "ubuntu.15.04": {
301             "#import": [ "ubuntu" ]
302         },
303         "ubuntu.15.04-x64": {
304             "#import": [ "ubuntu.15.04", "ubuntu-x64" ]
305         },
306
307         "ubuntu.15.10": {
308             "#import": [ "ubuntu" ]
309         },
310         "ubuntu.15.10-x64": {
311             "#import": [ "ubuntu.15.10", "ubuntu-x64" ]
312         },
313
314         "ubuntu.16.04": {
315             "#import": [ "ubuntu" ]
316         },
317         "ubuntu.16.04-x64": {
318             "#import": [ "ubuntu.16.04", "ubuntu-x64" ]
319         },
320
321         "ubuntu.16.10": {
322             "#import": [ "ubuntu" ]
323         },
324         "ubuntu.16.10-x64": {
325             "#import": [ "ubuntu.16.10", "ubuntu-x64" ]
326         },
327
328         "linuxmint.17": {
329             "#import": [ "ubuntu.14.04" ]
330         },
331         "linuxmint.17-x64": {
332             "#import": [ "linuxmint.17", "ubuntu.14.04-x64" ]
333         },
334         
335         "linuxmint.17.1": {
336             "#import": [ "linuxmint.17" ]
337         },
338         "linuxmint.17.1-x64": {
339             "#import": [ "linuxmint.17.1", "linuxmint.17-x64" ]
340         },
341         
342         "linuxmint.17.2": {
343             "#import": [ "linuxmint.17.1" ]
344         },
345         "linuxmint.17.2-x64": {
346             "#import": [ "linuxmint.17.2", "linuxmint.17.1-x64" ]
347         },
348         
349         "linuxmint.17.3": {
350             "#import": [ "linuxmint.17.2" ]
351         },
352         "linuxmint.17.3-x64": {
353             "#import": [ "linuxmint.17.3", "linuxmint.17.2-x64" ]
354         },
355
356         "linuxmint.18": {
357             "#import": [ "ubuntu.16.04" ]
358         },
359         "linuxmint.18-x64": {
360             "#import": [ "linuxmint.18", "ubuntu.16.04-x64" ]
361         },
362
363         "fedora": {
364             "#import": [ "linux" ]
365         },
366         "fedora-x64": {
367             "#import": [ "fedora", "linux-x64" ]
368         },
369
370         "fedora.23": {
371             "#import": [ "fedora" ]
372         },
373         "fedora.23-x64": {
374             "#import": [ "fedora.23", "fedora-x64" ]
375         },
376
377         "fedora.24": {
378             "#import": [ "fedora" ]
379         },
380         "fedora.24-x64": {
381             "#import": [ "fedora.24", "fedora-x64" ]
382         },
383
384         "opensuse": {
385             "#import": [ "linux" ]
386         },
387         "opensuse-x64": {
388             "#import": [ "opensuse", "linux-x64" ]
389         },
390
391         "opensuse.13.2": {
392             "#import": [ "opensuse" ]
393         },
394         "opensuse.13.2-x64": {
395             "#import": [ "opensuse.13.2", "opensuse-x64" ]
396         },
397
398         "opensuse.42.1": {
399             "#import": [ "opensuse" ]
400         },
401         "opensuse.42.1-x64": {
402             "#import": [ "opensuse.42.1", "opensuse-x64" ]
403         }
404     }
405  }
406