# them on the command line (e.g., -DbaseLocation=d:/eclipse
#The type of the top level element we are building, generally "feature"
-topLevelElementType=EventInjector
+topLevelElementType=feature
#The id of the top level element we are building
-topLevelElementId=com.samsung.freshide.slpunittest.feature
+topLevelElementId=com.samsung.eventinjector.feature
############# PRODUCT/PACKAGING CONTROL #############
#product=/com.samsung.freshide/SLPSDK.product
#archiveNamePrefix=
# The prefix that will be used in the generated archive.
-archivePrefix=EventInjector
+archivePrefix=eventinjector
# The location underwhich all of the build output will be collected.
collectingFolder=${archivePrefix}
<target name="allElements">
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature"/>
- <property name="id" value="EventInjector"/>
+ <property name="id" value="com.samsung.eventinjector.feature"/>
</ant>
</target>
<target
- name="assemble.EventInjector.linux.gtk.x86">
+ name="assemble.com.samsung.eventinjector.feature.linux.gtk.x86">
<ant antfile="{$assembleScriptName}" dir="${buildDirectory}"/>
</target>
<target
- name="assemble.EventInjector.win32.win32.x86">
+ name="assemble.com.samsung.eventinjector.feature.win32.win32.x86">
<ant antfile="{$assembleScriptName}" dir="${buildDirectory}"/>
</target>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>com.samsung.eventinjector.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
--- /dev/null
+bin.includes = feature.xml
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="com.samsung.eventinjector.feature"
+ label="Feature"
+ version="1.1.0.qualifier"
+ provider-name="SAMSUNG">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="com.samsung.linuxplatform.injector"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.samsung.linuxplatform.location.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.samsung.linuxplatform.location.log"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.samsung.linuxplatform.location.manual"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.samsung.linuxplatform.location.map"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.samsung.linuxplatform.sensor.accelerometer"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.samsung.linuxplatform.sensor.light"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.samsung.linuxplatform.sensor.proximity"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.samsung.linuxplatform.telephony.call"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.samsung.linuxplatform.telephony.sms"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>