profilesservices/FileList/tsrc/public/basic/group/T_CFLDFileList.mmp
changeset 68 13e71d907dc3
equal deleted inserted replaced
40:6465d5bb863a 68:13e71d907dc3
       
     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: 
       
    15 *     This is project specification file for the FileList test cases.
       
    16 *
       
    17 */
       
    18 
       
    19 ////////////////////////////////////////////////////////////
       
    20 // T_CFLDFileList.mmp
       
    21 //
       
    22 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    23 #include <platform_paths.hrh>
       
    24 #include <data_caging_paths.hrh>
       
    25 
       
    26 // DEFINES
       
    27 #define         KEUnitUid3 0x1000af59
       
    28 #define         KEUnitTestDllUid2 0x1000af5a
       
    29 
       
    30 // Build target
       
    31 TARGET          t_cfldfilelist.dll
       
    32 TARGETTYPE      DLL
       
    33 TARGETPATH      ../../../../wins/c/DigiaEUnit/Tests
       
    34 UID             KEUnitTestDllUid2 KEUnitUid3
       
    35 
       
    36 LANG        sc
       
    37 
       
    38 CAPABILITY      ALL -TCB
       
    39 
       
    40 // Source files location
       
    41 SOURCEPATH  .
       
    42 
       
    43 // Source files
       
    44 SOURCEPATH  	../src
       
    45 SOURCE          T_CFLDDllMain.cpp
       
    46 SOURCE          T_CFLDController.cpp
       
    47 SOURCE          T_CFLDFileListContainer.cpp
       
    48 
       
    49 // Include paths
       
    50 USERINCLUDE     .
       
    51 USERINCLUDE     ../inc
       
    52 USERINCLUDE     ../../../../src
       
    53 USERINCLUDE     ../../../../inc
       
    54 SYSTEMINCLUDE   /epoc32/include/Digia/EUnit
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 START RESOURCE  ../group/fldtest.rss
       
    58   HEADER
       
    59   TARGETPATH    RESOURCE_FILES_DIR
       
    60 END
       
    61 
       
    62 // Dependencies to system components
       
    63 LIBRARY         eunit.lib
       
    64 LIBRARY         eunitutil.lib
       
    65 LIBRARY         filelist.lib
       
    66 LIBRARY         avkon.lib
       
    67 LIBRARY         bafl.lib
       
    68 LIBRARY         cone.lib
       
    69 LIBRARY         efsrv.lib
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         commonengine.lib
       
    72 LIBRARY         ws32.lib
       
    73 
       
    74 // dependencies for tested classes
       
    75 LIBRARY         eikcoctl.lib
       
    76 LIBRARY         eikcore.lib
       
    77 LIBRARY         commonui.lib // Document Handler
       
    78 LIBRARY         apmime.lib // TDataType
       
    79 LIBRARY    	servicehandler.lib // CAiwGenericParamList
       
    80 LIBRARY		platformenv.lib