commsfwsupport/commselements/nodemessages/group/nodemessages.mmp
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2005-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 //
       
    15 
       
    16 TARGET          nodemessages.dll
       
    17 TARGETTYPE      dll
       
    18 
       
    19 UID             0x1000007A 0x10285AE2 //UID allocated 19/12/2007
       
    20 VENDORID        0x70000001
       
    21 
       
    22 SOURCEPATH      ../src
       
    23 
       
    24 DEFFILE			nodemessages.def
       
    25 
       
    26 SOURCE          nm_address.cpp
       
    27 SOURCE          nm_common.cpp
       
    28 SOURCE          nm_interfaces.cpp
       
    29 SOURCE          nm_messages.cpp
       
    30 SOURCE          nm_node.cpp
       
    31 SOURCE          nm_signals.cpp
       
    32 SOURCE          nm_transport.cpp
       
    33 SOURCE          nm_log.cpp
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 LIBRARY         euser.lib
       
    39 LIBRARY         netinterfaces.lib
       
    40 LIBRARY         netmeta.lib
       
    41 LIBRARY         virtualconstructors.lib
       
    42 
       
    43 CAPABILITY      ALL -Tcb
       
    44 
       
    45 UNPAGED
       
    46 
       
    47 SMPSAFE
       
    48