2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
8 The contents of this file are subject to the terms of the
9 Common Development and Distribution License (the "License").
10 You may not use this file except in compliance with the License.
12 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 or http://www.opensolaris.org/os/licensing.
14 See the License for the specific language governing permissions
15 and limitations under the License.
17 When distributing Covered Code, include this CDDL HEADER in each
18 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 If applicable, add the following below this CDDL HEADER, with the
20 fields enclosed by brackets "[]" replaced with your own identifying
21 information: Portions Copyright [yyyy] [name of copyright owner]
25 NOTE: This service manifest is not editable; its contents will
26 be overwritten by package or patch operations, including
27 operating system upgrade. Make customizations in a different
30 Service manifest for establishing hardware keyboard defaults.
33 <service_bundle type='manifest' name='SUNWcsr:keymap'>
45 grouping='require_all'
47 <service_fmri value='svc:/system/filesystem/usr' />
51 name='keymap_single-user'
52 grouping='optional_all'
54 <service_fmri value='svc:/milestone/single-user' />
60 exec='/lib/svc/method/keymap'
61 timeout_seconds='0' />
67 timeout_seconds='60' />
69 <property_group name='startd' type='framework'>
70 <propval name='duration' type='astring'
74 <instance name='default' enabled='false'>
75 <property_group name='keymap' type='system'>
76 <propval name='keyboard_abort' type='astring' value='enable' />
77 <propval name='keyclick' type='boolean' value='false' />
78 <propval name='repeat_delay' type='integer' value='500' />
79 <propval name='repeat_rate' type='integer' value='40' />
80 <propval name='layout' type='astring' value='US-English' />
81 <propval name='kbd_beeper_freq' type='integer' value='2000' />
82 <propval name='console_beeper_freq' type='integer' value='900' />
86 <stability value='Unstable' />
90 <loctext xml:lang='C'>keyboard defaults
98 manpath='/usr/share/man' />
101 <pg_pattern name='keymap' type='system'>
103 <loctext xml:lang='C'>
104 Default keyboard configurations
107 <prop_pattern name='keyboard_abort' type='astring' required='true'>
109 <loctext xml:lang='C'>
110 The behavior of keyboard abort sequence
113 <cardinality min="1" max="1"/>
115 <prop_pattern name='keyclick' type='boolean' required='true'>
117 <loctext xml:lang='C'>
118 The keyclick behavior
121 <cardinality min="1" max="1"/>
123 <prop_pattern name='repeat_delay' type='integer' required='true'>
125 <loctext xml:lang='C'>
129 <cardinality min="1" max="1"/>
131 <prop_pattern name='repeat_rate' type='integer' required='true'>
133 <loctext xml:lang='C'>
137 <cardinality min="1" max="1"/>
139 <prop_pattern name='layout' type='astring' required='true'>
141 <loctext xml:lang='C'>
145 <cardinality min="1" max="1"/>
147 <prop_pattern name='kbd_beeper_freq' type='integer' required='true'>
149 <loctext xml:lang='C'>
150 Keyboard beeper frequency
153 <cardinality min="1" max="1"/>
155 <range min="0" max="32767"/>
158 <prop_pattern name='console_beeper_freq' type='integer' required='true'>
160 <loctext xml:lang='C'>
161 Console beeper frequency
164 <cardinality min="1" max="1"/>
166 <range min="0" max="32767"/>