classicui_plat/common_file_dialogs_filter_factory_api/tsrc/group/testdomcfdfilterfactory.mmp
branchGCC_SURGE
changeset 44 484cb5040995
parent 32 512f698a535d
parent 40 7165f928e888
equal deleted inserted replaced
32:512f698a535d 44:484cb5040995
     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