1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 3 4 <!-- 5 CDDL HEADER START 6 7 The contents of this file are subject to the terms of the 8 Common Development and Distribution License (the "License"). 9 You may not use this file except in compliance with the License. 10 11 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 12 or http://www.opensolaris.org/os/licensing. 13 See the License for the specific language governing permissions 14 and limitations under the License. 15 16 When distributing Covered Code, include this CDDL HEADER in each 17 file and include the License file at usr/src/OPENSOLARIS.LICENSE. 18 If applicable, add the following below this CDDL HEADER, with the 19 fields enclosed by brackets "[]" replaced with your own identifying 20 information: Portions Copyright [yyyy] [name of copyright owner] 21 22 CDDL HEADER END 23 24 Copyright 2008 Sun Microsystems, Inc. All rights reserved. 25 Use is subject to license terms. 26 --> 27 28 <service_bundle type='manifest' name='export'> 29 <service name='svccfg_setprop_013_service' type='service' version='0'> 30 <property_group name='svccfg_setprop_013_svcpg' type='application'> 31 <property name='svccfg_setprop_013_astringprop' type='astring'> 32 <astring_list> 33 <value_node value='first svc prop'/> 34 <value_node value='second svc prop'/> 35 </astring_list> 36 </property> 37 <property name='svccfg_setprop_013_countprop' type='count'> 38 <count_list> 39 <value_node value='1'/> 40 <value_node value='2'/> 41 <value_node value='3'/> 42 <value_node value='4'/> 43 <value_node value='5'/> 44 </count_list> 45 </property> 46 </property_group> 47 <instance name='svccfg_setprop_013_instance' enabled='false'> 48 <property_group name='svccfg_setprop_013_instpg' type='application'> 49 <property name='svccfg_setprop_013_astringprop' type='astring'> 50 <astring_list> 51 <value_node value='first inst prop'/> 52 <value_node value='second inst prop'/> 53 </astring_list> 54 </property> 55 <property name='svccfg_setprop_013_countprop' type='count'> 56 <count_list> 57 <value_node value='11'/> 58 <value_node value='12'/> 59 <value_node value='13'/> 60 <value_node value='14'/> 61 <value_node value='15'/> 62 </count_list> 63 </property> 64 </property_group> 65 </instance> 66 </service> 67 </service_bundle>