13 lines
356 B
XML
13 lines
356 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<component
|
||
|
name="TestsScene"
|
||
|
extends="Scene"
|
||
|
xsi:noNamespaceSchemaLocation="https://devtools.web.roku.com/schema/RokuSceneGraph.xsd"
|
||
|
>
|
||
|
<interface>
|
||
|
<function name="Rooibos_CreateTestNode" />
|
||
|
</interface>
|
||
|
|
||
|
<script type="text/brightscript" uri="pkg:/source/tests/rooibos/rooibosDist.brs" />
|
||
|
</component>
|