# HG changeset patch # User fionntinac@symbian.org # Date 1285149475 -3600 # Node ID 71526475f70c630a9ed9f7bb8d1cd25e22b4d3b5 # Parent 2ec24d1f3bc0cf21f22e6e5a2d8083b94b12e882 Adding SYMBIAN_AUDIO_REFDEVSOUND_ON_TARGET define. diff -r 2ec24d1f3bc0 -r 71526475f70c foundation_system/sf_config/config/inc/bldprivate.hrh --- a/foundation_system/sf_config/config/inc/bldprivate.hrh Tue Sep 21 13:18:44 2010 +0100 +++ b/foundation_system/sf_config/config/inc/bldprivate.hrh Wed Sep 22 10:57:55 2010 +0100 @@ -482,7 +482,12 @@ Feature Manager is present. The Feature Manager was part of the CoreOS, and there is a Symbian version of it in 9.5. */ -#undef SYMBIAN_USE_NOKIA_FEATURE_MANAGER +#undef SYMBIAN_USE_NOKIA_FEATURE_MANAGER + +/** #SYMBIAN_AUDIO_REFDEVSOUND_ON_TARGET +Enable build of reference Multimedia DevSound implementation +*/ +#define SYMBIAN_AUDIO_REFDEVSOUND_ON_TARGET /** #USE_MSCDB Enable usage of mass storage double buffering. @@ -2221,4 +2226,5 @@ + #endif // __BLDPRIVATE_HRH