kernel/eka/drivers/medmmc/emmcptn.mmp
changeset 0 a41df078684a
child 39 5d2844f35677
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 // eka/drivers/medmmc/emmcptn.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 target			emmcptn.dll
       
    19 targettype		kext
       
    20 
       
    21 #include 		"../../kernel/kern_ext.mmh"
       
    22 userinclude		../../include/drivers
       
    23 
       
    24 source			emmcptn.cpp
       
    25 
       
    26 library			epbusmmc.lib
       
    27 library			elocd.lib
       
    28 
       
    29 deffile 		../../~/emmcptn.def
       
    30 nostrictdef
       
    31 noexportlibrary
       
    32 
       
    33 uid				0x1000008d 0x20026BFD
       
    34 VENDORID 0x70000001
       
    35 
       
    36 SMPSAFE
       
    37 
       
    38 start wins
       
    39 win32_headers
       
    40 end
       
    41 
       
    42 capability		all
       
    43