1*a3114836SGerry Liu# 2*a3114836SGerry Liu# CDDL HEADER START 3*a3114836SGerry Liu# 4*a3114836SGerry Liu# The contents of this file are subject to the terms of the 5*a3114836SGerry Liu# Common Development and Distribution License (the "License"). 6*a3114836SGerry Liu# You may not use this file except in compliance with the License. 7*a3114836SGerry Liu# 8*a3114836SGerry Liu# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*a3114836SGerry Liu# or http://www.opensolaris.org/os/licensing. 10*a3114836SGerry Liu# See the License for the specific language governing permissions 11*a3114836SGerry Liu# and limitations under the License. 12*a3114836SGerry Liu# 13*a3114836SGerry Liu# When distributing Covered Code, include this CDDL HEADER in each 14*a3114836SGerry Liu# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*a3114836SGerry Liu# If applicable, add the following below this CDDL HEADER, with the 16*a3114836SGerry Liu# fields enclosed by brackets "[]" replaced with your own identifying 17*a3114836SGerry Liu# information: Portions Copyright [yyyy] [name of copyright owner] 18*a3114836SGerry Liu# 19*a3114836SGerry Liu# CDDL HEADER END 20*a3114836SGerry Liu# 21*a3114836SGerry Liu 22*a3114836SGerry Liu# 23*a3114836SGerry Liu# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24*a3114836SGerry Liu# Use is subject to license terms. 25*a3114836SGerry Liu# 26*a3114836SGerry Liu 27*a3114836SGerry Liu# 28*a3114836SGerry Liu# This package will install successfully into any zone, global or 29*a3114836SGerry Liu# non-global. The files, directories, links, and hardlinks, however, 30*a3114836SGerry Liu# will only be installed into the global zone. 31*a3114836SGerry Liu# 32*a3114836SGerry Liu<include hollow_zone_pkg> 33*a3114836SGerry Liuset name=pkg.fmri \ 34*a3114836SGerry Liu value=pkg:/system/kernel/dynamic-reconfiguration/i86pc@$(PKGVERS) 35*a3114836SGerry Liuset name=pkg.description \ 36*a3114836SGerry Liu value="Dynamic Reconfiguration Modules for i86pc required to support \ 37*a3114836SGerry Liu hotplug on i86pc based systems. Includes the ACPI Hotplug Daemon, SMF \ 38*a3114836SGerry Liu manifests/methods and drivers for hotplug operations." 39*a3114836SGerry Liuset name=pkg.summary value="Dynamic Reconfiguration Modules for i86pc" 40*a3114836SGerry Liuset name=info.classification \ 41*a3114836SGerry Liu value="org.opensolaris.category.2008:System/Administration and Configuration" \ 42*a3114836SGerry Liu value="org.opensolaris.category.2008:System/Enterprise Management" 43*a3114836SGerry Liuset name=variant.arch value=i386 44*a3114836SGerry Liuset name=variant.opensolaris.zone value=global value=nonglobal 45*a3114836SGerry Liudir path=platform group=sys 46*a3114836SGerry Liudir path=platform/i86pc group=sys 47*a3114836SGerry Liudir path=platform/i86pc/kernel group=sys 48*a3114836SGerry Liudir path=platform/i86pc/kernel/drv group=sys 49*a3114836SGerry Liudir path=platform/i86pc/kernel/drv/$(ARCH64) group=sys 50*a3114836SGerry Liudir path=platform/i86pc/kernel/misc group=sys 51*a3114836SGerry Liudir path=platform/i86pc/kernel/misc/$(ARCH64) group=sys 52*a3114836SGerry Liufile path=platform/i86pc/kernel/misc/$(ARCH64)/drmach_acpi group=sys \ 53*a3114836SGerry Liu mode=0755 54*a3114836SGerry Liudir path=usr group=sys 55*a3114836SGerry Liudir path=usr/platform group=sys 56*a3114836SGerry Liudir path=usr/platform/i86pc group=sys 57*a3114836SGerry Liudir path=usr/platform/i86pc/lib group=sys 58*a3114836SGerry Liudir path=var group=sys 59*a3114836SGerry Liudir path=var/svc group=sys 60*a3114836SGerry Liudir path=var/svc/manifest group=sys 61*a3114836SGerry Liudir path=var/svc/manifest/platform group=sys 62*a3114836SGerry Liudir path=var/svc/manifest/platform/i86pc group=sys 63*a3114836SGerry Liufile path=platform/i86pc/kernel/drv/$(ARCH64)/dr group=sys 64*a3114836SGerry Liudriver name=dr alias=acpidr_sbd 65*a3114836SGerry Liufile path=platform/i86pc/kernel/drv/dr.conf group=sys mode=0644 66*a3114836SGerry Liufile path=usr/platform/i86pc/lib/acpihpd group=sys mode=0755 67*a3114836SGerry Liufile path=var/svc/manifest/platform/i86pc/acpihpd.xml group=sys mode=0444 68*a3114836SGerry Liudir path=lib group=sys 69*a3114836SGerry Liudir path=lib/svc group=sys 70*a3114836SGerry Liudir path=lib/svc/method group=sys 71*a3114836SGerry Liufile path=lib/svc/method/svc-acpihpd group=sys mode=0555 72*a3114836SGerry Liudir path=usr/platform/i86pc/lib/cfgadm 73*a3114836SGerry Liudir path=usr/platform/i86pc/lib/cfgadm/$(ARCH64) 74*a3114836SGerry Liufile path=usr/platform/i86pc/lib/cfgadm/sbd.so.1 75*a3114836SGerry Liulink path=usr/platform/i86pc/lib/cfgadm/sbd.so \ 76*a3114836SGerry Liu target=./sbd.so.1 77*a3114836SGerry Liufile path=usr/platform/i86pc/lib/cfgadm/$(ARCH64)/sbd.so.1 78*a3114836SGerry Liulink path=usr/platform/i86pc/lib/cfgadm/$(ARCH64)/sbd.so \ 79*a3114836SGerry Liu target=./sbd.so.1 80*a3114836SGerry Liulicense cr_Intel.hotplug license=cr_Intel 81*a3114836SGerry Liulicense cr_Sun license=cr_Sun 82*a3114836SGerry Liulicense lic_CDDL license=lic_CDDL 83*a3114836SGerry Liudepend fmri=pkg:/system/kernel/power type=require 84