diff --git a/modules/distribution/src/assembly/bin.xml b/modules/distribution/src/assembly/bin.xml
index 9b7aad69..4eb7632a 100644
--- a/modules/distribution/src/assembly/bin.xml
+++ b/modules/distribution/src/assembly/bin.xml
@@ -922,7 +922,7 @@
${pom.artifactId}-${pom.version}/repository/conf
true
@@ -1322,5 +1322,15 @@
true
644
+
+
+
+
+ ${pom.artifactId}-${pom.version}/repository/conf/etc/device-mgt-plugins/virtual-fire-alarm
+ true
+ 644
+
diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml
index 60078e4d..8f887fbd 100644
--- a/modules/p2-profile-gen/pom.xml
+++ b/modules/p2-profile-gen/pom.xml
@@ -139,7 +139,16 @@
org.wso2.carbon.devicemgt:org.wso2.carbon.email.sender.feature:${carbon.device.mgt.version}
-
+
+ org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions.push.notification.provider.gcm.feature:${carbon.device.mgt.version}
+
+
+ org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.feature:${carbon.device.mgt.version}
+
+
+ org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.feature:${carbon.device.mgt.version}
+
+
@@ -793,6 +802,18 @@
org.wso2.carbon.device.mgt.analytics.data.publisher.feature.group
${carbon.device.mgt.version}
+
+ org.wso2.carbon.device.mgt.extensions.push.notification.provider.gcm.feature.group
+ ${carbon.device.mgt.version}
+
+
+ org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.feature.group
+ ${carbon.device.mgt.version}
+
+
+ org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.feature.group
+ ${carbon.device.mgt.version}
+