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 (c) 2010, Oracle and/or its affiliates. All rights reserved.
24#
25
26#
27# The default for payload-bearing actions in this package is to appear in the
28# global zone only.  See the include file for greater detail, as well as
29# information about overriding the defaults.
30#
31<include global_zone_only_component>
32set name=pkg.fmri value=pkg:/driver/usb@$(PKGVERS)
33set name=pkg.description value="USBA (USB framework) and USB Device Drivers"
34set name=pkg.summary value="USB Device Drivers"
35set name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
36set name=variant.arch value=$(ARCH)
37dir path=etc group=sys
38dir path=etc/usb group=sys
39dir path=kernel group=sys
40dir path=kernel/dacf group=sys
41dir path=kernel/dacf/$(ARCH64) group=sys
42dir path=kernel/drv group=sys
43dir path=kernel/drv/$(ARCH64) group=sys
44dir path=kernel/misc group=sys
45dir path=kernel/misc/$(ARCH64) group=sys
46dir path=kernel/strmod group=sys
47dir path=kernel/strmod/$(ARCH64) group=sys
48dir path=lib
49dir path=lib/svc
50dir path=lib/svc/manifest group=sys
51dir path=lib/svc/manifest/system group=sys
52dir path=lib/svc/method
53dir path=sbin group=sys
54driver name=ehci alias=pciclass,0c0320 perms="* 0644 root sys"
55driver name=hid alias=usbif,class3 perms="* 0600 root sys"
56driver name=hubd alias=usbif,class9 perms="* 0644 root sys"
57driver name=hwahc alias=usbif,classe0.2.1 perms="* 0644 root sys"
58driver name=hwarc alias=usbif,classe0.1.2 perms="* 0644 root sys"
59driver name=ohci alias=pciclass,0c0310 perms="* 0644 root sys"
60driver name=scsa2usb \
61    alias=usb584,222 \
62    alias=usbif,class8
63driver name=uhci alias=pciclass,0c0300 perms="* 0644 root sys"
64driver name=usb_ac alias=usbif,class1.1 perms="* 0600 root sys"
65driver name=usb_as alias=usbif,class1.2 perms="* 0600 root sys"
66driver name=usb_ia alias=usb,ia
67driver name=usb_mid alias=usb,device
68driver name=usbprn alias=usbif,class7.1 perms="* 0666 root sys"
69driver name=wusb_ca alias=usbif,classef.3.1 perms="* 0666 root sys"
70driver name=wusb_df perms="* 0666 root sys" \
71    alias=usb15a9,5 \
72    alias=usb3495,3007
73file path=etc/usb/config_map.conf group=sys \
74    original_name=SUNWusb:etc/usb/config_map.conf preserve=true
75file path=kernel/drv/$(ARCH64)/ehci group=sys
76file path=kernel/drv/$(ARCH64)/hid group=sys
77file path=kernel/drv/$(ARCH64)/hubd group=sys
78file path=kernel/drv/$(ARCH64)/hwahc group=sys
79file path=kernel/drv/$(ARCH64)/hwarc group=sys
80file path=kernel/drv/$(ARCH64)/ohci group=sys
81file path=kernel/drv/$(ARCH64)/scsa2usb group=sys
82file path=kernel/drv/$(ARCH64)/uhci group=sys
83file path=kernel/drv/$(ARCH64)/usb_ac group=sys
84file path=kernel/drv/$(ARCH64)/usb_as group=sys
85file path=kernel/drv/$(ARCH64)/usb_ia group=sys
86file path=kernel/drv/$(ARCH64)/usb_mid group=sys
87file path=kernel/drv/$(ARCH64)/usbprn group=sys
88file path=kernel/drv/$(ARCH64)/wusb_ca group=sys
89file path=kernel/drv/$(ARCH64)/wusb_df group=sys
90$(i386_ONLY)file path=kernel/drv/ehci group=sys
91file path=kernel/drv/ehci.conf group=sys
92$(i386_ONLY)file path=kernel/drv/hid group=sys
93$(i386_ONLY)file path=kernel/drv/hubd group=sys
94$(i386_ONLY)file path=kernel/drv/hwahc group=sys
95$(i386_ONLY)file path=kernel/drv/hwarc group=sys
96$(i386_ONLY)file path=kernel/drv/ohci group=sys
97file path=kernel/drv/ohci.conf group=sys
98$(i386_ONLY)file path=kernel/drv/scsa2usb group=sys
99file path=kernel/drv/scsa2usb.conf group=sys \
100    original_name=SUNWusb:kernel/drv/scsa2usb.conf preserve=true
101$(i386_ONLY)file path=kernel/drv/uhci group=sys
102file path=kernel/drv/uhci.conf group=sys
103$(i386_ONLY)file path=kernel/drv/usb_ac group=sys
104file path=kernel/drv/usb_ac.conf group=sys
105$(i386_ONLY)file path=kernel/drv/usb_as group=sys
106$(i386_ONLY)file path=kernel/drv/usb_ia group=sys
107$(i386_ONLY)file path=kernel/drv/usb_mid group=sys
108$(i386_ONLY)file path=kernel/drv/usbprn group=sys
109$(i386_ONLY)file path=kernel/drv/wusb_ca group=sys
110$(i386_ONLY)file path=kernel/drv/wusb_df group=sys
111file path=kernel/misc/$(ARCH64)/hidparser group=sys mode=0755
112file path=kernel/misc/$(ARCH64)/hwa1480_fw group=sys mode=0755
113file path=kernel/misc/$(ARCH64)/usba group=sys mode=0755
114file path=kernel/misc/$(ARCH64)/usba10 group=sys mode=0755
115$(i386_ONLY)file path=kernel/misc/hidparser group=sys mode=0755
116$(i386_ONLY)file path=kernel/misc/hwa1480_fw group=sys mode=0755
117$(i386_ONLY)file path=kernel/misc/usba group=sys mode=0755
118$(i386_ONLY)file path=kernel/misc/usba10 group=sys mode=0755
119file path=kernel/strmod/$(ARCH64)/usb_ah group=sys mode=0755
120file path=kernel/strmod/$(ARCH64)/usbkbm group=sys mode=0755
121file path=kernel/strmod/$(ARCH64)/usbms group=sys mode=0755
122file path=kernel/strmod/$(ARCH64)/usbwcm group=sys mode=0755
123$(i386_ONLY)file path=kernel/strmod/usb_ah group=sys mode=0755
124$(i386_ONLY)file path=kernel/strmod/usbkbm group=sys mode=0755
125$(i386_ONLY)file path=kernel/strmod/usbms group=sys mode=0755
126$(i386_ONLY)file path=kernel/strmod/usbwcm group=sys mode=0755
127file path=lib/svc/manifest/system/wusb.xml group=sys mode=0444
128file path=lib/svc/method/svc-wusb mode=0555
129legacy pkg=SUNWusb desc="USBA (USB framework) and USB Device Drivers" \
130    name="USB Device Drivers"
131license cr_Sun license=cr_Sun
132license lic_CDDL license=lic_CDDL
133license license_in_headers license=license_in_headers
134license usr/src/uts/common/io/usb/clients/hwa1480_fw/i1480/LICENSE \
135    license=usr/src/uts/common/io/usb/clients/hwa1480_fw/i1480/LICENSE
136