1/* 2 * Copyright (c) 2022-2024 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15@Entry 16@Preview 17@Component 18struct ExceededPreviewSummerpockets { 19 build(){ 20 21 } 22} 23 24@Preview 25@Component 26struct ExceededPreviewEver17 { 27 build(){ 28 29 } 30} 31 32@Preview 33@Component 34struct bsd { 35 build(){ 36 37 } 38} 39 40@Preview 41@Component 42struct sakuranouta { 43 build(){ 44 45 } 46} 47 48@Preview 49@Component 50struct sprb { 51 build(){ 52 53 } 54} 55 56@Preview 57@Component 58struct visualarts { 59 build(){ 60 61 } 62} 63 64@Preview 65@Component 66struct rewrite { 67 build(){ 68 69 } 70} 71 72@Preview 73@Component 74struct air { 75 build(){ 76 77 } 78} 79 80@Preview 81@Component 82struct trigger { 83 build(){ 84 85 } 86} 87 88@Preview 89@Component 90struct oshinoko { 91 build(){ 92 93 } 94} 95 96@Preview 97@Component 98struct saki { 99 build(){ 100 101 } 102}