Changes between Version 17 and Version 18 of APS
- Timestamp:
- May 14, 2009 4:33:10 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APS
v17 v18 45 45 1. Activating APS in each MMP 46 46 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: 48 48 {{{ 49 49 #define SND_USE_NULL 0 … … 52 52 }}} 53 53 54 1.1.1 and 1.2:54 * 1.1 and 1.2: 55 55 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}}}] 58 57 59 Edit {{{symbian_ua.mmp}}} (and {{{symbian_ua_gui.mmp}}} if your are using it):60 {{{61 #define SND_HAS_APS 162 #define SND_HAS_VAS 063 #define SND_HAS_MDA 064 }}}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 }}} 65 64 66 65