adaptationlayer/dataport/dataport_csy/group/dataport_csy.mmp
changeset 0 63b37f68c1ce
child 9 8486d82aef45
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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 
       
    24 TARGET        dataport.csy
       
    25 TARGETTYPE    dll
       
    26 UID           0x10005054 0x10005959
       
    27 FEATUREVARIANT
       
    28 
       
    29 VENDORID      VID_DEFAULT
       
    30 
       
    31 // inhibit generation of dataport.lib
       
    32 NOEXPORTLIBRARY
       
    33 
       
    34 SOURCEPATH    ../src
       
    35 
       
    36 SOURCE        dpdataport.cpp
       
    37 SOURCE        dpbreak.cpp
       
    38 SOURCE        dpcommpep.cpp
       
    39 SOURCE        dpdatabuffer.cpp
       
    40 SOURCE        dpescdetect.cpp
       
    41 SOURCE        dpobserver.cpp
       
    42 SOURCE        dpflowctrl.cpp
       
    43 SOURCE        dpdataconfig.cpp
       
    44 SOURCE        dppif.cpp
       
    45 SOURCE        dpmif.cpp
       
    46 SOURCE        dpdte2tx.cpp
       
    47 SOURCE        dptx2pn.cpp
       
    48 SOURCE        dppn2rx.cpp
       
    49 SOURCE        dprx2dte.cpp
       
    50 SOURCE        dpparityhandler.cpp
       
    51 SOURCE        dptermdetect.cpp
       
    52 SOURCE        dpdataelement.cpp
       
    53 
       
    54 USERINCLUDE   ../inc
       
    55 USERINCLUDE   ../traces
       
    56 
       
    57 // Dependencies from other components
       
    58 OS_LAYER_SYSTEMINCLUDE
       
    59 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 
       
    62 LIBRARY       euser.lib c32.lib
       
    63 
       
    64 LIBRARY       isimessage.lib
       
    65 
       
    66 LIBRARY       iscapi.lib
       
    67 
       
    68 LIBRARY       flogger.lib
       
    69 
       
    70 CAPABILITY  ALL -Tcb
       
    71 
       
    72 START WINS
       
    73 BASEADDRESS   0x70000000
       
    74 END
       
    75 START MARM
       
    76 END