Changes between Version 17 and Version 18 of APS


Ignore:
Timestamp:
May 14, 2009 4:33:10 PM (15 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APS

    v17 v18  
    4545 1. Activating APS in each MMP 
    4646 
    47    1. 1.0.x: Edit {{{bld.inf}}} and application's .mmp files (e.g: {{{symbian_ua.mmp}}}, {{{symbian_ua_gui.mmp}}}, {{{symsndtest.mmp}}}), and activate {{{SND_USE_APS}}} macro: 
     47   * 1.0.x: Edit {{{bld.inf}}} and application's .mmp files (e.g: {{{symbian_ua.mmp}}}, {{{symbian_ua_gui.mmp}}}, {{{symsndtest.mmp}}}), and activate {{{SND_USE_APS}}} macro: 
    4848 {{{ 
    4949#define SND_USE_NULL    0 
     
    5252 }}} 
    5353 
    54    1. 1.1 and 1.2: 
     54   * 1.1 and 1.2: 
    5555 
    56       There is an issue with (((symbian_ua_gui.mmp}}} (#847). You can either edit {{{bld.inf}}} and to comment out {{{symbian_ua_gui.mmp}}}, or download the [http://svn.pjsip.org/repos/pjproject/trunk/pjsip-apps/src/symbian_ua_gui/group/symbian_ua_gui.mmp 
    57  latest {{{symbian_ua_gui.mmp}}}] 
     56      There is an issue with (((symbian_ua_gui.mmp}}} (#847). You can either edit {{{bld.inf}}} and to comment out {{{symbian_ua_gui.mmp}}}, or download the [http://svn.pjsip.org/repos/pjproject/trunk/pjsip-apps/src/symbian_ua_gui/group/symbian_ua_gui.mmp latest {{{symbian_ua_gui.mmp}}}] 
    5857 
    59  Edit {{{symbian_ua.mmp}}} (and {{{symbian_ua_gui.mmp}}} if your are using it): 
    60  {{{ 
    61 #define SND_HAS_APS     1 
    62 #define SND_HAS_VAS     0 
    63 #define SND_HAS_MDA     0 
    64  }}} 
     58      Edit {{{symbian_ua.mmp}}} (and {{{symbian_ua_gui.mmp}}} if your are using it): 
     59      {{{ 
     60      #define SND_HAS_APS       1 
     61      #define SND_HAS_VAS       0 
     62      #define SND_HAS_MDA       0 
     63      }}} 
    6564 
    6665