Initial implementation of ZWave plugin

This commit is contained in:
Ziver Koc 2017-05-16 17:21:34 +02:00
parent 017b690437
commit fa3b6f35f5
16 changed files with 1276 additions and 0 deletions

17
Hal.iml
View file

@ -6,6 +6,7 @@
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/resource" type="java-resource" relativeOutputPath="resource" />
<sourceFolder url="file://$MODULE_DIR$/plugins/zwave/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
@ -21,6 +22,9 @@
</NATIVE>
<SOURCES>
<root url="jar://$USER_HOME$/.ideaLibSources/jSerialComm-1.3.10-sources.jar!/" />
<root url="jar://$USER_HOME$/.ideaLibSources/zwave4j-0.3-sources.jar!/" />
<root url="jar://$USER_HOME$/.ideaLibSources/wzwave-0.0.3-sources.jar!/" />
<root url="jar://$USER_HOME$/.ideaLibSources/netty-all-4.0.46.Final-sources.jar!/" />
</SOURCES>
<jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
</library>
@ -36,5 +40,18 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="ZWave lib">
<CLASSES>
<root url="file://$MODULE_DIR$/plugins/zwave/lib" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.ideaLibSources/netty-all-4.0.46.Final-sources.jar!/" />
<root url="jar://$USER_HOME$/.ideaLibSources/wzwave-0.0.3-sources.jar!/" />
</SOURCES>
<jarDirectory url="file://$MODULE_DIR$/plugins/zwave/lib" recursive="false" />
</library>
</orderEntry>
</component>
</module>