#Kit-Name: Z-Wave DA HDM Support

#call the hdm.txt script
kitman.i "Device Access HDM"

#call the zvave.txt script
kitman.i "Z-Wave"

set mbs.bundles.base=../../../bundles/

#install adapter and DCs api bundles
fw.i -f com.prosyst.mbs.zwave.da.hdm.adapter.api.jar
fw.i -f com.prosyst.mbs.zwave.da.hdm.dc.api.jar

#install all compatibility DC bundles
fw.i -f -s com.prosyst.mbs.zwave.da.hdm.dco.provider.jar
fw.i -f -s com.prosyst.mbs.zwave.da.hdm.dco.provider.custom.jar

#install all system dc provider fragments
fw.i -f -r com.prosyst.mbs.zwave.da.hdm.dco.provider.system.jar
fw.resolve com.prosyst.mbs.zwave.da.hdm.dco.provider.system.jar

#install the HDM adapter
fw.i -f -s com.prosyst.mbs.zwave.da.hdm.adapter.jar

