idlefw/tsrc/framework/group/AiFwTestPlugins.mmp
branchRCL_3
changeset 27 2c7f27287390
equal deleted inserted replaced
25:9e077f9a342c 27:2c7f27287390
       
     1 /*
       
     2 * Copyright (c) 2004 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:
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET          AiFwTestPlugins.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 UID             0x10009d8d 0x10170001
       
    24 
       
    25 CAPABILITY		ALL -TCB            
       
    26 //VENDORID                
       
    27 
       
    28 SOURCEPATH              ../MT_aifw
       
    29 SOURCE                  AiFwTestPluginsMain.cpp
       
    30 SOURCE                  AiFwTestPluginsDllMain.cpp
       
    31 SOURCE                  AiFwTestContentPlugin.cpp
       
    32 SOURCE                  AiFwTestContentPlugin2.cpp
       
    33 SOURCE                  AiFwTestContentPlugin3.cpp
       
    34 SOURCE                  AiFwTestContentPlugin4.cpp
       
    35 SOURCE                  AiFwTestContentPlugin5.cpp
       
    36 SOURCE                  AiFwTestContentPlugin6.cpp
       
    37 SOURCE                  AiFwTestContentPlugin7.cpp
       
    38 SOURCE                  AiFwTestContentPlugin8.cpp
       
    39 SOURCE                  AiFwTestContentPlugin9.cpp
       
    40 SOURCE                  AiFwTestControllerPlugin.cpp
       
    41 SOURCE                  AiFwTestControllerPlugin2.cpp
       
    42 
       
    43 START RESOURCE			AiFwTestPlugins.rss
       
    44 TARGET					AiFwTestPlugins.rsc
       
    45 END
       
    46 
       
    47 USERINCLUDE             ../MT_aifw
       
    48 USERINCLUDE             ../../../../inc/framework
       
    49 USERINCLUDE             ../../../../inc/common
       
    50 USERINCLUDE             ../../../../../../homescreen/idlehomescreen/inc
       
    51 
       
    52 
       
    53 SYSTEMINCLUDE             ../../../../group
       
    54 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    55 
       
    56 LANG                    SC
       
    57 
       
    58 #if defined(WINS)
       
    59     DEFFILE ../BWINS/AiFwTestPlugins.DEF
       
    60 #endif
       
    61 #if defined(EABI)
       
    62     DEFFILE ../EABI/AiFwTestPlugins.DEF
       
    63 #endif
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 LIBRARY                 euser.lib ecom.lib
       
    66 LIBRARY                 cone.lib
       
    67 LIBRARY                 aifw.lib aiutils.lib
       
    68 
       
    69 // End of file