connectivitylayer/isimessage/isimessagekernel_dll/internal/kisitester/group/kisitester.mmp
changeset 4 510c70acdbf6
parent 3 1972d8c2e329
child 5 8ccc39f9d787
equal deleted inserted replaced
3:1972d8c2e329 4:510c70acdbf6
     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:  kernelisimessage test mmp file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <non_foundation_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #define NO_EKERN_LIB
       
    23 #include			"kernel/kern_ext.mmh"
       
    24 
       
    25 vendorid       VID_DEFAULT
       
    26 
       
    27 TARGET          kisitester.ext
       
    28 TARGETTYPE  		kext
       
    29 
       
    30 
       
    31 
       
    32 SOURCEPATH          ../src
       
    33 SOURCE              kisitester_handler.cpp
       
    34 SOURCE              kisitester.cpp
       
    35 SOURCE              kisi_trace.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    39 OS_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE   /epoc32/include/drivers
       
    41 
       
    42 CAPABILITY ALL
       
    43 
       
    44 LIBRARY     ekern.lib
       
    45 LIBRARY			isimessagekernel.lib
       
    46 
       
    47 LIBRARY                 isa_kernel_if.lib
       
    48 LIBRARY                 gape.lib
       
    49 
       
    50 EPOCALLOWDLLDATA
       
    51 
       
    52 // To enable tracing uncomment following line
       
    53 MACRO COMPONENT_TRACE_FLAG
       
    54 
       
    55 /*
       
    56 add to isimessagekernel.iby to load test extension
       
    57 extension[VARID]=ABI_DIR/UDEB/kisitester.ext          sys/bin/kisitester.ext 
       
    58 check that isimessagekernel.dll is in rom and add kisitester.ext to adaptation_rom_files.txt
       
    59 */