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