The liboaf Library | |||
---|---|---|---|
<<< Previous Page | Home | Next Page >>> |
This section describes the format of the .oafinfo files used by applications to tell the OAF daemon about the interfaces they support.
Here follows a simple example of a minimalist .oafinfo file.
<oaf_info> <oaf_server iid="OAFIID:oaf_naming_service:7e2b90ef-eaf0-4239-bb7c-812606fcd80d" type="exe" location="oafd"> </oaf_server> <oaf_info> |
<oaf_info> <oaf_server iid="OAFIID:demo_echo_factory:a7080731-d06c-42d2-852e-179c538f6ee5" type="exe" location="bonobo-echo"> </oaf_server> <oaf_server iid="OAFIID:demo_echo:fe45dab2-ae27-45e9-943d-34a49eefca96" type="factory" location="OAFIID:demo_echo_factory:a7080731-d06c-42d2-852e-179c538f6ee5"> </oaf_server> </oaf_info> |
If the type is shlib, location is the name of the library the code is in: libgmf.so for example.