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 value=pkg:/system/ldoms@$(PKGVERS) 34set name=pkg.description value="Solaris Logical Domains Configuration Files" 35set name=pkg.summary value="Solaris Logical Domains" 36set name=info.classification \ 37 value="org.opensolaris.category.2008:System/Administration and Configuration" 38set name=variant.arch value=sparc 39set name=variant.opensolaris.zone value=global value=nonglobal 40dir path=lib 41dir path=lib/svc 42dir path=lib/svc/method 43dir path=platform group=sys 44dir path=platform/sun4v group=sys 45dir path=platform/sun4v/kernel group=sys 46dir path=platform/sun4v/kernel/drv group=sys 47dir path=platform/sun4v/kernel/drv/$(ARCH64) group=sys 48dir path=platform/sun4v/kernel/misc group=sys 49dir path=platform/sun4v/kernel/misc/$(ARCH64) group=sys 50dir path=usr group=sys 51dir path=usr/lib 52dir path=usr/lib/$(ARCH64) 53dir path=usr/lib/ldoms 54dir path=usr/lib/rcm 55dir path=usr/lib/rcm/scripts 56dir path=var group=sys 57dir path=var/svc group=sys 58dir path=var/svc/manifest group=sys 59dir path=var/svc/manifest/platform group=sys 60dir path=var/svc/manifest/platform/sun4v group=sys 61driver name=cnex alias=SUNW,sun4v-channel-devices 62driver name=drctl 63driver name=ds_pri 64driver name=ds_snmp 65driver name=vcc alias=SUNW,sun4v-console-concentrator 66driver name=vdc alias=SUNW,sun4v-disk 67driver name=vds alias=SUNW,sun4v-disk-server 68driver name=vldc alias=SUNW,sun4v-channel 69driver name=vlds alias=SUNW,sun4v-domain-service 70driver name=vnet alias=SUNW,sun4v-network clone_perms="vnet 0666 root sys" \ 71 perms="* 0666 root sys" 72driver name=vsw alias=SUNW,sun4v-network-switch clone_perms="vsw 0666 root sys" \ 73 perms="* 0666 root sys" 74file path=lib/svc/method/ldoms-agents mode=0555 75file path=lib/svc/method/svc-drd mode=0555 76file path=lib/svc/method/svc-vntsd mode=0555 77file path=platform/sun4v/kernel/drv/$(ARCH64)/cnex group=sys 78file path=platform/sun4v/kernel/drv/$(ARCH64)/drctl group=sys 79file path=platform/sun4v/kernel/drv/$(ARCH64)/ds_pri group=sys 80file path=platform/sun4v/kernel/drv/$(ARCH64)/ds_snmp group=sys 81file path=platform/sun4v/kernel/drv/$(ARCH64)/vcc group=sys 82file path=platform/sun4v/kernel/drv/$(ARCH64)/vdc group=sys 83file path=platform/sun4v/kernel/drv/$(ARCH64)/vds group=sys 84file path=platform/sun4v/kernel/drv/$(ARCH64)/vldc group=sys 85file path=platform/sun4v/kernel/drv/$(ARCH64)/vlds group=sys 86file path=platform/sun4v/kernel/drv/$(ARCH64)/vnet group=sys 87file path=platform/sun4v/kernel/drv/$(ARCH64)/vsw group=sys 88file path=platform/sun4v/kernel/drv/drctl.conf group=sys reboot-needed=false 89file path=platform/sun4v/kernel/drv/ds_pri.conf group=sys reboot-needed=false 90file path=platform/sun4v/kernel/drv/ds_snmp.conf group=sys reboot-needed=false 91file path=platform/sun4v/kernel/misc/$(ARCH64)/dr_cpu group=sys mode=0755 \ 92 reboot-needed=true 93file path=platform/sun4v/kernel/misc/$(ARCH64)/dr_io group=sys mode=0755 \ 94 reboot-needed=true 95file path=platform/sun4v/kernel/misc/$(ARCH64)/dr_mem group=sys mode=0755 \ 96 reboot-needed=true 97file path=platform/sun4v/kernel/misc/$(ARCH64)/ds group=sys mode=0755 \ 98 reboot-needed=true 99file path=platform/sun4v/kernel/misc/$(ARCH64)/fault_iso group=sys mode=0755 \ 100 reboot-needed=true 101file path=platform/sun4v/kernel/misc/$(ARCH64)/ldc group=sys mode=0755 \ 102 reboot-needed=true 103file path=platform/sun4v/kernel/misc/$(ARCH64)/platsvc group=sys mode=0755 \ 104 reboot-needed=true 105file path=usr/lib/$(ARCH64)/libds.so.1 106file path=usr/lib/$(ARCH64)/libpri.so.1 107file path=usr/lib/ldoms/drd mode=0555 108file path=usr/lib/ldoms/ldmad mode=0555 109file path=usr/lib/ldoms/vntsd mode=0555 110file path=usr/lib/libds.so.1 111file path=usr/lib/libpri.so.1 112file path=usr/lib/rcm/scripts/SUNW,vdevices.pl mode=0555 113file path=var/svc/manifest/platform/sun4v/drd.xml group=sys mode=0444 114file path=var/svc/manifest/platform/sun4v/ldoms-agents.xml group=sys mode=0444 115file path=var/svc/manifest/platform/sun4v/vntsd.xml group=sys mode=0444 116legacy pkg=SUNWldomr.v arch=$(ARCH).sun4v category=system \ 117 desc="Solaris Logical Domains Configuration Files" \ 118 hotline="Please contact your local service provider" \ 119 name="Solaris Logical Domains (Root)" vendor="Sun Microsystems, Inc." \ 120 version=11.11,REV=2009.11.11 121legacy pkg=SUNWldomu.v arch=$(ARCH).sun4v category=system \ 122 desc="Solaris Logical Domains Configuration and Administration" \ 123 hotline="Please contact your local service provider" \ 124 name="Solaris Logical Domains (Usr)" vendor="Sun Microsystems, Inc." \ 125 version=11.11,REV=2009.11.11 126license cr_Sun license=cr_Sun 127license lic_CDDL license=lic_CDDL 128