classicui_plat/personalisation_framework_api/tsrc/group/testdompslnframework.mmp
changeset 21 558113899881
parent 14 3320e4e6e8bb
child 22 75713bee6484
child 33 b3425bf29f82
equal deleted inserted replaced
14:3320e4e6e8bb 21:558113899881
     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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 #ifdef SBSV2
       
    23 
       
    24     #include <platform_paths.hrh>
       
    25     
       
    26 #else // SBSV2 not defined
       
    27 
       
    28     #include <platform_paths.hrh>
       
    29     
       
    30 #endif // SBSV2
       
    31 
       
    32 TARGET          testdompslnframework.dll
       
    33 TARGETTYPE      dll
       
    34 UID 0x1000008D 0x2001CB80
       
    35 
       
    36 CAPABILITY      ALL -TCB
       
    37 
       
    38 DEFFILE         testdompslnframework.def
       
    39 
       
    40 #ifdef SBSV2
       
    41     USERINCLUDE     ../inc 
       
    42 
       
    43     MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45     SOURCEPATH     ../data
       
    46     START RESOURCE  testdompslnframework.rss
       
    47     HEADER
       
    48     TARGETPATH RESOURCE_FILES_DIR
       
    49     LANGUAGE_IDS
       
    50     END
       
    51 
       
    52     SOURCEPATH      ../src
       
    53 
       
    54 #else // SBSV2 not defined
       
    55 USERINCLUDE     ../inc 
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58     
       
    59 SOURCEPATH     ../data
       
    60     START RESOURCE  testdompslnframework.rss
       
    61     HEADER
       
    62     TARGETPATH RESOURCE_FILES_DIR
       
    63     LANGUAGE_IDS
       
    64     END
       
    65 
       
    66 SOURCEPATH      ../src
       
    67 #endif // SBSV2
       
    68 
       
    69 SOURCE          testdompslnframework.cpp
       
    70 SOURCE          testdompslnframeworkblocks.cpp
       
    71 SOURCE          testdompslnfwblocksbasecontainer.cpp 
       
    72 SOURCE          testdompslnfwblocksbaseview.cpp 
       
    73 SOURCE          testdompslnfwblocksiconhelper.cpp 
       
    74 SOURCE          testdompslnfwblockspluginhandler.cpp 
       
    75 SOURCE          testdompslnfwappui.cpp 
       
    76 SOURCE          testdompslnfwbc.cpp
       
    77 SOURCE          testdompslnfwbv.cpp
       
    78 
       
    79 LIBRARY         euser.lib
       
    80 LIBRARY         stiftestinterface.lib
       
    81 LIBRARY         stiftestengine.lib
       
    82 LIBRARY         pslnframework.lib
       
    83 LIBRARY         cone.lib
       
    84 LIBRARY         eikcore.lib
       
    85 LIBRARY         eikctl.lib
       
    86 LIBRARY         eikcoctl.lib
       
    87 LIBRARY         eiksrv.lib
       
    88 LIBRARY         avkon.lib
       
    89 LIBRARY         egul.lib
       
    90 LIBRARY         commonengine.lib
       
    91 LIBRARY         ecom.lib
       
    92 
       
    93 LANG            SC
       
    94 
       
    95 // End of File