1d6aed566Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. All rights reserved.
2d6aed566Sopenharmony_ci#
3d6aed566Sopenharmony_ci# Redistribution and use in source and binary forms, with or without modification,
4d6aed566Sopenharmony_ci# are permitted provided that the following conditions are met:
5d6aed566Sopenharmony_ci#
6d6aed566Sopenharmony_ci# 1. Redistributions of source code must retain the above copyright notice, this list of
7d6aed566Sopenharmony_ci#    conditions and the following disclaimer.
8d6aed566Sopenharmony_ci#
9d6aed566Sopenharmony_ci# 2. Redistributions in binary form must reproduce the above copyright notice, this list
10d6aed566Sopenharmony_ci#    of conditions and the following disclaimer in the documentation and/or other materials
11d6aed566Sopenharmony_ci#    provided with the distribution.
12d6aed566Sopenharmony_ci#
13d6aed566Sopenharmony_ci# 3. Neither the name of the copyright holder nor the names of its contributors may be used
14d6aed566Sopenharmony_ci#    to endorse or promote products derived from this software without specific prior written
15d6aed566Sopenharmony_ci#    permission.
16d6aed566Sopenharmony_ci#
17d6aed566Sopenharmony_ci# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18d6aed566Sopenharmony_ci# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
19d6aed566Sopenharmony_ci# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20d6aed566Sopenharmony_ci# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21d6aed566Sopenharmony_ci# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22d6aed566Sopenharmony_ci# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23d6aed566Sopenharmony_ci# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
24d6aed566Sopenharmony_ci# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25d6aed566Sopenharmony_ci# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26d6aed566Sopenharmony_ci# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
27d6aed566Sopenharmony_ci# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28d6aed566Sopenharmony_ci
29d6aed566Sopenharmony_cigroup("qemu-x86_64-linux-group") {
30d6aed566Sopenharmony_ci  deps = [
31d6aed566Sopenharmony_ci    "chipset:chipset_files",
32d6aed566Sopenharmony_ci    "images:all_image_conf",
33d6aed566Sopenharmony_ci    "rootfs:rootfs_files",
34d6aed566Sopenharmony_ci  ]
35d6aed566Sopenharmony_ci}
36