kernel/eka/drivers/medmmc/bgahsmmcptn.mmp
changeset 15 2d65c2f76d7b
child 43 c1f20ce4abcf
equal deleted inserted replaced
14:5d2844f35677 15:2d65c2f76d7b
       
     1 // Copyright (c) 2010 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/bgahsmmcptn.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 target			bgahsmmcptn.dll
       
    19 targettype		kext
       
    20 
       
    21 #include 		"../../kernel/kern_ext.mmh"
       
    22 systeminclude	../../include/drivers
       
    23 
       
    24 source			bgahsmmcptn.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