baseport/syborg/pointer/pointer_landscape.mmp
changeset 15 5fca9e46c6fa
equal deleted inserted replaced
14:e6ebb7730c4b 15:5fca9e46c6fa
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * Sosco - derived from pointer.mmp
       
    14 *
       
    15 * Description:
       
    16 * epointer.dll for landscape mode
       
    17 *
       
    18 */
       
    19 
       
    20 #include <variant.mmh>
       
    21 #include "kernel/kern_ext.mmh"
       
    22 
       
    23 TARGET			VariantTarget(epointer_landscape,dll)
       
    24 TARGETTYPE		kext
       
    25 LINKAS			epointer.dll
       
    26 
       
    27 SYSTEMINCLUDE   .
       
    28 SYSTEMINCLUDE	AsspNKernIncludePath
       
    29 
       
    30 SOURCEPATH		.
       
    31 SOURCE			syborg_pointer.cpp
       
    32 
       
    33 //LIBRARY			ekern.lib
       
    34 LIBRARY			PlatformLib
       
    35 
       
    36 //NOEXPORTLIBRARY
       
    37 
       
    38 //DEFFILE			../e32/~/empty.def
       
    39 //DEFFILE			./~/cmse.def
       
    40 
       
    41 //NOSTRICTDEF
       
    42 
       
    43 UID				0x100039cf 0x100000db
       
    44 VENDORID        0x70000001
       
    45 
       
    46 CAPABILITY 		all
       
    47 
       
    48