IMPSengine/utils/group/impsutils.mmp
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 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 *     This is project specification file for the WV Engine utils.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 APP_LAYER_SYSTEMINCLUDE
       
    24 
       
    25 #include "../../inc/impsvariant.h"
       
    26 
       
    27 TARGET impsutils.dll
       
    28 TARGETTYPE  dll
       
    29 UID  0x1000008d 0x101f4699 
       
    30 CAPABILITY 	CAP_GENERAL_DLL 
       
    31 VENDORID    VID_DEFAULT
       
    32 
       
    33 // ***********************
       
    34 // WV ENGINE UTILS SOURCE 
       
    35 // ***********************
       
    36 SOURCEPATH ../src
       
    37 
       
    38 // Common data structures
       
    39 SOURCE impsdetailed.cpp
       
    40 //SOURCE impsutilsdll.cpp
       
    41 SOURCE impsfundfields.cpp
       
    42 SOURCE impsservices.cpp
       
    43 SOURCE impsgroupprops.cpp
       
    44 
       
    45 
       
    46 // *************************************
       
    47 // INCLUDE PATHS
       
    48 // *************************************
       
    49 USERINCLUDE ../inc ../../inc
       
    50 
       
    51 SYSTEMINCLUDE   ../../../inc
       
    52 SYSTEMINCLUDE   ../../../im_pub/im_api/inc
       
    53 SYSTEMINCLUDE   ../../../im_pub/im_application_launch_api/inc
       
    54 
       
    55 
       
    56 
       
    57 // *************************************
       
    58 // LIBRARIES
       
    59 // *************************************
       
    60 LIBRARY euser.lib
       
    61 LIBRARY bafl.lib
       
    62 LIBRARY featmgr.lib
       
    63 
       
    64 
       
    65 // *************************************
       
    66 // OTHER STUFF
       
    67 // *************************************
       
    68 
       
    69 #ifdef USEDYNAMICPHONEBOOK
       
    70 MACRO _USEDYNAMICPHONEBOOK
       
    71 #endif
       
    72 
       
    73 #ifdef STANDALONE_IP_CIR
       
    74 MACRO _STANDALONE_IP_CIR
       
    75 #endif
       
    76  
       
    77 #if defined( ARMCC )
       
    78 DEFFILE ../eabi/ 
       
    79 #else // WINSCW 
       
    80 DEFFILE       ../def/winscw.def
       
    81 #endif