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