navienginebsp/ne1_tb/sdcontroller_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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #define BLD_MMC_SD
       
    21 
       
    22 // Enable DMA support in build time
       
    23 macro DMA_SUPPORTED
       
    24 
       
    25 SMPSAFE
       
    26 
       
    27 #include			<variant.mmh>
       
    28 #include			"kernel/kern_ext.mmh"
       
    29 
       
    30 targettype			kext
       
    31 romtarget			epbusv.dll
       
    32 
       
    33 USERINCLUDE ../../../../os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c
       
    34 
       
    35 USERINCLUDE ../../../../os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c/sdio
       
    36 
       
    37 USERINCLUDE inc
       
    38 
       
    39 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    40 
       
    41 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine)
       
    42 SYMBIAN_BASE_SYSTEMINCLUDE(ne1_tb)
       
    43 SYMBIAN_NE1_TB_SYSTEMINCLUDE(specific)
       
    44 
       
    45 
       
    46 USERINCLUDE ../naviengine_assp/mmc/inc
       
    47 USERINCLUDE ../naviengine_assp/mmc/angelus25
       
    48 USERINCLUDE ../naviengine_assp/mmc/sdcard3c
       
    49 userinclude				../naviengine_assp/mmc/angelus25
       
    50 
       
    51 sourcepath				../naviengine_assp/mmc/sdcard3c
       
    52 source					mmcstack.cpp
       
    53 source					mmcdma.cpp
       
    54 source					sdhw.cpp
       
    55 source					mmcpsu.cpp
       
    56 source					sd_init.cpp
       
    57 
       
    58 sourcepath				../naviengine_assp/mmc/angelus25
       
    59 source					angelus25.cpp
       
    60 
       
    61 
       
    62 library					VariantTarget(kanaviengine,lib)
       
    63 library					VariantTarget(ecust,lib)
       
    64 
       
    65 library					dma2.lib
       
    66 library					resman.lib
       
    67 
       
    68 macro					MMC_SD
       
    69 // SMP Driver Testing
       
    70 macro 					CPU_AFFINITY_ANY
       
    71 
       
    72 library					epbussd.lib
       
    73 
       
    74 epocallowdlldata
       
    75 
       
    76 capability				all
       
    77 
       
    78 target VariantTarget(epbussdiov_v2,dll)
       
    79 
       
    80 VENDORID 0x70000001
       
    81 
       
    82 SMPSAFE
       
    83 
       
    84 MACRO DMA_APIV2