1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 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 2010 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27set name=pkg.fmri value=pkg:/system/management/wbem/data-management@$(PKGVERS) 28set name=pkg.description value="software for WBEM/CIM data device management" 29set name=pkg.summary value="Solaris Data Management WBEM/CIM API" 30set name=info.classification \ 31 value="org.opensolaris.category.2008:System/Administration and Configuration" 32 33# 34# We skip automated dependencies for this package because it strictly 35# should depend on SUNWwbcou, but SUNWwbcou isn't available in the 36# main opensolaris.org repository and we don't want packages we 37# incorporate to depend on external packages. 38# 39set name=org.opensolaris.nodepend value=true 40set name=variant.arch value=$(ARCH) 41set name=variant.opensolaris.zone value=global value=nonglobal 42dir path=usr group=sys 43dir path=usr/lib 44dir path=usr/sadm 45dir path=usr/sadm/lib 46dir path=usr/sadm/lib/wbem group=sys 47dir path=usr/sadm/mof group=sys 48dir path=var group=sys 49dir path=var/sadm group=sys 50dir path=var/sadm/wbem group=sys 51dir path=var/sadm/wbem/logr group=sys 52dir path=var/sadm/wbem/logr/preReg group=sys 53file path=usr/lib/libfsmgt.so.1 54file path=usr/lib/llib-lfsmgt 55file path=usr/lib/llib-lfsmgt.ln 56file path=usr/sadm/lib/wbem/libWBEMdisk.so group=sys 57file path=usr/sadm/lib/wbem/libWBEMnfs.so group=sys 58file path=usr/sadm/mof/CIM2.7.mof group=sys 59file path=usr/sadm/mof/Solaris_DMGT1.0.mof group=sys 60file path=usr/sadm/mof/Solaris_NFS1.0.mof group=sys 61legacy pkg=SUNWdmgtr arch=$(ARCH) category=system \ 62 desc="software for WBEM/CIM data device management" \ 63 hotline="Please contact your local service provider" \ 64 name="Solaris Data Management WBEM/CIM API (root)" \ 65 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 66legacy pkg=SUNWdmgtu arch=$(ARCH) category=system \ 67 desc="software for WBEM/CIM data device management" \ 68 hotline="Please contact your local service provider" \ 69 name="Solaris Data Management WBEM/CIM API (Usr)" \ 70 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 71license cr_Sun license=cr_Sun 72license lic_CDDL license=lic_CDDL 73link path=usr/lib/libfsmgt.so target=./libfsmgt.so.1 74depend fmri=system/library type=require 75depend fmri=system/library/libdiskmgt type=require 76