idlehomescreen/xmluirendering/utils/group/xnutils.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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <platform/mw/aisystemuids.hrh>
       
    21 
       
    22 TARGET          xn3utils.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008d AI3_UID_UTILS
       
    25 
       
    26 VENDORID VID_DEFAULT
       
    27 CAPABILITY  CAP_GENERAL_DLL
       
    28 
       
    29 SOURCEPATH      ../src 
       
    30 SOURCE          xnutils.cpp
       
    31 SOURCE          xncomparator.cpp
       
    32 SOURCE          xntype.cpp
       
    33 SOURCE          xnpointerarraywithownership.cpp
       
    34 SOURCE          xnpointerarray.cpp
       
    35 SOURCE          xnarray.cpp
       
    36 SOURCE          xnecomhandler.cpp
       
    37 SOURCE          xnmap.cpp
       
    38 SOURCE          tracer.cpp
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../../inc
       
    42 USERINCLUDE     ../../uiengine/inc
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY euser.lib  
       
    47 LIBRARY cone.lib
       
    48 LIBRARY bafl.lib
       
    49 LIBRARY eikcoctl.lib
       
    50 LIBRARY eikcore.lib
       
    51 LIBRARY egul.lib
       
    52 LIBRARY fbscli.lib
       
    53 LIBRARY efsrv.lib
       
    54 LIBRARY ecom.lib
       
    55 LIBRARY charconv.lib
       
    56 LIBRARY flogger.lib
       
    57 
       
    58 LANG SC
       
    59 
       
    60