usbclasses/usbphoneasmodem/classimplementation/atplugin/group/pamplugin.mmp
changeset 34 7858bc6ead78
parent 31 dfdd8240f7c8
child 35 9d8b04ca6939
equal deleted inserted replaced
31:dfdd8240f7c8 34:7858bc6ead78
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // class definition for phone as modem at extension plugin
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../inc/pampluginprjconfig.h"
       
    20 
       
    21 CAPABILITY 	CAP_ECOM_PLUGIN
       
    22 
       
    23 VENDORID VID_DEFAULT
       
    24 
       
    25 TARGET      usbpamatplugin.dll
       
    26 TARGETTYPE	PLUGIN
       
    27 UID         0x10009D8D 0x20026F61
       
    28 
       
    29 
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 SOURCEPATH  ../src
       
    33 SOURCE      main.cpp
       
    34 SOURCE      pamplugin.cpp
       
    35 SOURCE      pamengine.cpp
       
    36 
       
    37 
       
    38 USERINCLUDE ../inc
       
    39 
       
    40 SYSTEMINCLUDE   /epoc32/include/ecom
       
    41 
       
    42 START RESOURCE  ../data/20026f61.rss
       
    43 TARGET usbpamatplugin.rsc
       
    44 END
       
    45 
       
    46 LIBRARY     ecom.lib
       
    47 LIBRARY     euser.lib
       
    48 LIBRARY     atextpluginbase.lib
       
    49 
       
    50 LIBRARY     charconv.lib
       
    51 LIBRARY	    bafl.lib
       
    52 LIBRARY     etel3rdparty.lib
       
    53 LIBRARY     etel.lib
       
    54 LIBRARY     etelmm.lib
       
    55 LIBRARY     cmmanager.lib
       
    56 
       
    57 DEBUGLIBRARY flogger.lib
       
    58 
       
    59 
       
    60 // End of File