navienginebsp/ne1_tb/lcdgce.mmp
changeset 0 5de814552237
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     1 /*
       
     2 * Copyright (c) 2008-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 "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 *
       
    14 * Description:  
       
    15 * ne1_tb/lcdgce.mmp
       
    16 * lcdgce.dll NE1_TBVariant LCD driver
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 #define __USING_ASSP_REGISTER_API__
       
    26 #define __USING_ASSP_INTERRUPT_API__
       
    27 
       
    28 #include			<variant.mmh>
       
    29 #include			"kernel/kern_ext.mmh"
       
    30 
       
    31 target				VariantTarget(lcdgce,pdd)
       
    32 targettype			pdd
       
    33 
       
    34 
       
    35 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    36 
       
    37 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine)
       
    38 SYMBIAN_BASE_SYSTEMINCLUDE(ne1_tb)
       
    39 SYMBIAN_NE1_TB_SYSTEMINCLUDE(specific)
       
    40 userinclude		inc
       
    41 
       
    42 sourcepath			../naviengine_assp/lcdgce
       
    43 source				lcdgce.cpp
       
    44 
       
    45 library				VariantTarget(ecust,lib)
       
    46 library				resman.lib
       
    47 
       
    48 
       
    49 deffile					./~/lcdgcene1_tb.def
       
    50 
       
    51 MACRO 				CPU_AFFINITY_ANY
       
    52 
       
    53 epocallowdlldata
       
    54 
       
    55 
       
    56 uid                 0x100039d0 0x100039e8  
       
    57 
       
    58 VENDORID 			0x70000001
       
    59 
       
    60 capability			all
       
    61 
       
    62 SMPSAFE
       
    63