serialserver/c32serialserver/group/ECUART.MMP
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Top-level project file for ECUART.CSY
       
    15 // ecuart.csy Comms server serial port plug-in 
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 OPTION CW   -w off
       
    24 #include <comms-infras/commsdebugutility.mmh>
       
    25 
       
    26 TARGET        ecuart.csy
       
    27 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData 
       
    28 TARGETTYPE    dll
       
    29 TARGETPATH    /system/libs
       
    30 UID           0x10005054
       
    31 VENDORID 0x70000001
       
    32 
       
    33 SOURCEPATH	../../serialportcsy
       
    34 SOURCE        ECUART.CPP
       
    35 
       
    36 SOURCE		ECUARTLOG.CPP
       
    37 
       
    38 
       
    39 USERINCLUDE   ../../serialportcsy
       
    40 
       
    41 USERINCLUDE ../INC
       
    42 
       
    43 SYSTEMINCLUDE /epoc32/include
       
    44 
       
    45 LIBRARY       euser.lib c32.lib
       
    46 
       
    47 START WINS
       
    48 BASEADDRESS   0x42e00000
       
    49 END
       
    50 
       
    51 UNPAGED