driver-usb.mf revision 11838:32bb5d254240
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=var group=sys
55dir path=var/svc group=sys
56dir path=var/svc/manifest group=sys
57dir path=var/svc/manifest/system group=sys
58driver name=ehci alias=pciclass,0c0320 perms="* 0644 root sys"
59driver name=hid alias=usbif,class3 perms="* 0600 root sys"
60driver name=hubd alias=usbif,class9 perms="* 0644 root sys"
61driver name=hwahc alias=usbif,classe0.2.1 perms="* 0644 root sys"
62driver name=hwarc alias=usbif,classe0.1.2 perms="* 0644 root sys"
63driver name=ohci alias=pciclass,0c0310 perms="* 0644 root sys"
64driver name=scsa2usb \
65    alias=usb584,222 \
66    alias=usbif,class8
67driver name=uhci alias=pciclass,0c0300 perms="* 0644 root sys"
68driver name=usb_ac alias=usbif,class1.1 perms="* 0600 root sys"
69driver name=usb_as alias=usbif,class1.2 perms="* 0600 root sys"
70driver name=usb_ia alias=usb,ia
71driver name=usb_mid alias=usb,device
72driver name=usbprn alias=usbif,class7.1 perms="* 0666 root sys"
73driver name=wusb_ca alias=usbif,classef.3.1 perms="* 0666 root sys"
74driver name=wusb_df perms="* 0666 root sys" \
75    alias=usb15a9,5 \
76    alias=usb3495,3007
77file path=etc/usb/config_map.conf group=sys \
78    original_name=SUNWusb:etc/usb/config_map.conf preserve=true
79file path=kernel/drv/$(ARCH64)/ehci group=sys
80file path=kernel/drv/$(ARCH64)/hid group=sys
81file path=kernel/drv/$(ARCH64)/hubd group=sys
82file path=kernel/drv/$(ARCH64)/hwahc group=sys
83file path=kernel/drv/$(ARCH64)/hwarc group=sys
84file path=kernel/drv/$(ARCH64)/ohci group=sys
85file path=kernel/drv/$(ARCH64)/scsa2usb group=sys
86file path=kernel/drv/$(ARCH64)/uhci group=sys
87file path=kernel/drv/$(ARCH64)/usb_ac group=sys
88file path=kernel/drv/$(ARCH64)/usb_as group=sys
89file path=kernel/drv/$(ARCH64)/usb_ia group=sys
90file path=kernel/drv/$(ARCH64)/usb_mid group=sys
91file path=kernel/drv/$(ARCH64)/usbprn group=sys
92file path=kernel/drv/$(ARCH64)/wusb_ca group=sys
93file path=kernel/drv/$(ARCH64)/wusb_df group=sys
94$(i386_ONLY)file path=kernel/drv/ehci group=sys
95file path=kernel/drv/ehci.conf group=sys reboot-needed=false
96$(i386_ONLY)file path=kernel/drv/hid group=sys
97$(i386_ONLY)file path=kernel/drv/hubd group=sys
98$(i386_ONLY)file path=kernel/drv/hwahc group=sys
99$(i386_ONLY)file path=kernel/drv/hwarc group=sys
100$(i386_ONLY)file path=kernel/drv/ohci group=sys
101file path=kernel/drv/ohci.conf group=sys reboot-needed=false
102$(i386_ONLY)file path=kernel/drv/scsa2usb group=sys
103file path=kernel/drv/scsa2usb.conf group=sys \
104    original_name=SUNWusb:kernel/drv/scsa2usb.conf preserve=true \
105    reboot-needed=false
106$(i386_ONLY)file path=kernel/drv/uhci group=sys
107file path=kernel/drv/uhci.conf group=sys reboot-needed=false
108$(i386_ONLY)file path=kernel/drv/usb_ac group=sys
109file path=kernel/drv/usb_ac.conf group=sys reboot-needed=false
110$(i386_ONLY)file path=kernel/drv/usb_as group=sys
111$(i386_ONLY)file path=kernel/drv/usb_ia group=sys
112$(i386_ONLY)file path=kernel/drv/usb_mid group=sys
113$(i386_ONLY)file path=kernel/drv/usbprn group=sys
114$(i386_ONLY)file path=kernel/drv/wusb_ca group=sys
115$(i386_ONLY)file path=kernel/drv/wusb_df group=sys
116file path=kernel/misc/$(ARCH64)/hidparser group=sys mode=0755 reboot-needed=true
117file path=kernel/misc/$(ARCH64)/hwa1480_fw group=sys mode=0755 \
118    reboot-needed=true
119file path=kernel/misc/$(ARCH64)/usba group=sys mode=0755 reboot-needed=true
120file path=kernel/misc/$(ARCH64)/usba10 group=sys mode=0755 reboot-needed=true
121$(i386_ONLY)file path=kernel/misc/hidparser group=sys mode=0755 \
122    reboot-needed=true
123$(i386_ONLY)file path=kernel/misc/hwa1480_fw group=sys mode=0755 \
124    reboot-needed=true
125$(i386_ONLY)file path=kernel/misc/usba group=sys mode=0755 reboot-needed=true
126$(i386_ONLY)file path=kernel/misc/usba10 group=sys mode=0755 reboot-needed=true
127file path=kernel/strmod/$(ARCH64)/usb_ah group=sys mode=0755 reboot-needed=true
128file path=kernel/strmod/$(ARCH64)/usbkbm group=sys mode=0755 reboot-needed=true
129file path=kernel/strmod/$(ARCH64)/usbms group=sys mode=0755 reboot-needed=true
130file path=kernel/strmod/$(ARCH64)/usbwcm group=sys mode=0755 reboot-needed=true
131$(i386_ONLY)file path=kernel/strmod/usb_ah group=sys mode=0755 \
132    reboot-needed=true
133$(i386_ONLY)file path=kernel/strmod/usbkbm group=sys mode=0755 \
134    reboot-needed=true
135$(i386_ONLY)file path=kernel/strmod/usbms group=sys mode=0755 reboot-needed=true
136$(i386_ONLY)file path=kernel/strmod/usbwcm group=sys mode=0755 \
137    reboot-needed=true
138file path=lib/svc/method/svc-wusb mode=0555
139file path=sbin/wusbadm mode=0555
140file path=var/svc/manifest/system/wusb.xml group=sys mode=0444
141legacy pkg=SUNWusb arch=$(ARCH) category=system \
142    desc="USBA (USB framework) and USB Device Drivers" \
143    hotline="Please contact your local service provider" \
144    name="USB Device Drivers" vendor="Sun Microsystems, Inc." \
145    version=11.11,REV=2009.11.11
146license cr_Sun license=cr_Sun
147license lic_CDDL license=lic_CDDL
148license license_in_headers license=license_in_headers
149