kerneltest/e32test/group/d_dma2_sim.mmp
changeset 247 d8d70de2bd36
equal deleted inserted replaced
201:43365a9b78a3 247:d8d70de2bd36
       
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include "kernel/kern_ext.mmh"
       
    17 
       
    18 target		d_dma2_sim.ldd
       
    19 targettype	ldd
       
    20 
       
    21 // It is not actually necessary to export DMA API functions
       
    22 // from this simulated binary
       
    23 noexportlibrary
       
    24 
       
    25 deffile		../~/d_dma2_sim.def
       
    26 
       
    27 sourcepath	../../../../kernelhwsrv/kernel/eka/drivers/dma
       
    28 source		dma2_pil.cpp dma2_shared.cpp
       
    29 
       
    30 sourcepath	../dmav2
       
    31 source		d_dma2.cpp d_dma2_cmn.cpp dma2_sim.cpp
       
    32 
       
    33 
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 epocallowdlldata
       
    37 
       
    38 start wins
       
    39 win32_headers
       
    40 end
       
    41 
       
    42 capability	all
       
    43 VENDORID 0x70000001
       
    44 
       
    45 #ifdef SMP
       
    46 MACRO CPU_AFFINITY_ANY
       
    47 #endif
       
    48 
       
    49 SMPSAFE
       
    50 
       
    51 MACRO DMA_APIV2
       
    52 MACRO __DMASIM__