emulator/emulatorbsp/medlfs.mmp
changeset 0 cec860690d41
equal deleted inserted replaced
-1:000000000000 0:cec860690d41
       
     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 "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 // wins/medlfs.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 #include "kernel/kern_ext.mmh"
       
    19 
       
    20 USERINCLUDE inc
       
    21 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    22 
       
    23 
       
    24 target				medlfs.pdd
       
    25 targettype			pdd
       
    26 
       
    27 sourcepath			../../../kernelhwsrv/kernel/eka/drivers/medlfs
       
    28 source				flash_media.cpp
       
    29 
       
    30 sourcepath			specific
       
    31 source				lffsdev.cpp
       
    32 
       
    33 library				elocd.lib emulator.lib
       
    34 
       
    35 epocallowdlldata
       
    36 
       
    37 start wins
       
    38 
       
    39 win32_library		kernel32.lib
       
    40 #if defined(VC32)
       
    41 win32_library		msvcrt.lib
       
    42 #endif
       
    43 end
       
    44 
       
    45 capability			all
       
    46 
       
    47 VENDORID 0x70000001