idlehomescreen/xmluirendering/ecomelement/xnecomelementproxy/group/xnecomelementproxy.mmp
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  Project makefile for
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET      xn3ecomelementproxy.dll
       
    22 CAPABILITY  CAP_GENERAL_DLL
       
    23 TARGETTYPE  dll
       
    24 UID         0x1000008d 0x10207393
       
    25 
       
    26 VENDORID    VID_DEFAULT
       
    27 
       
    28 
       
    29 SOURCEPATH	../src 
       
    30 SOURCE      xnecomelementproxy.cpp
       
    31 
       
    32 
       
    33 USERINCLUDE . 
       
    34 USERINCLUDE ../inc
       
    35 USERINCLUDE ../../../../inc
       
    36 USERINCLUDE ../../xndomvisitor/inc
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 LIBRARY         euser.lib
       
    41 LIBRARY         ecom.lib 
       
    42 LIBRARY         charconv.lib 
       
    43 
       
    44 LANG			SC
       
    45 
       
    46 START WINS      
       
    47 
       
    48 END
       
    49 
       
    50 START MARM
       
    51 
       
    52 END
       
    53 
       
    54 
       
    55