kernel/eka/drivers/pbus/mmc/epbusm.mmh
changeset 0 a41df078684a
child 13 46fffbe7b5a7
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 1998-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 // e32\drivers\pbus\mmc\epbusm.mmh
       
    15 // Common files for all MMC/SD/CPRM builds
       
    16 // 
       
    17 //
       
    18 
       
    19 #include			"kernel/kern_ext.mmh"
       
    20 
       
    21 linkas				epbusm.dll
       
    22 
       
    23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    24 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    25 systeminclude		../../../include
       
    26 systeminclude		../../../include/drivers
       
    27 #endif
       
    28 
       
    29 
       
    30 sourcepath			..
       
    31 source				spbus.cpp
       
    32 source				pbusmedia.cpp
       
    33 
       
    34 sourcepath			../mmc
       
    35 source				stack.cpp
       
    36 source				stackbody.cpp
       
    37 source				session.cpp
       
    38 source				mmccd_init.cpp
       
    39 
       
    40 library				elocd.lib
       
    41 
       
    42 start wins
       
    43 win32_library		kernel32.lib
       
    44 end
       
    45 
       
    46 epocallowdlldata
       
    47 
       
    48 uid 				0x1000008d 0x10004087
       
    49 
       
    50 capability			all
       
    51