On Tue, Nov 12, 2013 at 9:18 PM, Gerken, Stephen <
[email protected]> wrote:

> Hi all,
>
> Is there a list somewhere of which RPMs in Tizen provide support for the
> various top-level or second-level objects in the Tizen Javascript
> namespace?  So far I've found BlueZ supporting tizen.bluetooth and AMB
> supporting tizen.vehicle, but I'm sure there are others.  Is there extant
> documentation of these major subsystems, or is this knowledge that others
> here have at their fingertips and can share?
>

I guess one way to get further with this is to look at the package
dependencies:
#> rpm -qR wrt-plugins-ivi |xargs rpm -q --whatprovides --qf 'Source:
%{SOURCERPM}, binary %{NAME}\n'|sort -u
#> rpm -qR wrt-plugins-tizen |xargs rpm -q --whatprovides --qf 'Source:
%{SOURCERPM}, binary %{NAME}\n'|sort -u

Unfortunately, this won't show you subsystems that are called via D-Bus.

-- Mikko
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to