download (119718 bytes)
OSGi manifest attributes | |
Bundle-Name | comm-linux |
Bundle-SymbolicName | org.knopflerfish.bundle.comm-linux |
Bundle-Version | 3.0.0 |
Bundle-Description | Native driver for linux javax.comm using the RXTX library. Note that this bundle is LGPL and contains full source to rxtx |
Bundle-Vendor | Piayda/RXTX |
Bundle-ContactAddress | http://www.knopflerfish.org |
Bundle-License | |
Bundle-DocURL | http://www.knopflerfish.org/releases/5.1.0/docs/bundledoc/index.html?docpage=serial |
Bundle-ManifestVersion | 2 |
Bundle-Activator | info.piayda.bundle.comm.linux.Activator |
Bundle-Classpath | .,RXTXcomm.jar,comm.jar |
Export-Package | gnu.io 2.0.0 javax.comm 2.0.0 |
Import-Package | gnu.io 2.0.0 javax.comm 2.0.0 org.osgi.framework 0.0.0 |
Dynamic-ImportPackage | |
Provide-Capability | |
Require-Capability | osgi.ee;filter:="(&(osgi.ee=OSGi/Minimum)(version>=1.2))" |
Other manifest attributes | |
Build-Date | Fri June 13 2014, 08:30:16 |
Built-From | /Users/jan/work/release/knopflerfish.org/osgi/bundles_opt/serial/comm-linux |
Bundle-APIVendor | Piayda/Sun |
Bundle-Category | service |
Bundle-NativeCode | librxtxParallel.so; librxtxSerial.so ; processor = i386 ; osname = Linux, librxtxParallel.so; librxtxSerial.so ; processor = x86 ; osname = Linux, librxtxParallel.so; librxtxSerial.so ; processor = i386 ; osname = NetBSD |
Bundle-SubversionURL | https://www.knopflerfish.org/svn/knopflerfish.org/tags/5.1.0/osgi/bundles_opt/serial/comm-linux/ |
Bundle-UUID | org.knopflerfish:comm-linux:3.0.0 |
Knopflerfish-Version | 5.1.0 |
The first column is the providing bundle and the second column lists the sub-set of its provided packages that are required by this bundle.
comm-linux_all-3.0.0 | gnu.io, javax.comm |
comm-win32_all-3.0.0 | javax.comm |
rxtxcomm_api-2.2.0.pre2 | gnu.io |
framework | org.osgi.framework |
The first column is the requiring bundle and the second column lists the sub-set of capabilities that this bundle may provide to the requiring bundle.
comm-linux_all-3.0.0 | gnu.io, javax.comm |
comm-win32_all-3.0.0 | javax.comm |
serialportdevice_all-4.0.0 | javax.comm |
serialportdevice_api-4.0.0 | javax.comm |
info/piayda/bundle/comm/linux/Activator.java |