HMS

Home Media Server for Roku Players
git clone https://www.brianlane.com/git/HMS
Log | Files | Refs | README | LICENSE

KeystoreTask.xml (817B)


      1 <?xml version="1.0" encoding="utf-8" ?>
      2 <component name="KeystoreTask" extends="Task" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://devtools.web.roku.com/schema/RokuSceneGraph.xsd">
      3     <script type="text/brightscript" uri="pkg:/source/generalUtils.brs" />
      4     <script type="text/brightscript" uri="pkg:/source/urlUtils.brs" />
      5     <script type="text/brightscript" uri="pkg:/source/keystore.brs" />
      6     <script type="text/brightscript" uri="KeystoreTask.brs" />
      7 
      8     <interface>
      9         <field id="serverurl" type="uri" />
     10         <field id="has_keystore" type="bool" />
     11         <field id="command" type="string" />
     12         <field id="key" type="string" />
     13         <field id="value" type="string" />
     14         <field id="done" type="bool" />
     15     </interface>
     16 </component>