navienginebsp/ne1_tb/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 #define __USING_ASSP_REGISTER_API__
       
    20 #define __USING_ASSP_INTERRUPT_API__
       
    21 
       
    22 #include <variant.mmh>
       
    23 #include "csi_config.mmh"
       
    24 
       
    25 // PIL source
       
    26 #include "../../../../os/kernelhwsrv/kernel/eka/drivers/iic/iic_channel.mmh"
       
    27 sourcepath ../../../../os/kernelhwsrv/kernel/eka/drivers/iic
       
    28 source		IIC_PIL_SOURCE
       
    29 
       
    30 
       
    31 
       
    32 // PSL source
       
    33 sourcepath    ../naviengine_assp/csi
       
    34 source        csi_psl.cpp
       
    35 
       
    36 #ifdef __USE_MASTER_MODE__
       
    37 macro MASTER_MODE
       
    38 macro CPU_AFFINITY_ANY
       
    39 source        csi_master.cpp
       
    40 #endif 
       
    41 
       
    42 // PSL source: Slave
       
    43 #ifdef __USE_SLAVE_MODE__
       
    44 macro SLAVE_MODE
       
    45 source        csi_slave.cpp 
       
    46 #endif
       
    47 
       
    48 // define bus type
       
    49 macro BUS_IMPLMENTATION_PRIORITY=(KExtensionMaximumPriority-2)
       
    50 
       
    51 target          VariantTarget(csi,dll)
       
    52 targettype      kext
       
    53 
       
    54 SYMBIAN_BASE_SYSTEMINCLUDE(ne1_tb)
       
    55 
       
    56 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    57 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine)
       
    58 SYMBIAN_NE1_TB_SYSTEMINCLUDE(specific)
       
    59 
       
    60 library     VariantTarget(gpio,lib)
       
    61 library		hcr.lib
       
    62 
       
    63 
       
    64 //VENDORID 0x70000001
       
    65 
       
    66 //uid			0x100039d0 0x10285812
       
    67 //capability		all
       
    68 
       
    69 SMPSAFE