IMPSengine/datautils/group/impsdatautils.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 data utils.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "../../inc/impsvariant.h"
       
    24 
       
    25 TARGET impsdatautils.dll
       
    26 TARGETTYPE  dll
       
    27 UID  0x1000008d 0x101f469a 
       
    28 CAPABILITY CAP_GENERAL_DLL 
       
    29 VENDORID    VID_DEFAULT
       
    30 
       
    31 SYSTEMINCLUDE   ../../../im_pub/im_api/inc
       
    32 SYSTEMINCLUDE   ../../../im_pub/im_application_launch_api/inc
       
    33 // ***********************
       
    34 // WV ENGINE UTILS SOURCE 
       
    35 // ***********************
       
    36 SOURCEPATH ../src
       
    37 
       
    38 // Common data structures
       
    39 SOURCE impsdata.cpp
       
    40 SOURCE impsdataaccessor.cpp
       
    41 SOURCE impstdataaccessor.cpp
       
    42 SOURCE impsdatautils.cpp
       
    43 //SOURCE impsdatautilsdll.cpp
       
    44 SOURCE impsfields.cpp
       
    45 SOURCE impsgrouppropsint.cpp
       
    46 SOURCE impskey.cpp
       
    47 SOURCE impspacked.cpp
       
    48 SOURCE impsutils.cpp
       
    49 SOURCE impsvariant.cpp
       
    50 SOURCE impssessionident.cpp
       
    51 
       
    52 // *************************************
       
    53 // INCLUDE PATHS
       
    54 // *************************************
       
    55 USERINCLUDE ../inc ../../inc ../../utils/inc ../../enginc
       
    56 
       
    57 SYSTEMINCLUDE   ../../../inc
       
    58 
       
    59 
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 // *************************************
       
    63 // LIBRARIES
       
    64 // *************************************
       
    65 LIBRARY bafl.lib
       
    66 LIBRARY euser.lib
       
    67 LIBRARY estor.lib         // RReadStream
       
    68 LIBRARY impsutils.lib
       
    69 LIBRARY featmgr.lib
       
    70 LIBRARY CommonEngine.lib
       
    71 LIBRARY centralrepository.lib
       
    72 LIBRARY imut.lib
       
    73 LIBRARY charconv.lib
       
    74 
       
    75 DEBUGLIBRARY efsrv.lib
       
    76 DEBUGLIBRARY flogger.lib
       
    77 
       
    78 // *************************************
       
    79 // OTHER STUFF
       
    80 // *************************************
       
    81 
       
    82 
       
    83 #ifdef LOCAL_IMPS
       
    84 MACRO _FAKE_RESPONSE
       
    85 #endif
       
    86 
       
    87 #ifdef USEDYNAMICPHONEBOOK
       
    88 MACRO _USEDYNAMICPHONEBOOK
       
    89 #endif
       
    90 
       
    91 #ifdef STANDALONE_IP_CIR
       
    92 MACRO _STANDALONE_IP_CIR
       
    93 #endif
       
    94 
       
    95 #ifdef WAPUDP_CIR
       
    96 MACRO _WAPUDP_CIR
       
    97 #endif
       
    98 
       
    99 #ifdef OPENAPI
       
   100 MACRO _OPENAPI
       
   101 #endif
       
   102  
       
   103 #if defined( ARMCC )
       
   104 DEFFILE ../eabi/ 
       
   105 #else // WINSCW 
       
   106 DEFFILE ../def/winscw.def
       
   107 #endif