driver-serial-usbsacm.mf revision ebbab6bbae913efeadfa3c6a1b082664a125f95b
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# CDDL HEADER START
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# The contents of this file are subject to the terms of the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Common Development and Distribution License (the "License").
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# You may not use this file except in compliance with the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# or http://www.opensolaris.org/os/licensing.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# See the License for the specific language governing permissions
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# and limitations under the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# When distributing Covered Code, include this CDDL HEADER in each
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# If applicable, add the following below this CDDL HEADER, with the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# fields enclosed by brackets "[]" replaced with your own identifying
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# information: Portions Copyright [yyyy] [name of copyright owner]
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# CDDL HEADER END
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
7b59d02d2a384be9a08087b14defadd214b3c1ddjb#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# The default for payload-bearing actions in this package is to appear in the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# global zone only. See the include file for greater detail, as well as
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# information about overriding the defaults.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<include global_zone_only_component>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwset name=pkg.fmri value=pkg:/driver/serial/usbsacm@$(PKGVERS)
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwset name=pkg.description value="CDC ACM USB-to-serial driver"
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwset name=pkg.summary value="CDC ACM USB-to-serial driver"
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwset name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwset name=variant.arch value=$(ARCH)
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwdir path=kernel group=sys
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwdir path=kernel/drv group=sys
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwdir path=kernel/drv/$(ARCH64) group=sys
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwdriver name=usbsacm perms="* 0666 root sys" \
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw alias=usb,class2.2.0 \
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw alias=usb1410,1110 \
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw alias=usbc88,17da \
7b59d02d2a384be9a08087b14defadd214b3c1ddjb alias=usbif,class2.2
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwfile path=kernel/drv/$(ARCH64)/usbsacm group=sys
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw$(i386_ONLY)file path=kernel/drv/usbsacm group=sys
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwlegacy pkg=SUNWuacm arch=$(ARCH) category=system \
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw desc="CDC ACM USB-to-serial driver" \
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw hotline="Please contact your local service provider" \
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw name="CDC ACM USB-to-serial driver" vendor="Sun Microsystems, Inc." \
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw version=11.11,REV=2009.11.11
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwlicense cr_Sun license=cr_Sun
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwlicense lic_CDDL license=lic_CDDL
55bf511df53aad0fdb7eb3fa349f0308cc05234cas