browserutilities/webutils/group/webutils.mmp
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
    13 *
    13 *
    14 * Description:  This is project specification file for the WebUtils.
    14 * Description:  This is project specification file for the WebUtils.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    20 #include <data_caging_paths.hrh>
    19 #include <data_caging_paths.hrh>
    21 #include <platform/mw/Browser_platform_variant.hrh>
    20 #include <platform/mw/browser_platform_variant.hrh>
    22 
    21 
    23 // Build target
    22 // Build target
    24 TARGET		webutils.dll
    23 TARGET		webutils.dll
    25 TARGETTYPE	DLL
    24 TARGETTYPE	DLL
    26 UID		0x1000008d 0x101FD652
    25 UID		0x1000008d 0x101FD652
    31 SOURCEPATH		../src 
    30 SOURCEPATH		../src 
    32 
    31 
    33 // Source files 
    32 // Source files 
    34 SOURCE			CUserAgent.cpp
    33 SOURCE			CUserAgent.cpp
    35 
    34 
    36 
       
    37 // Include paths
    35 // Include paths
    38 USERINCLUDE     . ../inc 
    36 USERINCLUDE     . ../INC 
    39 
    37 
    40 MW_LAYER_SYSTEMINCLUDE
    38 MW_LAYER_SYSTEMINCLUDE
    41 MW_LAYER_LIBC_SYSTEMINCLUDE
    39 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    42 
       
    43 
    40 
    44 // Dependencies
    41 // Dependencies
    45 LIBRARY			euser.lib
    42 LIBRARY			euser.lib
    46 LIBRARY         Centralrepository.lib
    43 LIBRARY         Centralrepository.lib
    47 LIBRARY         sysversioninfo.lib
    44 LIBRARY         sysversioninfo.lib
    51 
    48 
    52 // Turn logging on/off
    49 // Turn logging on/off
    53 //MACRO _WEBUTILS_LOG_
    50 //MACRO _WEBUTILS_LOG_
    54 //#define _WEBUTILS_LOG_
    51 //#define _WEBUTILS_LOG_
    55 
    52 
    56 
       
    57 #ifdef _WEBUTILS_LOG_
    53 #ifdef _WEBUTILS_LOG_
    58 LIBRARY flogger.lib
    54 LIBRARY flogger.lib
    59 #else
    55 #else
    60 DEBUGLIBRARY flogger.lib
    56 DEBUGLIBRARY flogger.lib
    61 #endif
    57 #endif
    62 
       
    63 
    58 
    64 #if defined(ARMCC)
    59 #if defined(ARMCC)
    65         DEFFILE ../EABI/WebUtils_EKA2.DEF 
    60         DEFFILE ../EABI/WebUtils_EKA2.DEF 
    66 #elif defined( WINSCW )
    61 #elif defined( WINSCW )
    67         DEFFILE ../BWINSCW/WEBUTILS_EKA2.DEF
    62         DEFFILE ../BWINSCW/WEBUTILS_EKA2.DEF
    68 #elif defined( WINS )
    63 #elif defined( WINS )
    69         DEFFILE ../BWINS/WEBUTILS_EKA2.DEF
    64         DEFFILE ../BWINS/WEBUTILS_EKA2.DEF
    70 #else
    65 #else
    71         DEFFILE ../BMARM/WEBUTILS_EKA2.DEF 
    66         DEFFILE ../BMARM/WEBUTILS_EKA2.DEF 
    72 #endif
    67 #endif
    73 
       
    74