srsf/vcommandexecutorbearer/group/nssvcexecutorbearer.mmp
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2006 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:  MMP file for nssvcexecutorbearer.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <remcon/remconservercaps.mmh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET			nssvcexecutorbearer.dll
       
    24 
       
    25 // CAPABILITY      CAP_ECOM_PLUGIN 
       
    26 // capabilities are required as that of remconbearerplugin.dll
       
    27 // getting it from #include <remcon/remconservercaps.mmh>
       
    28 
       
    29 TARGETTYPE		PLUGIN
       
    30 // UID2 = 0x10009d8d for ECOM plugins.
       
    31 // UID3 = the 'DLL UID'
       
    32 UID 			0x10009d8d 0x10281C7E
       
    33 VENDORID		VID_DEFAULT
       
    34 
       
    35 SOURCEPATH		../src
       
    36 SOURCE			nssvcexecutorbearermain.cpp
       
    37 SOURCE			nssvcexecutorbearerimpl.cpp
       
    38 
       
    39 SOURCEPATH      .
       
    40 
       
    41 START RESOURCE 10281c7e.rss
       
    42 #ifdef SYMBIAN_SECURE_ECOM
       
    43 target nssvcexecutorbearer.rsc
       
    44 #endif
       
    45 END
       
    46 
       
    47 USERINCLUDE 	. ../inc
       
    48 
       
    49 // This is a SYSTEMINCLUDE macro containing the middleware
       
    50 // layer specific include directories
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY 		euser.lib 
       
    54 LIBRARY			ecom.lib
       
    55 LIBRARY 		c32.lib 
       
    56 LIBRARY 		remconbearerplugin.lib 
       
    57 LIBRARY 		remcontypes.lib
       
    58 LIBRARY 		flogger.lib
       
    59 LIBRARY         avkon.lib
       
    60 LIBRARY         akncapserverclient.lib
       
    61 LIBRARY         apparc.lib
       
    62 LIBRARY         eikcore.lib
       
    63 
       
    64 #include <comms-infras/commsdebugutility.mmh>
       
    65 
       
    66 // End of file