configurationengine/source/scripts/tests/generation_test_project/custom/implml/seq_tempvar.implml
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1"
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1"
     3            xmlns:ruleml="http://www.s60.com/xml/ruleml/2"
     3            xmlns:ruleml="http://www.s60.com/xml/ruleml/3"
     4            xmlns:content="http://www.s60.com/xml/content/1">
     4            xmlns:content="http://www.s60.com/xml/content/1">
     5     <!-- Temporary sequence feature for storing the list of files to copy -->
     5     <!-- Temporary sequence feature for storing the list of files to copy -->
     6     <tempVariableSequence ref="TempFeature2.FilesToCopy">
     6     <tempVariableSequence ref="TempFeature2.FilesToCopy">
     7         <tempVariable ref="FilePath" type="string"/>
     7         <tempVariable ref="FilePath" type="string"/>
     8     </tempVariableSequence>
     8     </tempVariableSequence>
     9     <settingRefsOverride refsIrrelevant="true"/>
       
    10 
     9 
    11     <container>
    10     <container>
    12         <phase name="pre"/>
    11         <phase name="pre"/>
    13         <!-- Rule for setting the contents of the file copy list -->
    12         <!-- Rule for setting the contents of the file copy list -->
    14         <ruleml:ruleml>
    13         <ruleml:ruleml>
    15             <ruleml:eval_globals file="seq_tempvar.py"/>
    14             <ruleml:eval_globals file="seq_tempvar.py"/>
    16             <ruleml:rule>True configures TempFeature2.FilesToCopy = {% get_file_seq() %}</ruleml:rule>
    15             <ruleml:rule>True configures ${TempFeature2.FilesToCopy} = {% get_file_seq() %}</ruleml:rule>
    17         </ruleml:ruleml>
    16         </ruleml:ruleml>
    18     </container>
    17     </container>
    19 
    18 
    20     <container>
    19     <container>
    21         <phase name="normal"/>
    20         <phase name="normal"/>