atext/plugins/limitedpdpplugin/group/limitedpdpplugin.mmp
branchRCL_3
changeset 22 786b94c6f0a4
equal deleted inserted replaced
21:14e240312f6f 22:786b94c6f0a4
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Project definition file for project limitedpdpplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET                  limitedpdpplugin.dll
       
    22 TARGETTYPE              PLUGIN
       
    23 UID                     0x10009D8D 0x20031617
       
    24 
       
    25 CAPABILITY              CAP_ECOM_PLUGIN
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 SOURCE                  proxy.cpp
       
    30 SOURCE                  limitedpdpplugin.cpp
       
    31 
       
    32 START RESOURCE          ../src/20031617.rss
       
    33 TARGET                  limitedpdpplugin.rsc
       
    34 END
       
    35 
       
    36 USERINCLUDE             ../inc
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 // Note:
       
    41 // The only other SYSTEMINCLUDE should you shall add are Symbian specific ones.
       
    42 // If there is a S60 header in the subdirectory then that should be
       
    43 // added into the include statements (like #include <phonebook/header.h>)
       
    44 SYSTEMINCLUDE           /epoc32/include/ecom
       
    45 
       
    46 LIBRARY	ecom.lib
       
    47 LIBRARY euser.lib
       
    48 LIBRARY atextpluginbase.lib
       
    49 LIBRARY centralrepository.lib
       
    50 
       
    51 DEBUGLIBRARY flogger.lib