connectivitylayer/isce/p2prouter_dll/group/p2prouter.mmp
changeset 0 63b37f68c1ce
child 5 8ccc39f9d787
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     1 /*
       
     2 * Copyright (c) 2009 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 #include "kernel/kern_ext.mmh"
       
    23 
       
    24 TARGET          p2prouter.dll
       
    25 TARGETTYPE      kext
       
    26 linkas          p2prouter.dll
       
    27 DEFFILE         p2prouter.def
       
    28 UID             0x100000AF 0x2002432E
       
    29 VENDORID        VID_DEFAULT
       
    30 CAPABILITY      ALL
       
    31 FEATUREVARIANT
       
    32 
       
    33 EPOCALLOWDLLDATA
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          p2prouter.cpp
       
    37 SOURCE          p2plink.cpp
       
    38 SOURCE          p2pdevice.cpp
       
    39 SOURCE          p2puserchannel.cpp
       
    40 SOURCE          msgqueue.cpp
       
    41 SOURCE          p2pif.cpp
       
    42 SOURCE          p2pkernelchannel.cpp
       
    43 
       
    44 USERINCLUDE     ../inc
       
    45 // TODO: PATH DEFINITIONS
       
    46 USERINCLUDE     ../../ismpmultiplexer_dll/inc
       
    47 USERINCLUDE     ../../memmanager_dll/inc
       
    48 // TODO OST Trace USERINCLUDE     ../traces
       
    49 
       
    50 OS_LAYER_SYSTEMINCLUDE
       
    51 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    52 SYSTEMINCLUDE     /epoc32/include/kernel
       
    53 SYSTEMINCLUDE     /epoc32/include/nkern
       
    54 
       
    55 LIBRARY         memmanager.lib
       
    56 LIBRARY         ismpmultiplexer.lib
       
    57 
       
    58 START WINS
       
    59 win32_library kernel32.lib
       
    60 END
       
    61 
       
    62 // flag to enable normal trace inside component
       
    63 MACRO   COMPONENT_TRACE_FLAG
       
    64 
       
    65