system-library-libdiskmgt.mf revision 12616:17a31b0faaa4
1169689Skan#
2169689Skan# CDDL HEADER START
3169689Skan#
4169689Skan# The contents of this file are subject to the terms of the
5169689Skan# Common Development and Distribution License (the "License").
6169689Skan# You may not use this file except in compliance with the License.
7169689Skan#
8169689Skan# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9169689Skan# or http://www.opensolaris.org/os/licensing.
10169689Skan# See the License for the specific language governing permissions
11169689Skan# and limitations under the License.
12169689Skan#
13169689Skan# When distributing Covered Code, include this CDDL HEADER in each
14169689Skan# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15169689Skan# If applicable, add the following below this CDDL HEADER, with the
16169689Skan# fields enclosed by brackets "[]" replaced with your own identifying
17169689Skan# information: Portions Copyright [yyyy] [name of copyright owner]
18169689Skan#
19169689Skan# CDDL HEADER END
20169689Skan#
21169689Skan
22169689Skan#
23169689Skan# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24169689Skan#
25169689Skan
26169689Skanset name=pkg.fmri value=pkg:/system/library/libdiskmgt@$(PKGVERS)
27169689Skanset name=pkg.description value="Software libraries for storage management"
28169689Skanset name=pkg.summary value="Storage Management APIs"
29169689Skanset name=info.classification \
30169689Skan    value="org.opensolaris.category.2008:System/Enterprise Management"
31169689Skanset name=variant.arch value=$(ARCH)
32169689Skandir path=usr group=sys
33169689Skandir path=usr/lib
34169689Skandir path=usr/lib/$(ARCH64)
35169689Skanfile path=usr/lib/$(ARCH64)/libdiskmgt.so.1
36169689Skanfile path=usr/lib/$(ARCH64)/llib-ldiskmgt.ln
37169689Skanfile path=usr/lib/libdiskmgt.so.1
38169689Skanfile path=usr/lib/llib-ldiskmgt
39169689Skanfile path=usr/lib/llib-ldiskmgt.ln
40169689Skanlegacy pkg=SUNWsmapi arch=$(ARCH) category=system \
41169689Skan    desc="Software libraries for storage management" \
42169689Skan    hotline="Please contact your local service provider" \
43169689Skan    name="Storage Management APIs" vendor="Sun Microsystems, Inc." \
44169689Skan    version=11.11,REV=2009.11.11
45169689Skanlicense cr_Sun license=cr_Sun
46169689Skanlicense lic_CDDL license=lic_CDDL
47link path=usr/lib/$(ARCH64)/libdiskmgt.so target=./libdiskmgt.so.1
48link path=usr/lib/libdiskmgt.so target=./libdiskmgt.so.1
49