1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24a9478106SYuri Pankov# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25856f710cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
26ead1f93eSLiane Praza#
27ead1f93eSLiane Praza
28ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/library/storage/libmpapi@$(PKGVERS)
2986d41711SAndy Fiddamanset name=pkg.summary value="SNIA Multipath Management API Common Library"
30ead1f93eSLiane Prazaset name=pkg.description \
31ead1f93eSLiane Praza    value="Common Library based on SNIA MP API specification"
32ead1f93eSLiane Prazaset name=info.classification \
33ead1f93eSLiane Praza    value=org.opensolaris.category.2008:System/Libraries
34ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
3586d41711SAndy Fiddamandir  path=etc group=sys
36ead1f93eSLiane Prazafile path=etc/mpapi.conf original_name=SUNWmpapi:etc/mpapi.conf preserve=true
3786d41711SAndy Fiddamandir  path=lib
3886d41711SAndy Fiddamandir  path=lib/$(ARCH64)
3986d41711SAndy Fiddamanlink path=lib/$(ARCH64)/libMPAPI.so target=libMPAPI.so.1
40e500af74SAlexander Pyhalovfile path=lib/$(ARCH64)/libMPAPI.so.1
4186d41711SAndy Fiddamanlink path=lib/libMPAPI.so target=libMPAPI.so.1
42e500af74SAlexander Pyhalovfile path=lib/libMPAPI.so.1
4386d41711SAndy Fiddamandir  path=usr group=sys
4486d41711SAndy Fiddamandir  path=usr/include
45ead1f93eSLiane Prazafile path=usr/include/mpapi-sun.h
46ead1f93eSLiane Prazafile path=usr/include/mpapi.h
4786d41711SAndy Fiddamandir  path=usr/share/man
4886d41711SAndy Fiddamandir  path=usr/share/man/man3lib
49c10c16deSRichard Lowefile path=usr/share/man/man3lib/libMPAPI.3lib
5086d41711SAndy Fiddamanlink path=usr/share/man/man3lib/libmpapi.3lib target=libMPAPI.3lib
5186d41711SAndy Fiddamandir  path=usr/share/man/man3mpapi
52c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_AssignLogicalUnitToTPG.3mpapi
53c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_CancelOverridePath.3mpapi
54c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_CompareOIDs.3mpapi
55c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_DeregisterForObjectPropertyChanges.3mpapi
5686d41711SAndy Fiddamanfile path=usr/share/man/man3mpapi/MP_DeregisterForObjectVisibilityChanges.3mpapi
57c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_DeregisterPlugin.3mpapi
58c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_DisableAutoFailback.3mpapi
59c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_DisableAutoProbing.3mpapi
60c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_DisablePath.3mpapi
61c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_EnableAutoFailback.3mpapi
62c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_EnableAutoProbing.3mpapi
63c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_EnablePath.3mpapi
64c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_FreeOidList.3mpapi
65c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetAssociatedPathOidList.3mpapi
66c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetAssociatedPluginOid.3mpapi
67c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetAssociatedTPGOidList.3mpapi
68c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetDeviceProductOidList.3mpapi
69c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetDeviceProductProperties.3mpapi
70c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetInitiatorPortOidList.3mpapi
71c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetInitiatorPortProperties.3mpapi
72c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetLibraryProperties.3mpapi
73c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetMPLogicalUnitProperties.3mpapi
74c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetMPLuOidListFromTPG.3mpapi
75c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetMultipathLus.3mpapi
76c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetObjectType.3mpapi
77c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetPathLogicalUnitProperties.3mpapi
78c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetPluginOidList.3mpapi
79c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetPluginProperties.3mpapi
80c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetProprietaryLoadBalanceOidList.3mpapi
8186d41711SAndy Fiddamanfile path=usr/share/man/man3mpapi/MP_GetProprietaryLoadBalanceProperties.3mpapi
82c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetTargetPortGroupProperties.3mpapi
83c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetTargetPortOidList.3mpapi
84c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_GetTargetPortProperties.3mpapi
85c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_RegisterForObjectPropertyChanges.3mpapi
86c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_RegisterForObjectVisibilityChanges.3mpapi
87c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_RegisterPlugin.3mpapi
88c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_SetFailbackPollingRate.3mpapi
89c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_SetLogicalUnitLoadBalanceType.3mpapi
90c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_SetOverridePath.3mpapi
91c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_SetPathWeight.3mpapi
92c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_SetPluginLoadBalanceType.3mpapi
93c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_SetProbingPollingRate.3mpapi
94c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_SetProprietaryProperties.3mpapi
95c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/MP_SetTPGAccess.3mpapi
96c10c16deSRichard Lowefile path=usr/share/man/man3mpapi/Sun_MP_SendScsiCmd.3mpapi
97*bbf21555SRichard Lowedir  path=usr/share/man/man5
98*bbf21555SRichard Lowefile path=usr/share/man/man5/mpapi.conf.5
9971e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWmpapi desc="Common Library based on SNIA MP API specification" \
10071e464e5SPeter Dennis - Sustaining Engineer    name="SNIA Multipath Management API Common Library"
10171e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWmpapir \
102ead1f93eSLiane Praza    desc="Common Library based on SNIA MP API specification (Root)" \
10371e464e5SPeter Dennis - Sustaining Engineer    name="SNIA Multipath Management API Common Library (Root)"
104ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
105ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
1065084e753SMark J. Nelsonlicense usr/src/lib/mpapi/libmpapi/THIRDPARTYLICENSE \
1075084e753SMark J. Nelson    license=usr/src/lib/mpapi/libmpapi/THIRDPARTYLICENSE
10886d41711SAndy Fiddamandepend type=require fmri=system/library/storage/libmpscsi_vhci
109