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. 24ead1f93eSLiane Praza# 25ead1f93eSLiane Praza 26ebbab6bbSDan Price# 27ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the 28ebbab6bbSDan Price# global zone only. See the include file for greater detail, as well as 29ebbab6bbSDan Price# information about overriding the defaults. 30ebbab6bbSDan Price# 31ebbab6bbSDan Price<include global_zone_only_component> 32ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/storage/sasinfo@$(PKGVERS) 33ead1f93eSLiane Prazaset name=pkg.description \ 34ead1f93eSLiane Praza value="T11 Storage Management HBA API Libraries and CLI" 35ead1f93eSLiane Prazaset name=pkg.summary value="SM-HBA Libraries and CLI" 36ead1f93eSLiane Prazaset name=info.classification \ 37ead1f93eSLiane Praza value=org.opensolaris.category.2008:System/Libraries 38ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 39ebbab6bbSDan Pricedir path=etc group=sys 40ead1f93eSLiane Prazadir path=usr group=sys 41ead1f93eSLiane Prazadir path=usr/include 42ead1f93eSLiane Prazadir path=usr/lib 43ead1f93eSLiane Prazadir path=usr/lib/$(ARCH64) 44ead1f93eSLiane Prazadir path=usr/sbin 45*c10c16deSRichard Lowedir path=usr/share/man 46*c10c16deSRichard Lowedir path=usr/share/man/man1m 47*c10c16deSRichard Lowedir path=usr/share/man/man3lib 48*c10c16deSRichard Lowedir path=usr/share/man/man4 49ebbab6bbSDan Pricefile path=etc/smhba.conf group=sys original_name=SUNWsmhba:etc/smhba.conf \ 50ebbab6bbSDan Price preserve=true 51ead1f93eSLiane Prazafile path=usr/include/smhbaapi.h 52ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libSMHBAAPI.so.1 53ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libsun_sas.so.1 54ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/llib-lSMHBAAPI.ln 55ead1f93eSLiane Prazafile path=usr/lib/libSMHBAAPI.so.1 56ead1f93eSLiane Prazafile path=usr/lib/libsun_sas.so.1 57ead1f93eSLiane Prazafile path=usr/lib/llib-lSMHBAAPI 58ead1f93eSLiane Prazafile path=usr/lib/llib-lSMHBAAPI.ln 59ead1f93eSLiane Prazafile path=usr/sbin/sasinfo mode=0555 60*c10c16deSRichard Lowefile path=usr/share/man/man1m/sasinfo.1m 61*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetAdapterAttributes.3lib 62*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetAdapterPortAttributes.3lib 63*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetBindingCapability.3lib 64*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetBindingSupport.3lib 65*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetDiscoveredPortAttributes.3lib 66*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetFCPhyAttributes.3lib 67*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetLUNStatistics.3lib 68*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetNumberofPorts.3lib 69*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetPersistentBinding.3lib 70*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetPhyStatistics.3lib 71*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetPortAttributesByWWN.3lib 72*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetPortType.3lib 73*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetProtocolStatistics.3lib 74*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetSASPhyAttributes.3lib 75*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetTargetMapping.3lib 76*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetVendorLibraryAttributes.3lib 77*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetVersion.3lib 78*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_GetWrapperLibraryAttributes.3lib 79*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_RegisterForAdapterAddEvents.3lib 80*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_RegisterForAdapterEvents.3lib 81*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_RegisterForAdapterPhyStatEvents.3lib 82*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_RegisterForAdapterPortEvents.3lib 83*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_RegisterForAdapterPortStatEvents.3lib 84*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_RegisterForTargetEvents.3lib 85*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_RegisterLibrary.3lib 86*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_RemoveAllPersistentBindings.3lib 87*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_RemovePersistentBinding.3lib 88*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_ScsiInquiry.3lib 89*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_ScsiReadCapacity.3lib 90*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_ScsiReportLuns.3lib 91*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_SendECHO.3lib 92*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_SendSMPPassThru.3lib 93*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_SendTEST.3lib 94*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_SetBindingSupport.3lib 95*c10c16deSRichard Lowefile path=usr/share/man/man3lib/SMHBA_SetPersistentBinding.3lib 96*c10c16deSRichard Lowefile path=usr/share/man/man3lib/libSMHBAAPI.3lib 97*c10c16deSRichard Lowefile path=usr/share/man/man3lib/libsmhbaapi.3lib 98*c10c16deSRichard Lowefile path=usr/share/man/man4/smhba.conf.4 9971e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWsmhba desc="T11 Storage Management HBA API Libraries and CLI" \ 10071e464e5SPeter Dennis - Sustaining Engineer name="SM-HBA Libraries and CLI" 10171e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWsmhbar \ 102ead1f93eSLiane Praza desc="T11 Storage Management HBA API Libraries and CLI (root)" \ 10371e464e5SPeter Dennis - Sustaining Engineer name="SM-HBA Libraries and CLI (root)" 104ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 105ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 1065084e753SMark J. Nelsonlicense usr/src/lib/smhba/THIRDPARTYLICENSE \ 1075084e753SMark J. Nelson license=usr/src/lib/smhba/THIRDPARTYLICENSE 108ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libSMHBAAPI.so target=libSMHBAAPI.so.1 109ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libsun_sas.so target=libsun_sas.so.1 110ead1f93eSLiane Prazalink path=usr/lib/libSMHBAAPI.so target=libSMHBAAPI.so.1 111ead1f93eSLiane Prazalink path=usr/lib/libsun_sas.so target=libsun_sas.so.1 112