How does script resolution work when loading a remote component library (scene graph)?
With a typical scene graph app, you specify script dependencies for a task like so:
<script type="text/brightscript" uri="pkg:/components/guide_content_reader.brs" />
How is this supposed to work with a component library? When I include tags like this, the component library fails to load. Is it a problem with the uri attribute?