system-library-storage-fibre-channel-libsun_fc.mf revision ebbab6bbae913efeadfa3c6a1b082664a125f95b
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# CDDL HEADER START
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# The contents of this file are subject to the terms of the
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# Common Development and Distribution License (the "License").
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# You may not use this file except in compliance with the License.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# or http://www.opensolaris.org/os/licensing.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# See the License for the specific language governing permissions
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# and limitations under the License.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# When distributing Covered Code, include this CDDL HEADER in each
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# If applicable, add the following below this CDDL HEADER, with the
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# fields enclosed by brackets "[]" replaced with your own identifying
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# information: Portions Copyright [yyyy] [name of copyright owner]
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# CDDL HEADER END
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevelset name=pkg.fmri \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel value=pkg:/system/library/storage/fibre-channel/libsun_fc@$(PKGVERS)
3db86aab554edbb4244c8d1a1c90f152eee768afstevelset name=pkg.description \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel value="SNIA HBA library for Sun Fibre Channel adapters"
3db86aab554edbb4244c8d1a1c90f152eee768afstevelset name=pkg.summary value="Sun Fibre Channel Host Bus Adapter Library"
3db86aab554edbb4244c8d1a1c90f152eee768afstevelset name=info.classification \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel value=org.opensolaris.category.2008:System/Libraries
3db86aab554edbb4244c8d1a1c90f152eee768afstevelset name=variant.arch value=$(ARCH)
3db86aab554edbb4244c8d1a1c90f152eee768afsteveldir path=etc group=sys
3db86aab554edbb4244c8d1a1c90f152eee768afsteveldir path=usr group=sys
3db86aab554edbb4244c8d1a1c90f152eee768afsteveldir path=usr/lib
3db86aab554edbb4244c8d1a1c90f152eee768afsteveldir path=usr/lib/$(ARCH64)
3db86aab554edbb4244c8d1a1c90f152eee768afstevelfile path=usr/lib/$(ARCH64)/libsun_fc.so.1
3db86aab554edbb4244c8d1a1c90f152eee768afstevelfile path=usr/lib/libsun_fc.so.1
3db86aab554edbb4244c8d1a1c90f152eee768afstevellegacy pkg=SUNWfchba arch=$(ARCH) category=system \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel desc="SNIA HBA library for Sun Fibre Channel adapters" \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel hotline="Please contact your local service provider" \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel name="Sun Fibre Channel Host Bus Adapter Library" \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11
3db86aab554edbb4244c8d1a1c90f152eee768afstevellegacy pkg=SUNWfchbar arch=$(ARCH) category=system \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel desc="T11 FC-HBA library for Sun Fibre Channel adapters (root)" \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel hotline="Please contact your local service provider" \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel name="Sun Fibre Channel Host Bus Adapter Library (root)" \
3db86aab554edbb4244c8d1a1c90f152eee768afstevel vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11
3db86aab554edbb4244c8d1a1c90f152eee768afstevellicense cr_Sun license=cr_Sun
3db86aab554edbb4244c8d1a1c90f152eee768afstevellicense lic_CDDL license=lic_CDDL
3db86aab554edbb4244c8d1a1c90f152eee768afstevellink path=usr/lib/$(ARCH64)/libsun_fc.so target=libsun_fc.so.1
3db86aab554edbb4244c8d1a1c90f152eee768afstevellink path=usr/lib/libsun_fc.so target=libsun_fc.so.1
3db86aab554edbb4244c8d1a1c90f152eee768afstevel