download (119732 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/6.1.5/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=JavaSE)(version>=1.6))" |
| Other manifest attributes | |
| Build-Date | Fri April 8 2022, 13:15:46 |
| Built-From | /home/travis/build/knopflerfish/knopflerfish.org/osgi/bundles_opt/serial/comm-linux |
| Bundle-APIVendor | Piayda/Sun |
| Bundle-Category | service |
| Bundle-GitURL | https://github.com/knopflerfish/knopflerfish.org/tree/6.1.5/osgi/bundles_opt/serial/comm-linux/ |
| 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-UUID | org.knopflerfish:comm-linux:3.0.0 |
| Knopflerfish-Version | 6.1.5 |
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-8.0.11 | 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 |