1c0dd49bdSEiji Ota# 2c0dd49bdSEiji Ota# CDDL HEADER START 3c0dd49bdSEiji Ota# 4c0dd49bdSEiji Ota# The contents of this file are subject to the terms of the 5c0dd49bdSEiji Ota# Common Development and Distribution License (the "License"). 6c0dd49bdSEiji Ota# You may not use this file except in compliance with the License. 7c0dd49bdSEiji Ota# 8c0dd49bdSEiji Ota# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9c0dd49bdSEiji Ota# or http://www.opensolaris.org/os/licensing. 10c0dd49bdSEiji Ota# See the License for the specific language governing permissions 11c0dd49bdSEiji Ota# and limitations under the License. 12c0dd49bdSEiji Ota# 13c0dd49bdSEiji Ota# When distributing Covered Code, include this CDDL HEADER in each 14c0dd49bdSEiji Ota# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15c0dd49bdSEiji Ota# If applicable, add the following below this CDDL HEADER, with the 16c0dd49bdSEiji Ota# fields enclosed by brackets "[]" replaced with your own identifying 17c0dd49bdSEiji Ota# information: Portions Copyright [yyyy] [name of copyright owner] 18c0dd49bdSEiji Ota# 19c0dd49bdSEiji Ota# CDDL HEADER END 20c0dd49bdSEiji Ota# 21c0dd49bdSEiji Ota 22c0dd49bdSEiji Ota# 23c0dd49bdSEiji Ota# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24c0dd49bdSEiji Ota# 25c0dd49bdSEiji Ota 26c0dd49bdSEiji Ota# 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. 30c0dd49bdSEiji Ota# 31*ebbab6bbSDan Price<include global_zone_only_component> 32c0dd49bdSEiji Otaset name=pkg.fmri value=pkg:/driver/network/rdsv3@$(PKGVERS) 33*ebbab6bbSDan Priceset name=pkg.description \ 34*ebbab6bbSDan Price value="The RDS driver is an implementation of the Reliable Datagram Sockets API. It provides reliable, in-order datagram and RDMA data delivery between sockets." 35c0dd49bdSEiji Otaset name=pkg.summary value="Solaris Reliable Datagram Sockets" 36c0dd49bdSEiji Otaset name=info.classification value=org.opensolaris.category.2008:System/Core 37c0dd49bdSEiji Otaset name=variant.arch value=$(ARCH) 38*ebbab6bbSDan Pricedir path=kernel group=sys 39*ebbab6bbSDan Pricedir path=kernel/drv group=sys 40*ebbab6bbSDan Pricedir path=kernel/drv/$(ARCH64) group=sys 41*ebbab6bbSDan Pricedir path=kernel/socketmod group=sys 42*ebbab6bbSDan Pricedir path=kernel/socketmod/$(ARCH64) group=sys 43c0dd49bdSEiji Otadir path=usr group=sys 44c0dd49bdSEiji Otadir path=usr/lib group=bin 45c0dd49bdSEiji Otadir path=usr/lib/rcm group=bin 46c0dd49bdSEiji Otadir path=usr/lib/rcm/scripts group=bin 47c0dd49bdSEiji Otadriver name=rdsv3 perms="* 0644 root sys" 48c0dd49bdSEiji Otafile path=kernel/drv/$(ARCH64)/rdsv3 group=sys 49*ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/rdsv3 group=sys 50c0dd49bdSEiji Otafile path=kernel/drv/rdsv3.conf group=sys preserve=renamenew 51*ebbab6bbSDan Pricefile path=kernel/socketmod/$(ARCH64)/sockrds group=sys mode=0755 52*ebbab6bbSDan Price$(i386_ONLY)file path=kernel/socketmod/sockrds group=sys mode=0755 53*ebbab6bbSDan Pricefile path=usr/lib/rcm/scripts/SUNW,rdsv3u.sh group=bin mode=0555 54c0dd49bdSEiji Otalicense cr_Sun license=cr_Sun 55c0dd49bdSEiji Otalicense lic_CDDL license=lic_CDDL 56c0dd49bdSEiji Otalicense uts/common/io/ib/clients/rdsv3/LICENSE \ 57c0dd49bdSEiji Ota license=uts/common/io/ib/clients/rdsv3/LICENSE 58