[Clientapps-cvs] symbiancommon/config R1_Mobile_4_0_Operator.cfg, 1.2, 1.3
rrajesh at helixcommunity.org rrajesh at helixcommunity.orgUpdate of /cvsroot/clientapps/symbiancommon/config
In directory cvs:/tmp/cvs-serv31597
Modified Files:
R1_Mobile_4_0_Operator.cfg
Log Message:
Synopsis: Adding custon extension user-Agent header
=======
* Added the support for user agent extension
compiler flag ( HELIX_FEATURE_USER_AGENT_EXTN )enables the extension to the User-Agent. Preference value in operator config file will be appended to UA header.
NOTE:
* Current extension does not disturb the existing syntax. Just adds the extension to the end of the UA string based on compiler flag and pref value.
* The flag is currently enabled only for s60-mmf-basic profile.
Current User-Agent format = USER_AGENT_PREFIX + USER_AGENT_STRING + USER_AGENT_POSTFIX + "/" + TARVER_STRING_VERSION + "(" + TARVER_STR_PLATFORM + ")"
Example: RealMedia Player (HelixDNAClient)/10.0.0.5185 ( symbian )
New User-Agent format = USER_AGENT_PREFIX + USER_AGENT_STRING + USER_AGENT_POSTFIX + "/" + TARVER_STRING_VERSION + "(" + TARVER_STR_PLATFORM + ")" + " " + USER_AGENT_EXTN
Example: RealMedia Player (HelixDNAClient)/10.0.0.5185 ( symbian) UAExtn
Files Modified:
===========
Client\core\rtspprotocol.cpp
Clientapps\symbianplayer\config\R1_Mobile_4_0_Operator.cfg
Index: R1_Mobile_4_0_Operator.cfg
===================================================================
RCS file: /cvsroot/clientapps/symbiancommon/config/R1_Mobile_4_0_Operator.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- R1_Mobile_4_0_Operator.cfg 25 Oct 2003 00:43:26 -0000 1.2
+++ R1_Mobile_4_0_Operator.cfg 13 Oct 2005 19:22:29 -0000 1.3
@@ -1,2 +1,4 @@
[R1_Mobile_4_0_Factory.cfg]
-AccessPointStr=RerunRIP
\ No newline at end of file
+AccessPointStr=RerunRIP
+UserAgentExtn=
+