1*8f44c3f5SXin Li// 2*8f44c3f5SXin Li// Copyright (C) 2011 The Android Open Source Project 3*8f44c3f5SXin Li// 4*8f44c3f5SXin Li// Licensed under the Apache License, Version 2.0 (the "License"); 5*8f44c3f5SXin Li// you may not use this file except in compliance with the License. 6*8f44c3f5SXin Li// You may obtain a copy of the License at 7*8f44c3f5SXin Li// 8*8f44c3f5SXin Li// http://www.apache.org/licenses/LICENSE-2.0 9*8f44c3f5SXin Li// 10*8f44c3f5SXin Li// Unless required by applicable law or agreed to in writing, software 11*8f44c3f5SXin Li// distributed under the License is distributed on an "AS IS" BASIS, 12*8f44c3f5SXin Li// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*8f44c3f5SXin Li// See the License for the specific language governing permissions and 14*8f44c3f5SXin Li// limitations under the License. 15*8f44c3f5SXin Li 16*8f44c3f5SXin Lipackage { 17*8f44c3f5SXin Li // See: http://go/android-license-faq 18*8f44c3f5SXin Li // A large-scale-change added 'default_applicable_licenses' to import 19*8f44c3f5SXin Li // all of the 'license_kinds' from "prebuilts_qemu-kernel_license" 20*8f44c3f5SXin Li // to get the below license kinds: 21*8f44c3f5SXin Li // SPDX-license-identifier-GPL 22*8f44c3f5SXin Li // SPDX-license-identifier-GPL-2.0 23*8f44c3f5SXin Li // SPDX-license-identifier-LGPL 24*8f44c3f5SXin Li default_applicable_licenses: ["prebuilts_qemu-kernel_license"], 25*8f44c3f5SXin Li} 26*8f44c3f5SXin Li 27*8f44c3f5SXin Liprebuilt_usr_share_host { 28*8f44c3f5SXin Li name: "bios.bin", 29*8f44c3f5SXin Li src: "bios.bin", 30*8f44c3f5SXin Li sub_dir: "pc-bios", 31*8f44c3f5SXin Li} 32*8f44c3f5SXin Li 33*8f44c3f5SXin Liprebuilt_usr_share_host { 34*8f44c3f5SXin Li name: "vgabios-cirrus.bin", 35*8f44c3f5SXin Li src: "vgabios-cirrus.bin", 36*8f44c3f5SXin Li sub_dir: "pc-bios", 37*8f44c3f5SXin Li} 38