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 2026 Oxide Computer Company 14# 15 16<include global_zone_only_component> 17set name=pkg.fmri value=pkg:/system/gpio@$(PKGVERS) 18set name=pkg.summary value="GPIO Framework and Utilities" 19set name=pkg.description value="GPIO Framework and Utilities" 20set name=info.classification value=org.opensolaris.category.2008:System/Hardware 21set name=variant.arch value=$(ARCH) 22dir path=kernel/drv group=sys 23dir path=kernel/drv/$(ARCH64) group=sys 24file path=kernel/drv/$(ARCH64)/kgpio group=sys 25file path=kernel/drv/kgpio.conf group=sys 26dir path=usr/include 27file path=usr/include/libxpio.h mode=0644 28dir path=usr/include/sys 29dir path=usr/include/sys/gpio 30file path=usr/include/sys/gpio/dpio.h mode=0644 31file path=usr/include/sys/gpio/kgpio.h mode=0644 32file path=usr/include/sys/gpio/kgpio_attr.h mode=0644 33file path=usr/include/sys/gpio/kgpio_provider.h mode=0644 34dir path=usr/lib 35dir path=usr/lib/$(ARCH64) 36link path=usr/lib/$(ARCH64)/libxpio.so target=./libxpio.so.1 37file path=usr/lib/$(ARCH64)/libxpio.so.1 38dir path=usr/lib/devfsadm group=sys 39dir path=usr/lib/devfsadm/linkmod group=sys 40file path=usr/lib/devfsadm/linkmod/SUNW_dpio_link.so group=sys 41link path=usr/lib/libxpio.so target=./libxpio.so.1 42file path=usr/lib/libxpio.so.1 43dir path=usr/sbin 44file path=usr/sbin/gpioadm mode=0555 45dir path=usr/share/man 46dir path=usr/share/man/man4d 47file path=usr/share/man/man4d/kgpio.4d 48dir path=usr/share/man/man7 49link path=usr/share/man/man7/dpio.7 target=gpio.7 50file path=usr/share/man/man7/gpio.7 51dir path=usr/share/man/man8 52file path=usr/share/man/man8/gpioadm.8 53driver name=kgpio 54license lic_CDDL license=lic_CDDL 55