graphicscompositionref/surfacemgrsyborg/group/syborgsurfacemanagerdriver.mmp
changeset 0 91fe342bd9c4
equal deleted inserted replaced
-1:000000000000 0:91fe342bd9c4
       
     1 // Copyright (c) 2006-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 "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 // Project file to generate the syborg variant of the surface manager driver
       
    15 
       
    16 OS_LAYER_SYSTEMINCLUDE
       
    17 
       
    18 #include <kernel/kern_ext.mmh>
       
    19 
       
    20 target			syborgsurfacemanagerdriver.ldd
       
    21 targettype		ldd
       
    22 sourcepath              ../../surfacemgrcommon/src
       
    23 userinclude             ../../surfacemgrcommon/inc
       
    24 
       
    25 MACRO			GRAPHICS_SURFACEMANAGER_SYBORG
       
    26 
       
    27 source			surfacemanagerdriver.cpp
       
    28 source			syborgvirtualhwmemory.cpp
       
    29 source			extension.cpp
       
    30 
       
    31 epocallowdlldata
       
    32 
       
    33 library			guestvideohw.lib
       
    34 
       
    35 start wins
       
    36 win32_headers
       
    37 end
       
    38 
       
    39 uid				0x100000af // KLogicalDeviceDriverUidValue
       
    40 capability		all
       
    41 
       
    42 SMPSAFE