1*0035018cSRaymond Chen# 2*0035018cSRaymond Chen# CDDL HEADER START 3*0035018cSRaymond Chen# 4*0035018cSRaymond Chen# The contents of this file are subject to the terms of the 5*0035018cSRaymond Chen# Common Development and Distribution License (the "License"). 6*0035018cSRaymond Chen# You may not use this file except in compliance with the License. 7*0035018cSRaymond Chen# 8*0035018cSRaymond Chen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*0035018cSRaymond Chen# or http://www.opensolaris.org/os/licensing. 10*0035018cSRaymond Chen# See the License for the specific language governing permissions 11*0035018cSRaymond Chen# and limitations under the License. 12*0035018cSRaymond Chen# 13*0035018cSRaymond Chen# When distributing Covered Code, include this CDDL HEADER in each 14*0035018cSRaymond Chen# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*0035018cSRaymond Chen# If applicable, add the following below this CDDL HEADER, with the 16*0035018cSRaymond Chen# fields enclosed by brackets "[]" replaced with your own identifying 17*0035018cSRaymond Chen# information: Portions Copyright [yyyy] [name of copyright owner] 18*0035018cSRaymond Chen# 19*0035018cSRaymond Chen# CDDL HEADER END 20*0035018cSRaymond Chen# 21*0035018cSRaymond Chen 22*0035018cSRaymond Chen# 23*0035018cSRaymond Chen# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24*0035018cSRaymond Chen# Use is subject to license terms. 25*0035018cSRaymond Chen# 26*0035018cSRaymond Chen 27*0035018cSRaymond Chen# 28*0035018cSRaymond Chen# This package will install successfully into any zone, global or 29*0035018cSRaymond Chen# non-global. The files, directories, links, and hardlinks, however, 30*0035018cSRaymond Chen# will only be installed into the global zone. 31*0035018cSRaymond Chen# 32*0035018cSRaymond Chen<include hollow_zone_pkg> 33*0035018cSRaymond Chenset name=pkg.fmri value=pkg:/driver/network/usbecm@$(PKGVERS) 34*0035018cSRaymond Chenset name=pkg.description value="CDC ECM USB-to-Ethernet driver" 35*0035018cSRaymond Chenset name=pkg.summary value="CDC ECM USB-to-Ethernet driver" 36*0035018cSRaymond Chenset name=info.classification value=org.opensolaris.category.2008:Drivers/Networking 37*0035018cSRaymond Chenset name=variant.arch value=$(ARCH) 38*0035018cSRaymond Chenset name=variant.opensolaris.zone value=global value=nonglobal 39*0035018cSRaymond Chendir path=kernel group=sys 40*0035018cSRaymond Chendir path=kernel/drv group=sys 41*0035018cSRaymond Chendir path=kernel/drv/$(ARCH64) group=sys 42*0035018cSRaymond Chendriver name=usbecm perms="* 0666 root sys" \ 43*0035018cSRaymond Chen alias=usb,class2.6.0 \ 44*0035018cSRaymond Chen alias=usbif,class2.6 \ 45*0035018cSRaymond Chen alias=usb430,a4a2 46*0035018cSRaymond Chenfile path=kernel/drv/$(ARCH64)/usbecm group=sys 47*0035018cSRaymond Chen$(i386_ONLY)file path=kernel/drv/usbecm group=sys 48*0035018cSRaymond Chenlicense cr_Sun license=cr_Sun 49*0035018cSRaymond Chenlicense lic_CDDL license=lic_CDDL 50