driver-network-sdp.mf revision c10c16dec587a0662068f6e2991c29ed3a9db943
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER START
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# The contents of this file are subject to the terms of the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Common Development and Distribution License (the "License").
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You may not use this file except in compliance with the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
199767f8919635c4928607450d9e0abb932109ceToomas Soome# or http://www.opensolaris.org/os/licensing.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# See the License for the specific language governing permissions
199767f8919635c4928607450d9e0abb932109ceToomas Soome# and limitations under the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# When distributing Covered Code, include this CDDL HEADER in each
199767f8919635c4928607450d9e0abb932109ceToomas Soome# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# If applicable, add the following below this CDDL HEADER, with the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# fields enclosed by brackets "[]" replaced with your own identifying
199767f8919635c4928607450d9e0abb932109ceToomas Soome# information: Portions Copyright [yyyy] [name of copyright owner]
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER END
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# The default for payload-bearing actions in this package is to appear in the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# global zone only. See the include file for greater detail, as well as
199767f8919635c4928607450d9e0abb932109ceToomas Soome# information about overriding the defaults.
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome<include global_zone_only_component>
199767f8919635c4928607450d9e0abb932109ceToomas Soomeset name=pkg.fmri value=pkg:/driver/network/sdp@$(PKGVERS)
199767f8919635c4928607450d9e0abb932109ceToomas Soomeset name=pkg.description \
199767f8919635c4928607450d9e0abb932109ceToomas Soome value="Sun InfiniBand layered Sockets Direct Protocol"
199767f8919635c4928607450d9e0abb932109ceToomas Soomeset name=pkg.summary value="Sun InfiniBand layered Sockets Direct Protocol"
199767f8919635c4928607450d9e0abb932109ceToomas Soomeset name=info.classification \
199767f8919635c4928607450d9e0abb932109ceToomas Soome value=org.opensolaris.category.2008:System/Hardware
199767f8919635c4928607450d9e0abb932109ceToomas Soomeset name=variant.arch value=$(ARCH)
199767f8919635c4928607450d9e0abb932109ceToomas Soomedir path=etc group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soomedir path=etc/sock2path.d group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soomedir path=kernel group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soomedir path=kernel/drv group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soomedir path=kernel/drv/$(ARCH64) group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soomedir path=kernel/socketmod group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soomedir path=kernel/socketmod/$(ARCH64) group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soomedir path=usr/share/man
199767f8919635c4928607450d9e0abb932109ceToomas Soomedir path=usr/share/man/man7d
199767f8919635c4928607450d9e0abb932109ceToomas Soomedriver name=sdp perms="* 0644 root sys" perms="sdp 0666 root sys"
199767f8919635c4928607450d9e0abb932109ceToomas Soomefile path=etc/sdp.conf group=sys original_name=SUNWibsdp:etc/sdp.conf \
199767f8919635c4928607450d9e0abb932109ceToomas Soome preserve=true
199767f8919635c4928607450d9e0abb932109ceToomas Soomefile path=etc/sock2path.d/driver%2Fnetwork%2Fsdp group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soomefile path=kernel/drv/$(ARCH64)/sdp group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soome$(i386_ONLY)file path=kernel/drv/sdp group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soomefile path=kernel/drv/sdp.conf group=sys
199767f8919635c4928607450d9e0abb932109ceToomas Soomefile path=kernel/socketmod/$(ARCH64)/socksdp group=sys mode=0755
199767f8919635c4928607450d9e0abb932109ceToomas Soome$(i386_ONLY)file path=kernel/socketmod/socksdp group=sys mode=0755
199767f8919635c4928607450d9e0abb932109ceToomas Soomefile path=usr/share/man/man7d/sdp.7d
199767f8919635c4928607450d9e0abb932109ceToomas Soomelegacy pkg=SUNWibsdp desc="Sun InfiniBand layered Sockets Direct Protocol" \
199767f8919635c4928607450d9e0abb932109ceToomas Soome name="Sun InfiniBand layered Sockets Direct Protocol"
199767f8919635c4928607450d9e0abb932109ceToomas Soomelicense cr_Sun license=cr_Sun
199767f8919635c4928607450d9e0abb932109ceToomas Soomelicense lic_CDDL license=lic_CDDL
199767f8919635c4928607450d9e0abb932109ceToomas Soomelicense lic_OSBL license=lic_OSBL
199767f8919635c4928607450d9e0abb932109ceToomas Soomelicense lic_OSBL_preamble license=lic_OSBL_preamble
199767f8919635c4928607450d9e0abb932109ceToomas Soome