systemswstubs/examplecommonisc/group/IscMultiplexerBaseReference.mmp
branchRCL_3
changeset 44 b5894bb67e73
parent 35 37b610eb7fe3
equal deleted inserted replaced
35:37b610eb7fe3 44:b5894bb67e73
     1 /*
       
     2 * Copyright (c) 2007 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 "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:  A reference implementation for ISC multiplexer base.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "kernel/kern_ext.mmh"
       
    22 
       
    23 #if defined(WINSCW)
       
    24 TARGET          IscMultiplexerBase.ldd
       
    25 TARGETTYPE      ldd
       
    26 UID             0x100000AF 0x102020A3
       
    27 DEFFILE         IscMultiplexerBaseCW.def
       
    28 #else
       
    29 TARGET          IscMultiplexerBase.dll
       
    30 TARGETTYPE      kdll
       
    31 UID             0x10000079 0x102020A3
       
    32 DEFFILE         IscMultiplexerBase.def
       
    33 #endif
       
    34 
       
    35 VENDORID        VID_DEFAULT
       
    36 
       
    37 CAPABILITY      ALL
       
    38 
       
    39 SOURCEPATH      ../IscMultiplexerBase/src
       
    40 SOURCE          IscMultiplexerBase.cpp
       
    41 
       
    42 
       
    43 USERINCLUDE     ../IscMultiplexerBase/inc
       
    44 USERINCLUDE     ../IscDriver/inc
       
    45 
       
    46 OS_LAYER_KERNEL_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY         IscDriver.lib
       
    49 
       
    50 START WINS      
       
    51 win32_library   kernel32.lib
       
    52 #if defined(VC32)
       
    53 win32_library   libc.lib
       
    54 #endif
       
    55 
       
    56 END
       
    57 // Do not remove this flag unless you are sure what you are doing.
       
    58 macro TRACE_MODE_KERNEL
       
    59 
       
    60 // flag to enable trace of components API calls
       
    61 //MACRO   API_TRACE_FLAG
       
    62 
       
    63 // flag to enable normal trace inside component
       
    64 //MACRO   COMPONENT_TRACE_FLAG
       
    65 
       
    66 
       
    67 EPOCALLOWDLLDATA