~ubuntu-branches/ubuntu/vivid/sflphone/vivid

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.0.1/tests/automated/symbian-vas.xml.template

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-06-30 11:40:56 UTC
  • mfrom: (4.1.18 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130630114056-0np50jkyqo6vnmii
Tags: 1.2.3-2
* changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff 
  - fixes automatic endian detection 
* Update Vcs: fixes vcs-field-not-canonical

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)">
 
3
    <!-- *********************************************************
 
4
     ** This file contains scenario for VAS and VAS-Direct  **
 
5
     ********************************************************* -->
 
6
 
 
7
    <!-- ******************************
 
8
         **            VAS           **
 
9
         ****************************** -->
 
10
    <Submit group="Experimental" build="$(OS)-$(S60TARGETNAME)-VAS1" >
 
11
        <Update />
 
12
        <!-- Configure config_site.h -->
 
13
                <FileWrite file="pjlib/include/pj/config_site.h">
 
14
                  <![CDATA[
 
15
/* Written by ccdash */
 
16
#define PJMEDIA_AUDIO_DEV_HAS_SYMB_VAS  1
 
17
#define PJMEDIA_AUDIO_DEV_HAS_SYMB_APS  0
 
18
#define PJMEDIA_AUDIO_DEV_HAS_SYMB_MDA  0
 
19
#include <pj/config_site_sample.h>
 
20
]]>
 
21
                </FileWrite>
 
22
                <!-- Configure symbian_ua.mmp -->
 
23
                <FileWrite file="build.symbian/symbian_ua.mmp" replace_begin="// =BEGIN" replace_end="// =END">
 
24
                  <![CDATA[
 
25
#define SND_HAS_APS     0
 
26
#define SND_HAS_VAS     1
 
27
#define SND_HAS_MDA     0
 
28
]]>
 
29
                </FileWrite>
 
30
                <!-- Configure symbian_ua_gui.mmp -->
 
31
                <FileWrite file="pjsip-apps/src/symbian_ua_gui/group/symbian_ua_gui.mmp" replace_begin="// =BEGIN" replace_end="// =END">
 
32
                  <![CDATA[
 
33
#define SND_HAS_APS     0
 
34
#define SND_HAS_VAS     1
 
35
#define SND_HAS_MDA     0
 
36
]]>
 
37
                </FileWrite>
 
38
                <Configure cmd="cmd /c echo success" />
 
39
                <Build wdir="build.symbian" cmd='cmd /C &quot;bldmake bldfiles &amp;&amp; abld reallyclean $(S60TARGET) &amp;&amp; abld build $(S60TARGET)&quot;' />
 
40
        </Submit>
 
41
 
 
42
 
 
43
    <!-- ******************************
 
44
         **       VAS-Direct         **
 
45
         ****************************** -->
 
46
    <Submit group="Experimental" build="$(OS)-$(S60TARGETNAME)-VAS1-Direct" >
 
47
        <Update />
 
48
        <!-- Configure config_site.h -->
 
49
        <FileWrite file="pjlib/include/pj/config_site.h">
 
50
            <![CDATA[
 
51
/* Written by ccdash */
 
52
#define PJ_CONFIG_NOKIA_VAS_DIRECT
 
53
#include <pj/config_site_sample.h>
 
54
]]>
 
55
        </FileWrite>
 
56
        <Configure cmd="cmd /c echo success" />
 
57
        <Build wdir="build.symbian" cmd='cmd /C &quot;bldmake bldfiles &amp;&amp; abld reallyclean $(S60TARGET) &amp;&amp; abld build $(S60TARGET)&quot;' />
 
58
 
 
59
        <!-- Restore symbian_ua.mmp -->
 
60
        <FileWrite file="build.symbian/symbian_ua.mmp" replace_begin="// =BEGIN" replace_end="// =END">
 
61
            <![CDATA[
 
62
#define SND_HAS_APS     0
 
63
#define SND_HAS_VAS     0
 
64
#define SND_HAS_MDA     1
 
65
]]>
 
66
        </FileWrite>
 
67
        <!-- Restore symbian_ua_gui.mmp -->
 
68
        <FileWrite file="pjsip-apps/src/symbian_ua_gui/group/symbian_ua_gui.mmp" replace_begin="// =BEGIN" replace_end="// =END">
 
69
            <![CDATA[
 
70
#define SND_HAS_APS     0
 
71
#define SND_HAS_VAS     0
 
72
#define SND_HAS_MDA     1
 
73
]]>
 
74
        </FileWrite>
 
75
 
 
76
    </Submit>
 
77
 
 
78
</Scenario>