~ubuntu-branches/debian/sid/sflphone/sid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-06-02 18:04:11 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130602180411-3rcpy8c1zdlo8y0s
Tags: 1.2.2-1
* New upstream release
* changeset_rb68857a4b485b7d43f92714cd5792595ff895f82.diff - fix QTest
* pjproject ./configure --disable-sound --disable-video

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 APS and APS-Direct  **
 
5
     ********************************************************* -->
 
6
 
 
7
    <!-- ******************************
 
8
         **            APS           **
 
9
         ****************************** -->
 
10
    <Submit group="Experimental" build="$(OS)-$(S60TARGETNAME)-APS" >
 
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_APS  1
 
17
#define PJMEDIA_AUDIO_DEV_HAS_SYMB_MDA  0
 
18
#include <pj/config_site_sample.h>
 
19
]]>
 
20
                </FileWrite>
 
21
                <!-- Configure symbian_ua.mmp -->
 
22
                <FileWrite file="build.symbian/symbian_ua.mmp" replace_begin="// =BEGIN" replace_end="// =END">
 
23
                  <![CDATA[
 
24
#define SND_HAS_APS     1
 
25
#define SND_HAS_VAS     0
 
26
#define SND_HAS_MDA     0
 
27
]]>
 
28
                </FileWrite>
 
29
                <!-- Configure symbian_ua_gui.mmp -->
 
30
                <FileWrite file="pjsip-apps/src/symbian_ua_gui/group/symbian_ua_gui.mmp" replace_begin="// =BEGIN" replace_end="// =END">
 
31
                  <![CDATA[
 
32
#define SND_HAS_APS     1
 
33
#define SND_HAS_VAS     0
 
34
#define SND_HAS_MDA     0
 
35
]]>
 
36
                </FileWrite>
 
37
                <Configure cmd="cmd /c echo success" />
 
38
                <Build wdir="build.symbian" cmd='cmd /C &quot;bldmake bldfiles &amp;&amp; abld reallyclean $(S60TARGET) &amp;&amp; abld build $(S60TARGET)&quot;' />
 
39
        </Submit>
 
40
 
 
41
 
 
42
    <!-- ******************************
 
43
         **       APS-Direct         **
 
44
         ****************************** -->
 
45
    <Submit group="Experimental" build="$(OS)-$(S60TARGETNAME)-APS-Direct" >
 
46
        <Update />
 
47
        <!-- Configure config_site.h -->
 
48
        <FileWrite file="pjlib/include/pj/config_site.h">
 
49
            <![CDATA[
 
50
/* Written by ccdash */
 
51
#define PJ_CONFIG_NOKIA_APS_DIRECT
 
52
#include <pj/config_site_sample.h>
 
53
]]>
 
54
        </FileWrite>
 
55
        <Configure cmd="cmd /c echo success" />
 
56
        <Build wdir="build.symbian" cmd='cmd /C &quot;bldmake bldfiles &amp;&amp; abld reallyclean $(S60TARGET) &amp;&amp; abld build $(S60TARGET)&quot;' />
 
57
 
 
58
        <!-- Restore symbian_ua.mmp -->
 
59
        <FileWrite file="build.symbian/symbian_ua.mmp" replace_begin="// =BEGIN" replace_end="// =END">
 
60
            <![CDATA[
 
61
#define SND_HAS_APS     0
 
62
#define SND_HAS_VAS     0
 
63
#define SND_HAS_MDA     1
 
64
]]>
 
65
        </FileWrite>
 
66
        <!-- Restore symbian_ua_gui.mmp -->
 
67
        <FileWrite file="pjsip-apps/src/symbian_ua_gui/group/symbian_ua_gui.mmp" replace_begin="// =BEGIN" replace_end="// =END">
 
68
            <![CDATA[
 
69
#define SND_HAS_APS     0
 
70
#define SND_HAS_VAS     0
 
71
#define SND_HAS_MDA     1
 
72
]]>
 
73
        </FileWrite>
 
74
 
 
75
    </Submit>
 
76
 
 
77
</Scenario>