1a61ed2ceSHans Rosenfeld#
2a61ed2ceSHans Rosenfeld# This file and its contents are supplied under the terms of the
3a61ed2ceSHans Rosenfeld# Common Development and Distribution License ("CDDL"), version 1.0.
4a61ed2ceSHans Rosenfeld# You may only use this file in accordance with the terms of version
5a61ed2ceSHans Rosenfeld# 1.0 of the CDDL.
6a61ed2ceSHans Rosenfeld#
7a61ed2ceSHans Rosenfeld# A full copy of the text of the CDDL should have accompanied this
8a61ed2ceSHans Rosenfeld# source.  A copy of the CDDL is also available via the Internet at
9a61ed2ceSHans Rosenfeld# http://www.illumos.org/license/CDDL.
10a61ed2ceSHans Rosenfeld#
11a61ed2ceSHans Rosenfeld
12a61ed2ceSHans Rosenfeld#
13a61ed2ceSHans Rosenfeld# Copyright 2019, Joyent Inc.
14a61ed2ceSHans Rosenfeld#
15a61ed2ceSHans Rosenfeld
16a61ed2ceSHans Rosenfeld#
17a61ed2ceSHans Rosenfeld# The default for payload-bearing actions in this package is to appear in the
18a61ed2ceSHans Rosenfeld# global zone only.  See the include file for greater detail, as well as
19a61ed2ceSHans Rosenfeld# information about overriding the defaults.
20a61ed2ceSHans Rosenfeld#
21a61ed2ceSHans Rosenfeldset name=pkg.fmri value=pkg:/driver/misc/ccid@$(PKGVERS)
2286d41711SAndy Fiddamanset name=pkg.summary value="CCID driver"
23a61ed2ceSHans Rosenfeldset name=pkg.description \
24a61ed2ceSHans Rosenfeld    value="Driver for USB Chip Card Interface Devices (CCID)"
2586d41711SAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Hardware
2660bd1e66SToomas Soomeset name=variant.arch value=$(ARCH)
2786d41711SAndy Fiddamandir  path=kernel group=sys variant.opensolaris.zone=global
2886d41711SAndy Fiddamandir  path=kernel/drv group=sys variant.opensolaris.zone=global
2986d41711SAndy Fiddamandir  path=kernel/drv/$(ARCH64) group=sys variant.opensolaris.zone=global
30a61ed2ceSHans Rosenfeldfile path=kernel/drv/$(ARCH64)/ccid group=sys variant.opensolaris.zone=global
3186d41711SAndy Fiddamandir  path=usr group=sys
3286d41711SAndy Fiddamandir  path=usr/include
3386d41711SAndy Fiddamandir  path=usr/include/sys
3486d41711SAndy Fiddamandir  path=usr/include/sys/usb
3586d41711SAndy Fiddamandir  path=usr/include/sys/usb/clients
3686d41711SAndy Fiddamandir  path=usr/include/sys/usb/clients/ccid
37a61ed2ceSHans Rosenfeldfile path=usr/include/sys/usb/clients/ccid/ccid.h
38a61ed2ceSHans Rosenfeldfile path=usr/include/sys/usb/clients/ccid/uccid.h
3986d41711SAndy Fiddamandir  path=usr/lib/cfgadm variant.opensolaris.zone=global
4086d41711SAndy Fiddamandir  path=usr/lib/cfgadm/$(ARCH64) variant.opensolaris.zone=global
4186d41711SAndy Fiddamanlink path=usr/lib/cfgadm/$(ARCH64)/ccid.so target=./ccid.so.1 \
4286d41711SAndy Fiddaman    variant.opensolaris.zone=global
43a61ed2ceSHans Rosenfeldfile path=usr/lib/cfgadm/$(ARCH64)/ccid.so.1 variant.opensolaris.zone=global
4486d41711SAndy Fiddamanlink path=usr/lib/cfgadm/ccid.so target=./ccid.so.1 \
4586d41711SAndy Fiddaman    variant.opensolaris.zone=global
46a61ed2ceSHans Rosenfeldfile path=usr/lib/cfgadm/ccid.so.1 variant.opensolaris.zone=global
4786d41711SAndy Fiddamandir  path=usr/sbin variant.opensolaris.zone=global
48a61ed2ceSHans Rosenfeldfile path=usr/sbin/ccidadm mode=0555 variant.opensolaris.zone=global
4986d41711SAndy Fiddamandir  path=usr/share
5086d41711SAndy Fiddamandir  path=usr/share/man
51*bbf21555SRichard Lowedir  path=usr/share/man/man4d
52*bbf21555SRichard Lowefile path=usr/share/man/man4d/ccid.4d
53*bbf21555SRichard Lowedir  path=usr/share/man/man8 variant.opensolaris.zone=global
54*bbf21555SRichard Lowefile path=usr/share/man/man8/ccidadm.8 variant.opensolaris.zone=global
5586d41711SAndy Fiddamandriver name=ccid perms="* 0600 root sys" class=misc alias=usbif,classb
56a61ed2ceSHans Rosenfeldlicense lic_CDDL license=lic_CDDL
57