xref: /titanic_41/usr/src/cmd/kbd/keymap.xml (revision 6a634c9dca3093f3922e4b7ab826d7bdf17bf78e)
17c478bd9Sstevel@tonic-gate<?xml version="1.0"?>
27c478bd9Sstevel@tonic-gate<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
37c478bd9Sstevel@tonic-gate<!--
4*8600af92Sfei feng - Sun Microsystems - Beijing China Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
57c478bd9Sstevel@tonic-gate
67c478bd9Sstevel@tonic-gate CDDL HEADER START
77c478bd9Sstevel@tonic-gate
87c478bd9Sstevel@tonic-gate The contents of this file are subject to the terms of the
91f6eb021SLiane Praza Common Development and Distribution License (the "License").
101f6eb021SLiane Praza You may not use this file except in compliance with the License.
117c478bd9Sstevel@tonic-gate
127c478bd9Sstevel@tonic-gate You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
137c478bd9Sstevel@tonic-gate or http://www.opensolaris.org/os/licensing.
147c478bd9Sstevel@tonic-gate See the License for the specific language governing permissions
157c478bd9Sstevel@tonic-gate and limitations under the License.
167c478bd9Sstevel@tonic-gate
177c478bd9Sstevel@tonic-gate When distributing Covered Code, include this CDDL HEADER in each
187c478bd9Sstevel@tonic-gate file and include the License file at usr/src/OPENSOLARIS.LICENSE.
197c478bd9Sstevel@tonic-gate If applicable, add the following below this CDDL HEADER, with the
207c478bd9Sstevel@tonic-gate fields enclosed by brackets "[]" replaced with your own identifying
217c478bd9Sstevel@tonic-gate information: Portions Copyright [yyyy] [name of copyright owner]
227c478bd9Sstevel@tonic-gate
237c478bd9Sstevel@tonic-gate CDDL HEADER END
247c478bd9Sstevel@tonic-gate
257c478bd9Sstevel@tonic-gate	NOTE:  This service manifest is not editable; its contents will
267c478bd9Sstevel@tonic-gate	be overwritten by package or patch operations, including
277c478bd9Sstevel@tonic-gate	operating system upgrade.  Make customizations in a different
287c478bd9Sstevel@tonic-gate	file.
297c478bd9Sstevel@tonic-gate
307c478bd9Sstevel@tonic-gate	Service manifest for establishing hardware keyboard defaults.
317c478bd9Sstevel@tonic-gate-->
327c478bd9Sstevel@tonic-gate
337c478bd9Sstevel@tonic-gate<service_bundle type='manifest' name='SUNWcsr:keymap'>
347c478bd9Sstevel@tonic-gate
357c478bd9Sstevel@tonic-gate<service
367c478bd9Sstevel@tonic-gate	name='system/keymap'
377c478bd9Sstevel@tonic-gate	type='service'
387c478bd9Sstevel@tonic-gate	version='1'>
397c478bd9Sstevel@tonic-gate
407c478bd9Sstevel@tonic-gate	<single_instance />
417c478bd9Sstevel@tonic-gate
427c478bd9Sstevel@tonic-gate	<dependency
437c478bd9Sstevel@tonic-gate		name='usr'
447c478bd9Sstevel@tonic-gate		type='service'
457c478bd9Sstevel@tonic-gate		grouping='require_all'
467c478bd9Sstevel@tonic-gate		restart_on='none'>
477c478bd9Sstevel@tonic-gate		<service_fmri value='svc:/system/filesystem/usr' />
487c478bd9Sstevel@tonic-gate	</dependency>
497c478bd9Sstevel@tonic-gate
50c4142085Ssch	<dependent
51c4142085Ssch		name='keymap_single-user'
52c4142085Ssch		grouping='optional_all'
53c4142085Ssch		restart_on='none'>
54c4142085Ssch		<service_fmri value='svc:/milestone/single-user' />
55c4142085Ssch	</dependent>
56c4142085Ssch
577c478bd9Sstevel@tonic-gate	<exec_method
587c478bd9Sstevel@tonic-gate		type='method'
597c478bd9Sstevel@tonic-gate		name='start'
607c478bd9Sstevel@tonic-gate		exec='/lib/svc/method/keymap'
617c478bd9Sstevel@tonic-gate		timeout_seconds='0' />
627c478bd9Sstevel@tonic-gate
631f6eb021SLiane Praza	<exec_method
641f6eb021SLiane Praza		type='method'
651f6eb021SLiane Praza		name='stop'
661f6eb021SLiane Praza		exec=':true'
671f6eb021SLiane Praza		timeout_seconds='60' />
681f6eb021SLiane Praza
697c478bd9Sstevel@tonic-gate	<property_group name='startd' type='framework'>
707c478bd9Sstevel@tonic-gate		<propval name='duration' type='astring'
717c478bd9Sstevel@tonic-gate			value='transient' />
727c478bd9Sstevel@tonic-gate	</property_group>
737c478bd9Sstevel@tonic-gate
74*8600af92Sfei feng - Sun Microsystems - Beijing China	<instance name='default' enabled='false'>
75*8600af92Sfei feng - Sun Microsystems - Beijing China		<property_group name='keymap' type='system'>
76*8600af92Sfei feng - Sun Microsystems - Beijing China			<propval name='keyboard_abort' type='astring' value='enable' />
77*8600af92Sfei feng - Sun Microsystems - Beijing China			<propval name='keyclick' type='boolean' value='false' />
78*8600af92Sfei feng - Sun Microsystems - Beijing China			<propval name='repeat_delay' type='integer' value='500' />
79*8600af92Sfei feng - Sun Microsystems - Beijing China			<propval name='repeat_rate' type='integer' value='40' />
80*8600af92Sfei feng - Sun Microsystems - Beijing China			<propval name='layout' type='astring' value='US-English' />
81*8600af92Sfei feng - Sun Microsystems - Beijing China			<propval name='kbd_beeper_freq' type='integer' value='2000' />
82*8600af92Sfei feng - Sun Microsystems - Beijing China			<propval name='console_beeper_freq' type='integer' value='900' />
83*8600af92Sfei feng - Sun Microsystems - Beijing China		</property_group>
84*8600af92Sfei feng - Sun Microsystems - Beijing China	</instance>
85*8600af92Sfei feng - Sun Microsystems - Beijing China
867c478bd9Sstevel@tonic-gate	<stability value='Unstable' />
877c478bd9Sstevel@tonic-gate
887c478bd9Sstevel@tonic-gate	<template>
897c478bd9Sstevel@tonic-gate		<common_name>
907c478bd9Sstevel@tonic-gate			<loctext xml:lang='C'>keyboard defaults
917c478bd9Sstevel@tonic-gate				</loctext>
927c478bd9Sstevel@tonic-gate		</common_name>
937c478bd9Sstevel@tonic-gate
947c478bd9Sstevel@tonic-gate		<documentation>
957c478bd9Sstevel@tonic-gate			<manpage
967c478bd9Sstevel@tonic-gate				title='kbd'
977c478bd9Sstevel@tonic-gate				section='1M'
987c478bd9Sstevel@tonic-gate				manpath='/usr/share/man' />
997c478bd9Sstevel@tonic-gate		</documentation>
100*8600af92Sfei feng - Sun Microsystems - Beijing China
101*8600af92Sfei feng - Sun Microsystems - Beijing China		<pg_pattern name='keymap' type='system'>
102*8600af92Sfei feng - Sun Microsystems - Beijing China			<description>
103*8600af92Sfei feng - Sun Microsystems - Beijing China				<loctext xml:lang='C'>
104*8600af92Sfei feng - Sun Microsystems - Beijing China					Default keyboard configurations
105*8600af92Sfei feng - Sun Microsystems - Beijing China				</loctext>
106*8600af92Sfei feng - Sun Microsystems - Beijing China			</description>
107*8600af92Sfei feng - Sun Microsystems - Beijing China			<prop_pattern name='keyboard_abort' type='astring' required='true'>
108*8600af92Sfei feng - Sun Microsystems - Beijing China				<description>
109*8600af92Sfei feng - Sun Microsystems - Beijing China					<loctext xml:lang='C'>
110*8600af92Sfei feng - Sun Microsystems - Beijing China						The behavior of keyboard abort sequence
111*8600af92Sfei feng - Sun Microsystems - Beijing China					</loctext>
112*8600af92Sfei feng - Sun Microsystems - Beijing China				</description>
113*8600af92Sfei feng - Sun Microsystems - Beijing China				<cardinality min="1" max="1"/>
114*8600af92Sfei feng - Sun Microsystems - Beijing China			</prop_pattern>
115*8600af92Sfei feng - Sun Microsystems - Beijing China			<prop_pattern name='keyclick' type='boolean' required='true'>
116*8600af92Sfei feng - Sun Microsystems - Beijing China				<description>
117*8600af92Sfei feng - Sun Microsystems - Beijing China					<loctext xml:lang='C'>
118*8600af92Sfei feng - Sun Microsystems - Beijing China						The keyclick behavior
119*8600af92Sfei feng - Sun Microsystems - Beijing China					</loctext>
120*8600af92Sfei feng - Sun Microsystems - Beijing China				</description>
121*8600af92Sfei feng - Sun Microsystems - Beijing China				<cardinality min="1" max="1"/>
122*8600af92Sfei feng - Sun Microsystems - Beijing China			</prop_pattern>
123*8600af92Sfei feng - Sun Microsystems - Beijing China			<prop_pattern name='repeat_delay' type='integer' required='true'>
124*8600af92Sfei feng - Sun Microsystems - Beijing China				<description>
125*8600af92Sfei feng - Sun Microsystems - Beijing China					<loctext xml:lang='C'>
126*8600af92Sfei feng - Sun Microsystems - Beijing China						The autorepeat delay
127*8600af92Sfei feng - Sun Microsystems - Beijing China					</loctext>
128*8600af92Sfei feng - Sun Microsystems - Beijing China				</description>
129*8600af92Sfei feng - Sun Microsystems - Beijing China				<cardinality min="1" max="1"/>
130*8600af92Sfei feng - Sun Microsystems - Beijing China			</prop_pattern>
131*8600af92Sfei feng - Sun Microsystems - Beijing China			<prop_pattern name='repeat_rate' type='integer' required='true'>
132*8600af92Sfei feng - Sun Microsystems - Beijing China				<description>
133*8600af92Sfei feng - Sun Microsystems - Beijing China					<loctext xml:lang='C'>
134*8600af92Sfei feng - Sun Microsystems - Beijing China						The autorepeat rate
135*8600af92Sfei feng - Sun Microsystems - Beijing China					</loctext>
136*8600af92Sfei feng - Sun Microsystems - Beijing China				</description>
137*8600af92Sfei feng - Sun Microsystems - Beijing China				<cardinality min="1" max="1"/>
138*8600af92Sfei feng - Sun Microsystems - Beijing China			</prop_pattern>
139*8600af92Sfei feng - Sun Microsystems - Beijing China			<prop_pattern name='layout' type='astring' required='true'>
140*8600af92Sfei feng - Sun Microsystems - Beijing China				<description>
141*8600af92Sfei feng - Sun Microsystems - Beijing China					<loctext xml:lang='C'>
142*8600af92Sfei feng - Sun Microsystems - Beijing China						The keyboard layout
143*8600af92Sfei feng - Sun Microsystems - Beijing China					</loctext>
144*8600af92Sfei feng - Sun Microsystems - Beijing China				</description>
145*8600af92Sfei feng - Sun Microsystems - Beijing China				<cardinality min="1" max="1"/>
146*8600af92Sfei feng - Sun Microsystems - Beijing China			</prop_pattern>
147*8600af92Sfei feng - Sun Microsystems - Beijing China			<prop_pattern name='kbd_beeper_freq' type='integer' required='true'>
148*8600af92Sfei feng - Sun Microsystems - Beijing China				<description>
149*8600af92Sfei feng - Sun Microsystems - Beijing China					<loctext xml:lang='C'>
150*8600af92Sfei feng - Sun Microsystems - Beijing China						Keyboard beeper frequency
151*8600af92Sfei feng - Sun Microsystems - Beijing China					</loctext>
152*8600af92Sfei feng - Sun Microsystems - Beijing China				</description>
153*8600af92Sfei feng - Sun Microsystems - Beijing China				<cardinality min="1" max="1"/>
154*8600af92Sfei feng - Sun Microsystems - Beijing China				<constraints>
155*8600af92Sfei feng - Sun Microsystems - Beijing China					<range min="0" max="32767"/>
156*8600af92Sfei feng - Sun Microsystems - Beijing China				</constraints>
157*8600af92Sfei feng - Sun Microsystems - Beijing China			</prop_pattern>
158*8600af92Sfei feng - Sun Microsystems - Beijing China			<prop_pattern name='console_beeper_freq' type='integer' required='true'>
159*8600af92Sfei feng - Sun Microsystems - Beijing China				<description>
160*8600af92Sfei feng - Sun Microsystems - Beijing China					<loctext xml:lang='C'>
161*8600af92Sfei feng - Sun Microsystems - Beijing China						Console beeper frequency
162*8600af92Sfei feng - Sun Microsystems - Beijing China					</loctext>
163*8600af92Sfei feng - Sun Microsystems - Beijing China				</description>
164*8600af92Sfei feng - Sun Microsystems - Beijing China				<cardinality min="1" max="1"/>
165*8600af92Sfei feng - Sun Microsystems - Beijing China				<constraints>
166*8600af92Sfei feng - Sun Microsystems - Beijing China					<range min="0" max="32767"/>
167*8600af92Sfei feng - Sun Microsystems - Beijing China				</constraints>
168*8600af92Sfei feng - Sun Microsystems - Beijing China			</prop_pattern>
169*8600af92Sfei feng - Sun Microsystems - Beijing China		</pg_pattern>
1707c478bd9Sstevel@tonic-gate	</template>
1717c478bd9Sstevel@tonic-gate</service>
1727c478bd9Sstevel@tonic-gate
1737c478bd9Sstevel@tonic-gate</service_bundle>
174