driver-storage-scsa1394.mf revision 11838:32bb5d254240
1183234Ssimon#
2280304Sjkim# CDDL HEADER START
3280304Sjkim#
4183234Ssimon# The contents of this file are subject to the terms of the
5183234Ssimon# Common Development and Distribution License (the "License").
6183234Ssimon# You may not use this file except in compliance with the License.
7183234Ssimon#
8183234Ssimon# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9183234Ssimon# or http://www.opensolaris.org/os/licensing.
10183234Ssimon# See the License for the specific language governing permissions
11183234Ssimon# and limitations under the License.
12183234Ssimon#
13183234Ssimon# When distributing Covered Code, include this CDDL HEADER in each
14280304Sjkim# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15183234Ssimon# If applicable, add the following below this CDDL HEADER, with the
16183234Ssimon# fields enclosed by brackets "[]" replaced with your own identifying
17183234Ssimon# information: Portions Copyright [yyyy] [name of copyright owner]
18183234Ssimon#
19183234Ssimon# CDDL HEADER END
20183234Ssimon#
21183234Ssimon
22183234Ssimon#
23183234Ssimon# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
24183234Ssimon# Use is subject to license terms.
25183234Ssimon#
26183234Ssimon
27183234Ssimon#
28183234Ssimon# This package will install successfully into any zone, global or
29183234Ssimon# non-global.  The files, directories, links, and hardlinks, however,
30183234Ssimon# will only be installed into the global zone.
31183234Ssimon#
32183234Ssimon<include hollow_zone_pkg>
33183234Ssimonset name=pkg.fmri value=pkg:/driver/storage/scsa1394@$(PKGVERS)
34183234Ssimonset name=pkg.description value="IEEE 1394 mass storage driver"
35183234Ssimonset name=pkg.summary value="IEEE 1394 mass storage driver"
36183234Ssimonset name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
37183234Ssimonset name=variant.arch value=$(ARCH)
38183234Ssimonset name=variant.opensolaris.zone value=global value=nonglobal
39183234Ssimondir path=kernel group=sys
40183234Ssimondir path=kernel/drv group=sys
41183234Ssimondir path=kernel/drv/$(ARCH64) group=sys
42183234Ssimondriver name=scsa1394 alias=firewire00609e,010483 perms="* 0666 root sys"
43183234Ssimonfile path=kernel/drv/$(ARCH64)/scsa1394 group=sys
44183234Ssimon$(i386_ONLY)file path=kernel/drv/scsa1394 group=sys
45183234Ssimonlegacy pkg=SUNWscsa1394 arch=$(ARCH) category=system \
46183234Ssimon    desc="IEEE 1394 mass storage driver" \
47183234Ssimon    hotline="Please contact your local service provider" \
48183234Ssimon    name="IEEE 1394 mass storage driver" vendor="Sun Microsystems, Inc." \
49183234Ssimon    version=11.11,REV=2009.11.11
50183234Ssimonlicense cr_Sun license=cr_Sun
51183234Ssimonlicense lic_CDDL license=lic_CDDL
52183234Ssimon