configurationengine/source/scripts/tests/generation_test_project/custom/implml/invocation_phase_test.implml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
<implml:container xmlns:implml="http://www.symbianfoundation.org/xml/implml/1">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
    <implml:container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
        <implml:phase name="normal"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
        <!-- Test using the common ImplML namespace <phase> element -->
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
        <content xmlns="http://www.s60.com/xml/content/2">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
            <output dir="content/invocation_phase_test_common_ns.txt">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
                <input dir="invocation_phase_test_1.txt"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
            </output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
        </content>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
    </implml:container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
    <implml:container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
        <implml:phase name="post"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
        <content xmlns="http://www.s60.com/xml/content/2">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
            <output dir="content/invocation_phase_test_common_ns.txt">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
                <input dir="invocation_phase_test_2.txt"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
            </output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
        </content>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
    </implml:container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
    <implml:container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
        <!-- Test using the phase attribute in the ContentML namespace -->
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
        <content xmlns="http://www.s60.com/xml/content/2" phase="normal">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
            <output dir="content/invocation_phase_test_contentml_ns.txt">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
                <input dir="invocation_phase_test_1.txt"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
            </output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
        </content>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
        
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
        <content xmlns="http://www.s60.com/xml/content/2" phase="post">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
            <output dir="content/invocation_phase_test_contentml_ns.txt">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
                <input dir="invocation_phase_test_2.txt"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
            </output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
        </content>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
    </implml:container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
        
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
</implml:container>