meetingrequest/mrmbutilsextension/tsrc/module/mrmbutilsextension/group/MT_mrmbutilsextension.mmp
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     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 #include <digia/eunit/eunitcaps.h>
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 // DEFINES
       
    22 #define         KMyUniqueUid3 0x01700001
       
    23 #define         KEUnitTestDllUid2 0x1000af5a
       
    24 
       
    25 // Build target
       
    26 TARGET          MT_mrmbutilsextension.dll
       
    27 TARGETTYPE      dll
       
    28 UID             KEUnitTestDllUid2 KMyUniqueUid3
       
    29 
       
    30 CAPABILITY      EUNIT_CAPS
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // Source files
       
    34 SOURCEPATH      ..\src
       
    35 SOURCE          DllMain.cpp // Test code
       
    36 SOURCE          MT_mrmbutilsextension.cpp
       
    37 
       
    38 // Include paths
       
    39 USERINCLUDE    ../inc
       
    40 USERINCLUDE    ../../../../inc
       
    41 USERINCLUDE    ../../../../../inc
       
    42 USERINCLUDE    ../../../../../../inc
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE   /epoc32/include/ecom
       
    46 SYSTEMINCLUDE   /epoc32/include/digia/eunit
       
    47 
       
    48 // Dependencies to system components
       
    49 LIBRARY         euser.lib 
       
    50 LIBRARY         eunit.lib
       
    51 LIBRARY         ecom.lib
       
    52 LIBRARY         fsfwcommonlib.lib
       
    53 LIBRARY         fsmailframework.lib
       
    54 LIBRARY         mrmailbox.lib
       
    55 
       
    56 // EOF