os/kernelhwsrv/kerneltest/e32test/group/dmasim.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-2009 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 the License "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		dmasim.dll
    19 #ifdef WINS
    20 //
    21 // We don't want to add dmasim to the hardcoded list of kernel
    22 // extensions in the WINS variant (to avoid creating a dependency of
    23 // WINS/E32 on E32TEST) and it would be painful to force everybody to
    24 // start the emulator with magic options in order to run the E32TEST
    25 // suite.
    26 // 
    27 // Therefore dmasim is a LDD on WINS, loaded by the user-side test
    28 // harness.
    29 //
    30 targettype	ldd
    31 #else
    32 targettype	kext
    33 #endif
    34 
    35 sourcepath	../../../kernel/eka/drivers/dma
    36 source		dmapil.cpp
    37 sourcepath	../dma
    38 source		dmasim.cpp
    39 
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    41 
    42 
    43 deffile		../~/dmasim.def
    44 
    45 epocallowdlldata
    46 
    47 start wins
    48 win32_headers
    49 end
    50 
    51 capability	all
    52 
    53 macro		__DMASIM__
    54 
    55 
    56 VENDORID 0x70000001
    57 SMPSAFE