navienginebsp/ne1_tb/test/d_csi.mmp
changeset 0 5de814552237
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     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 "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 @file
       
    21 
       
    22 @SYMPurpose proxy device-driver for naviEngine CSI testing
       
    23 */
       
    24 
       
    25 #define __USING_ASSP_REGISTER_API__
       
    26 #define __USING_ASSP_INTERRUPT_API__
       
    27 
       
    28 #include <variant_test.mmh>
       
    29 #include "kernel/kern_ext.mmh"
       
    30 #include "../csi_config.mmh"
       
    31 
       
    32 target         VariantTarget(d_csi,ldd)
       
    33 romtarget      d_csi.ldd
       
    34 
       
    35 targettype     ldd
       
    36 sourcepath     ./csi
       
    37 source         d_csi.cpp
       
    38 
       
    39 USERINCLUDE ../../naviengine_assp
       
    40 USERINCLUDE ../inc
       
    41 USERINCLUDE ../../../../../os/kernelhwsrv/kernel/eka/drivers/iic
       
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    44 
       
    45 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine)
       
    46 
       
    47 #ifdef __USE_MASTER_MODE__
       
    48 macro MASTER_MODE
       
    49 #endif
       
    50 
       
    51 #ifdef __USE_SLAVE_MODE__
       
    52 macro SLAVE_MODE
       
    53 #endif
       
    54 
       
    55 library    iic.lib 
       
    56 library    VariantTarget(gpio,lib)
       
    57 
       
    58 uid		0x100000af
       
    59 vendorid 0x70000001
       
    60 
       
    61 capability		all
       
    62 epocallowdlldata
       
    63 
       
    64 SMPSAFE