classicui_pub/common_file_dialogs_api/tsrc/group/testsdkcfd.mmp
branchGCC_SURGE
changeset 44 484cb5040995
parent 32 512f698a535d
parent 40 7165f928e888
equal deleted inserted replaced
32:512f698a535d 44:484cb5040995
     1 /*TYPE TESTCLASS*//*
       
     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:  Test Common File Dialogs
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #ifdef SBSV2
       
    21 
       
    22     #include <platform_paths.hrh>
       
    23 
       
    24 #else // SBSV2 not defined
       
    25 
       
    26     #include <platform_paths.hrh>
       
    27 
       
    28 #endif // SBSV2
       
    29 
       
    30 TARGET          testsdkcfd.dll
       
    31 TARGETTYPE      dll
       
    32 UID             0x1000008D 0x2001CB80
       
    33 
       
    34 CAPABILITY      ALL -TCB
       
    35 
       
    36 DEFFILE         testsdkcfd.def
       
    37 
       
    38 #ifdef SBSV2
       
    39     USERINCLUDE     ../inc 
       
    40 
       
    41     MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 	SOURCEPATH     ../data
       
    44 	START RESOURCE  testsdkcfd.rss
       
    45 	HEADER
       
    46 	TARGETPATH RESOURCE_FILES_DIR
       
    47 	LANGUAGE_IDS
       
    48 	END
       
    49 
       
    50     SOURCEPATH      ../src
       
    51     
       
    52 #else // SBSV2 not defined
       
    53 
       
    54     USERINCLUDE     ../inc 
       
    55 
       
    56     MW_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 	SOURCEPATH     ../data
       
    59 	START RESOURCE  testsdkcfd.rss
       
    60 	HEADER
       
    61 	TARGETPATH RESOURCE_FILES_DIR
       
    62 	LANGUAGE_IDS
       
    63 	END
       
    64 
       
    65     SOURCEPATH      ../src
       
    66     
       
    67 #endif // SBSV2
       
    68 
       
    69 
       
    70 SOURCE          testsdkcfd.cpp
       
    71 SOURCE          testsdkcfdblocks.cpp 
       
    72 SOURCE          testsdkcfdblockscommondialogs.cpp 
       
    73 SOURCE          testsdkcfdblockscommondialogsdynmem.cpp 
       
    74 SOURCE          testsdkcfdblocksfilenamepromptdialog.cpp 
       
    75 SOURCE          testsdkcfdblocksfileselectiondialog.cpp 
       
    76 SOURCE          testsdkcfdblocksmemoryselectiondialog.cpp 
       
    77 SOURCE          testsdkcfdblocksmemoryselectionsettingitem.cpp 
       
    78 SOURCE          testsdkcfdblocksmemoryselectionsettingpage.cpp 
       
    79 SOURCE          testsdkcfdcontrol.cpp
       
    80 SOURCE          testsdkcfdmaknmemoryselectionobserver.cpp
       
    81 SOURCE          testsdkcfdsettingitem.cpp
       
    82 SOURCE          testsdkcfdblocksmemoryselectiondialogmultidrive.cpp
       
    83 SOURCE          testsdkcfdblocksmemoryselectionsettingitemmultidrive.cpp
       
    84 SOURCE          testsdkcfdsettingitemmultidrive.cpp
       
    85 
       
    86 LIBRARY         euser.lib
       
    87 LIBRARY         cone.lib
       
    88 LIBRARY         avkon.lib
       
    89 LIBRARY         eikcore.lib 
       
    90 LIBRARY         stiftestinterface.lib
       
    91 LIBRARY         stiftestengine.lib
       
    92 LIBRARY         commondialogs.lib
       
    93 
       
    94 LANG            SC
       
    95 
       
    96 // End of File