1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27# 28# This package will install successfully into any zone, global or 29# non-global. The files, directories, links, and hardlinks, however, 30# will only be installed into the global zone. 31# 32<include hollow_zone_pkg> 33set name=pkg.fmri value=pkg:/driver/usb@$(PKGVERS) 34set name=pkg.description value="USBA (USB framework) and USB Device Drivers" 35set name=pkg.summary value="USB Device Drivers" 36set name=info.classification value=org.opensolaris.category.2008:Drivers/Ports 37set name=variant.arch value=$(ARCH) 38set name=variant.opensolaris.zone value=global value=nonglobal 39dir path=etc group=sys 40dir path=etc/usb group=sys 41dir path=kernel group=sys 42dir path=kernel/dacf group=sys 43dir path=kernel/dacf/$(ARCH64) group=sys 44dir path=kernel/drv group=sys 45dir path=kernel/drv/$(ARCH64) group=sys 46dir path=kernel/misc group=sys 47dir path=kernel/misc/$(ARCH64) group=sys 48dir path=kernel/strmod group=sys 49dir path=kernel/strmod/$(ARCH64) group=sys 50dir path=lib 51dir path=lib/svc 52dir path=lib/svc/method 53dir path=sbin group=sys 54dir path=lib/svc/manifest group=sys 55dir path=lib/svc/manifest/system group=sys 56driver name=ehci alias=pciclass,0c0320 perms="* 0644 root sys" 57driver name=hid alias=usbif,class3 perms="* 0600 root sys" 58driver name=hubd alias=usbif,class9 perms="* 0644 root sys" 59driver name=hwahc alias=usbif,classe0.2.1 perms="* 0644 root sys" 60driver name=hwarc alias=usbif,classe0.1.2 perms="* 0644 root sys" 61driver name=ohci alias=pciclass,0c0310 perms="* 0644 root sys" 62driver name=scsa2usb \ 63 alias=usb584,222 \ 64 alias=usbif,class8 65driver name=uhci alias=pciclass,0c0300 perms="* 0644 root sys" 66driver name=usb_ac alias=usbif,class1.1 perms="* 0600 root sys" 67driver name=usb_as alias=usbif,class1.2 perms="* 0600 root sys" 68driver name=usb_ia alias=usb,ia 69driver name=usb_mid alias=usb,device 70driver name=usbprn alias=usbif,class7.1 perms="* 0666 root sys" 71driver name=wusb_ca alias=usbif,classef.3.1 perms="* 0666 root sys" 72driver name=wusb_df perms="* 0666 root sys" \ 73 alias=usb15a9,5 \ 74 alias=usb3495,3007 75file path=etc/usb/config_map.conf group=sys \ 76 original_name=SUNWusb:etc/usb/config_map.conf preserve=true 77file path=kernel/drv/$(ARCH64)/ehci group=sys 78file path=kernel/drv/$(ARCH64)/hid group=sys 79file path=kernel/drv/$(ARCH64)/hubd group=sys 80file path=kernel/drv/$(ARCH64)/hwahc group=sys 81file path=kernel/drv/$(ARCH64)/hwarc group=sys 82file path=kernel/drv/$(ARCH64)/ohci group=sys 83file path=kernel/drv/$(ARCH64)/scsa2usb group=sys 84file path=kernel/drv/$(ARCH64)/uhci group=sys 85file path=kernel/drv/$(ARCH64)/usb_ac group=sys 86file path=kernel/drv/$(ARCH64)/usb_as group=sys 87file path=kernel/drv/$(ARCH64)/usb_ia group=sys 88file path=kernel/drv/$(ARCH64)/usb_mid group=sys 89file path=kernel/drv/$(ARCH64)/usbprn group=sys 90file path=kernel/drv/$(ARCH64)/wusb_ca group=sys 91file path=kernel/drv/$(ARCH64)/wusb_df group=sys 92$(i386_ONLY)file path=kernel/drv/ehci group=sys 93file path=kernel/drv/ehci.conf group=sys reboot-needed=false 94$(i386_ONLY)file path=kernel/drv/hid group=sys 95$(i386_ONLY)file path=kernel/drv/hubd group=sys 96$(i386_ONLY)file path=kernel/drv/hwahc group=sys 97$(i386_ONLY)file path=kernel/drv/hwarc group=sys 98$(i386_ONLY)file path=kernel/drv/ohci group=sys 99file path=kernel/drv/ohci.conf group=sys reboot-needed=false 100$(i386_ONLY)file path=kernel/drv/scsa2usb group=sys 101file path=kernel/drv/scsa2usb.conf group=sys \ 102 original_name=SUNWusb:kernel/drv/scsa2usb.conf preserve=true \ 103 reboot-needed=false 104$(i386_ONLY)file path=kernel/drv/uhci group=sys 105file path=kernel/drv/uhci.conf group=sys reboot-needed=false 106$(i386_ONLY)file path=kernel/drv/usb_ac group=sys 107file path=kernel/drv/usb_ac.conf group=sys reboot-needed=false 108$(i386_ONLY)file path=kernel/drv/usb_as group=sys 109$(i386_ONLY)file path=kernel/drv/usb_ia group=sys 110$(i386_ONLY)file path=kernel/drv/usb_mid group=sys 111$(i386_ONLY)file path=kernel/drv/usbprn group=sys 112$(i386_ONLY)file path=kernel/drv/wusb_ca group=sys 113$(i386_ONLY)file path=kernel/drv/wusb_df group=sys 114file path=kernel/misc/$(ARCH64)/hidparser group=sys mode=0755 reboot-needed=true 115file path=kernel/misc/$(ARCH64)/hwa1480_fw group=sys mode=0755 \ 116 reboot-needed=true 117file path=kernel/misc/$(ARCH64)/usba group=sys mode=0755 reboot-needed=true 118file path=kernel/misc/$(ARCH64)/usba10 group=sys mode=0755 reboot-needed=true 119$(i386_ONLY)file path=kernel/misc/hidparser group=sys mode=0755 \ 120 reboot-needed=true 121$(i386_ONLY)file path=kernel/misc/hwa1480_fw group=sys mode=0755 \ 122 reboot-needed=true 123$(i386_ONLY)file path=kernel/misc/usba group=sys mode=0755 reboot-needed=true 124$(i386_ONLY)file path=kernel/misc/usba10 group=sys mode=0755 reboot-needed=true 125file path=kernel/strmod/$(ARCH64)/usb_ah group=sys mode=0755 reboot-needed=true 126file path=kernel/strmod/$(ARCH64)/usbkbm group=sys mode=0755 reboot-needed=true 127file path=kernel/strmod/$(ARCH64)/usbms group=sys mode=0755 reboot-needed=true 128file path=kernel/strmod/$(ARCH64)/usbwcm group=sys mode=0755 reboot-needed=true 129$(i386_ONLY)file path=kernel/strmod/usb_ah group=sys mode=0755 \ 130 reboot-needed=true 131$(i386_ONLY)file path=kernel/strmod/usbkbm group=sys mode=0755 \ 132 reboot-needed=true 133$(i386_ONLY)file path=kernel/strmod/usbms group=sys mode=0755 reboot-needed=true 134$(i386_ONLY)file path=kernel/strmod/usbwcm group=sys mode=0755 \ 135 reboot-needed=true 136file path=lib/svc/method/svc-wusb mode=0555 137file path=lib/svc/manifest/system/wusb.xml group=sys mode=0444 138legacy pkg=SUNWusb arch=$(ARCH) category=system \ 139 desc="USBA (USB framework) and USB Device Drivers" \ 140 hotline="Please contact your local service provider" \ 141 name="USB Device Drivers" vendor="Sun Microsystems, Inc." \ 142 version=11.11,REV=2009.11.11 143license cr_Sun license=cr_Sun 144license lic_CDDL license=lic_CDDL 145license license_in_headers license=license_in_headers 146