profilesservices/ProfileEngine/tsrc/public/basic/WrapperMdlTest/group/T_ProfileEngineWrapper.mmp
changeset 0 8c5d936e5675
child 68 13e71d907dc3
equal deleted inserted replaced
-1:000000000000 0:8c5d936e5675
       
     1 /*
       
     2 * Copyright (c) 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:  Profiles Engine wrapper tests.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          T_ProfileEngineWrapper.dll
       
    23 TARGETTYPE      dll
       
    24 
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  MT_CSchedulerUtility.cpp
       
    31 SOURCE                  MT_ProfileEngineDllMain.cpp
       
    32 SOURCE                  T_ProfileTestTools.cpp
       
    33 SOURCE                  MT_ProEngFactory.cpp
       
    34 SOURCE                  MT_MProEngNotifyHandler.cpp
       
    35 SOURCE                  MT_MProEngAlertToneSeeker.cpp
       
    36 SOURCE                  MT_MProEngProfile.cpp
       
    37 SOURCE                  MT_MProEngProfileName.cpp
       
    38 SOURCE                  MT_MProEngTones.cpp
       
    39 SOURCE                  MT_MProEngToneSettings.cpp
       
    40 SOURCE                  MT_MProEngProfileNameArray.cpp
       
    41 SOURCE                  MT_MProEngEngine.cpp
       
    42 
       
    43 USERINCLUDE		../inc
       
    44 USERINCLUDE		../../../../../EngInc
       
    45 SYSTEMINCLUDE   	../../../../../WrapperInc
       
    46 SYSTEMINCLUDE		../../../../../../../inc
       
    47 SYSTEMINCLUDE   	/epoc32/include/digia/EUnit
       
    48 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY                 aknnotify.lib
       
    52 LIBRARY                 apgrfx.lib
       
    53 LIBRARY                 apmime.lib
       
    54 LIBRARY                 bafl.lib
       
    55 LIBRARY                 centralrepository.lib
       
    56 LIBRARY                 ContentListingFramework.lib
       
    57 LIBRARY                 efsrv.lib
       
    58 LIBRARY                 EUnit.lib
       
    59 LIBRARY                 euser.lib
       
    60 LIBRARY                 PlatformEnv.lib
       
    61 LIBRARY                 profileeng.lib
       
    62 LIBRARY                 ProfileEngine.lib
       
    63 LIBRARY                 PbkEng.lib
       
    64 LIBRARY                 cntmodel.lib
       
    65 
       
    66 // End of file