blob: 91d881c66addb70dc198883c72f40a7ea583f9a6 [file] [log] [blame]
<ipojo
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="org.apache.felix.ipojo http://felix.apache.org/ipojo/schemas/1.1.0-SNAPSHOT/core.xsd"
xmlns="org.apache.felix.ipojo">
<component
classname="org.apache.felix.ipojo.test.scenarios.component.LifecycleControllerTest"
name="LFC-Test">
<provides />
<controller field="m_state" />
<properties>
<property name="conf" field="m_conf" method="setConf" />
</properties>
</component>
<component
classname="org.apache.felix.ipojo.test.scenarios.component.LifecycleControllerTest"
name="LFC-Test-Immediate" immediate="true" architecture="true">
<provides />
<controller field="m_state" />
<properties>
<property name="conf" field="m_conf" method="setConf" />
</properties>
</component>
</ipojo>