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