adaptationlayer/modematadaptation/modematext_dll/group/modematext_dll.mmp
changeset 0 63b37f68c1ce
child 5 8ccc39f9d787
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     1 /*
       
     2 * Copyright (c) 2009 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 the License "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 
       
    20 #include <non_foundation_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY 	CAP_ECOM_PLUGIN
       
    24 
       
    25 VENDORID VID_DEFAULT
       
    26 
       
    27 TARGET      modemat_atext.dll
       
    28 TARGETTYPE	PLUGIN
       
    29 UID         0x10009D8D 0x2001FCB2 
       
    30 FEATUREVARIANT
       
    31 
       
    32 SOURCEPATH  ../src
       
    33 SOURCE      main.cpp
       
    34 SOURCE      modemat_atext.cpp
       
    35 
       
    36 USERINCLUDE ../inc
       
    37 USERINCLUDE ../../modematcontroller_dll/inc
       
    38 USERINCLUDE ../../modematcontroller_exe/inc
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE
       
    41 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 START RESOURCE  ../src/modemat_atext.rss
       
    44 TARGET modemat_atext.rsc
       
    45 END
       
    46 
       
    47 LIBRARY	ecom.lib
       
    48 LIBRARY euser.lib efsrv.lib
       
    49 
       
    50 
       
    51 LIBRARY atextpluginbase.lib
       
    52 LIBRARY modematcontroller.lib 
       
    53 
       
    54 DEBUGLIBRARY flogger.lib
       
    55 
       
    56 
       
    57 
       
    58 // End of File