connectivitylayer/isce/isirouter_dll/group/isirouter.mmp
changeset 0 63b37f68c1ce
child 9 8486d82aef45
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 #include        <non_foundation_paths.hrh>
       
    19 #include        <platform_paths.hrh>
       
    20 #include        "kernel/kern_ext.mmh"
       
    21 
       
    22 
       
    23 TARGET          isirouter.dll
       
    24 TARGETTYPE      kext
       
    25 linkas          isirouter.dll
       
    26 UID             0x100000AF 0x20026FE7
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      ALL
       
    29 FEATUREVARIANT
       
    30 
       
    31 EPOCALLOWDLLDATA
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          isidevice.cpp
       
    35 SOURCE          isiif.cpp
       
    36 SOURCE          isikernelchannel.cpp
       
    37 SOURCE          isilink.cpp
       
    38 SOURCE          isirouter.cpp
       
    39 SOURCE          isiuserchannel.cpp
       
    40 SOURCE          isimsgqueue.cpp
       
    41 SOURCE          isicltransceiver.cpp
       
    42 SOURCE          isithreadcontainer.cpp
       
    43 
       
    44 
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE     ../../ismpmultiplexer_dll/inc
       
    47 USERINCLUDE     ../../memmanager_dll/inc
       
    48 
       
    49 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    50 SYSTEMINCLUDE     /epoc32/include/kernel
       
    51 SYSTEMINCLUDE     /epoc32/include/nkern
       
    52 
       
    53 
       
    54 DEFFILE         isirouter.def
       
    55 
       
    56 LIBRARY         memmanager.lib
       
    57 LIBRARY         ismpmultiplexer.lib
       
    58 
       
    59 START WINS
       
    60 win32_library kernel32.lib
       
    61 END
       
    62 
       
    63 
       
    64 // flag to enable normal trace inside component
       
    65 MACRO   COMPONENT_TRACE_FLAG
       
    66