10035018cSRaymond Chen# 20035018cSRaymond Chen# CDDL HEADER START 30035018cSRaymond Chen# 40035018cSRaymond Chen# The contents of this file are subject to the terms of the 50035018cSRaymond Chen# Common Development and Distribution License (the "License"). 60035018cSRaymond Chen# You may not use this file except in compliance with the License. 70035018cSRaymond Chen# 80035018cSRaymond Chen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90035018cSRaymond Chen# or http://www.opensolaris.org/os/licensing. 100035018cSRaymond Chen# See the License for the specific language governing permissions 110035018cSRaymond Chen# and limitations under the License. 120035018cSRaymond Chen# 130035018cSRaymond Chen# When distributing Covered Code, include this CDDL HEADER in each 140035018cSRaymond Chen# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150035018cSRaymond Chen# If applicable, add the following below this CDDL HEADER, with the 160035018cSRaymond Chen# fields enclosed by brackets "[]" replaced with your own identifying 170035018cSRaymond Chen# information: Portions Copyright [yyyy] [name of copyright owner] 180035018cSRaymond Chen# 190035018cSRaymond Chen# CDDL HEADER END 200035018cSRaymond Chen# 210035018cSRaymond Chen 220035018cSRaymond Chen# 23*ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 240035018cSRaymond Chen# 250035018cSRaymond Chen 260035018cSRaymond Chen# 27*ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the 28*ebbab6bbSDan Price# global zone only. See the include file for greater detail, as well as 29*ebbab6bbSDan Price# information about overriding the defaults. 300035018cSRaymond Chen# 31*ebbab6bbSDan Price<include global_zone_only_component> 320035018cSRaymond Chenset name=pkg.fmri value=pkg:/driver/network/usbecm@$(PKGVERS) 330035018cSRaymond Chenset name=pkg.description value="CDC ECM USB-to-Ethernet driver" 340035018cSRaymond Chenset name=pkg.summary value="CDC ECM USB-to-Ethernet driver" 35*ebbab6bbSDan Priceset name=info.classification \ 36*ebbab6bbSDan Price value=org.opensolaris.category.2008:Drivers/Networking 370035018cSRaymond Chenset name=variant.arch value=$(ARCH) 380035018cSRaymond Chendir path=kernel group=sys 390035018cSRaymond Chendir path=kernel/drv group=sys 400035018cSRaymond Chendir path=kernel/drv/$(ARCH64) group=sys 410035018cSRaymond Chendriver name=usbecm perms="* 0666 root sys" \ 420035018cSRaymond Chen alias=usb,class2.6.0 \ 43*ebbab6bbSDan Price alias=usb430,a4a2 \ 44*ebbab6bbSDan Price alias=usbif,class2.6 450035018cSRaymond Chenfile path=kernel/drv/$(ARCH64)/usbecm group=sys 460035018cSRaymond Chen$(i386_ONLY)file path=kernel/drv/usbecm group=sys 470035018cSRaymond Chenlicense cr_Sun license=cr_Sun 480035018cSRaymond Chenlicense lic_CDDL license=lic_CDDL 49