xref: /titanic_44/usr/src/pkg/manifests/system-ldoms.mf (revision ead1f93ee620d7580f7e53350fe5a884fc4f158a)
1*ead1f93eSLiane Praza#
2*ead1f93eSLiane Praza# CDDL HEADER START
3*ead1f93eSLiane Praza#
4*ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5*ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6*ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7*ead1f93eSLiane Praza#
8*ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10*ead1f93eSLiane Praza# See the License for the specific language governing permissions
11*ead1f93eSLiane Praza# and limitations under the License.
12*ead1f93eSLiane Praza#
13*ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14*ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16*ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17*ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18*ead1f93eSLiane Praza#
19*ead1f93eSLiane Praza# CDDL HEADER END
20*ead1f93eSLiane Praza#
21*ead1f93eSLiane Praza
22*ead1f93eSLiane Praza#
23*ead1f93eSLiane Praza# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
24*ead1f93eSLiane Praza# Use is subject to license terms.
25*ead1f93eSLiane Praza#
26*ead1f93eSLiane Praza
27*ead1f93eSLiane Praza#
28*ead1f93eSLiane Praza# This package will install successfully into any zone, global or
29*ead1f93eSLiane Praza# non-global.  The files, directories, links, and hardlinks, however,
30*ead1f93eSLiane Praza# will only be installed into the global zone.
31*ead1f93eSLiane Praza#
32*ead1f93eSLiane Praza<include hollow_zone_pkg>
33*ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/ldoms@$(PKGVERS)
34*ead1f93eSLiane Prazaset name=pkg.description value="Solaris Logical Domains Configuration Files"
35*ead1f93eSLiane Prazaset name=pkg.summary value="Solaris Logical Domains"
36*ead1f93eSLiane Prazaset name=info.classification \
37*ead1f93eSLiane Praza    value="org.opensolaris.category.2008:System/Administration and Configuration"
38*ead1f93eSLiane Prazaset name=variant.arch value=sparc
39*ead1f93eSLiane Prazaset name=variant.opensolaris.zone value=global value=nonglobal
40*ead1f93eSLiane Prazadir path=lib
41*ead1f93eSLiane Prazadir path=lib/svc
42*ead1f93eSLiane Prazadir path=lib/svc/method
43*ead1f93eSLiane Prazadir path=platform group=sys
44*ead1f93eSLiane Prazadir path=platform/sun4v group=sys
45*ead1f93eSLiane Prazadir path=platform/sun4v/kernel group=sys
46*ead1f93eSLiane Prazadir path=platform/sun4v/kernel/drv group=sys
47*ead1f93eSLiane Prazadir path=platform/sun4v/kernel/drv/$(ARCH64) group=sys
48*ead1f93eSLiane Prazadir path=platform/sun4v/kernel/misc group=sys
49*ead1f93eSLiane Prazadir path=platform/sun4v/kernel/misc/$(ARCH64) group=sys
50*ead1f93eSLiane Prazadir path=usr group=sys
51*ead1f93eSLiane Prazadir path=usr/lib
52*ead1f93eSLiane Prazadir path=usr/lib/$(ARCH64)
53*ead1f93eSLiane Prazadir path=usr/lib/ldoms
54*ead1f93eSLiane Prazadir path=usr/lib/rcm
55*ead1f93eSLiane Prazadir path=usr/lib/rcm/scripts
56*ead1f93eSLiane Prazadir path=var group=sys
57*ead1f93eSLiane Prazadir path=var/svc group=sys
58*ead1f93eSLiane Prazadir path=var/svc/manifest group=sys
59*ead1f93eSLiane Prazadir path=var/svc/manifest/platform group=sys
60*ead1f93eSLiane Prazadir path=var/svc/manifest/platform/sun4v group=sys
61*ead1f93eSLiane Prazadriver name=cnex alias=SUNW,sun4v-channel-devices
62*ead1f93eSLiane Prazadriver name=drctl
63*ead1f93eSLiane Prazadriver name=ds_pri
64*ead1f93eSLiane Prazadriver name=ds_snmp
65*ead1f93eSLiane Prazadriver name=vcc alias=SUNW,sun4v-console-concentrator
66*ead1f93eSLiane Prazadriver name=vdc alias=SUNW,sun4v-disk
67*ead1f93eSLiane Prazadriver name=vds alias=SUNW,sun4v-disk-server
68*ead1f93eSLiane Prazadriver name=vldc alias=SUNW,sun4v-channel
69*ead1f93eSLiane Prazadriver name=vlds alias=SUNW,sun4v-domain-service
70*ead1f93eSLiane Prazadriver name=vnet alias=SUNW,sun4v-network clone_perms="vnet 0666 root sys" \
71*ead1f93eSLiane Praza    perms="* 0666 root sys"
72*ead1f93eSLiane Prazadriver name=vsw alias=SUNW,sun4v-network-switch clone_perms="vsw 0666 root sys" \
73*ead1f93eSLiane Praza    perms="* 0666 root sys"
74*ead1f93eSLiane Prazafile path=lib/svc/method/ldoms-agents mode=0555
75*ead1f93eSLiane Prazafile path=lib/svc/method/svc-drd mode=0555
76*ead1f93eSLiane Prazafile path=lib/svc/method/svc-vntsd mode=0555
77*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/cnex group=sys
78*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/drctl group=sys
79*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/ds_pri group=sys
80*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/ds_snmp group=sys
81*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/vcc group=sys
82*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/vdc group=sys
83*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/vds group=sys
84*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/vldc group=sys
85*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/vlds group=sys
86*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/vnet group=sys
87*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/$(ARCH64)/vsw group=sys
88*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/drctl.conf group=sys reboot-needed=false
89*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/ds_pri.conf group=sys reboot-needed=false
90*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/drv/ds_snmp.conf group=sys reboot-needed=false
91*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/misc/$(ARCH64)/dr_cpu group=sys mode=0755 \
92*ead1f93eSLiane Praza    reboot-needed=true
93*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/misc/$(ARCH64)/dr_io group=sys mode=0755 \
94*ead1f93eSLiane Praza    reboot-needed=true
95*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/misc/$(ARCH64)/dr_mem group=sys mode=0755 \
96*ead1f93eSLiane Praza    reboot-needed=true
97*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/misc/$(ARCH64)/ds group=sys mode=0755 \
98*ead1f93eSLiane Praza    reboot-needed=true
99*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/misc/$(ARCH64)/fault_iso group=sys mode=0755 \
100*ead1f93eSLiane Praza    reboot-needed=true
101*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/misc/$(ARCH64)/ldc group=sys mode=0755 \
102*ead1f93eSLiane Praza    reboot-needed=true
103*ead1f93eSLiane Prazafile path=platform/sun4v/kernel/misc/$(ARCH64)/platsvc group=sys mode=0755 \
104*ead1f93eSLiane Praza    reboot-needed=true
105*ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libds.so.1
106*ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libpri.so.1
107*ead1f93eSLiane Prazafile path=usr/lib/ldoms/drd mode=0555
108*ead1f93eSLiane Prazafile path=usr/lib/ldoms/ldmad mode=0555
109*ead1f93eSLiane Prazafile path=usr/lib/ldoms/vntsd mode=0555
110*ead1f93eSLiane Prazafile path=usr/lib/libds.so.1
111*ead1f93eSLiane Prazafile path=usr/lib/libpri.so.1
112*ead1f93eSLiane Prazafile path=usr/lib/rcm/scripts/SUNW,vdevices.pl mode=0555
113*ead1f93eSLiane Prazafile path=var/svc/manifest/platform/sun4v/drd.xml group=sys mode=0444
114*ead1f93eSLiane Prazafile path=var/svc/manifest/platform/sun4v/ldoms-agents.xml group=sys mode=0444
115*ead1f93eSLiane Prazafile path=var/svc/manifest/platform/sun4v/vntsd.xml group=sys mode=0444
116*ead1f93eSLiane Prazalegacy pkg=SUNWldomr.v arch=$(ARCH).sun4v category=system \
117*ead1f93eSLiane Praza    desc="Solaris Logical Domains Configuration Files" \
118*ead1f93eSLiane Praza    hotline="Please contact your local service provider" \
119*ead1f93eSLiane Praza    name="Solaris Logical Domains (Root)" vendor="Sun Microsystems, Inc." \
120*ead1f93eSLiane Praza    version=11.11,REV=2009.11.11
121*ead1f93eSLiane Prazalegacy pkg=SUNWldomu.v arch=$(ARCH).sun4v category=system \
122*ead1f93eSLiane Praza    desc="Solaris Logical Domains Configuration and Administration" \
123*ead1f93eSLiane Praza    hotline="Please contact your local service provider" \
124*ead1f93eSLiane Praza    name="Solaris Logical Domains (Usr)" vendor="Sun Microsystems, Inc." \
125*ead1f93eSLiane Praza    version=11.11,REV=2009.11.11
126*ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
127*ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
128