xref: /titanic_53/usr/src/pkg/manifests/driver-network-ofk.mf (revision c39526b769298791ff5b0b6c5e761f49aabaeb4e)
1*c39526b7SPramod Gunjikar#
2*c39526b7SPramod Gunjikar# CDDL HEADER START
3*c39526b7SPramod Gunjikar#
4*c39526b7SPramod Gunjikar# The contents of this file are subject to the terms of the
5*c39526b7SPramod Gunjikar# Common Development and Distribution License (the "License").
6*c39526b7SPramod Gunjikar# You may not use this file except in compliance with the License.
7*c39526b7SPramod Gunjikar#
8*c39526b7SPramod Gunjikar# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*c39526b7SPramod Gunjikar# or http://www.opensolaris.org/os/licensing.
10*c39526b7SPramod Gunjikar# See the License for the specific language governing permissions
11*c39526b7SPramod Gunjikar# and limitations under the License.
12*c39526b7SPramod Gunjikar#
13*c39526b7SPramod Gunjikar# When distributing Covered Code, include this CDDL HEADER in each
14*c39526b7SPramod Gunjikar# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*c39526b7SPramod Gunjikar# If applicable, add the following below this CDDL HEADER, with the
16*c39526b7SPramod Gunjikar# fields enclosed by brackets "[]" replaced with your own identifying
17*c39526b7SPramod Gunjikar# information: Portions Copyright [yyyy] [name of copyright owner]
18*c39526b7SPramod Gunjikar#
19*c39526b7SPramod Gunjikar# CDDL HEADER END
20*c39526b7SPramod Gunjikar#
21*c39526b7SPramod Gunjikar
22*c39526b7SPramod Gunjikar#
23*c39526b7SPramod Gunjikar# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24*c39526b7SPramod Gunjikar#
25*c39526b7SPramod Gunjikar
26*c39526b7SPramod Gunjikar#
27*c39526b7SPramod Gunjikar# This package will install successfully into any zone, global or
28*c39526b7SPramod Gunjikar# non-global.  The files, directories, links, and hardlinks, however,
29*c39526b7SPramod Gunjikar# will only be installed into the global zone.
30*c39526b7SPramod Gunjikar#
31*c39526b7SPramod Gunjikar<include hollow_zone_pkg>
32*c39526b7SPramod Gunjikarset name=pkg.fmri value=pkg:/driver/network/ofk@$(PKGVERS)
33*c39526b7SPramod Gunjikarset name=pkg.description value="The Solaris Open Fabrics kernel components package provides support of the OFED defined kernel RDMA KPI, as well as providing kernel modules to facilitate OFED userland libraries."
34*c39526b7SPramod Gunjikarset name=pkg.summary value="Solaris Open Fabrics kernel components"
35*c39526b7SPramod Gunjikarset name=info.classification value=org.opensolaris.category.2010:System/Hardware
36*c39526b7SPramod Gunjikarset name=variant.arch value=$(ARCH)
37*c39526b7SPramod Gunjikarset name=variant.opensolaris.zone value=global value=nonglobal
38*c39526b7SPramod Gunjikardir path=kernel group=sys
39*c39526b7SPramod Gunjikardir path=kernel/drv group=sys
40*c39526b7SPramod Gunjikardir path=kernel/drv/$(ARCH64) group=sys
41*c39526b7SPramod Gunjikardir path=kernel/misc group=sys
42*c39526b7SPramod Gunjikardir path=kernel/misc/$(ARCH64) group=sys
43*c39526b7SPramod Gunjikardriver name=sol_uverbs perms="* 0666 root sys"
44*c39526b7SPramod Gunjikardriver name=sol_ucma perms="* 0666 root sys"
45*c39526b7SPramod Gunjikarfile path=kernel/drv/$(ARCH64)/sol_uverbs group=sys
46*c39526b7SPramod Gunjikarfile path=kernel/drv/$(ARCH64)/sol_ucma group=sys
47*c39526b7SPramod Gunjikar$(i386_ONLY)file path=kernel/drv/sol_uverbs group=sys
48*c39526b7SPramod Gunjikar$(i386_ONLY)file path=kernel/drv/sol_ucma group=sys
49*c39526b7SPramod Gunjikarfile path=kernel/drv/sol_uverbs.conf group=sys
50*c39526b7SPramod Gunjikarfile path=kernel/drv/sol_ucma.conf group=sys
51*c39526b7SPramod Gunjikarfile path=kernel/misc/$(ARCH64)/sol_ofs group=sys mode=0755
52*c39526b7SPramod Gunjikar$(i386_ONLY)file path=kernel/misc/sol_ofs group=sys mode=0755
53*c39526b7SPramod Gunjikarlicense cr_Sun license=cr_Sun
54*c39526b7SPramod Gunjikarlicense lic_CDDL license=lic_CDDL
55*c39526b7SPramod Gunjikarlicense uts/common/io/ib/clients/of/lic_of \
56*c39526b7SPramod Gunjikar    license=uts/common/io/ib/clients/of/lic_of
57