970N/A<?xml version="1.0"?>
970N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
970N/A<!--
970N/A
970N/ACopyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
970N/A
970N/APermission is hereby granted, free of charge, to any person obtaining a
970N/Acopy of this software and associated documentation files (the "Software"),
970N/Ato deal in the Software without restriction, including without limitation
970N/Athe rights to use, copy, modify, merge, publish, distribute, sublicense,
970N/Aand/or sell copies of the Software, and to permit persons to whom the
970N/ASoftware is furnished to do so, subject to the following conditions:
970N/A
970N/AThe above copyright notice and this permission notice (including the next
970N/Aparagraph) shall be included in all copies or substantial portions of the
970N/ASoftware.
970N/A
970N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
970N/AIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
970N/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
970N/ATHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
970N/ALIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
970N/AFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
970N/ADEALINGS IN THE SOFTWARE.
970N/A
970N/A-->
970N/A
970N/A<service_bundle type='manifest' name='SUNWxwplr:ogl-select'>
970N/A
970N/A<service
970N/A name='application/opengl/ogl-select'
970N/A type='service'
970N/A version='1'>
970N/A
970N/A <create_default_instance enabled='true'/>
970N/A <single_instance/>
970N/A
970N/A <!-- Need / & /usr filesystems mounted, /var/run mounted read/write -->
970N/A <dependency
970N/A name='fs-local'
970N/A type='service'
970N/A grouping='require_all'
970N/A restart_on='none'>
970N/A <service_fmri value='svc:/system/filesystem/minimal' />
970N/A </dependency>
970N/A
970N/A <!-- We need to run before x11/dtlogin/gdm starts -->
970N/A <dependent
970N/A name='ogl-select_before_x11-server'
970N/A grouping='optional_all'
970N/A restart_on='none'>
970N/A <service_fmri value='svc:/application/x11/x11-server' />
970N/A </dependent>
970N/A
970N/A <dependent
970N/A name='ogl-select_before_gdm2-login'
970N/A grouping='optional_all'
970N/A restart_on='none'>
970N/A <service_fmri value='svc:/application/graphical-login/gdm' />
970N/A </dependent>
970N/A
970N/A <exec_method
970N/A type='method'
970N/A name='start'
970N/A exec='/lib/svc/method/ogl-select start'
970N/A timeout_seconds='30'>
970N/A </exec_method>
970N/A
970N/A <exec_method
970N/A type='method'
970N/A name='stop'
970N/A exec='/lib/svc/method/ogl-select stop'
970N/A timeout_seconds='30'>
970N/A </exec_method>
970N/A
970N/A <property_group name='startd' type='framework'>
970N/A <propval name='duration' type='astring' value='transient' />
970N/A </property_group>
970N/A
970N/A <property_group name='options' type='application'>
970N/A <stability value='Evolving' />
970N/A
970N/A <propval name='vendor' type='astring'
970N/A value='notset' />
970N/A
970N/A <propval name='value_authorization' type='astring'
970N/A value='solaris.smf.manage.opengl' />
970N/A </property_group>
970N/A
970N/A <stability value='Evolving' />
970N/A
970N/A <template>
970N/A <common_name>
970N/A <loctext xml:lang='C'>
970N/A OpenGL runtime select
970N/A </loctext>
970N/A </common_name>
970N/A <documentation>
970N/A <manpage title='ogl-select' section='1' manpath='/usr/X11/share/man' />
970N/A </documentation>
970N/A </template>
970N/A</service>
970N/A
970N/A</service_bundle>
970N/A