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 27# 28# This package will install successfully into any zone, global or 29# non-global. The files, directories, links, and hardlinks, however, 30# will only be installed into the global zone. 31# 32<include hollow_zone_pkg> 33set name=pkg.fmri \ 34 value=pkg:/system/domain-service-processor-protocol/sparc-enterprise@$(PKGVERS) 35set name=pkg.description \ 36 value="Domain to Service Processor Communications Protocol" 37set name=pkg.summary value="Domain to Service Processor Communications Protocol" 38set name=info.classification value=org.opensolaris.category.2008:System/Core 39set name=variant.arch value=sparc 40set name=variant.opensolaris.zone value=global value=nonglobal 41dir path=lib 42dir path=lib/svc 43dir path=lib/svc/method 44dir path=platform group=sys 45dir path=platform/SUNW,SPARC-Enterprise group=sys 46dir path=platform/SUNW,SPARC-Enterprise/kernel group=sys 47dir path=platform/SUNW,SPARC-Enterprise/kernel/drv group=sys 48dir path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64) group=sys 49dir path=usr group=sys 50dir path=usr/platform group=sys 51dir path=usr/platform/SUNW,SPARC-Enterprise group=sys 52dir path=usr/platform/SUNW,SPARC-Enterprise/lib 53dir path=usr/platform/SUNW,SPARC-Enterprise/sbin 54dir path=var group=sys 55dir path=var/svc group=sys 56dir path=var/svc/manifest group=sys 57dir path=var/svc/manifest/platform group=sys 58dir path=var/svc/manifest/platform/sun4u group=sys 59driver name=dm2s 60driver name=oplkmdrv 61file path=lib/svc/method/svc-dscp mode=0555 62file path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/dm2s group=sys 63file path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/oplkmdrv group=sys 64file path=platform/SUNW,SPARC-Enterprise/kernel/drv/dm2s.conf group=sys \ 65 reboot-needed=false 66file path=platform/SUNW,SPARC-Enterprise/kernel/drv/oplkmdrv.conf group=sys \ 67 reboot-needed=false 68file path=usr/platform/SUNW,SPARC-Enterprise/lib/dscp.ppp.options group=sys \ 69 mode=0555 70file path=usr/platform/SUNW,SPARC-Enterprise/lib/libdscp.so.1 71file path=usr/platform/SUNW,SPARC-Enterprise/lib/llib-ldscp.ln group=sys 72file path=usr/platform/SUNW,SPARC-Enterprise/sbin/prtdscp mode=0755 73file path=var/svc/manifest/platform/sun4u/dscp.xml group=sys mode=0444 74legacy pkg=SUNWdscpr.u arch=$(ARCH).sun4u category=system \ 75 desc="Domain to Service Processor Communications Protocol (Root)" \ 76 hotline="Please contact your local service provider" \ 77 name="Domain to Service Processor Communications Protocol (Root)" \ 78 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 79legacy pkg=SUNWdscpu.u arch=$(ARCH).sun4u category=system \ 80 desc="Domain to Service Processor Communications Protocol (Kvm)" \ 81 hotline="Please contact your local service provider" \ 82 name="Domain to Service Processor Communications Protocol (Kvm)" \ 83 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 84license cr_Sun license=cr_Sun 85license lic_CDDL license=lic_CDDL 86link path=usr/platform/SUNW,SPARC-Enterprise/lib/libdscp.so \ 87 target=./libdscp.so.1 88