Pierre De Rop | 8b8237e | 2012-10-02 21:51:23 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 3 | license agreements. See the NOTICE file distributed with this work for additional |
| 4 | information regarding copyright ownership. The ASF licenses this file to |
| 5 | you under the Apache License, Version 2.0 (the "License"); you may not use |
| 6 | this file except in compliance with the License. You may obtain a copy of |
| 7 | the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 8 | by applicable law or agreed to in writing, software distributed under the |
| 9 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 10 | OF ANY KIND, either express or implied. See the License for the specific |
| 11 | language governing permissions and limitations under the License. --> |
| 12 | <components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"> |
| 13 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.1.0' |
| 14 | name='A' activate='start'> |
| 15 | <implementation |
| 16 | class='org.apache.felix.scr.integration.components.felix3680.A' /> |
| 17 | <service> |
| 18 | <provide interface='org.apache.felix.scr.integration.components.felix3680.A' /> |
| 19 | </service> |
| 20 | <reference name='b' |
| 21 | interface='org.apache.felix.scr.integration.components.felix3680.B' |
| 22 | bind='bindB' /> |
| 23 | <reference name='c' |
| 24 | interface='org.apache.felix.scr.integration.components.felix3680.C' |
| 25 | bind='bindC' /> |
| 26 | <reference name='d' |
| 27 | interface='org.apache.felix.scr.integration.components.felix3680.D' |
| 28 | cardinality='0..n' bind='bindD' policy='dynamic' /> |
| 29 | <reference name='e' |
| 30 | interface='org.apache.felix.scr.integration.components.felix3680.E' |
| 31 | cardinality='0..n' bind='bindE' policy='dynamic' /> |
| 32 | <reference name='f' |
| 33 | interface='org.apache.felix.scr.integration.components.felix3680.F' |
| 34 | bind='bindF' /> |
| 35 | </scr:component> |
| 36 | |
| 37 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.0.0' |
| 38 | name='B' enabled='false'> |
| 39 | <implementation |
| 40 | class='org.apache.felix.scr.integration.components.felix3680.B' /> |
| 41 | <service> |
| 42 | <provide interface='org.apache.felix.scr.integration.components.felix3680.B' /> |
| 43 | </service> |
| 44 | </scr:component> |
| 45 | |
| 46 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.0.0' |
| 47 | name='C' enabled='false'> |
| 48 | <implementation |
| 49 | class='org.apache.felix.scr.integration.components.felix3680.C' /> |
| 50 | <service> |
| 51 | <provide interface='org.apache.felix.scr.integration.components.felix3680.C' /> |
| 52 | </service> |
| 53 | </scr:component> |
| 54 | |
| 55 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.0.0' |
| 56 | name='D' enabled='false'> |
| 57 | <implementation |
| 58 | class='org.apache.felix.scr.integration.components.felix3680.D' /> |
| 59 | <service> |
| 60 | <provide interface='org.apache.felix.scr.integration.components.felix3680.D' /> |
| 61 | </service> |
| 62 | </scr:component> |
| 63 | |
| 64 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.0.0' |
| 65 | name='E' enabled='false'> |
| 66 | <implementation |
| 67 | class='org.apache.felix.scr.integration.components.felix3680.E' /> |
| 68 | <service> |
| 69 | <provide interface='org.apache.felix.scr.integration.components.felix3680.E' /> |
| 70 | </service> |
| 71 | </scr:component> |
| 72 | |
| 73 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.1.0' |
| 74 | name='F' enabled='false'> |
| 75 | <implementation |
| 76 | class='org.apache.felix.scr.integration.components.felix3680.F' /> |
| 77 | <service> |
| 78 | <provide interface='org.apache.felix.scr.integration.components.felix3680.F' /> |
| 79 | </service> |
| 80 | <reference name='g' |
| 81 | interface='org.apache.felix.scr.integration.components.felix3680.G' |
| 82 | bind='bindG' /> |
| 83 | </scr:component> |
| 84 | |
| 85 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.1.0' |
| 86 | name='G' enabled='false'> |
| 87 | <implementation |
| 88 | class='org.apache.felix.scr.integration.components.felix3680.G' /> |
| 89 | <service> |
| 90 | <provide interface='org.apache.felix.scr.integration.components.felix3680.G' /> |
| 91 | </service> |
| 92 | <reference name='h' |
| 93 | interface='org.apache.felix.scr.integration.components.felix3680.H' |
| 94 | bind='bindH' /> |
| 95 | </scr:component> |
| 96 | |
| 97 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.1.0' |
| 98 | name='H' enabled='false'> |
| 99 | <implementation |
| 100 | class='org.apache.felix.scr.integration.components.felix3680.H' /> |
| 101 | <service> |
| 102 | <provide interface='org.apache.felix.scr.integration.components.felix3680.H' /> |
| 103 | </service> |
| 104 | <reference name='i' |
| 105 | interface='org.apache.felix.scr.integration.components.felix3680.I' |
| 106 | bind='bindI' /> |
| 107 | </scr:component> |
| 108 | |
| 109 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.1.0' |
| 110 | name='I' enabled='false'> |
| 111 | <implementation |
| 112 | class='org.apache.felix.scr.integration.components.felix3680.I' /> |
| 113 | <service> |
| 114 | <provide interface='org.apache.felix.scr.integration.components.felix3680.I' /> |
| 115 | </service> |
| 116 | <reference name='j' |
| 117 | interface='org.apache.felix.scr.integration.components.felix3680.J' |
| 118 | cardinality='1..n' bind='bindJ' policy='dynamic' /> |
| 119 | </scr:component> |
| 120 | |
| 121 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.1.0' |
| 122 | name='J' enabled='false'> |
| 123 | <implementation |
| 124 | class='org.apache.felix.scr.integration.components.felix3680.J' /> |
| 125 | <service> |
| 126 | <provide interface='org.apache.felix.scr.integration.components.felix3680.J' /> |
| 127 | </service> |
| 128 | <reference name='k' |
| 129 | interface='org.apache.felix.scr.integration.components.felix3680.K' |
| 130 | cardinality='1..n' bind='bindK' policy='dynamic' /> |
| 131 | </scr:component> |
| 132 | |
| 133 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.0.0' |
| 134 | name='K' enabled='false'> |
| 135 | <implementation |
| 136 | class='org.apache.felix.scr.integration.components.felix3680.K' /> |
| 137 | <service> |
| 138 | <provide interface='org.apache.felix.scr.integration.components.felix3680.K' /> |
| 139 | </service> |
| 140 | </scr:component> |
| 141 | |
| 142 | <scr:component xmlns:scr='http://www.osgi.org/xmlns/scr/v1.1.0' |
| 143 | name='org.apache.felix.scr.integration.components.felix3680.Main' |
| 144 | activate='start' deactivate='stop'> |
| 145 | <implementation |
| 146 | class='org.apache.felix.scr.integration.components.felix3680.Main' /> |
| 147 | <reference name='a' |
| 148 | interface='org.apache.felix.scr.integration.components.felix3680.A' |
| 149 | cardinality='0..n' bind='bindA' unbind='unbindA' policy='dynamic' /> |
| 150 | <reference name='logService' interface='org.osgi.service.log.LogService' |
| 151 | bind='bindLogService' /> |
| 152 | <reference name='sCR' interface='org.apache.felix.scr.ScrService' |
| 153 | bind='bindSCR' /> |
| 154 | </scr:component> |
| 155 | </components> |