#Kit-Name: Peripheral
set mbs.bundles.base=../../../bundles/

############# install javaxusb
kitman.i "USB"

############# install upnp
fw.i -s -f -l com.prosyst.mbs.osgi.upnp.jar

############# install api 
fw.i -s -f -l com.prosyst.mbs.peripheral.api.jar
############# install core.driverop commands fragment
fw.i com.prosyst.mbs.peripheral.commands.driverop.jar

############# install os-specific bundles
#Bundle-Target: (&(os.aliases~=win32)(cpu.aliases~=x86))
fw.i com.prosyst.mbs.peripheral.os-natives.win_x86.jar
#Bundle-Target: (&(os.aliases~=win32)(cpu.aliases~=x86_64))
fw.i com.prosyst.mbs.peripheral.os-natives.win_x86_64.jar

############# Common OS
fw.i -s -f -l com.prosyst.mbs.peripheral.os.jar

############# install core
fw.i -s -f -l com.prosyst.mbs.peripheral.core.jar
############# install commands
fw.i -s -f -l com.prosyst.mbs.peripheral.commands.jar

############# install noagent
fw.i -s -f -l com.prosyst.mbs.peripheral.installer.noagent.jar
############# install specificinfo
fw.i -s -f -l com.prosyst.mbs.peripheral.specificinfo.jar
############# install descriptors
fw.i -s -f -l com.prosyst.mbs.peripheral.descriptors.jar
############# install loader
fw.i -s -f -l com.prosyst.mbs.peripheral.loader.jar
############# install jsonrpc
fw.i -s -f -l com.prosyst.mbs.peripheral.jsonrpc.jar

############# install observer.usb
fw.i -s -f -l com.prosyst.mbs.peripheral.observer.usb.jar
############# install observer.upnp
fw.i -s -f -l com.prosyst.mbs.peripheral.observer.upnp.jar
############# install observer.onvif without starting
#Bundle-Target: (osgi.ee=JavaSE/compact2-1.8)
fw.i -f -l com.prosyst.mbs.peripheral.observer.onvif.jar