connectivitylayer/isce/isicommunicationmanager_dll/group/isicommunicationmanager.mmp
changeset 5 8ccc39f9d787
child 7 fa67e03b87df
equal deleted inserted replaced
4:510c70acdbf6 5:8ccc39f9d787
       
     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          isicommunicationmanager.dll
       
    24 TARGETTYPE      kext
       
    25 linkas          isicommunicationmanager.dll
       
    26 UID             0x100000AF 0x2002B3D0
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      ALL
       
    29 FEATUREVARIANT
       
    30 
       
    31 SMPSAFE
       
    32 
       
    33 EPOCALLOWDLLDATA
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          isicommunicationmanager.cpp
       
    37 SOURCE          isiindicationhandler.cpp
       
    38 
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../isaaccessextension_dll/inc
       
    42 USERINCLUDE     ../../memmanager_dll/inc
       
    43 USERINCLUDE     ../../isinameservice_dll/inc
       
    44 
       
    45 
       
    46 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE     /epoc32/include/kernel
       
    48 SYSTEMINCLUDE     /epoc32/include/nkern
       
    49 
       
    50 
       
    51 LIBRARY         memmanager.lib
       
    52 LIBRARY         isaaccessextension.lib
       
    53 LIBRARY         isinameservice.lib
       
    54 
       
    55 NOEXPORTLIBRARY
       
    56 
       
    57 START WINS
       
    58 win32_library kernel32.lib
       
    59 END
       
    60 
       
    61 
       
    62 // flag to enable normal trace inside component
       
    63 MACRO   COMPONENT_TRACE_FLAG
       
    64