1*e0724c53SAlexey Zaytsev# 2*e0724c53SAlexey Zaytsev# CDDL HEADER START 3*e0724c53SAlexey Zaytsev# 4*e0724c53SAlexey Zaytsev# The contents of this file are subject to the terms of the 5*e0724c53SAlexey Zaytsev# Common Development and Distribution License (the "License"). 6*e0724c53SAlexey Zaytsev# You may not use this file except in compliance with the License. 7*e0724c53SAlexey Zaytsev# 8*e0724c53SAlexey Zaytsev# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*e0724c53SAlexey Zaytsev# or http://www.opensolaris.org/os/licensing. 10*e0724c53SAlexey Zaytsev# See the License for the specific language governing permissions 11*e0724c53SAlexey Zaytsev# and limitations under the License. 12*e0724c53SAlexey Zaytsev# 13*e0724c53SAlexey Zaytsev# When distributing Covered Code, include this CDDL HEADER in each 14*e0724c53SAlexey Zaytsev# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*e0724c53SAlexey Zaytsev# If applicable, add the following below this CDDL HEADER, with the 16*e0724c53SAlexey Zaytsev# fields enclosed by brackets "[]" replaced with your own identifying 17*e0724c53SAlexey Zaytsev# information: Portions Copyright [yyyy] [name of copyright owner] 18*e0724c53SAlexey Zaytsev# 19*e0724c53SAlexey Zaytsev# CDDL HEADER END 20*e0724c53SAlexey Zaytsev# 21*e0724c53SAlexey Zaytsev 22*e0724c53SAlexey Zaytsev# 23*e0724c53SAlexey Zaytsev# Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved. 24*e0724c53SAlexey Zaytsev# 25*e0724c53SAlexey Zaytsev 26*e0724c53SAlexey Zaytsev# 27*e0724c53SAlexey Zaytsev# The default for payload-bearing actions in this package is to appear in the 28*e0724c53SAlexey Zaytsev# global zone only. See the include file for greater detail, as well as 29*e0724c53SAlexey Zaytsev# information about overriding the defaults. 30*e0724c53SAlexey Zaytsev# 31*e0724c53SAlexey Zaytsev<include global_zone_only_component> 32*e0724c53SAlexey Zaytsevset name=pkg.fmri value=pkg:/driver/misc/virtio@$(PKGVERS) 33*e0724c53SAlexey Zaytsevset name=pkg.description value="Virtio core" 34*e0724c53SAlexey Zaytsevset name=pkg.summary value="Virtio core" 35*e0724c53SAlexey Zaytsevset name=info.classification \ 36*e0724c53SAlexey Zaytsev value=org.opensolaris.category.2008:System/Hardware 37*e0724c53SAlexey Zaytsevset name=variant.arch value=i386 38*e0724c53SAlexey Zaytsevdir path=kernel group=sys 39*e0724c53SAlexey Zaytsevdir path=kernel/misc group=sys 40*e0724c53SAlexey Zaytsevdir path=kernel/misc/$(ARCH64) group=sys 41*e0724c53SAlexey Zaytsevfile path=kernel/misc/$(ARCH64)/virtio group=sys mode=0755 42*e0724c53SAlexey Zaytsevlicense lic_CDDL license=lic_CDDL 43