Runtime component

This component is the base component for Libgda, required by any application which uses Libgda, it contains the following files (located under the installation directory):

.
|-- bin
|   |-- gda_trml2html
|   |   |-- __init__.py
|   |   |-- trml2html.py
|   |   `-- utils.py
|   `-- gda_trml2pdf
|       |-- __init__.py
|       |-- color.py
|       |-- trml2pdf.py
|       `-- utils.py
|-- etc
|   `-- libgda-5.0
|       |-- config
|       `-- sales_test.db
|-- lib
|   |-- libgda-5.0.so -> libgda-5.0.so.4.1.0
|   |-- libgda-5.0.so.4 -> libgda-5.0.so.4.1.0
|   |-- libgda-5.0.so.4.1.0
|   |-- libgda-report-5.0.so -> libgda-report-5.0.so.4.1.0
|   |-- libgda-report-5.0.so.4 -> libgda-report-5.0.so.4.1.0
|   |-- libgda-report-5.0.so.4.1.0
|   |-- libgda-xslt-5.0.so -> libgda-xslt-5.0.so.4.1.0
|   |-- libgda-xslt-5.0.so.4 -> libgda-xslt-5.0.so.4.1.0
|   |-- libgda-xslt-5.0.so.4.1.0
`-- share
    `-- libgda-5.0
        |-- dtd
        |   |-- libgda-array.dtd
        |   |-- libgda-paramlist.dtd
        |   `-- libgda-server-operation.dtd
        |-- import_encodings.xml
        `-- information_schema.xml
      

This component should be made dependent on the core libraries Libgda depends on such as GLib, LibXML and LibXSLT. Also, if Libgda was compiled using a system installed SQLite, then a dependency also needs to be added to SQLite (otherwise Libgda uses its own embedded version of SQLite, and no dependency needs to be defined on SQLite).

Note that the file in the bin directory are used by the report library and have to be shipped with it.