phoneapp/phoneringingtoneplayer/tsrc/ut_cphoneringingtonecontroller/group/ut_cphoneringingtonecontroller.mmp
changeset 78 baacf668fe89
parent 76 cfea66083b62
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20  
       
    21 TARGET          ut_cphoneringingtonecontroller.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY      ALL -TCB -DRM
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 SOURCE                  ut_cphoneringingtonecontroller.cpp
       
    30 SOURCE                  ut_cphoneringingtonecontroller_dllmain.cpp
       
    31 
       
    32 // Code under test
       
    33 SOURCEPATH              ../../../src
       
    34 SOURCE                  cphoneringingtonecontroller.cpp
       
    35 SOURCE                  cphoneringingtone.cpp
       
    36 
       
    37 SOURCEPATH              ../mocks
       
    38 SOURCE                  mock_cphoneringingtoneplayer.cpp
       
    39 SOURCE                  mock_cphonettsplayer.cpp 
       
    40 
       
    41 USERINCLUDE             ../src
       
    42 USERINCLUDE             ../../../inc
       
    43 USERINCLUDE             ../../../../phoneuiqtviewadapter/inc
       
    44 USERINCLUDE             ../../../../phoneuicontrol/inc
       
    45 USERINCLUDE             ../../../../phoneuiutils/inc
       
    46 USERINCLUDE             ../../../../phoneui2/srcdata
       
    47 USERINCLUDE             ../../../../phonemediatorcenter/inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 SYSTEMINCLUDE           /epoc32/include/digia/eunit
       
    51 SYSTEMINCLUDE           /epoc32/include/mda/client
       
    52 SYSTEMINCLUDE           /epoc32/include/ecom
       
    53 SYSTEMINCLUDE           /epoc32/include/mmf/common
       
    54 SYSTEMINCLUDE           /epoc32/include/mmf/server
       
    55 SYSTEMINCLUDE           ../../../../../inc    // phone internal headers
       
    56 
       
    57 LIBRARY                 eunit.lib
       
    58 LIBRARY                 eunitutil.lib
       
    59 LIBRARY                 symbianmock.lib
       
    60 LIBRARY                 phoneuiutils.lib
       
    61 LIBRARY                 euser.lib
       
    62 LIBRARY                 efsrv.lib                           // TParse
       
    63 LIBRARY                 ecom.lib                // for CSFIUtilsPhoneInterface plugin
       
    64 LIBRARY                 apgrfx.lib              // Apa server
       
    65 LIBRARY                 mediaclient.lib
       
    66 LIBRARY                 mediaclientaudio.lib
       
    67 LIBRARY                 drmhelper.lib
       
    68 LIBRARY                 apmime.lib
       
    69 LIBRARY                 caf.lib
       
    70 LIBRARY                 charconv.lib            // UTF-8 conversion for the TTS
       
    71 LIBRARY                 featmgr.lib             // FeatureManager
       
    72 LIBRARY                 mediatorclient.lib
       
    73 LIBRARY                 audiooutputrouting.lib  // Ringingtone output
       
    74 LIBRARY                 platformenv.lib                 // PathInfo
       
    75 LIBRARY                 cone.lib
       
    76 
       
    77 EPOCALLOWDLLDATA
       
    78 
       
    79 
       
    80 SMPSAFE