kernel/eka/drivers/medmmc/medmmc.mmp
changeset 287 ddfd5aa0d58f
parent 39 5d2844f35677
equal deleted inserted replaced
286:48e57fb1237e 287:ddfd5aa0d58f
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    26 targettype		pdd
    26 targettype		pdd
    27 
    27 
    28 //Define this macro to create an MBR when formatting low-capacity MMC cards :
    28 //Define this macro to create an MBR when formatting low-capacity MMC cards :
    29 //macro			SYMBIAN_CREATE_MBR_ON_LOW_CAPACITY_MMC
    29 //macro			SYMBIAN_CREATE_MBR_ON_LOW_CAPACITY_MMC
    30 
    30 
       
    31 // Define this macro to bypass automatic partition switching - in this case 
       
    32 // switching can also be done by HandleControlIORequest()
       
    33 // macro		EMMC_PARTITION_TEST_MODE_ENABLED
       
    34 
    31 source			medmmc.cpp
    35 source			medmmc.cpp
    32 source			mmcptn.cpp
    36 source			mmcptn.cpp
       
    37 source			medmmcpatchdata.cpp
    33 
    38 
    34 library			epbusmmc.lib
    39 library			epbusmmc.lib
    35 library			elocd.lib
    40 library			elocd.lib
    36 library			emmcptn.lib
    41 library			emmcptn.lib
       
    42 
       
    43 DEFFILE             	~/medmmc.def
    37 
    44 
    38 linkas			medmmc.pdd
    45 linkas			medmmc.pdd
    39 
    46 
    40 start wins
    47 start wins
    41 win32_headers
    48 win32_headers