kerneltest/sdiotest/d_sdioif.mmp
branchRCL_3
changeset 294 039a3e647356
parent 268 345b1ca54e88
child 295 5460f47b94ad
equal deleted inserted replaced
268:345b1ca54e88 294:039a3e647356
     1 // Copyright (c) 2003-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 // LDD for testing SDIO functions
       
    15 // 
       
    16 //
       
    17 
       
    18 #include "kernel/kern_ext.mmh"
       
    19 
       
    20 TARGET         d_sdioif.ldd
       
    21 TARGETTYPE     LDD
       
    22 sourcepath	source
       
    23 SOURCE         d_sdioif.cpp
       
    24 LIBRARY		epbussdio.lib
       
    25 
       
    26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 USERINCLUDE  ../../kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c
       
    28 USERINCLUDE  ../../kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c/sdio
       
    29 USERINCLUDE	 ../../kernel/eka/include/drivers
       
    30 
       
    31 start wins
       
    32 win32_library			kernel32.lib
       
    33 #if defined(VC32)
       
    34 win32_library			libc.lib
       
    35 #endif
       
    36 end
       
    37 
       
    38 epocallowdlldata
       
    39 
       
    40 capability	all
       
    41 
       
    42