add Makefile for sqlite
[platform/upstream/crda.git] / 06-reg_country.sql
1 use regulatory;
2 /*
3         reg_country_id          int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
4         alpha2                  varchar(2) not null,
5         reg_collection_id       int(11) UNSIGNED not null default '0',
6         PRIMARY KEY(reg_country_id)
7 */
8
9 /* DMN_NULL_WORLD */
10 insert into reg_country (alpha2, reg_collection_id) values ("00", 1);
11 /* DMN_NULL_DEBUG*/
12 insert into reg_country (alpha2, reg_collection_id) values ("01", 2);
13 /* DMN_DEBUG_NULL */
14 insert into reg_country (alpha2, reg_collection_id) values ("02", 3);
15 /* DMN_DEBUG_DEBUG */
16 insert into reg_country (alpha2, reg_collection_id) values ("03", 4);
17
18 /* DMN_NULL_ETSIC */
19 insert into reg_country (alpha2, reg_collection_id) values ("BR", 5);
20 insert into reg_country (alpha2, reg_collection_id) values ("BZ", 5);
21
22 /* DMN_FCC1_WORLD */
23 insert into reg_country (alpha2, reg_collection_id) values ("PH", 6);
24
25 /* DMN_FCC1_FCCA */
26 insert into reg_country (alpha2, reg_collection_id) values ("CO", 7);
27 insert into reg_country (alpha2, reg_collection_id) values ("DO", 7);
28 insert into reg_country (alpha2, reg_collection_id) values ("GT", 7);
29 insert into reg_country (alpha2, reg_collection_id) values ("MX", 7);
30 insert into reg_country (alpha2, reg_collection_id) values ("PA", 7);
31 insert into reg_country (alpha2, reg_collection_id) values ("PR", 7);
32 insert into reg_country (alpha2, reg_collection_id) values ("US", 7);
33
34 /* DMN_FCC2_WORLD */
35 insert into reg_country (alpha2, reg_collection_id) values ("AU", 8);
36 insert into reg_country (alpha2, reg_collection_id) values ("HK", 8);
37 insert into reg_country (alpha2, reg_collection_id) values ("MO", 8);
38
39 /* DMN_FCC2_FCCA */
40 insert into reg_country (alpha2, reg_collection_id) values ("CA", 9);
41
42 /* DMN_FCC2_ETSIC */
43 insert into reg_country (alpha2, reg_collection_id) values ("NZ", 10);
44
45 /* DMN_FCC3_FCCA */
46 insert into reg_country (alpha2, reg_collection_id) values ("UZ", 11);
47
48 /* DMN_ETSI1_WORLD */
49 insert into reg_country (alpha2, reg_collection_id) values ("CY", 12);
50 insert into reg_country (alpha2, reg_collection_id) values ("DE", 12);
51 insert into reg_country (alpha2, reg_collection_id) values ("DK", 12);
52 insert into reg_country (alpha2, reg_collection_id) values ("EE", 12);
53 insert into reg_country (alpha2, reg_collection_id) values ("ES", 12);
54 insert into reg_country (alpha2, reg_collection_id) values ("FI", 12);
55 insert into reg_country (alpha2, reg_collection_id) values ("GB", 12);
56 insert into reg_country (alpha2, reg_collection_id) values ("IE", 12);
57 insert into reg_country (alpha2, reg_collection_id) values ("IS", 12);
58 insert into reg_country (alpha2, reg_collection_id) values ("IT", 12);
59 insert into reg_country (alpha2, reg_collection_id) values ("LT", 12);
60 insert into reg_country (alpha2, reg_collection_id) values ("LU", 12);
61 insert into reg_country (alpha2, reg_collection_id) values ("LN", 12);
62 insert into reg_country (alpha2, reg_collection_id) values ("NO", 12);
63 insert into reg_country (alpha2, reg_collection_id) values ("PL", 12);
64 insert into reg_country (alpha2, reg_collection_id) values ("PT", 12);
65 insert into reg_country (alpha2, reg_collection_id) values ("SE", 12);
66 insert into reg_country (alpha2, reg_collection_id) values ("SI", 12);
67 insert into reg_country (alpha2, reg_collection_id) values ("UK", 12);
68 insert into reg_country (alpha2, reg_collection_id) values ("ZA", 12);
69
70 /* DMN_ETSI2_WORLD */
71 insert into reg_country (alpha2, reg_collection_id) values ("CH", 13);
72 insert into reg_country (alpha2, reg_collection_id) values ("HU", 13);
73 insert into reg_country (alpha2, reg_collection_id) values ("LI", 13);
74 insert into reg_country (alpha2, reg_collection_id) values ("AT", 13);
75
76 /* DMN_ETSI3_WORLD */
77 insert into reg_country (alpha2, reg_collection_id) values ("CZ", 14);
78 insert into reg_country (alpha2, reg_collection_id) values ("F2", 14); /* ? */
79 insert into reg_country (alpha2, reg_collection_id) values ("HR", 14);
80 insert into reg_country (alpha2, reg_collection_id) values ("SK", 14);
81 insert into reg_country (alpha2, reg_collection_id) values ("TN", 14);
82 insert into reg_country (alpha2, reg_collection_id) values ("TR", 14);
83 insert into reg_country (alpha2, reg_collection_id) values ("AM", 14);
84 insert into reg_country (alpha2, reg_collection_id) values ("AZ", 14);
85 insert into reg_country (alpha2, reg_collection_id) values ("BE", 14);
86 insert into reg_country (alpha2, reg_collection_id) values ("GE", 14);
87 insert into reg_country (alpha2, reg_collection_id) values ("MC", 14);
88 insert into reg_country (alpha2, reg_collection_id) values ("TT", 14);
89
90 /* DMN_ETSI6_WORLD */
91 insert into reg_country (alpha2, reg_collection_id) values ("BG", 15);
92
93 /* DMN_MKK1_MKKA */
94 insert into reg_country (alpha2, reg_collection_id) values ("JP", 16);
95 /* DMN_MKK1_FCCA */
96 insert into reg_country (alpha2, reg_collection_id) values ("J1", 17);
97 /* DMN_MKK2_MKKA */
98 insert into reg_country (alpha2, reg_collection_id) values ("J2", 18);
99
100 /* DMN_APL1_WORLD */
101 insert into reg_country (alpha2, reg_collection_id) values ("BN", 19);
102 insert into reg_country (alpha2, reg_collection_id) values ("CH", 19);
103 insert into reg_country (alpha2, reg_collection_id) values ("IR", 19);
104 insert into reg_country (alpha2, reg_collection_id) values ("CL", 19);
105
106 /* DMN_APL1_ETSIC */
107 insert into reg_country (alpha2, reg_collection_id) values ("BO", 20);
108
109 /* DMN_APL2_WORLD */
110 insert into reg_country (alpha2, reg_collection_id) values ("KP", 21);
111 insert into reg_country (alpha2, reg_collection_id) values ("KR", 21);
112 insert into reg_country (alpha2, reg_collection_id) values ("TH", 21);
113 insert into reg_country (alpha2, reg_collection_id) values ("UY", 21);
114
115 /* DMN_APL2_ETSIC */
116 insert into reg_country (alpha2, reg_collection_id) values ("VE", 22);
117
118 /* DMN_APL3_WORLD */
119 insert into reg_country (alpha2, reg_collection_id) values ("AR", 23);
120 insert into reg_country (alpha2, reg_collection_id) values ("TW", 23);
121
122 /* DMN_APL4_WORLD */
123 insert into reg_country (alpha2, reg_collection_id) values ("SG", 24);
124
125