classicui_plat/extended_sounds_api/tsrc/group/testplatextsound.mmp
changeset 0 2f259fa3e83a
child 51 fcdfafb36fe7
child 67 5f6e7f84c9d1
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:  mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh> 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          testplatextsound.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x2001CB80
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 DEFFILE         testplatextsound.def
       
    28 
       
    29 USERINCLUDE     ../inc 
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 SOURCE          testplatextsound.cpp
       
    36 SOURCE          testplatextsoundblocks.cpp
       
    37 
       
    38 SOURCE          testplatextsoundblocksataudioeventapi.cpp
       
    39 
       
    40 LIBRARY         euser.lib
       
    41 LIBRARY         stiftestinterface.lib
       
    42 LIBRARY         stiftestengine.lib
       
    43 LIBRARY         ATSoundServerClient.lib
       
    44 
       
    45 LANG            SC
       
    46 
       
    47 // End of File
       
    48