plugins/networking/tcpcsy/src/tcpcsy.mmp
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // tcpcsy.mmp
       
     2 // 
       
     3 // Copyright (c) 2008 - 2010 Accenture. All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of the "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 // Accenture - Initial contribution
       
    11 //
       
    12 
       
    13 #include <fshell/common.mmh>
       
    14 
       
    15 srcdbg
       
    16 target        tcpcsy.csy
       
    17 capability    CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    18 targettype    dll
       
    19 uid           0x10005054 FSHELL_UID_TCPCSY
       
    20 
       
    21 NOEXPORTLIBRARY
       
    22 
       
    23 userinclude   .
       
    24 #include <fshell/fsh_system_include.mmh>
       
    25 
       
    26 sourcepath    .
       
    27 source        tcpcsy.cpp
       
    28 source        config.cpp
       
    29 source        reader.cpp
       
    30 source        writer.cpp
       
    31 source        connector.cpp
       
    32 source        listener.cpp
       
    33 source        socketuser.cpp
       
    34 
       
    35 
       
    36 library       euser.lib
       
    37 library       c32.lib
       
    38 library       esock.lib
       
    39 library       insock.lib
       
    40 library       centralrepository.lib
       
    41 
       
    42 // This macro enables general logging, function entry, events, etc..
       
    43 //MACRO LOG_CSY_EVENTS
       
    44 // This macro enables logging of Tx data
       
    45 //MACRO LOG_CSY_TX
       
    46 // This macro enables logging of Rx data
       
    47 //MACRO LOG_CSY_RX
       
    48 
       
    49 #include <comms-infras/commsdebugutility.mmh>
       
    50