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