audiostubs/devsoundextensions_stubs/mmfaudioserverfactorystub/group/mmfaudioserverfactorystub.mmp
changeset 46 e1758cbb96ac
parent 40 b7e5ed8c1342
equal deleted inserted replaced
43:e71858845f73 46:e1758cbb96ac
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Audio Stubs -  Project specification file for AudioServerFactory stub
       
    15 *
       
    16 */
       
    17 
       
    18 #include        <platform_paths.hrh>
       
    19 
       
    20 TARGET          mmfaudioserverfactorystub.dll
       
    21 TARGETTYPE      PLUGIN
       
    22 UID             0x10009d8d 0x10207ABB
       
    23 
       
    24 VENDORID        VID_DEFAULT
       
    25 CAPABILITY      CAP_ECOM_PLUGIN
       
    26 
       
    27 #if defined(WINSCW)
       
    28 DEFFILE   ../bwinscw/
       
    29 #elif defined(WINS)
       
    30 DEFFILE   ../bwins/
       
    31 #elif defined(GCC32)
       
    32 DEFFILE   ../bmarm/
       
    33 #else
       
    34 DEFFILE   ../eabi/
       
    35 #endif
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          main.cpp
       
    39 SOURCE          mmfaudioserverfactorystub.cpp
       
    40 SOURCE 		telephonyaudioroutingmanagerstub.cpp
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../../inc
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE
       
    46 SYSTEMINCLUDE   /epoc32/include/a3f
       
    47 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    48 SYSTEMINCLUDE   /epoc32/include/ecom
       
    49 
       
    50 
       
    51 SOURCEPATH      ../data
       
    52 START RESOURCE 10207ABC.rss
       
    53 	TARGET mmfaudioserverfactorystub.rsc
       
    54 END
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         ecom.lib
       
    58 LIBRARY         TelephonyAudioRoutingManager.lib