1ffe3c632Sopenharmony_ci// Protocol Buffers - Google's data interchange format
2ffe3c632Sopenharmony_ci// Copyright 2008 Google Inc.  All rights reserved.
3ffe3c632Sopenharmony_ci// https://developers.google.com/protocol-buffers/
4ffe3c632Sopenharmony_ci//
5ffe3c632Sopenharmony_ci// Redistribution and use in source and binary forms, with or without
6ffe3c632Sopenharmony_ci// modification, are permitted provided that the following conditions are
7ffe3c632Sopenharmony_ci// met:
8ffe3c632Sopenharmony_ci//
9ffe3c632Sopenharmony_ci//     * Redistributions of source code must retain the above copyright
10ffe3c632Sopenharmony_ci// notice, this list of conditions and the following disclaimer.
11ffe3c632Sopenharmony_ci//     * Redistributions in binary form must reproduce the above
12ffe3c632Sopenharmony_ci// copyright notice, this list of conditions and the following disclaimer
13ffe3c632Sopenharmony_ci// in the documentation and/or other materials provided with the
14ffe3c632Sopenharmony_ci// distribution.
15ffe3c632Sopenharmony_ci//     * Neither the name of Google Inc. nor the names of its
16ffe3c632Sopenharmony_ci// contributors may be used to endorse or promote products derived from
17ffe3c632Sopenharmony_ci// this software without specific prior written permission.
18ffe3c632Sopenharmony_ci//
19ffe3c632Sopenharmony_ci// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20ffe3c632Sopenharmony_ci// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21ffe3c632Sopenharmony_ci// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22ffe3c632Sopenharmony_ci// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23ffe3c632Sopenharmony_ci// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24ffe3c632Sopenharmony_ci// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25ffe3c632Sopenharmony_ci// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26ffe3c632Sopenharmony_ci// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27ffe3c632Sopenharmony_ci// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28ffe3c632Sopenharmony_ci// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29ffe3c632Sopenharmony_ci// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30ffe3c632Sopenharmony_ci
31ffe3c632Sopenharmony_cisyntax = "proto2";
32ffe3c632Sopenharmony_ci
33ffe3c632Sopenharmony_cipackage benchmarks.google_message4;
34ffe3c632Sopenharmony_ci
35ffe3c632Sopenharmony_cioption cc_enable_arenas = true;
36ffe3c632Sopenharmony_cioption java_package = "com.google.protobuf.benchmarks";
37ffe3c632Sopenharmony_ci
38ffe3c632Sopenharmony_cienum UnusedEnum {
39ffe3c632Sopenharmony_ci  UNUSED_ENUM_VALUE1 = 0;
40ffe3c632Sopenharmony_ci  UNUSED_ENUM_VALUE2 = 1;
41ffe3c632Sopenharmony_ci}
42ffe3c632Sopenharmony_ci
43ffe3c632Sopenharmony_cienum Enum2593 {
44ffe3c632Sopenharmony_ci  ENUM_VALUE2594 = 0;
45ffe3c632Sopenharmony_ci  ENUM_VALUE2595 = 1;
46ffe3c632Sopenharmony_ci  ENUM_VALUE2596 = 2;
47ffe3c632Sopenharmony_ci  ENUM_VALUE2597 = 3;
48ffe3c632Sopenharmony_ci  ENUM_VALUE2598 = 4;
49ffe3c632Sopenharmony_ci  ENUM_VALUE2599 = 5;
50ffe3c632Sopenharmony_ci  ENUM_VALUE2600 = 6;
51ffe3c632Sopenharmony_ci  ENUM_VALUE2601 = 7;
52ffe3c632Sopenharmony_ci}
53ffe3c632Sopenharmony_ci
54ffe3c632Sopenharmony_cienum Enum2834 {
55ffe3c632Sopenharmony_ci  ENUM_VALUE2835 = 0;
56ffe3c632Sopenharmony_ci  ENUM_VALUE2836 = 1;
57ffe3c632Sopenharmony_ci  ENUM_VALUE2837 = 2;
58ffe3c632Sopenharmony_ci}
59ffe3c632Sopenharmony_ci
60ffe3c632Sopenharmony_cienum Enum2806 {
61ffe3c632Sopenharmony_ci  ENUM_VALUE2807 = 0;
62ffe3c632Sopenharmony_ci  ENUM_VALUE2808 = 1;
63ffe3c632Sopenharmony_ci  ENUM_VALUE2809 = 2;
64ffe3c632Sopenharmony_ci  ENUM_VALUE2810 = 3;
65ffe3c632Sopenharmony_ci  ENUM_VALUE2811 = 4;
66ffe3c632Sopenharmony_ci  ENUM_VALUE2812 = 5;
67ffe3c632Sopenharmony_ci  ENUM_VALUE2813 = 6;
68ffe3c632Sopenharmony_ci  ENUM_VALUE2814 = 7;
69ffe3c632Sopenharmony_ci  ENUM_VALUE2815 = 8;
70ffe3c632Sopenharmony_ci  ENUM_VALUE2816 = 9;
71ffe3c632Sopenharmony_ci  ENUM_VALUE2817 = 10;
72ffe3c632Sopenharmony_ci  ENUM_VALUE2818 = 11;
73ffe3c632Sopenharmony_ci  ENUM_VALUE2819 = 12;
74ffe3c632Sopenharmony_ci  ENUM_VALUE2820 = 13;
75ffe3c632Sopenharmony_ci  ENUM_VALUE2821 = 14;
76ffe3c632Sopenharmony_ci}
77ffe3c632Sopenharmony_ci
78ffe3c632Sopenharmony_cienum Enum2851 {
79ffe3c632Sopenharmony_ci  option allow_alias = true;
80ffe3c632Sopenharmony_ci
81ffe3c632Sopenharmony_ci  ENUM_VALUE2852 = 0;
82ffe3c632Sopenharmony_ci  ENUM_VALUE2853 = 0;
83ffe3c632Sopenharmony_ci  ENUM_VALUE2854 = 1;
84ffe3c632Sopenharmony_ci  ENUM_VALUE2855 = 2;
85ffe3c632Sopenharmony_ci  ENUM_VALUE2856 = 3;
86ffe3c632Sopenharmony_ci  ENUM_VALUE2857 = 4;
87ffe3c632Sopenharmony_ci  ENUM_VALUE2858 = 5;
88ffe3c632Sopenharmony_ci  ENUM_VALUE2859 = 6;
89ffe3c632Sopenharmony_ci  ENUM_VALUE2860 = 7;
90ffe3c632Sopenharmony_ci  ENUM_VALUE2861 = 8;
91ffe3c632Sopenharmony_ci  ENUM_VALUE2862 = 9;
92ffe3c632Sopenharmony_ci  ENUM_VALUE2863 = 10;
93ffe3c632Sopenharmony_ci  ENUM_VALUE2864 = 11;
94ffe3c632Sopenharmony_ci  ENUM_VALUE2865 = 12;
95ffe3c632Sopenharmony_ci  ENUM_VALUE2866 = 13;
96ffe3c632Sopenharmony_ci  ENUM_VALUE2867 = 14;
97ffe3c632Sopenharmony_ci  ENUM_VALUE2868 = 15;
98ffe3c632Sopenharmony_ci  ENUM_VALUE2869 = 16;
99ffe3c632Sopenharmony_ci  ENUM_VALUE2870 = 17;
100ffe3c632Sopenharmony_ci  ENUM_VALUE2871 = 18;
101ffe3c632Sopenharmony_ci  ENUM_VALUE2872 = 19;
102ffe3c632Sopenharmony_ci  ENUM_VALUE2873 = 20;
103ffe3c632Sopenharmony_ci  ENUM_VALUE2874 = 21;
104ffe3c632Sopenharmony_ci  ENUM_VALUE2875 = 22;
105ffe3c632Sopenharmony_ci  ENUM_VALUE2876 = 23;
106ffe3c632Sopenharmony_ci  ENUM_VALUE2877 = 24;
107ffe3c632Sopenharmony_ci  ENUM_VALUE2878 = 25;
108ffe3c632Sopenharmony_ci  ENUM_VALUE2879 = 26;
109ffe3c632Sopenharmony_ci  ENUM_VALUE2880 = 27;
110ffe3c632Sopenharmony_ci  ENUM_VALUE2881 = 28;
111ffe3c632Sopenharmony_ci  ENUM_VALUE2882 = 29;
112ffe3c632Sopenharmony_ci  ENUM_VALUE2883 = 30;
113ffe3c632Sopenharmony_ci  ENUM_VALUE2884 = 31;
114ffe3c632Sopenharmony_ci  ENUM_VALUE2885 = 32;
115ffe3c632Sopenharmony_ci  ENUM_VALUE2886 = 33;
116ffe3c632Sopenharmony_ci  ENUM_VALUE2887 = 34;
117ffe3c632Sopenharmony_ci  ENUM_VALUE2888 = 35;
118ffe3c632Sopenharmony_ci  ENUM_VALUE2889 = 36;
119ffe3c632Sopenharmony_ci  ENUM_VALUE2890 = 37;
120ffe3c632Sopenharmony_ci  ENUM_VALUE2891 = 38;
121ffe3c632Sopenharmony_ci  ENUM_VALUE2892 = 39;
122ffe3c632Sopenharmony_ci  ENUM_VALUE2893 = 40;
123ffe3c632Sopenharmony_ci  ENUM_VALUE2894 = 41;
124ffe3c632Sopenharmony_ci  ENUM_VALUE2895 = 42;
125ffe3c632Sopenharmony_ci  ENUM_VALUE2896 = 43;
126ffe3c632Sopenharmony_ci  ENUM_VALUE2897 = 44;
127ffe3c632Sopenharmony_ci  ENUM_VALUE2898 = 45;
128ffe3c632Sopenharmony_ci  ENUM_VALUE2899 = 46;
129ffe3c632Sopenharmony_ci  ENUM_VALUE2900 = 47;
130ffe3c632Sopenharmony_ci  ENUM_VALUE2901 = 48;
131ffe3c632Sopenharmony_ci  ENUM_VALUE2902 = 49;
132ffe3c632Sopenharmony_ci  ENUM_VALUE2903 = 50;
133ffe3c632Sopenharmony_ci  ENUM_VALUE2904 = 51;
134ffe3c632Sopenharmony_ci  ENUM_VALUE2905 = 52;
135ffe3c632Sopenharmony_ci  ENUM_VALUE2906 = 53;
136ffe3c632Sopenharmony_ci  ENUM_VALUE2907 = 54;
137ffe3c632Sopenharmony_ci  ENUM_VALUE2908 = 55;
138ffe3c632Sopenharmony_ci  ENUM_VALUE2909 = 56;
139ffe3c632Sopenharmony_ci  ENUM_VALUE2910 = 57;
140ffe3c632Sopenharmony_ci  ENUM_VALUE2911 = 58;
141ffe3c632Sopenharmony_ci  ENUM_VALUE2912 = 59;
142ffe3c632Sopenharmony_ci  ENUM_VALUE2913 = 60;
143ffe3c632Sopenharmony_ci  ENUM_VALUE2914 = 61;
144ffe3c632Sopenharmony_ci  ENUM_VALUE2915 = 62;
145ffe3c632Sopenharmony_ci  ENUM_VALUE2916 = 63;
146ffe3c632Sopenharmony_ci  ENUM_VALUE2917 = 64;
147ffe3c632Sopenharmony_ci  ENUM_VALUE2918 = 65;
148ffe3c632Sopenharmony_ci  ENUM_VALUE2919 = 66;
149ffe3c632Sopenharmony_ci  ENUM_VALUE2920 = 67;
150ffe3c632Sopenharmony_ci  ENUM_VALUE2921 = 68;
151ffe3c632Sopenharmony_ci  ENUM_VALUE2922 = 69;
152ffe3c632Sopenharmony_ci  ENUM_VALUE2923 = 70;
153ffe3c632Sopenharmony_ci  ENUM_VALUE2924 = 71;
154ffe3c632Sopenharmony_ci  ENUM_VALUE2925 = 72;
155ffe3c632Sopenharmony_ci  ENUM_VALUE2926 = 73;
156ffe3c632Sopenharmony_ci  ENUM_VALUE2927 = 74;
157ffe3c632Sopenharmony_ci  ENUM_VALUE2928 = 75;
158ffe3c632Sopenharmony_ci  ENUM_VALUE2929 = 76;
159ffe3c632Sopenharmony_ci  ENUM_VALUE2930 = 77;
160ffe3c632Sopenharmony_ci  ENUM_VALUE2931 = 78;
161ffe3c632Sopenharmony_ci  ENUM_VALUE2932 = 79;
162ffe3c632Sopenharmony_ci  ENUM_VALUE2933 = 80;
163ffe3c632Sopenharmony_ci  ENUM_VALUE2934 = 81;
164ffe3c632Sopenharmony_ci  ENUM_VALUE2935 = 82;
165ffe3c632Sopenharmony_ci  ENUM_VALUE2936 = 83;
166ffe3c632Sopenharmony_ci  ENUM_VALUE2937 = 84;
167ffe3c632Sopenharmony_ci  ENUM_VALUE2938 = 85;
168ffe3c632Sopenharmony_ci  ENUM_VALUE2939 = 86;
169ffe3c632Sopenharmony_ci  ENUM_VALUE2940 = 87;
170ffe3c632Sopenharmony_ci  ENUM_VALUE2941 = 88;
171ffe3c632Sopenharmony_ci  ENUM_VALUE2942 = 89;
172ffe3c632Sopenharmony_ci  ENUM_VALUE2943 = 90;
173ffe3c632Sopenharmony_ci  ENUM_VALUE2944 = 91;
174ffe3c632Sopenharmony_ci  ENUM_VALUE2945 = 92;
175ffe3c632Sopenharmony_ci  ENUM_VALUE2946 = 93;
176ffe3c632Sopenharmony_ci  ENUM_VALUE2947 = 94;
177ffe3c632Sopenharmony_ci  ENUM_VALUE2948 = 95;
178ffe3c632Sopenharmony_ci  ENUM_VALUE2949 = 96;
179ffe3c632Sopenharmony_ci  ENUM_VALUE2950 = 97;
180ffe3c632Sopenharmony_ci  ENUM_VALUE2951 = 98;
181ffe3c632Sopenharmony_ci  ENUM_VALUE2952 = 99;
182ffe3c632Sopenharmony_ci  ENUM_VALUE2953 = 100;
183ffe3c632Sopenharmony_ci  ENUM_VALUE2954 = 101;
184ffe3c632Sopenharmony_ci  ENUM_VALUE2955 = 102;
185ffe3c632Sopenharmony_ci  ENUM_VALUE2956 = 103;
186ffe3c632Sopenharmony_ci  ENUM_VALUE2957 = 104;
187ffe3c632Sopenharmony_ci  ENUM_VALUE2958 = 105;
188ffe3c632Sopenharmony_ci  ENUM_VALUE2959 = 106;
189ffe3c632Sopenharmony_ci  ENUM_VALUE2960 = 107;
190ffe3c632Sopenharmony_ci  ENUM_VALUE2961 = 108;
191ffe3c632Sopenharmony_ci  ENUM_VALUE2962 = 109;
192ffe3c632Sopenharmony_ci  ENUM_VALUE2963 = 110;
193ffe3c632Sopenharmony_ci  ENUM_VALUE2964 = 111;
194ffe3c632Sopenharmony_ci  ENUM_VALUE2965 = 112;
195ffe3c632Sopenharmony_ci  ENUM_VALUE2966 = 113;
196ffe3c632Sopenharmony_ci  ENUM_VALUE2967 = 114;
197ffe3c632Sopenharmony_ci  ENUM_VALUE2968 = 115;
198ffe3c632Sopenharmony_ci  ENUM_VALUE2969 = 116;
199ffe3c632Sopenharmony_ci  ENUM_VALUE2970 = 117;
200ffe3c632Sopenharmony_ci  ENUM_VALUE2971 = 118;
201ffe3c632Sopenharmony_ci  ENUM_VALUE2972 = 119;
202ffe3c632Sopenharmony_ci}
203ffe3c632Sopenharmony_ci
204ffe3c632Sopenharmony_cienum Enum2602 {
205ffe3c632Sopenharmony_ci  ENUM_VALUE2603 = 0;
206ffe3c632Sopenharmony_ci  ENUM_VALUE2604 = 1;
207ffe3c632Sopenharmony_ci  ENUM_VALUE2605 = 2;
208ffe3c632Sopenharmony_ci  ENUM_VALUE2606 = 3;
209ffe3c632Sopenharmony_ci  ENUM_VALUE2607 = 4;
210ffe3c632Sopenharmony_ci  ENUM_VALUE2608 = 5;
211ffe3c632Sopenharmony_ci  ENUM_VALUE2609 = 6;
212ffe3c632Sopenharmony_ci  ENUM_VALUE2610 = 7;
213ffe3c632Sopenharmony_ci  ENUM_VALUE2611 = 8;
214ffe3c632Sopenharmony_ci  ENUM_VALUE2612 = 9;
215ffe3c632Sopenharmony_ci  ENUM_VALUE2613 = 10;
216ffe3c632Sopenharmony_ci  ENUM_VALUE2614 = 11;
217ffe3c632Sopenharmony_ci}
218ffe3c632Sopenharmony_ci
219ffe3c632Sopenharmony_cienum Enum3071 {
220ffe3c632Sopenharmony_ci  ENUM_VALUE3072 = 1;
221ffe3c632Sopenharmony_ci  ENUM_VALUE3073 = 2;
222ffe3c632Sopenharmony_ci  ENUM_VALUE3074 = 3;
223ffe3c632Sopenharmony_ci  ENUM_VALUE3075 = 4;
224ffe3c632Sopenharmony_ci  ENUM_VALUE3076 = 5;
225ffe3c632Sopenharmony_ci  ENUM_VALUE3077 = 6;
226ffe3c632Sopenharmony_ci  ENUM_VALUE3078 = 7;
227ffe3c632Sopenharmony_ci  ENUM_VALUE3079 = 8;
228ffe3c632Sopenharmony_ci  ENUM_VALUE3080 = 9;
229ffe3c632Sopenharmony_ci  ENUM_VALUE3081 = 10;
230ffe3c632Sopenharmony_ci  ENUM_VALUE3082 = 11;
231ffe3c632Sopenharmony_ci  ENUM_VALUE3083 = 12;
232ffe3c632Sopenharmony_ci  ENUM_VALUE3084 = 13;
233ffe3c632Sopenharmony_ci  ENUM_VALUE3085 = 14;
234ffe3c632Sopenharmony_ci  ENUM_VALUE3086 = 15;
235ffe3c632Sopenharmony_ci  ENUM_VALUE3087 = 16;
236ffe3c632Sopenharmony_ci  ENUM_VALUE3088 = 17;
237ffe3c632Sopenharmony_ci  ENUM_VALUE3089 = 18;
238ffe3c632Sopenharmony_ci  ENUM_VALUE3090 = 19;
239ffe3c632Sopenharmony_ci  ENUM_VALUE3091 = 20;
240ffe3c632Sopenharmony_ci  ENUM_VALUE3092 = 21;
241ffe3c632Sopenharmony_ci  ENUM_VALUE3093 = 22;
242ffe3c632Sopenharmony_ci  ENUM_VALUE3094 = 23;
243ffe3c632Sopenharmony_ci  ENUM_VALUE3095 = 24;
244ffe3c632Sopenharmony_ci  ENUM_VALUE3096 = 25;
245ffe3c632Sopenharmony_ci  ENUM_VALUE3097 = 26;
246ffe3c632Sopenharmony_ci  ENUM_VALUE3098 = 27;
247ffe3c632Sopenharmony_ci  ENUM_VALUE3099 = 28;
248ffe3c632Sopenharmony_ci}
249ffe3c632Sopenharmony_ci
250ffe3c632Sopenharmony_cienum Enum3805 {
251ffe3c632Sopenharmony_ci  ENUM_VALUE3806 = 0;
252ffe3c632Sopenharmony_ci  ENUM_VALUE3807 = 1;
253ffe3c632Sopenharmony_ci  ENUM_VALUE3808 = 2;
254ffe3c632Sopenharmony_ci  ENUM_VALUE3809 = 3;
255ffe3c632Sopenharmony_ci  ENUM_VALUE3810 = 4;
256ffe3c632Sopenharmony_ci  ENUM_VALUE3811 = 5;
257ffe3c632Sopenharmony_ci  ENUM_VALUE3812 = 6;
258ffe3c632Sopenharmony_ci  ENUM_VALUE3813 = 7;
259ffe3c632Sopenharmony_ci  ENUM_VALUE3814 = 8;
260ffe3c632Sopenharmony_ci  ENUM_VALUE3815 = 9;
261ffe3c632Sopenharmony_ci  ENUM_VALUE3816 = 11;
262ffe3c632Sopenharmony_ci  ENUM_VALUE3817 = 10;
263ffe3c632Sopenharmony_ci}
264ffe3c632Sopenharmony_ci
265ffe3c632Sopenharmony_cienum Enum3783 {
266ffe3c632Sopenharmony_ci  ENUM_VALUE3784 = 0;
267ffe3c632Sopenharmony_ci  ENUM_VALUE3785 = 1;
268ffe3c632Sopenharmony_ci  ENUM_VALUE3786 = 2;
269ffe3c632Sopenharmony_ci  ENUM_VALUE3787 = 3;
270ffe3c632Sopenharmony_ci  ENUM_VALUE3788 = 4;
271ffe3c632Sopenharmony_ci  ENUM_VALUE3789 = 5;
272ffe3c632Sopenharmony_ci  ENUM_VALUE3790 = 6;
273ffe3c632Sopenharmony_ci  ENUM_VALUE3791 = 7;
274ffe3c632Sopenharmony_ci  ENUM_VALUE3792 = 8;
275ffe3c632Sopenharmony_ci  ENUM_VALUE3793 = 9;
276ffe3c632Sopenharmony_ci  ENUM_VALUE3794 = 10;
277ffe3c632Sopenharmony_ci  ENUM_VALUE3795 = 11;
278ffe3c632Sopenharmony_ci  ENUM_VALUE3796 = 12;
279ffe3c632Sopenharmony_ci  ENUM_VALUE3797 = 13;
280ffe3c632Sopenharmony_ci  ENUM_VALUE3798 = 14;
281ffe3c632Sopenharmony_ci  ENUM_VALUE3799 = 15;
282ffe3c632Sopenharmony_ci  ENUM_VALUE3800 = 16;
283ffe3c632Sopenharmony_ci  ENUM_VALUE3801 = 20;
284ffe3c632Sopenharmony_ci  ENUM_VALUE3802 = 21;
285ffe3c632Sopenharmony_ci  ENUM_VALUE3803 = 50;
286ffe3c632Sopenharmony_ci}
287ffe3c632Sopenharmony_ci
288ffe3c632Sopenharmony_cienum Enum3851 {
289ffe3c632Sopenharmony_ci  ENUM_VALUE3852 = 0;
290ffe3c632Sopenharmony_ci  ENUM_VALUE3853 = 1;
291ffe3c632Sopenharmony_ci  ENUM_VALUE3854 = 2;
292ffe3c632Sopenharmony_ci  ENUM_VALUE3855 = 3;
293ffe3c632Sopenharmony_ci  ENUM_VALUE3856 = 4;
294ffe3c632Sopenharmony_ci  ENUM_VALUE3857 = 5;
295ffe3c632Sopenharmony_ci  ENUM_VALUE3858 = 6;
296ffe3c632Sopenharmony_ci  ENUM_VALUE3859 = 7;
297ffe3c632Sopenharmony_ci  ENUM_VALUE3860 = 8;
298ffe3c632Sopenharmony_ci  ENUM_VALUE3861 = 9;
299ffe3c632Sopenharmony_ci  ENUM_VALUE3862 = 10;
300ffe3c632Sopenharmony_ci  ENUM_VALUE3863 = 11;
301ffe3c632Sopenharmony_ci  ENUM_VALUE3864 = 12;
302ffe3c632Sopenharmony_ci  ENUM_VALUE3865 = 13;
303ffe3c632Sopenharmony_ci  ENUM_VALUE3866 = 14;
304ffe3c632Sopenharmony_ci  ENUM_VALUE3867 = 15;
305ffe3c632Sopenharmony_ci  ENUM_VALUE3868 = 16;
306ffe3c632Sopenharmony_ci  ENUM_VALUE3869 = 17;
307ffe3c632Sopenharmony_ci}
308ffe3c632Sopenharmony_ci
309ffe3c632Sopenharmony_cienum Enum5862 {
310ffe3c632Sopenharmony_ci  ENUM_VALUE5863 = 1;
311ffe3c632Sopenharmony_ci  ENUM_VALUE5864 = 2;
312ffe3c632Sopenharmony_ci  ENUM_VALUE5865 = 3;
313ffe3c632Sopenharmony_ci}
314ffe3c632Sopenharmony_ci
315ffe3c632Sopenharmony_cienum Enum5868 {
316ffe3c632Sopenharmony_ci  ENUM_VALUE5869 = 0;
317ffe3c632Sopenharmony_ci  ENUM_VALUE5870 = 1;
318ffe3c632Sopenharmony_ci  ENUM_VALUE5871 = 2;
319ffe3c632Sopenharmony_ci  ENUM_VALUE5872 = 3;
320ffe3c632Sopenharmony_ci}
321ffe3c632Sopenharmony_ci
322ffe3c632Sopenharmony_cienum Enum5873 {
323ffe3c632Sopenharmony_ci  ENUM_VALUE5874 = 0;
324ffe3c632Sopenharmony_ci  ENUM_VALUE5875 = 1;
325ffe3c632Sopenharmony_ci  ENUM_VALUE5876 = 2;
326ffe3c632Sopenharmony_ci}
327ffe3c632Sopenharmony_ci
328ffe3c632Sopenharmony_cienum Enum5904 {
329ffe3c632Sopenharmony_ci  ENUM_VALUE5905 = 0;
330ffe3c632Sopenharmony_ci  ENUM_VALUE5906 = 1;
331ffe3c632Sopenharmony_ci}
332ffe3c632Sopenharmony_ci
333ffe3c632Sopenharmony_cienum Enum5909 {
334ffe3c632Sopenharmony_ci  ENUM_VALUE5910 = 0;
335ffe3c632Sopenharmony_ci  ENUM_VALUE5911 = 1;
336ffe3c632Sopenharmony_ci}
337ffe3c632Sopenharmony_ci
338ffe3c632Sopenharmony_cienum Enum5912 {
339ffe3c632Sopenharmony_ci  ENUM_VALUE5913 = 0;
340ffe3c632Sopenharmony_ci  ENUM_VALUE5914 = 1;
341ffe3c632Sopenharmony_ci}
342ffe3c632Sopenharmony_ci
343ffe3c632Sopenharmony_cienum Enum5915 {
344ffe3c632Sopenharmony_ci  ENUM_VALUE5916 = 0;
345ffe3c632Sopenharmony_ci  ENUM_VALUE5917 = 1;
346ffe3c632Sopenharmony_ci  ENUM_VALUE5918 = 2;
347ffe3c632Sopenharmony_ci  ENUM_VALUE5919 = 3;
348ffe3c632Sopenharmony_ci}
349ffe3c632Sopenharmony_ci
350ffe3c632Sopenharmony_cienum Enum5920 {
351ffe3c632Sopenharmony_ci  ENUM_VALUE5921 = 0;
352ffe3c632Sopenharmony_ci  ENUM_VALUE5922 = 1;
353ffe3c632Sopenharmony_ci}
354ffe3c632Sopenharmony_ci
355ffe3c632Sopenharmony_cienum Enum5923 {
356ffe3c632Sopenharmony_ci  ENUM_VALUE5924 = 0;
357ffe3c632Sopenharmony_ci  ENUM_VALUE5925 = 1;
358ffe3c632Sopenharmony_ci  ENUM_VALUE5926 = 2;
359ffe3c632Sopenharmony_ci  ENUM_VALUE5927 = 3;
360ffe3c632Sopenharmony_ci}
361ffe3c632Sopenharmony_ci
362ffe3c632Sopenharmony_cienum Enum5928 {
363ffe3c632Sopenharmony_ci  ENUM_VALUE5929 = 0;
364ffe3c632Sopenharmony_ci  ENUM_VALUE5930 = 1;
365ffe3c632Sopenharmony_ci}
366ffe3c632Sopenharmony_ci
367ffe3c632Sopenharmony_cienum Enum5931 {
368ffe3c632Sopenharmony_ci  ENUM_VALUE5932 = 0;
369ffe3c632Sopenharmony_ci  ENUM_VALUE5933 = 1;
370ffe3c632Sopenharmony_ci  ENUM_VALUE5934 = 2;
371ffe3c632Sopenharmony_ci}
372ffe3c632Sopenharmony_ci
373ffe3c632Sopenharmony_cienum Enum5935 {
374ffe3c632Sopenharmony_ci  ENUM_VALUE5936 = 0;
375ffe3c632Sopenharmony_ci  ENUM_VALUE5937 = 1;
376ffe3c632Sopenharmony_ci  ENUM_VALUE5938 = 2;
377ffe3c632Sopenharmony_ci}
378ffe3c632Sopenharmony_ci
379ffe3c632Sopenharmony_cienum Enum5939 {
380ffe3c632Sopenharmony_ci  ENUM_VALUE5940 = 0;
381ffe3c632Sopenharmony_ci  ENUM_VALUE5941 = 1;
382ffe3c632Sopenharmony_ci  ENUM_VALUE5942 = 2;
383ffe3c632Sopenharmony_ci  ENUM_VALUE5943 = 3;
384ffe3c632Sopenharmony_ci  ENUM_VALUE5944 = 4;
385ffe3c632Sopenharmony_ci  ENUM_VALUE5945 = 5;
386ffe3c632Sopenharmony_ci}
387ffe3c632Sopenharmony_ci
388ffe3c632Sopenharmony_cienum Enum5946 {
389ffe3c632Sopenharmony_ci  ENUM_VALUE5947 = 0;
390ffe3c632Sopenharmony_ci  ENUM_VALUE5948 = 1;
391ffe3c632Sopenharmony_ci  ENUM_VALUE5949 = 2;
392ffe3c632Sopenharmony_ci  ENUM_VALUE5950 = 3;
393ffe3c632Sopenharmony_ci  ENUM_VALUE5951 = 4;
394ffe3c632Sopenharmony_ci  ENUM_VALUE5952 = 5;
395ffe3c632Sopenharmony_ci  ENUM_VALUE5953 = 6;
396ffe3c632Sopenharmony_ci  ENUM_VALUE5954 = 7;
397ffe3c632Sopenharmony_ci  ENUM_VALUE5955 = 8;
398ffe3c632Sopenharmony_ci  ENUM_VALUE5956 = 9;
399ffe3c632Sopenharmony_ci}
400ffe3c632Sopenharmony_ci
401ffe3c632Sopenharmony_cienum Enum5957 {
402ffe3c632Sopenharmony_ci  ENUM_VALUE5958 = 0;
403ffe3c632Sopenharmony_ci  ENUM_VALUE5959 = 1;
404ffe3c632Sopenharmony_ci  ENUM_VALUE5960 = 2;
405ffe3c632Sopenharmony_ci  ENUM_VALUE5961 = 3;
406ffe3c632Sopenharmony_ci}
407ffe3c632Sopenharmony_ci
408ffe3c632Sopenharmony_cienum Enum5962 {
409ffe3c632Sopenharmony_ci  ENUM_VALUE5963 = 0;
410ffe3c632Sopenharmony_ci  ENUM_VALUE5964 = 1;
411ffe3c632Sopenharmony_ci}
412ffe3c632Sopenharmony_ci
413ffe3c632Sopenharmony_cienum Enum6025 {
414ffe3c632Sopenharmony_ci  ENUM_VALUE6026 = 0;
415ffe3c632Sopenharmony_ci  ENUM_VALUE6027 = 1;
416ffe3c632Sopenharmony_ci  ENUM_VALUE6028 = 2;
417ffe3c632Sopenharmony_ci  ENUM_VALUE6029 = 3;
418ffe3c632Sopenharmony_ci  ENUM_VALUE6030 = 4;
419ffe3c632Sopenharmony_ci  ENUM_VALUE6031 = 5;
420ffe3c632Sopenharmony_ci  ENUM_VALUE6032 = 6;
421ffe3c632Sopenharmony_ci  ENUM_VALUE6033 = 7;
422ffe3c632Sopenharmony_ci  ENUM_VALUE6034 = 8;
423ffe3c632Sopenharmony_ci  ENUM_VALUE6035 = 9;
424ffe3c632Sopenharmony_ci  ENUM_VALUE6036 = 10;
425ffe3c632Sopenharmony_ci  ENUM_VALUE6037 = 11;
426ffe3c632Sopenharmony_ci  ENUM_VALUE6038 = 12;
427ffe3c632Sopenharmony_ci  ENUM_VALUE6039 = 13;
428ffe3c632Sopenharmony_ci  ENUM_VALUE6040 = 14;
429ffe3c632Sopenharmony_ci  ENUM_VALUE6041 = 15;
430ffe3c632Sopenharmony_ci  ENUM_VALUE6042 = 16;
431ffe3c632Sopenharmony_ci  ENUM_VALUE6043 = 17;
432ffe3c632Sopenharmony_ci  ENUM_VALUE6044 = 18;
433ffe3c632Sopenharmony_ci  ENUM_VALUE6045 = 19;
434ffe3c632Sopenharmony_ci  ENUM_VALUE6046 = 20;
435ffe3c632Sopenharmony_ci  ENUM_VALUE6047 = 21;
436ffe3c632Sopenharmony_ci}
437ffe3c632Sopenharmony_ci
438ffe3c632Sopenharmony_cienum Enum6111 {
439ffe3c632Sopenharmony_ci  ENUM_VALUE6112 = 1;
440ffe3c632Sopenharmony_ci  ENUM_VALUE6113 = 2;
441ffe3c632Sopenharmony_ci  ENUM_VALUE6114 = 3;
442ffe3c632Sopenharmony_ci  ENUM_VALUE6115 = 4;
443ffe3c632Sopenharmony_ci  ENUM_VALUE6116 = 5;
444ffe3c632Sopenharmony_ci  ENUM_VALUE6117 = 6;
445ffe3c632Sopenharmony_ci  ENUM_VALUE6118 = 7;
446ffe3c632Sopenharmony_ci  ENUM_VALUE6119 = 8;
447ffe3c632Sopenharmony_ci  ENUM_VALUE6120 = 9;
448ffe3c632Sopenharmony_ci  ENUM_VALUE6121 = 10;
449ffe3c632Sopenharmony_ci  ENUM_VALUE6122 = 11;
450ffe3c632Sopenharmony_ci  ENUM_VALUE6123 = 12;
451ffe3c632Sopenharmony_ci  ENUM_VALUE6124 = 13;
452ffe3c632Sopenharmony_ci  ENUM_VALUE6125 = 14;
453ffe3c632Sopenharmony_ci}
454ffe3c632Sopenharmony_ci
455ffe3c632Sopenharmony_cienum Enum6065 {
456ffe3c632Sopenharmony_ci  ENUM_VALUE6066 = 0;
457ffe3c632Sopenharmony_ci  ENUM_VALUE6067 = 1;
458ffe3c632Sopenharmony_ci  ENUM_VALUE6068 = 2;
459ffe3c632Sopenharmony_ci  ENUM_VALUE6069 = 3;
460ffe3c632Sopenharmony_ci  ENUM_VALUE6070 = 4;
461ffe3c632Sopenharmony_ci  ENUM_VALUE6071 = 5;
462ffe3c632Sopenharmony_ci  ENUM_VALUE6072 = 6;
463ffe3c632Sopenharmony_ci  ENUM_VALUE6073 = 7;
464ffe3c632Sopenharmony_ci  ENUM_VALUE6074 = 8;
465ffe3c632Sopenharmony_ci  ENUM_VALUE6075 = 9;
466ffe3c632Sopenharmony_ci  ENUM_VALUE6076 = 10;
467ffe3c632Sopenharmony_ci  ENUM_VALUE6077 = 11;
468ffe3c632Sopenharmony_ci  ENUM_VALUE6078 = 12;
469ffe3c632Sopenharmony_ci  ENUM_VALUE6079 = 13;
470ffe3c632Sopenharmony_ci  ENUM_VALUE6080 = 14;
471ffe3c632Sopenharmony_ci}
472ffe3c632Sopenharmony_ci
473ffe3c632Sopenharmony_cienum Enum6130 {
474ffe3c632Sopenharmony_ci  ENUM_VALUE6131 = 0;
475ffe3c632Sopenharmony_ci  ENUM_VALUE6132 = 1;
476ffe3c632Sopenharmony_ci}
477ffe3c632Sopenharmony_ci
478ffe3c632Sopenharmony_cienum Enum6579 {
479ffe3c632Sopenharmony_ci  ENUM_VALUE6580 = 0;
480ffe3c632Sopenharmony_ci  ENUM_VALUE6581 = 2;
481ffe3c632Sopenharmony_ci  ENUM_VALUE6582 = 3;
482ffe3c632Sopenharmony_ci  ENUM_VALUE6583 = 5;
483ffe3c632Sopenharmony_ci  ENUM_VALUE6584 = 10;
484ffe3c632Sopenharmony_ci  ENUM_VALUE6585 = 15;
485ffe3c632Sopenharmony_ci  ENUM_VALUE6586 = 25;
486ffe3c632Sopenharmony_ci  ENUM_VALUE6587 = 30;
487ffe3c632Sopenharmony_ci}
488ffe3c632Sopenharmony_ci
489ffe3c632Sopenharmony_cienum Enum6588 {
490ffe3c632Sopenharmony_ci  ENUM_VALUE6589 = 0;
491ffe3c632Sopenharmony_ci  ENUM_VALUE6590 = 1;
492ffe3c632Sopenharmony_ci  ENUM_VALUE6591 = 2;
493ffe3c632Sopenharmony_ci  ENUM_VALUE6592 = 3;
494ffe3c632Sopenharmony_ci  ENUM_VALUE6593 = 4;
495ffe3c632Sopenharmony_ci  ENUM_VALUE6594 = 5;
496ffe3c632Sopenharmony_ci  ENUM_VALUE6595 = 6;
497ffe3c632Sopenharmony_ci  ENUM_VALUE6596 = 7;
498ffe3c632Sopenharmony_ci  ENUM_VALUE6597 = 8;
499ffe3c632Sopenharmony_ci  ENUM_VALUE6598 = 9;
500ffe3c632Sopenharmony_ci  ENUM_VALUE6599 = 10;
501ffe3c632Sopenharmony_ci  ENUM_VALUE6600 = 11;
502ffe3c632Sopenharmony_ci  ENUM_VALUE6601 = 12;
503ffe3c632Sopenharmony_ci  ENUM_VALUE6602 = 13;
504ffe3c632Sopenharmony_ci  ENUM_VALUE6603 = 14;
505ffe3c632Sopenharmony_ci  ENUM_VALUE6604 = 15;
506ffe3c632Sopenharmony_ci  ENUM_VALUE6605 = 16;
507ffe3c632Sopenharmony_ci  ENUM_VALUE6606 = 17;
508ffe3c632Sopenharmony_ci  ENUM_VALUE6607 = 19;
509ffe3c632Sopenharmony_ci  ENUM_VALUE6608 = 20;
510ffe3c632Sopenharmony_ci  ENUM_VALUE6609 = 21;
511ffe3c632Sopenharmony_ci  ENUM_VALUE6610 = 22;
512ffe3c632Sopenharmony_ci  ENUM_VALUE6611 = 23;
513ffe3c632Sopenharmony_ci  ENUM_VALUE6612 = 24;
514ffe3c632Sopenharmony_ci  ENUM_VALUE6613 = 25;
515ffe3c632Sopenharmony_ci  ENUM_VALUE6614 = 26;
516ffe3c632Sopenharmony_ci  ENUM_VALUE6615 = 27;
517ffe3c632Sopenharmony_ci  ENUM_VALUE6616 = 28;
518ffe3c632Sopenharmony_ci  ENUM_VALUE6617 = 29;
519ffe3c632Sopenharmony_ci  ENUM_VALUE6618 = 30;
520ffe3c632Sopenharmony_ci  ENUM_VALUE6619 = 31;
521ffe3c632Sopenharmony_ci  ENUM_VALUE6620 = 32;
522ffe3c632Sopenharmony_ci  ENUM_VALUE6621 = 33;
523ffe3c632Sopenharmony_ci  ENUM_VALUE6622 = 34;
524ffe3c632Sopenharmony_ci}
525ffe3c632Sopenharmony_ci
526ffe3c632Sopenharmony_cienum Enum7288 {
527ffe3c632Sopenharmony_ci  ENUM_VALUE7289 = 0;
528ffe3c632Sopenharmony_ci  ENUM_VALUE7290 = 1;
529ffe3c632Sopenharmony_ci  ENUM_VALUE7291 = 2;
530ffe3c632Sopenharmony_ci  ENUM_VALUE7292 = 3;
531ffe3c632Sopenharmony_ci}
532ffe3c632Sopenharmony_ci
533ffe3c632Sopenharmony_cienum Enum7512 {
534ffe3c632Sopenharmony_ci  ENUM_VALUE7513 = 0;
535ffe3c632Sopenharmony_ci  ENUM_VALUE7514 = 1;
536ffe3c632Sopenharmony_ci  ENUM_VALUE7515 = 2;
537ffe3c632Sopenharmony_ci  ENUM_VALUE7516 = 3;
538ffe3c632Sopenharmony_ci  ENUM_VALUE7517 = 4;
539ffe3c632Sopenharmony_ci  ENUM_VALUE7518 = 5;
540ffe3c632Sopenharmony_ci  ENUM_VALUE7519 = 6;
541ffe3c632Sopenharmony_ci  ENUM_VALUE7520 = 7;
542ffe3c632Sopenharmony_ci}
543ffe3c632Sopenharmony_ci
544ffe3c632Sopenharmony_cienum Enum7922 {
545ffe3c632Sopenharmony_ci  ENUM_VALUE7923 = 1;
546ffe3c632Sopenharmony_ci  ENUM_VALUE7924 = 2;
547ffe3c632Sopenharmony_ci  ENUM_VALUE7925 = 3;
548ffe3c632Sopenharmony_ci  ENUM_VALUE7926 = 4;
549ffe3c632Sopenharmony_ci  ENUM_VALUE7927 = 5;
550ffe3c632Sopenharmony_ci}
551ffe3c632Sopenharmony_ci
552ffe3c632Sopenharmony_cienum Enum3476 {
553ffe3c632Sopenharmony_ci  ENUM_VALUE3477 = 0;
554ffe3c632Sopenharmony_ci  ENUM_VALUE3478 = 1;
555ffe3c632Sopenharmony_ci  ENUM_VALUE3479 = 2;
556ffe3c632Sopenharmony_ci  ENUM_VALUE3480 = 3;
557ffe3c632Sopenharmony_ci  ENUM_VALUE3481 = 4;
558ffe3c632Sopenharmony_ci  ENUM_VALUE3482 = 5;
559ffe3c632Sopenharmony_ci  ENUM_VALUE3483 = 6;
560ffe3c632Sopenharmony_ci  ENUM_VALUE3484 = 7;
561ffe3c632Sopenharmony_ci  ENUM_VALUE3485 = 8;
562ffe3c632Sopenharmony_ci  ENUM_VALUE3486 = 9;
563ffe3c632Sopenharmony_ci  ENUM_VALUE3487 = 10;
564ffe3c632Sopenharmony_ci  ENUM_VALUE3488 = 11;
565ffe3c632Sopenharmony_ci  ENUM_VALUE3489 = 12;
566ffe3c632Sopenharmony_ci  ENUM_VALUE3490 = 13;
567ffe3c632Sopenharmony_ci  ENUM_VALUE3491 = 14;
568ffe3c632Sopenharmony_ci  ENUM_VALUE3492 = 15;
569ffe3c632Sopenharmony_ci  ENUM_VALUE3493 = 16;
570ffe3c632Sopenharmony_ci  ENUM_VALUE3494 = 17;
571ffe3c632Sopenharmony_ci  ENUM_VALUE3495 = 18;
572ffe3c632Sopenharmony_ci  ENUM_VALUE3496 = 19;
573ffe3c632Sopenharmony_ci  ENUM_VALUE3497 = 20;
574ffe3c632Sopenharmony_ci  ENUM_VALUE3498 = 21;
575ffe3c632Sopenharmony_ci  ENUM_VALUE3499 = 22;
576ffe3c632Sopenharmony_ci  ENUM_VALUE3500 = 23;
577ffe3c632Sopenharmony_ci  ENUM_VALUE3501 = 24;
578ffe3c632Sopenharmony_ci  ENUM_VALUE3502 = 25;
579ffe3c632Sopenharmony_ci  ENUM_VALUE3503 = 26;
580ffe3c632Sopenharmony_ci  ENUM_VALUE3504 = 27;
581ffe3c632Sopenharmony_ci  ENUM_VALUE3505 = 28;
582ffe3c632Sopenharmony_ci  ENUM_VALUE3506 = 29;
583ffe3c632Sopenharmony_ci  ENUM_VALUE3507 = 30;
584ffe3c632Sopenharmony_ci  ENUM_VALUE3508 = 31;
585ffe3c632Sopenharmony_ci  ENUM_VALUE3509 = 32;
586ffe3c632Sopenharmony_ci  ENUM_VALUE3510 = 33;
587ffe3c632Sopenharmony_ci  ENUM_VALUE3511 = 34;
588ffe3c632Sopenharmony_ci  ENUM_VALUE3512 = 35;
589ffe3c632Sopenharmony_ci  ENUM_VALUE3513 = 36;
590ffe3c632Sopenharmony_ci  ENUM_VALUE3514 = 37;
591ffe3c632Sopenharmony_ci  ENUM_VALUE3515 = 38;
592ffe3c632Sopenharmony_ci  ENUM_VALUE3516 = 39;
593ffe3c632Sopenharmony_ci  ENUM_VALUE3517 = 40;
594ffe3c632Sopenharmony_ci  ENUM_VALUE3518 = 41;
595ffe3c632Sopenharmony_ci  ENUM_VALUE3519 = 42;
596ffe3c632Sopenharmony_ci  ENUM_VALUE3520 = 43;
597ffe3c632Sopenharmony_ci  ENUM_VALUE3521 = 44;
598ffe3c632Sopenharmony_ci  ENUM_VALUE3522 = 45;
599ffe3c632Sopenharmony_ci  ENUM_VALUE3523 = 46;
600ffe3c632Sopenharmony_ci  ENUM_VALUE3524 = 47;
601ffe3c632Sopenharmony_ci  ENUM_VALUE3525 = 48;
602ffe3c632Sopenharmony_ci  ENUM_VALUE3526 = 49;
603ffe3c632Sopenharmony_ci  ENUM_VALUE3527 = 50;
604ffe3c632Sopenharmony_ci  ENUM_VALUE3528 = 51;
605ffe3c632Sopenharmony_ci  ENUM_VALUE3529 = 52;
606ffe3c632Sopenharmony_ci  ENUM_VALUE3530 = 53;
607ffe3c632Sopenharmony_ci  ENUM_VALUE3531 = 54;
608ffe3c632Sopenharmony_ci  ENUM_VALUE3532 = 55;
609ffe3c632Sopenharmony_ci  ENUM_VALUE3533 = 56;
610ffe3c632Sopenharmony_ci  ENUM_VALUE3534 = 57;
611ffe3c632Sopenharmony_ci  ENUM_VALUE3535 = 58;
612ffe3c632Sopenharmony_ci  ENUM_VALUE3536 = 59;
613ffe3c632Sopenharmony_ci  ENUM_VALUE3537 = 60;
614ffe3c632Sopenharmony_ci  ENUM_VALUE3538 = 61;
615ffe3c632Sopenharmony_ci  ENUM_VALUE3539 = 62;
616ffe3c632Sopenharmony_ci  ENUM_VALUE3540 = 63;
617ffe3c632Sopenharmony_ci  ENUM_VALUE3541 = 64;
618ffe3c632Sopenharmony_ci  ENUM_VALUE3542 = 65;
619ffe3c632Sopenharmony_ci  ENUM_VALUE3543 = 66;
620ffe3c632Sopenharmony_ci  ENUM_VALUE3544 = 67;
621ffe3c632Sopenharmony_ci  ENUM_VALUE3545 = 68;
622ffe3c632Sopenharmony_ci  ENUM_VALUE3546 = 69;
623ffe3c632Sopenharmony_ci  ENUM_VALUE3547 = 70;
624ffe3c632Sopenharmony_ci  ENUM_VALUE3548 = 71;
625ffe3c632Sopenharmony_ci  ENUM_VALUE3549 = 72;
626ffe3c632Sopenharmony_ci  ENUM_VALUE3550 = 73;
627ffe3c632Sopenharmony_ci  ENUM_VALUE3551 = 74;
628ffe3c632Sopenharmony_ci  ENUM_VALUE3552 = 75;
629ffe3c632Sopenharmony_ci  ENUM_VALUE3553 = 76;
630ffe3c632Sopenharmony_ci  ENUM_VALUE3554 = 77;
631ffe3c632Sopenharmony_ci  ENUM_VALUE3555 = 78;
632ffe3c632Sopenharmony_ci  ENUM_VALUE3556 = 79;
633ffe3c632Sopenharmony_ci  ENUM_VALUE3557 = 80;
634ffe3c632Sopenharmony_ci  ENUM_VALUE3558 = 81;
635ffe3c632Sopenharmony_ci  ENUM_VALUE3559 = 82;
636ffe3c632Sopenharmony_ci  ENUM_VALUE3560 = 83;
637ffe3c632Sopenharmony_ci  ENUM_VALUE3561 = 84;
638ffe3c632Sopenharmony_ci  ENUM_VALUE3562 = 85;
639ffe3c632Sopenharmony_ci  ENUM_VALUE3563 = 86;
640ffe3c632Sopenharmony_ci  ENUM_VALUE3564 = 87;
641ffe3c632Sopenharmony_ci  ENUM_VALUE3565 = 88;
642ffe3c632Sopenharmony_ci  ENUM_VALUE3566 = 89;
643ffe3c632Sopenharmony_ci  ENUM_VALUE3567 = 90;
644ffe3c632Sopenharmony_ci  ENUM_VALUE3568 = 91;
645ffe3c632Sopenharmony_ci  ENUM_VALUE3569 = 92;
646ffe3c632Sopenharmony_ci  ENUM_VALUE3570 = 93;
647ffe3c632Sopenharmony_ci  ENUM_VALUE3571 = 94;
648ffe3c632Sopenharmony_ci  ENUM_VALUE3572 = 95;
649ffe3c632Sopenharmony_ci  ENUM_VALUE3573 = 96;
650ffe3c632Sopenharmony_ci  ENUM_VALUE3574 = 97;
651ffe3c632Sopenharmony_ci  ENUM_VALUE3575 = 98;
652ffe3c632Sopenharmony_ci  ENUM_VALUE3576 = 99;
653ffe3c632Sopenharmony_ci  ENUM_VALUE3577 = 100;
654ffe3c632Sopenharmony_ci  ENUM_VALUE3578 = 101;
655ffe3c632Sopenharmony_ci  ENUM_VALUE3579 = 102;
656ffe3c632Sopenharmony_ci  ENUM_VALUE3580 = 103;
657ffe3c632Sopenharmony_ci  ENUM_VALUE3581 = 104;
658ffe3c632Sopenharmony_ci  ENUM_VALUE3582 = 105;
659ffe3c632Sopenharmony_ci  ENUM_VALUE3583 = 106;
660ffe3c632Sopenharmony_ci  ENUM_VALUE3584 = 107;
661ffe3c632Sopenharmony_ci  ENUM_VALUE3585 = 108;
662ffe3c632Sopenharmony_ci  ENUM_VALUE3586 = 109;
663ffe3c632Sopenharmony_ci  ENUM_VALUE3587 = 110;
664ffe3c632Sopenharmony_ci  ENUM_VALUE3588 = 111;
665ffe3c632Sopenharmony_ci  ENUM_VALUE3589 = 112;
666ffe3c632Sopenharmony_ci  ENUM_VALUE3590 = 113;
667ffe3c632Sopenharmony_ci  ENUM_VALUE3591 = 114;
668ffe3c632Sopenharmony_ci  ENUM_VALUE3592 = 115;
669ffe3c632Sopenharmony_ci  ENUM_VALUE3593 = 116;
670ffe3c632Sopenharmony_ci  ENUM_VALUE3594 = 117;
671ffe3c632Sopenharmony_ci  ENUM_VALUE3595 = 118;
672ffe3c632Sopenharmony_ci  ENUM_VALUE3596 = 119;
673ffe3c632Sopenharmony_ci  ENUM_VALUE3597 = 120;
674ffe3c632Sopenharmony_ci  ENUM_VALUE3598 = 121;
675ffe3c632Sopenharmony_ci  ENUM_VALUE3599 = 122;
676ffe3c632Sopenharmony_ci  ENUM_VALUE3600 = 123;
677ffe3c632Sopenharmony_ci  ENUM_VALUE3601 = 124;
678ffe3c632Sopenharmony_ci  ENUM_VALUE3602 = 125;
679ffe3c632Sopenharmony_ci  ENUM_VALUE3603 = 126;
680ffe3c632Sopenharmony_ci  ENUM_VALUE3604 = 127;
681ffe3c632Sopenharmony_ci  ENUM_VALUE3605 = 128;
682ffe3c632Sopenharmony_ci  ENUM_VALUE3606 = 129;
683ffe3c632Sopenharmony_ci  ENUM_VALUE3607 = 130;
684ffe3c632Sopenharmony_ci  ENUM_VALUE3608 = 131;
685ffe3c632Sopenharmony_ci  ENUM_VALUE3609 = 132;
686ffe3c632Sopenharmony_ci  ENUM_VALUE3610 = 133;
687ffe3c632Sopenharmony_ci  ENUM_VALUE3611 = 134;
688ffe3c632Sopenharmony_ci  ENUM_VALUE3612 = 135;
689ffe3c632Sopenharmony_ci  ENUM_VALUE3613 = 136;
690ffe3c632Sopenharmony_ci  ENUM_VALUE3614 = 137;
691ffe3c632Sopenharmony_ci  ENUM_VALUE3615 = 138;
692ffe3c632Sopenharmony_ci  ENUM_VALUE3616 = 139;
693ffe3c632Sopenharmony_ci  ENUM_VALUE3617 = 140;
694ffe3c632Sopenharmony_ci  ENUM_VALUE3618 = 141;
695ffe3c632Sopenharmony_ci  ENUM_VALUE3619 = 142;
696ffe3c632Sopenharmony_ci  ENUM_VALUE3620 = 143;
697ffe3c632Sopenharmony_ci  ENUM_VALUE3621 = 144;
698ffe3c632Sopenharmony_ci  ENUM_VALUE3622 = 145;
699ffe3c632Sopenharmony_ci  ENUM_VALUE3623 = 146;
700ffe3c632Sopenharmony_ci  ENUM_VALUE3624 = 147;
701ffe3c632Sopenharmony_ci  ENUM_VALUE3625 = 148;
702ffe3c632Sopenharmony_ci  ENUM_VALUE3626 = 149;
703ffe3c632Sopenharmony_ci  ENUM_VALUE3627 = 150;
704ffe3c632Sopenharmony_ci  ENUM_VALUE3628 = 151;
705ffe3c632Sopenharmony_ci  ENUM_VALUE3629 = 152;
706ffe3c632Sopenharmony_ci  ENUM_VALUE3630 = 153;
707ffe3c632Sopenharmony_ci  ENUM_VALUE3631 = 154;
708ffe3c632Sopenharmony_ci  ENUM_VALUE3632 = 155;
709ffe3c632Sopenharmony_ci  ENUM_VALUE3633 = 156;
710ffe3c632Sopenharmony_ci  ENUM_VALUE3634 = 157;
711ffe3c632Sopenharmony_ci  ENUM_VALUE3635 = 158;
712ffe3c632Sopenharmony_ci  ENUM_VALUE3636 = 159;
713ffe3c632Sopenharmony_ci  ENUM_VALUE3637 = 160;
714ffe3c632Sopenharmony_ci  ENUM_VALUE3638 = 161;
715ffe3c632Sopenharmony_ci  ENUM_VALUE3639 = 162;
716ffe3c632Sopenharmony_ci  ENUM_VALUE3640 = 163;
717ffe3c632Sopenharmony_ci  ENUM_VALUE3641 = 164;
718ffe3c632Sopenharmony_ci  ENUM_VALUE3642 = 165;
719ffe3c632Sopenharmony_ci  ENUM_VALUE3643 = 166;
720ffe3c632Sopenharmony_ci  ENUM_VALUE3644 = 167;
721ffe3c632Sopenharmony_ci  ENUM_VALUE3645 = 168;
722ffe3c632Sopenharmony_ci  ENUM_VALUE3646 = 169;
723ffe3c632Sopenharmony_ci  ENUM_VALUE3647 = 170;
724ffe3c632Sopenharmony_ci  ENUM_VALUE3648 = 171;
725ffe3c632Sopenharmony_ci  ENUM_VALUE3649 = 172;
726ffe3c632Sopenharmony_ci  ENUM_VALUE3650 = 173;
727ffe3c632Sopenharmony_ci  ENUM_VALUE3651 = 174;
728ffe3c632Sopenharmony_ci  ENUM_VALUE3652 = 175;
729ffe3c632Sopenharmony_ci  ENUM_VALUE3653 = 176;
730ffe3c632Sopenharmony_ci  ENUM_VALUE3654 = 177;
731ffe3c632Sopenharmony_ci  ENUM_VALUE3655 = 178;
732ffe3c632Sopenharmony_ci  ENUM_VALUE3656 = 179;
733ffe3c632Sopenharmony_ci  ENUM_VALUE3657 = 180;
734ffe3c632Sopenharmony_ci  ENUM_VALUE3658 = 181;
735ffe3c632Sopenharmony_ci  ENUM_VALUE3659 = 182;
736ffe3c632Sopenharmony_ci  ENUM_VALUE3660 = 183;
737ffe3c632Sopenharmony_ci}
738ffe3c632Sopenharmony_ci
739ffe3c632Sopenharmony_cienum Enum10325 {
740ffe3c632Sopenharmony_ci  ENUM_VALUE10326 = 0;
741ffe3c632Sopenharmony_ci  ENUM_VALUE10327 = 1;
742ffe3c632Sopenharmony_ci  ENUM_VALUE10328 = 2;
743ffe3c632Sopenharmony_ci  ENUM_VALUE10329 = 3;
744ffe3c632Sopenharmony_ci  ENUM_VALUE10330 = 4;
745ffe3c632Sopenharmony_ci  ENUM_VALUE10331 = 5;
746ffe3c632Sopenharmony_ci  ENUM_VALUE10332 = 6;
747ffe3c632Sopenharmony_ci  ENUM_VALUE10333 = 7;
748ffe3c632Sopenharmony_ci  ENUM_VALUE10334 = 8;
749ffe3c632Sopenharmony_ci}
750ffe3c632Sopenharmony_ci
751ffe3c632Sopenharmony_cienum Enum10335 { ENUM_VALUE10336 = 0; }
752ffe3c632Sopenharmony_ci
753ffe3c632Sopenharmony_cienum Enum10337 {
754ffe3c632Sopenharmony_ci  ENUM_VALUE10338 = 0;
755ffe3c632Sopenharmony_ci  ENUM_VALUE10339 = 1;
756ffe3c632Sopenharmony_ci}
757ffe3c632Sopenharmony_ci
758ffe3c632Sopenharmony_cienum Enum11901 {
759ffe3c632Sopenharmony_ci  ENUM_VALUE11902 = 0;
760ffe3c632Sopenharmony_ci  ENUM_VALUE11903 = 1;
761ffe3c632Sopenharmony_ci  ENUM_VALUE11904 = 2;
762ffe3c632Sopenharmony_ci  ENUM_VALUE11905 = 3;
763ffe3c632Sopenharmony_ci}
764ffe3c632Sopenharmony_ci
765ffe3c632Sopenharmony_cienum Enum12735 {
766ffe3c632Sopenharmony_ci  ENUM_VALUE12736 = 0;
767ffe3c632Sopenharmony_ci  ENUM_VALUE12737 = 1;
768ffe3c632Sopenharmony_ci  ENUM_VALUE12738 = 2;
769ffe3c632Sopenharmony_ci  ENUM_VALUE12739 = 3;
770ffe3c632Sopenharmony_ci}
771ffe3c632Sopenharmony_ci
772ffe3c632Sopenharmony_cienum Enum12871 {
773ffe3c632Sopenharmony_ci  ENUM_VALUE12872 = 1;
774ffe3c632Sopenharmony_ci  ENUM_VALUE12873 = 2;
775ffe3c632Sopenharmony_ci  ENUM_VALUE12874 = 3;
776ffe3c632Sopenharmony_ci  ENUM_VALUE12875 = 4;
777ffe3c632Sopenharmony_ci  ENUM_VALUE12876 = 5;
778ffe3c632Sopenharmony_ci  ENUM_VALUE12877 = 6;
779ffe3c632Sopenharmony_ci}
780