classicui_pub/aiw_service_handler_api/tsrc/group/testsdkaiwservicehandler.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:  mmp file
       
    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 
       
    27 TARGET          testsdkaiwservicehandler.dll
       
    28 TARGETTYPE      dll
       
    29 UID 0x1000008D 0x2001CB80
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 
       
    33 DEFFILE         testsdkaiwservicehandler.def
       
    34 
       
    35 #ifdef SBSV2
       
    36     USERINCLUDE     ../inc 
       
    37     MW_LAYER_SYSTEMINCLUDE
       
    38     SOURCEPATH      ../src
       
    39     START RESOURCE ../data/testsdkaiwservicehandler.rss
       
    40     HEADER
       
    41     TARGETPATH RESOURCE_FILES_DIR
       
    42     END
       
    43 #else // SBSV2 not defined
       
    44     USERINCLUDE     ../inc 
       
    45     MW_LAYER_SYSTEMINCLUDE
       
    46     SOURCEPATH      ../src
       
    47     START RESOURCE ../data/testsdkaiwservicehandler.rss
       
    48     HEADER
       
    49     TARGETPATH RESOURCE_FILES_DIR
       
    50     END
       
    51 #endif // SBSV2
       
    52 
       
    53 SOURCE          testsdkaiwservicehandler.cpp
       
    54 SOURCE          testsdkaiwservicehandlerblocks.cpp
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         StifTestInterface.lib
       
    58 LIBRARY         stiftestengine.lib
       
    59 LIBRARY         servicehandler.lib
       
    60 LIBRARY         eikcore.lib 
       
    61 LIBRARY         eikcoctl.lib
       
    62 LIBRARY         cone.lib
       
    63 
       
    64 LANG            SC
       
    65 
       
    66 // End of File