uiaccelerator_plat/alf_visual_api/tsrc/group/alfbatchextplugin.mmp
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 
       
    22 TARGET          alfbatchextplugin.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009d8d 0x0DDDDDDD
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 USERINCLUDE     ../inc
       
    30 USERINCLUDE     .
       
    31 
       
    32 #ifdef RD_ALF_IN_PLATFORM
       
    33 #include <platform_paths.hrh>
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 #else
       
    36 SYSTEMINCLUDE   /epoc32/include
       
    37 #endif
       
    38 
       
    39 SYSTEMINCLUDE   /epoc32/include/ecom
       
    40 
       
    41 SOURCEPATH      ../data
       
    42 START RESOURCE  alfbatchextplugin.rss
       
    43 END
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 SOURCE          alfbatchextplugin.cpp
       
    47 
       
    48 LIBRARY         ECOM.LIB
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         alfappservercore.lib
       
    51 LIBRARY         apparc.lib
       
    52 LIBRARY         avkon.lib 
       
    53 LIBRARY         eikcore.lib 
       
    54 LIBRARY         cone.lib
       
    55