From b94f3b6bfa05d9ec26a4176ace29f176f85993fd Mon Sep 17 00:00:00 2001 From: Shabirmean Date: Thu, 17 Dec 2015 12:46:04 +0530 Subject: [PATCH] Added featureDefs and DBCreation for RPi and Arduino --- modules/distribution/pom.xml | 64 ++++++++++++++++++++++++++++++++++ modules/p2-profile-gen/pom.xml | 22 +++++++++--- 2 files changed, 82 insertions(+), 4 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index db90e8e2..caeb6425 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -354,6 +354,70 @@ + + + create-arduino-plugin-mgt-schema + package + + run + + + + + + + + + + + + + + + + + + + + + + + + create-raspberrypi-plugin-mgt-schema + package + + run + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index a647e31c..6855ee8a 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -169,10 +169,10 @@ org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.feature:${carbon.mobile.device.mgt.version} - org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature:${carbon.mobile.device.mgt.version} + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.androidsense.feature:${carbon.mobile.device.mgt.version} - org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.androidsense.feature:${carbon.mobile.device.mgt.version} + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.arduino.feature:${carbon.mobile.device.mgt.version} org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.digitaldisplay.feature:${carbon.mobile.device.mgt.version} @@ -180,6 +180,12 @@ org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.droneanalyzer.feature:${carbon.mobile.device.mgt.version} + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.raspberrypi.feature:${carbon.mobile.device.mgt.version} + + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature:${carbon.mobile.device.mgt.version} + @@ -885,11 +891,11 @@ ${carbon.mobile.device.mgt.version} - org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature.group + org.wso2.carbon.device.mgt.iot.androidsense.feature.group ${carbon.mobile.device.mgt.version} - org.wso2.carbon.device.mgt.iot.androidsense.feature.group + org.wso2.carbon.device.mgt.iot.arduino.feature.group ${carbon.mobile.device.mgt.version} @@ -900,6 +906,14 @@ org.wso2.carbon.device.mgt.iot.droneanalyzer.feature.group ${carbon.mobile.device.mgt.version} + + org.wso2.carbon.device.mgt.iot.raspberrypi.feature.group + ${carbon.mobile.device.mgt.version} + + + org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature.group + ${carbon.mobile.device.mgt.version} +