emulator/emulatorbsp/displayldd.mmp
changeset 0 cec860690d41
equal deleted inserted replaced
-1:000000000000 0:cec860690d41
       
     1 // Copyright (c) 2007-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/displayldd.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <kernel/kern_ext.mmh>
       
    19 
       
    20 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    21 USERINCLUDE inc
       
    22 userinclude			inc
       
    23 
       
    24 target				display0.ldd
       
    25 targettype			ldd
       
    26 
       
    27 sourcepath			specific
       
    28 source				display_dev.cpp
       
    29 source				display_chan.cpp
       
    30 
       
    31 start wins
       
    32 win32_headers
       
    33 win32_library			kernel32.lib user32.lib gdi32.lib
       
    34 #if defined(VC32)
       
    35 win32_library			msvcrt.lib
       
    36 #endif
       
    37 
       
    38 end
       
    39 
       
    40 uid					0x100000af
       
    41 
       
    42 capability			all
       
    43 
       
    44 VENDORID 0x70000001
       
    45