kernel/eka/drivers/media/bld.inf
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 11:14:22 +0300
branchRCL_3
changeset 42 a179b74831c9
parent 15 2d65c2f76d7b
permissions -rw-r--r--
Revision: 201033 Kit: 201033

// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// e32/drivers/media/bld.inf
// Media Drivers
// 
//

/**
 @file
*/


PRJ_PLATFORMS

BASEDEFAULT

PRJ_EXPORTS
../pbus/mmc/sdcard/sdcard3c/sdio/callback.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/callback.inl     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/cisreader.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/function.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/function.inl    SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/interrupt.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/regifc.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/sdio.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/sdio.inl     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/sdiodefs.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/sdioinit.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/sdiopsu.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/sdiopsu.inl     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/dummyexp.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/sdiocard.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../pbus/mmc/sdcard/sdcard3c/sdio/sdiocard.inl     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(drivers/sdio/)
../sdapc/d_sdapc.h				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(drivers/)

PRJ_MMPFILES

#if defined(GENERIC_MARM) || defined(WINS) || defined(GENERIC_X86)
#if !defined(MARM_THUMB) && !defined(MARM_ARMI)


// ../../drivers/medint/medint
../../drivers/medmmc/emmcptn
../../drivers/medmmc/emmcptn_lib
../../drivers/medmmc/bgahsmmcptn
../../drivers/pbus/mmc/epbusmmc
../../drivers/medmmc/medmmc

#if !defined(WINS) && !defined(GENERIC_X86)
../../drivers/pbus/mmc/sdcard/sdcard3c/epbussd
../../drivers/pbus/mmc/sdcard/sdcard3c/sdio/epbussdio
../../drivers/sdapc/d_sdapc
#endif

// Build the folowing from variant if required.
// (Restricted IPR prevents them from being in the generic build)
//
// ../../drivers/medsd4c/medsdp
// ../../drivers/pbus/mmc/sdcard/sdcard4c/epbussdp


#endif
#endif