diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml
new file mode 100644
index 0000000000..75b07b7851
--- /dev/null
+++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+ org.wso2.carbon
+ device-mgt-feature
+ 2.0.0-SNAPSHOT
+ ../pom.xml
+
+
+ 4.0.0
+ org.wso2.carbon.device.mgt.mobile.feature
+ pom
+ 2.0.0-SNAPSHOT
+ WSO2 Carbon - Mobile Implementation of Device Management
+ http://wso2.org
+ This feature contains the core bundles required for Mobile Device Management functionality
+
+
+
+
+ org.wso2.carbon
+ org.wso2.carbon.device.mgt.mobile.impl
+ ${project.version}
+
+
+ org.wso2.carbon
+ org.wso2.carbon.device.mgt.common
+ ${project.version}
+
+
+
+
+
+
+ maven-resources-plugin
+ 2.6
+
+
+ copy-resources
+ generate-resources
+
+ copy-resources
+
+
+ src/main/resources
+
+
+ resources
+
+ build.properties
+ p2.inf
+
+
+
+
+
+
+
+
+ org.wso2.maven
+ carbon-p2-plugin
+ ${carbon.p2.plugin.version}
+
+
+ p2-feature-generation
+ package
+
+ p2-feature-gen
+
+
+ org.wso2.carbon.device.mgt.mobile.plugin
+ ../../../features/etc/feature.properties
+
+
+ org.wso2.carbon.p2.category.type:server
+ org.eclipse.equinox.p2.type.group:false
+
+
+
+ org.wso2.carbon:org.wso2.carbon.device.mgt.mobile.impl:${project.version}
+
+ org.wso2.carbon:org.wso2.carbon.device.mgt.common:${project.version}
+
+
+
+ org.wso2.carbon.core.server:${carbon.platform.version}
+
+ org.wso2.carbon.device.mgt.server:${project.version}
+
+
+
+
+
+
+
+
+
diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/build.properties b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/build.properties
new file mode 100644
index 0000000000..9c86577d76
--- /dev/null
+++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/build.properties
@@ -0,0 +1 @@
+custom = true
diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/p2.inf b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/p2.inf
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/features/device-mgt/pom.xml b/features/device-mgt/pom.xml
index 44b6951806..f456019e67 100644
--- a/features/device-mgt/pom.xml
+++ b/features/device-mgt/pom.xml
@@ -38,6 +38,7 @@
org.wso2.carbon.device.mgt.server.feature
+ org.wso2.carbon.device.mgt.mobile.feature