navienginebsp/naviengine_assp/dma_v2.mmp
changeset 0 5de814552237
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     1 /*
       
     2 * Copyright (c) 2008-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 * naviengine_assp/dma.mmp
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include		<variant.mmh>
       
    22 #include		"kernel/kern_ext.mmh"
       
    23 
       
    24 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    25 
       
    26 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine)
       
    27 
       
    28 target			VariantTarget(dma_v2,dll)
       
    29 targettype		kext
       
    30 linkas			dma.dll
       
    31 noexportlibrary
       
    32 
       
    33 sourcepath		../../../../os/kernelhwsrv/kernel/eka/drivers/dma
       
    34 source			dma2_pil.cpp dma2_shared.cpp
       
    35 
       
    36 sourcepath		.
       
    37 source			dmapsl_v2.cpp
       
    38 
       
    39 library			VariantTarget(kanaviengine,lib)
       
    40 
       
    41 deffile			../../../../os/kernelhwsrv/kernel/eka/~/dma2.def
       
    42 
       
    43 epocallowdlldata
       
    44 
       
    45 capability		all
       
    46 
       
    47 VENDORID 0x70000001
       
    48 
       
    49 // Comment out the following macro to run dma driver in single buffered mode
       
    50 macro NE1_DMA_DOUBLE_BUFFER
       
    51 
       
    52 SMPSAFE
       
    53 
       
    54 MACRO DMA_APIV2