phoneapp/phoneringingtoneplayer/tsrc/mt_phoneringingtoneplayer/group/mt_phoneringingtoneplayer.mmp
changeset 78 baacf668fe89
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
       
     1 /*
       
     2 * Copyright (c) 2010-2010 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:  MT_phoneringingtoneplayer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <digia/eunit/eunitcaps.h>
       
    21 
       
    22 TARGET          mt_phoneringingtoneplayer.dll
       
    23 TARGETTYPE      dll
       
    24 TARGETPATH      /DigiaEUnit/Tests
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY              EUNIT_CAPS
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  devsoundstub.cpp
       
    32 SOURCE                  mt_phoneringingtoneplayermain.cpp
       
    33 SOURCE                  mt_phoneringingtoneplayer.cpp
       
    34 
       
    35 SOURCEPATH              ../../../src
       
    36 SOURCE                  cphonetoneserver.cpp
       
    37 SOURCE                  rphonetoneclient.cpp
       
    38 SOURCE                  cphonetoneserversession.cpp
       
    39 SOURCE                  cphonetoneserverplaybackcontroller.cpp
       
    40 SOURCEPATH                  ../../../../phoneuiutils/src/
       
    41 SOURCE                  tphonecommandparam.cpp
       
    42 SOURCE                  tphonecmdparamringtone.cpp
       
    43 
       
    44 USERINCLUDE             ../../../inc
       
    45 USERINCLUDE             ../../../../phoneuiutils/inc
       
    46 USERINCLUDE             ../src
       
    47 USERINCLUDE            ../../../../phoneui2/srcdata
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 SYSTEMINCLUDE           ../../../../../inc
       
    51 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    52 
       
    53 
       
    54 LIBRARY         EUnit.lib
       
    55 LIBRARY         EUnitUtil.lib
       
    56 LIBRARY         euser.lib
       
    57 
       
    58 
       
    59 // End of file