1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright 2019, Joyent Inc. 14# 15 16# 17# The default for payload-bearing actions in this package is to appear in the 18# global zone only. See the include file for greater detail, as well as 19# information about overriding the defaults. 20# 21set name=pkg.fmri value=pkg:/driver/misc/ccid@$(PKGVERS) 22set name=pkg.summary value="CCID driver" 23set name=pkg.description \ 24 value="Driver for USB Chip Card Interface Devices (CCID)" 25set name=info.classification value=org.opensolaris.category.2008:System/Hardware 26set name=variant.arch value=$(ARCH) 27dir path=kernel group=sys variant.opensolaris.zone=global 28dir path=kernel/drv group=sys variant.opensolaris.zone=global 29dir path=kernel/drv/$(ARCH64) group=sys variant.opensolaris.zone=global 30file path=kernel/drv/$(ARCH64)/ccid group=sys variant.opensolaris.zone=global 31dir path=usr group=sys 32dir path=usr/include 33dir path=usr/include/sys 34dir path=usr/include/sys/usb 35dir path=usr/include/sys/usb/clients 36dir path=usr/include/sys/usb/clients/ccid 37file path=usr/include/sys/usb/clients/ccid/ccid.h 38file path=usr/include/sys/usb/clients/ccid/uccid.h 39dir path=usr/lib/cfgadm variant.opensolaris.zone=global 40dir path=usr/lib/cfgadm/$(ARCH64) variant.opensolaris.zone=global 41link path=usr/lib/cfgadm/$(ARCH64)/ccid.so target=./ccid.so.1 \ 42 variant.opensolaris.zone=global 43file path=usr/lib/cfgadm/$(ARCH64)/ccid.so.1 variant.opensolaris.zone=global 44link path=usr/lib/cfgadm/ccid.so target=./ccid.so.1 \ 45 variant.opensolaris.zone=global 46file path=usr/lib/cfgadm/ccid.so.1 variant.opensolaris.zone=global 47dir path=usr/sbin variant.opensolaris.zone=global 48file path=usr/sbin/ccidadm mode=0555 variant.opensolaris.zone=global 49dir path=usr/share 50dir path=usr/share/man 51dir path=usr/share/man/man4d 52file path=usr/share/man/man4d/ccid.4d 53dir path=usr/share/man/man8 variant.opensolaris.zone=global 54file path=usr/share/man/man8/ccidadm.8 variant.opensolaris.zone=global 55driver name=ccid perms="* 0600 root sys" class=misc alias=usbif,classb 56license lic_CDDL license=lic_CDDL 57