driver-network-ib.mf revision 1cfa752f4e24c34133009b0f6c139127a5c461de
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER START
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# The contents of this file are subject to the terms of the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Common Development and Distribution License (the "License").
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You may not use this file except in compliance with the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# or http://www.opensolaris.org/os/licensing.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# See the License for the specific language governing permissions
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# and limitations under the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# If applicable, add the following below this CDDL HEADER, with the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER END
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
1cfa752f4e24c34133009b0f6c139127a5c461deRamaswamy Tummala# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# This package will install successfully into any zone, global or
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# non-global. The files, directories, links, and hardlinks, however,
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# will only be installed into the global zone.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza<include hollow_zone_pkg>
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.fmri value=pkg:/driver/network/ib@$(PKGVERS)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.description value="Sun InfiniBand Framework"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.summary value="Sun InfiniBand Framework"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=info.classification value=org.opensolaris.category.2008:System/Hardware
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=variant.arch value=$(ARCH)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=variant.opensolaris.zone value=global value=nonglobal
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/drv group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/drv/$(ARCH64) group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/misc group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/misc/$(ARCH64) group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadriver name=ib perms="* 0644 root sys"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/$(ARCH64)/ib group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza$(i386_ONLY)file path=kernel/drv/ib group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/ib.conf group=sys original_name=SUNWib:kernel/drv/ib.conf \
1cfa752f4e24c34133009b0f6c139127a5c461deRamaswamy Tummala preserve=renameold reboot-needed=false
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/misc/$(ARCH64)/ibcm group=sys mode=0755 reboot-needed=true
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/misc/$(ARCH64)/ibdm group=sys mode=0755 reboot-needed=true
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/misc/$(ARCH64)/ibmf group=sys mode=0755 reboot-needed=true
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/misc/$(ARCH64)/ibtl group=sys mode=0755 reboot-needed=true
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza$(i386_ONLY)file path=kernel/misc/ibcm group=sys mode=0755 reboot-needed=true
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza$(i386_ONLY)file path=kernel/misc/ibdm group=sys mode=0755 reboot-needed=true
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza$(i386_ONLY)file path=kernel/misc/ibmf group=sys mode=0755 reboot-needed=true
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza$(i386_ONLY)file path=kernel/misc/ibtl group=sys mode=0755 reboot-needed=true
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalegacy pkg=SUNWib arch=$(ARCH) category=system desc="Sun InfiniBand Framework" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza hotline="Please contact your local service provider" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza name="Sun InfiniBand Framework" vendor="Sun Microsystems, Inc." \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza version=11.11,REV=2009.11.11
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense cr_Sun license=cr_Sun
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense lic_CDDL license=lic_CDDL
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense lic_OSBL license=lic_OSBL
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense lic_OSBL_preamble license=lic_OSBL_preamble