mmmw_plat/voip_audio_services_api/tsrc/VoIPAudioServicesTestClass/group/VoIPAudioServicesTestClass.mmp
branchRCL_3
changeset 8 e35735ece90c
parent 0 71ca22bcf22a
child 53 eabc8c503852
--- a/mmmw_plat/voip_audio_services_api/tsrc/VoIPAudioServicesTestClass/group/VoIPAudioServicesTestClass.mmp	Fri Mar 12 15:45:41 2010 +0200
+++ b/mmmw_plat/voip_audio_services_api/tsrc/VoIPAudioServicesTestClass/group/VoIPAudioServicesTestClass.mmp	Mon Mar 15 12:42:35 2010 +0200
@@ -1,20 +1,19 @@
 /*
-* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: voip audio service -  
-*
-*/
-
+ * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Nokia Corporation - initial contribution.
+ *
+ * Contributors:
+ *
+ * Description: voip audio service -  
+ *
+ */
 
 #include <platform_paths.hrh>
 
@@ -22,15 +21,8 @@
 TARGETTYPE      dll
 UID             0x1000008D 0x101FB3E3
 
-#if defined(EKA2)
 CAPABILITY      ALL -TCB
-/* Remove comments and replace 0x00000000 with correct vendor id */
-// VENDORID     0x00000000
-/* Remove comments and replace 0x00000000 with correct secure id */
-// SECUREID     0x00000000
-#endif
 
-//TARGETPATH      ?target_path
 DEFFILE         VoIPAudioServicesTestClass.def
 
 SOURCEPATH      ../src
@@ -39,38 +31,20 @@
 SOURCE          VoIPAudioServicesTestClassBlocksCallbacks.cpp
 SOURCE          TimeoutController.cpp
 
+USERINCLUDE     ../inc
 
-USERINCLUDE     ../inc
-//USERINCLUDE     ../../../../inc
-//USERINCLUDE     ../../../../../../inc_domain
-
-//SYSTEMINCLUDE   /epoc32/include
 MW_LAYER_SYSTEMINCLUDE
 SYSTEMINCLUDE   /epoc32/include/mmf/common
 SYSTEMINCLUDE   /epoc32/include/mmf/server
 
 LIBRARY         euser.lib
 LIBRARY         stiftestinterface.lib
-
 LIBRARY         Orientationbase.lib
-LIBRARY         efsrv.lib               // File server session for database
-//LIBRARY         mmfserverbaseclasses.lib      // MMF Codec - for Voice Codecs
-//LIBRARY                   mediaclientaudio.lib
-//LIBRARY                   CustomInterfaceUtility.lib
-//LIBRARY                   CustomCommandUtility.lib
-
-LIBRARY             VoIPAudioIntfc.lib
-//LIBRARY           ConfigurationComponentsFactory.lib
-//LIBRARY               RestrictedAudioOutput.lib
-//LIBRARY               MmfDevSound.lib
+LIBRARY         efsrv.lib  // File server session for database
+LIBRARY         VoIPAudioIntfc.lib
 
 LANG            SC
 
-
-// Other possible keywords:
-
-// DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
-
 SMPSAFE
 
 // End of File