graphicsresourceservices/graphicsresourceimplementation/group/sgdevice.mmp
changeset 36 01a6848ebfd7
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
       
     1 // Copyright (c) 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 // Graphics Resource - logical device driver project definition file
       
    15 //
       
    16 
       
    17 #include <kernel/kern_ext.mmh>
       
    18 
       
    19 TARGET sgdevice.ldd
       
    20 TARGETTYPE LDD
       
    21 CAPABILITY ALL
       
    22 UID 0x100000AF
       
    23 VENDORID 0x70000001
       
    24 
       
    25 USERINCLUDE ../inc
       
    26 
       
    27 SOURCEPATH ../src
       
    28 SOURCE sgdevice.cpp
       
    29 SOURCE sgchannel.cpp
       
    30 
       
    31 LIBRARY sgextension.lib
       
    32 
       
    33 START WINS
       
    34 WIN32_HEADERS
       
    35 END
       
    36 
       
    37 SMPSAFE