kerneltest/e32test/group/d_ldddigitisertest.mmp
changeset 0 a41df078684a
child 6 0173bcd7697c
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2008-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 the License "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 // e32test/group/d_ldddigitisertest.mmp				 
       
    15 // 
       
    16 //
       
    17 
       
    18 #include "kernel/kern_ext.mmh"
       
    19 
       
    20 
       
    21 // MACRO			GRAPHICS_VERSION
       
    22 // #define			GRAPHICS_VERSION
       
    23 
       
    24 TARGET			d_ldddigitisertest.ldd
       
    25 #ifdef GRAPHICS_VERSION
       
    26 TARGETTYPE		kext
       
    27 #else
       
    28 TARGETTYPE		ldd
       
    29 #endif
       
    30 
       
    31 SOURCEPATH		../digitiser
       
    32 SOURCE			d_ldddigitisertest.cpp
       
    33 
       
    34 EPOCALLOWDLLDATA
       
    35 
       
    36 UID				0x100000af
       
    37 VENDORID		0x70000001
       
    38 
       
    39 capability		all
       
    40 
       
    41 start wins
       
    42 win32_headers
       
    43 end