classicui_plat/common_file_dialogs_filter_factory_api/tsrc/group/testdomcfdfilterfactory.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2002 - 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:  the mmp file for the testing
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #ifdef SBSV2
       
    21     #include <platform_paths.hrh>
       
    22 #else // SBSV2 not defined
       
    23     #include <platform_paths.hrh>
       
    24 #endif // SBSV2
       
    25 
       
    26 TARGET          testdomcfdfilterfactory.dll
       
    27 TARGETTYPE      dll
       
    28 UID 0x1000008D 0x2001CB80
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         testdomcfdfilterfactory.def
       
    33 
       
    34 #ifdef SBSV2
       
    35 
       
    36     USERINCLUDE     ../inc
       
    37      
       
    38     MW_LAYER_SYSTEMINCLUDE 
       
    39     
       
    40     SOURCEPATH     ../data
       
    41     START RESOURCE  testdomcfdfilterfactory.rss
       
    42     HEADER
       
    43     TARGETPATH RESOURCE_FILES_DIR
       
    44     LANGUAGE_IDS
       
    45     END
       
    46     
       
    47     SOURCEPATH      ../src
       
    48     
       
    49 #else // SBSV2 not defined
       
    50 
       
    51 USERINCLUDE     ../inc 
       
    52     
       
    53 MW_LAYER_SYSTEMINCLUDE 
       
    54 
       
    55 SOURCEPATH     ../data
       
    56     START RESOURCE  testdomcfdfilterfactory.rss
       
    57     HEADER
       
    58     TARGETPATH RESOURCE_FILES_DIR
       
    59     LANGUAGE_IDS
       
    60     END
       
    61     
       
    62 SOURCEPATH      ../src
       
    63 #endif // SBSV2
       
    64 
       
    65 SOURCE          testdomcfdfilterfactory.cpp
       
    66 SOURCE          testdomcfdfilterfactoryblocks.cpp
       
    67 
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         StifTestInterface.lib
       
    70 LIBRARY         stiftestengine.lib
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         cone.lib 
       
    73 LIBRARY         commondialogs.lib
       
    74 
       
    75 LANG            SC
       
    76 
       
    77 // End of File