Print this page
1681 support for BUILD64=# no longer works


   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.

  25 #
  26 
  27 #
  28 # The default for payload-bearing actions in this package is to appear in the
  29 # global zone only.  See the include file for greater detail, as well as
  30 # information about overriding the defaults.
  31 #
  32 <include global_zone_only_component>
  33 set name=pkg.fmri value=pkg:/system/storage/sasinfo@$(PKGVERS)
  34 set name=pkg.description \
  35     value="T11 Storage Management HBA API Libraries and CLI"
  36 set name=pkg.summary value="SM-HBA Libraries and CLI"
  37 set name=info.classification \
  38     value=org.opensolaris.category.2008:System/Libraries
  39 set name=variant.arch value=$(ARCH)
  40 dir path=etc group=sys
  41 dir path=usr group=sys
  42 dir path=usr/include
  43 dir path=usr/lib
  44 dir path=usr/lib/$(ARCH64)
  45 dir path=usr/sbin
  46 dir path=usr/share/man
  47 dir path=usr/share/man/man1m
  48 dir path=usr/share/man/man3lib
  49 dir path=usr/share/man/man4
  50 file path=etc/smhba.conf group=sys original_name=SUNWsmhba:etc/smhba.conf \
  51     preserve=true
  52 file path=usr/include/smhbaapi.h
  53 file path=usr/lib/$(ARCH64)/libSMHBAAPI.so.1
  54 file path=usr/lib/$(ARCH64)/libsun_sas.so.1
  55 file path=usr/lib/$(ARCH64)/llib-lSMHBAAPI.ln
  56 file path=usr/lib/libSMHBAAPI.so.1
  57 file path=usr/lib/libsun_sas.so.1
  58 file path=usr/lib/llib-lSMHBAAPI
  59 file path=usr/lib/llib-lSMHBAAPI.ln
  60 file path=usr/sbin/sasinfo mode=0555
  61 file path=usr/share/man/man1m/sasinfo.1m
  62 file path=usr/share/man/man3lib/libSMHBAAPI.3lib
  63 file path=usr/share/man/man4/smhba.conf.4
  64 legacy pkg=SUNWsmhba desc="T11 Storage Management HBA API Libraries and CLI" \
  65     name="SM-HBA Libraries and CLI"
  66 legacy pkg=SUNWsmhbar \
  67     desc="T11 Storage Management HBA API Libraries and CLI (root)" \
  68     name="SM-HBA Libraries and CLI (root)"
  69 license cr_Sun license=cr_Sun
  70 license lic_CDDL license=lic_CDDL
  71 license usr/src/lib/smhba/THIRDPARTYLICENSE \
  72     license=usr/src/lib/smhba/THIRDPARTYLICENSE
  73 link path=usr/lib/$(ARCH64)/libSMHBAAPI.so target=libSMHBAAPI.so.1
  74 link path=usr/lib/$(ARCH64)/libsun_sas.so target=libsun_sas.so.1
  75 link path=usr/lib/libSMHBAAPI.so target=libSMHBAAPI.so.1
  76 link path=usr/lib/libsun_sas.so target=libsun_sas.so.1
  77 link path=usr/share/man/man3lib/SMHBA_GetAdapterAttributes.3lib \
  78     target=libSMHBAAPI.3lib
  79 link path=usr/share/man/man3lib/SMHBA_GetAdapterPortAttributes.3lib \
  80     target=libSMHBAAPI.3lib
  81 link path=usr/share/man/man3lib/SMHBA_GetBindingCapability.3lib \
  82     target=libSMHBAAPI.3lib
  83 link path=usr/share/man/man3lib/SMHBA_GetBindingSupport.3lib \
  84     target=libSMHBAAPI.3lib
  85 link path=usr/share/man/man3lib/SMHBA_GetDiscoveredPortAttributes.3lib \
  86     target=libSMHBAAPI.3lib
  87 link path=usr/share/man/man3lib/SMHBA_GetFCPhyAttributes.3lib \
  88     target=libSMHBAAPI.3lib
  89 link path=usr/share/man/man3lib/SMHBA_GetLUNStatistics.3lib \
  90     target=libSMHBAAPI.3lib
  91 link path=usr/share/man/man3lib/SMHBA_GetNumberofPorts.3lib \
  92     target=libSMHBAAPI.3lib
  93 link path=usr/share/man/man3lib/SMHBA_GetPersistentBinding.3lib \
  94     target=libSMHBAAPI.3lib




   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  25 # Copyright 2014 Andrew Stormont.
  26 #
  27 
  28 #
  29 # The default for payload-bearing actions in this package is to appear in the
  30 # global zone only.  See the include file for greater detail, as well as
  31 # information about overriding the defaults.
  32 #
  33 <include global_zone_only_component>
  34 set name=pkg.fmri value=pkg:/system/storage/sasinfo@$(PKGVERS)
  35 set name=pkg.description \
  36     value="T11 Storage Management HBA API Libraries and CLI"
  37 set name=pkg.summary value="SM-HBA Libraries and CLI"
  38 set name=info.classification \
  39     value=org.opensolaris.category.2008:System/Libraries
  40 set name=variant.arch value=$(ARCH)
  41 dir path=etc group=sys
  42 dir path=usr group=sys
  43 dir path=usr/include
  44 dir path=usr/lib
  45 $(BUILD64)dir path=usr/lib/$(ARCH64)
  46 dir path=usr/sbin
  47 dir path=usr/share/man
  48 dir path=usr/share/man/man1m
  49 dir path=usr/share/man/man3lib
  50 dir path=usr/share/man/man4
  51 file path=etc/smhba.conf group=sys original_name=SUNWsmhba:etc/smhba.conf \
  52     preserve=true
  53 file path=usr/include/smhbaapi.h
  54 $(BUILD64)file path=usr/lib/$(ARCH64)/libSMHBAAPI.so.1
  55 $(BUILD64)file path=usr/lib/$(ARCH64)/libsun_sas.so.1
  56 $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lSMHBAAPI.ln
  57 file path=usr/lib/libSMHBAAPI.so.1
  58 file path=usr/lib/libsun_sas.so.1
  59 file path=usr/lib/llib-lSMHBAAPI
  60 file path=usr/lib/llib-lSMHBAAPI.ln
  61 file path=usr/sbin/sasinfo mode=0555
  62 file path=usr/share/man/man1m/sasinfo.1m
  63 file path=usr/share/man/man3lib/libSMHBAAPI.3lib
  64 file path=usr/share/man/man4/smhba.conf.4
  65 legacy pkg=SUNWsmhba desc="T11 Storage Management HBA API Libraries and CLI" \
  66     name="SM-HBA Libraries and CLI"
  67 legacy pkg=SUNWsmhbar \
  68     desc="T11 Storage Management HBA API Libraries and CLI (root)" \
  69     name="SM-HBA Libraries and CLI (root)"
  70 license cr_Sun license=cr_Sun
  71 license lic_CDDL license=lic_CDDL
  72 license usr/src/lib/smhba/THIRDPARTYLICENSE \
  73     license=usr/src/lib/smhba/THIRDPARTYLICENSE
  74 $(BUILD64)link path=usr/lib/$(ARCH64)/libSMHBAAPI.so target=libSMHBAAPI.so.1
  75 $(BUILD64)link path=usr/lib/$(ARCH64)/libsun_sas.so target=libsun_sas.so.1
  76 link path=usr/lib/libSMHBAAPI.so target=libSMHBAAPI.so.1
  77 link path=usr/lib/libsun_sas.so target=libsun_sas.so.1
  78 link path=usr/share/man/man3lib/SMHBA_GetAdapterAttributes.3lib \
  79     target=libSMHBAAPI.3lib
  80 link path=usr/share/man/man3lib/SMHBA_GetAdapterPortAttributes.3lib \
  81     target=libSMHBAAPI.3lib
  82 link path=usr/share/man/man3lib/SMHBA_GetBindingCapability.3lib \
  83     target=libSMHBAAPI.3lib
  84 link path=usr/share/man/man3lib/SMHBA_GetBindingSupport.3lib \
  85     target=libSMHBAAPI.3lib
  86 link path=usr/share/man/man3lib/SMHBA_GetDiscoveredPortAttributes.3lib \
  87     target=libSMHBAAPI.3lib
  88 link path=usr/share/man/man3lib/SMHBA_GetFCPhyAttributes.3lib \
  89     target=libSMHBAAPI.3lib
  90 link path=usr/share/man/man3lib/SMHBA_GetLUNStatistics.3lib \
  91     target=libSMHBAAPI.3lib
  92 link path=usr/share/man/man3lib/SMHBA_GetNumberofPorts.3lib \
  93     target=libSMHBAAPI.3lib
  94 link path=usr/share/man/man3lib/SMHBA_GetPersistentBinding.3lib \
  95     target=libSMHBAAPI.3lib