OSGI-INF.serviceComponents.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.wso2.carbon.device.mgt.mobile.android
Show all versions of org.wso2.carbon.device.mgt.mobile.android
WSO2 Carbon - Mobile Device Management Android Implementation
<?xml version="1.0" encoding="UTF-8"?><components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0"> <scr:component enabled="true" immediate="true" name="org.wso2.carbon.device.mgt.mobile.android.impl.internal.AndroidDeviceManagementServiceComponent"> <implementation class="org.wso2.carbon.device.mgt.mobile.android.internal.AndroidDeviceManagementServiceComponent"/> <property name="service.pid" value="org.wso2.carbon.device.mgt.mobile.android.impl.internal.AndroidDeviceManagementServiceComponent"/> <reference name="org.wso2.carbon.ndatasource" interface="org.wso2.carbon.ndatasource.core.DataSourceService" cardinality="1..1" policy="dynamic" bind="setDataSourceService" unbind="unsetDataSourceService"/> <reference name="registry.service" interface="org.wso2.carbon.registry.core.service.RegistryService" cardinality="0..1" policy="dynamic" bind="setRegistryService" unbind="unsetRegistryService"/> </scr:component> </components>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy