graphicshwdrivers/surfacemgr/group/surfacemanager.mmp
branchbug235_bringup_0
changeset 147 af143508cc47
parent 146 4d1fe4a7ce83
child 148 706129140cfc
equal deleted inserted replaced
146:4d1fe4a7ce83 147:af143508cc47
     1 // Copyright (c) 2006-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 //
       
    15 
       
    16 
       
    17 target			surfacemanager.dll
       
    18 targettype		DLL
       
    19 
       
    20 sourcepath		../src
       
    21 source			surfacemanager.cpp
       
    22 
       
    23 userinclude		../inc
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 
       
    26 #ifdef WINS
       
    27 DEFFILE       ../bwins/surfacemanager.def
       
    28 #else
       
    29 DEFFILE       ../eabi/surfacemanager.def
       
    30 #endif
       
    31 
       
    32 library			euser.lib
       
    33 
       
    34 //KUidSurfaceManager 0x0x10286A9D
       
    35 uid				0x1000008d 0x10286A9D
       
    36 VENDORID		0x70000011
       
    37 
       
    38 capability		all -tcb
       
    39 
       
    40 
       
    41 SMPSAFE