188447a05SGarrett D'Amore<?xml version='1.0'?>
288447a05SGarrett D'Amore<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
388447a05SGarrett D'Amore<!--
488447a05SGarrett D'Amore Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
588447a05SGarrett D'Amore Use is subject to license terms.
688447a05SGarrett D'Amore
788447a05SGarrett D'Amore CDDL HEADER START
888447a05SGarrett D'Amore
988447a05SGarrett D'Amore The contents of this file are subject to the terms of the
1088447a05SGarrett D'Amore Common Development and Distribution License (the "License").
1188447a05SGarrett D'Amore You may not use this file except in compliance with the License.
1288447a05SGarrett D'Amore
1388447a05SGarrett D'Amore You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1488447a05SGarrett D'Amore or http://www.opensolaris.org/os/licensing.
1588447a05SGarrett D'Amore See the License for the specific language governing permissions
1688447a05SGarrett D'Amore and limitations under the License.
1788447a05SGarrett D'Amore
1888447a05SGarrett D'Amore When distributing Covered Code, include this CDDL HEADER in each
1988447a05SGarrett D'Amore file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2088447a05SGarrett D'Amore If applicable, add the following below this CDDL HEADER, with the
2188447a05SGarrett D'Amore fields enclosed by brackets "[]" replaced with your own identifying
2288447a05SGarrett D'Amore information: Portions Copyright [yyyy] [name of copyright owner]
2388447a05SGarrett D'Amore
2488447a05SGarrett D'Amore CDDL HEADER END
2588447a05SGarrett D'Amore
2688447a05SGarrett D'Amore	NOTE:  This service manifest is not editable; its contents will
2788447a05SGarrett D'Amore	be overwritten by package or patch operations, including
2888447a05SGarrett D'Amore	operating system upgrade.  Make customizations in a different
2988447a05SGarrett D'Amore	file.
3088447a05SGarrett D'Amore
3188447a05SGarrett D'Amore	Service manifest for audio.
3288447a05SGarrett D'Amore-->
3388447a05SGarrett D'Amore
3488447a05SGarrett D'Amore<service_bundle type='manifest' name='SUNWcsr:devices-audio'>
3588447a05SGarrett D'Amore
3688447a05SGarrett D'Amore<service
3788447a05SGarrett D'Amore	name='system/device/audio'
3888447a05SGarrett D'Amore	type='service'
3988447a05SGarrett D'Amore	version='1'>
4088447a05SGarrett D'Amore
4188447a05SGarrett D'Amore	<create_default_instance enabled='true' />
4288447a05SGarrett D'Amore
4388447a05SGarrett D'Amore	<single_instance/>
4488447a05SGarrett D'Amore
4588447a05SGarrett D'Amore	<!--
4688447a05SGarrett D'Amore	  We don't really ndeed devices, just /usr.  However this
4788447a05SGarrett D'Amore	  avoids thrashing in devfsadm.
4888447a05SGarrett D'Amore	-->
4988447a05SGarrett D'Amore	<dependency
5088447a05SGarrett D'Amore		name='devices'
5188447a05SGarrett D'Amore		grouping='require_all'
5288447a05SGarrett D'Amore		restart_on='none'
5388447a05SGarrett D'Amore		type='service'>
5488447a05SGarrett D'Amore		<service_fmri value='svc:/milestone/devices' />
5588447a05SGarrett D'Amore	</dependency>
5688447a05SGarrett D'Amore
5788447a05SGarrett D'Amore	<dependent
5888447a05SGarrett D'Amore		name='devices_audio_multi-user'
5927eb8000SGarrett D'Amore		grouping='optional_all'
6088447a05SGarrett D'Amore		restart_on='none'>
6188447a05SGarrett D'Amore		<service_fmri value='svc:/milestone/multi-user' />
6288447a05SGarrett D'Amore	</dependent>
6388447a05SGarrett D'Amore
6488447a05SGarrett D'Amore	<exec_method
6588447a05SGarrett D'Amore		type='method'
6688447a05SGarrett D'Amore		name='start'
6788447a05SGarrett D'Amore		exec='/lib/svc/method/devices-audio'
6888447a05SGarrett D'Amore		timeout_seconds='30' />
6988447a05SGarrett D'Amore
7088447a05SGarrett D'Amore	<exec_method
7188447a05SGarrett D'Amore		type='method'
7288447a05SGarrett D'Amore		name='stop'
7388447a05SGarrett D'Amore		exec=':true'
7488447a05SGarrett D'Amore		timeout_seconds='1' />
7588447a05SGarrett D'Amore
7688447a05SGarrett D'Amore	<property_group name='startd' type='framework'>
7788447a05SGarrett D'Amore		<propval name='duration' type='astring' value='transient' />
7888447a05SGarrett D'Amore	</property_group>
7988447a05SGarrett D'Amore
8088447a05SGarrett D'Amore	<stability value='Evolving' />
8188447a05SGarrett D'Amore
8288447a05SGarrett D'Amore	<template>
8388447a05SGarrett D'Amore		<common_name>
8488447a05SGarrett D'Amore			<loctext xml:lang='C'>
85*772eca33SJason King			  audio device configuration.
8688447a05SGarrett D'Amore			</loctext>
8788447a05SGarrett D'Amore		</common_name>
8888447a05SGarrett D'Amore	</template>
8988447a05SGarrett D'Amore</service>
9088447a05SGarrett D'Amore
9188447a05SGarrett D'Amore</service_bundle>
92