multimediacommsengine/mmcefloorctrlplugin/group/fctbcp.mmp
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     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:    This is project specification file for the MCE Client.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 // Capability assignment.
       
    23 CAPABILITY 	CAP_GENERAL_DLL
       
    24 // Vendor ID assignment.
       
    25 VENDORID	VID_DEFAULT
       
    26 
       
    27 TARGET            fctbcp.dll
       
    28 #ifndef EKA2
       
    29 TARGETTYPE	ECOMIIC
       
    30 TARGETPATH	/system/libs/plugins
       
    31 #else
       
    32 TARGETTYPE	PLUGIN
       
    33 #endif
       
    34 
       
    35 UID               0x10009D8D 0x102010E3
       
    36 
       
    37 
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          fctbcpfloorcontrolimpl.cpp
       
    41 SOURCE          fcconnectioncontainer.cpp
       
    42 SOURCE          fcsender.cpp
       
    43 SOURCE          fcreceiver.cpp
       
    44 SOURCE          staticdllentry.cpp
       
    45 
       
    46 #ifndef EKA2
       
    47 RESOURCE	    ../data/102010E3.rss
       
    48 #else
       
    49 START RESOURCE	../data/102010E3.rss
       
    50 TARGET 		    fctbcp.rsc
       
    51 END
       
    52 #endif
       
    53 
       
    54 
       
    55 USERINCLUDE       ../inc
       
    56 USERINCLUDE       ../../mmcefloorctrlengine/inc
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 
       
    61 
       
    62 LIBRARY           ecom.lib
       
    63 LIBRARY           euser.lib
       
    64 LIBRARY           estor.lib
       
    65 LIBRARY           bafl.lib
       
    66 LIBRARY           insock.lib					
       
    67 LIBRARY           charconv.lib
       
    68 LIBRARY           esock.lib
       
    69 LIBRARY           commdb.lib
       
    70 LIBRARY           inetprotutil.lib
       
    71 
       
    72 #if defined(WINS)
       
    73 LIBRARY           efsrv.lib
       
    74 #endif
       
    75 
       
    76 PAGED
       
    77 
       
    78 
       
    79 
       
    80