phoneapp/phoneringingtoneplayer/tsrc/ut_cphoneringingtonecontroller/group/ut_cphoneringingtonecontroller.mmp
changeset 21 92ab7f8d0eab
child 60 1eef62f5c541
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     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 
       
    31 // Sources required by the test suite
       
    32 SOURCE                  ut_cphoneringingtonecontroller_dllmain.cpp
       
    33 
       
    34 // Code under test
       
    35 SOURCEPATH             ../../../../src
       
    36 SOURCE                  cphoneringingtonecontroller.cpp
       
    37 SOURCE                  cphoneringingtone.cpp
       
    38 
       
    39 SOURCEPATH              ../mocks
       
    40 SOURCE                  mock_cphoneringingtoneplayer.cpp
       
    41 SOURCE                  mock_cphonettsplayer.cpp 
       
    42 
       
    43 
       
    44 USERINCLUDE             ../Src
       
    45 
       
    46 USERINCLUDE             ../../../../../phoneuiqtviewadapter/src
       
    47 USERINCLUDE             ../../../../../phoneuicontrol/inc
       
    48 USERINCLUDE             ../../../../../phoneuiutils/inc
       
    49 USERINCLUDE             ../../../../../phoneui2/srcdata
       
    50 USERINCLUDE             ../../../../../phoneringingtoneplayer/inc
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE                 // Application layer domain APIs
       
    53 SYSTEMINCLUDE           ../../../../inc     // phoneuicontrol inc
       
    54 SYSTEMINCLUDE           /epoc32/include/digia/eunit
       
    55 SYSTEMINCLUDE           /epoc32/include/mda/client
       
    56 SYSTEMINCLUDE           ../../../../../../inc    // phone internal headers
       
    57 
       
    58 
       
    59 SYSTEMINCLUDE           /epoc32/include/ecom
       
    60 SYSTEMINCLUDE           /epoc32/include/mmf/common
       
    61 SYSTEMINCLUDE           /epoc32/include/mmf/server
       
    62 
       
    63 
       
    64 
       
    65 LIBRARY                 eunit.lib
       
    66 LIBRARY                 eunitutil.lib
       
    67 
       
    68 
       
    69 LIBRARY                 phoneuiutils.lib
       
    70 LIBRARY                 euser.lib
       
    71 LIBRARY                 efsrv.lib                           // TParse
       
    72 LIBRARY                 ecom.lib                // for CSFIUtilsPhoneInterface plugin
       
    73 LIBRARY                 apgrfx.lib              // Apa server
       
    74 LIBRARY                 mediaclient.lib
       
    75 LIBRARY                 mediaclientaudio.lib
       
    76 LIBRARY                 drmhelper.lib
       
    77 LIBRARY                 apmime.lib
       
    78 LIBRARY                 caf.lib
       
    79 LIBRARY                 charconv.lib            // UTF-8 conversion for the TTS
       
    80 LIBRARY                 featmgr.lib             // FeatureManager
       
    81 LIBRARY                 mediatorclient.lib
       
    82 LIBRARY                 audiooutputrouting.lib  // Ringingtone output
       
    83 LIBRARY                 platformenv.lib                 // PathInfo
       
    84 LIBRARY                 symbianmock.lib
       
    85