mmmw_plat/voip_audio_services_api/tsrc/VoIPAudioServicesTestClass/group/VoIPAudioServicesTestClass.mmp
branchRCL_3
changeset 8 e35735ece90c
parent 0 71ca22bcf22a
child 53 eabc8c503852
equal deleted inserted replaced
7:709f89d8c047 8:e35735ece90c
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2  * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3  * All rights reserved.
     4 * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8  *
     9 * Initial Contributors:
     9  * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11 *
    11  *
    12 * Contributors:
    12  * Contributors:
    13 *
    13  *
    14 * Description: voip audio service -  
    14  * Description: voip audio service -  
    15 *
    15  *
    16 */
    16  */
    17 
       
    18 
    17 
    19 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    20 
    19 
    21 TARGET          VoIPAudioServicesTestClass.dll
    20 TARGET          VoIPAudioServicesTestClass.dll
    22 TARGETTYPE      dll
    21 TARGETTYPE      dll
    23 UID             0x1000008D 0x101FB3E3
    22 UID             0x1000008D 0x101FB3E3
    24 
    23 
    25 #if defined(EKA2)
       
    26 CAPABILITY      ALL -TCB
    24 CAPABILITY      ALL -TCB
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 #endif
       
    32 
    25 
    33 //TARGETPATH      ?target_path
       
    34 DEFFILE         VoIPAudioServicesTestClass.def
    26 DEFFILE         VoIPAudioServicesTestClass.def
    35 
    27 
    36 SOURCEPATH      ../src
    28 SOURCEPATH      ../src
    37 SOURCE          VoIPAudioServicesTestClass.cpp
    29 SOURCE          VoIPAudioServicesTestClass.cpp
    38 SOURCE          VoIPAudioServicesTestClassBlocks.cpp
    30 SOURCE          VoIPAudioServicesTestClassBlocks.cpp
    39 SOURCE          VoIPAudioServicesTestClassBlocksCallbacks.cpp
    31 SOURCE          VoIPAudioServicesTestClassBlocksCallbacks.cpp
    40 SOURCE          TimeoutController.cpp
    32 SOURCE          TimeoutController.cpp
    41 
    33 
       
    34 USERINCLUDE     ../inc
    42 
    35 
    43 USERINCLUDE     ../inc
       
    44 //USERINCLUDE     ../../../../inc
       
    45 //USERINCLUDE     ../../../../../../inc_domain
       
    46 
       
    47 //SYSTEMINCLUDE   /epoc32/include
       
    48 MW_LAYER_SYSTEMINCLUDE
    36 MW_LAYER_SYSTEMINCLUDE
    49 SYSTEMINCLUDE   /epoc32/include/mmf/common
    37 SYSTEMINCLUDE   /epoc32/include/mmf/common
    50 SYSTEMINCLUDE   /epoc32/include/mmf/server
    38 SYSTEMINCLUDE   /epoc32/include/mmf/server
    51 
    39 
    52 LIBRARY         euser.lib
    40 LIBRARY         euser.lib
    53 LIBRARY         stiftestinterface.lib
    41 LIBRARY         stiftestinterface.lib
    54 
       
    55 LIBRARY         Orientationbase.lib
    42 LIBRARY         Orientationbase.lib
    56 LIBRARY         efsrv.lib               // File server session for database
    43 LIBRARY         efsrv.lib  // File server session for database
    57 //LIBRARY         mmfserverbaseclasses.lib      // MMF Codec - for Voice Codecs
    44 LIBRARY         VoIPAudioIntfc.lib
    58 //LIBRARY                   mediaclientaudio.lib
       
    59 //LIBRARY                   CustomInterfaceUtility.lib
       
    60 //LIBRARY                   CustomCommandUtility.lib
       
    61 
       
    62 LIBRARY             VoIPAudioIntfc.lib
       
    63 //LIBRARY           ConfigurationComponentsFactory.lib
       
    64 //LIBRARY               RestrictedAudioOutput.lib
       
    65 //LIBRARY               MmfDevSound.lib
       
    66 
    45 
    67 LANG            SC
    46 LANG            SC
    68 
       
    69 
       
    70 // Other possible keywords:
       
    71 
       
    72 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    73 
    47 
    74 SMPSAFE
    48 SMPSAFE
    75 
    49 
    76 // End of File
    50 // End of File