xdmprotocols/XcapProtocol/XcapUtils/group/XcapUtils.mmp
branchGCC_SURGE
changeset 28 d9861ae9169c
parent 23 77cb48a03620
parent 26 04ca1926b01c
equal deleted inserted replaced
23:77cb48a03620 28:d9861ae9169c
     1 /*
       
     2 * Copyright (c) 2007 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:  XcapUtils.dll from XcapUtils.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  xcaputils.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008d 0x10207453
       
    25 CAPABILITY 		        CAP_GENERAL_DLL
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 
       
    30 SOURCE                  XcapEarlyIms.cpp
       
    31 SOURCE                  XcapStaticUtils.cpp
       
    32 
       
    33 //Internal
       
    34 USERINCLUDE             ../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 LIBRARY                 etel.lib
       
    39 LIBRARY                 bafl.lib
       
    40 LIBRARY                 efsrv.lib
       
    41 LIBRARY                 euser.lib
       
    42 LIBRARY					etelmm.lib
       
    43 LIBRARY                 commsdat.lib
       
    44 DEBUGLIBRARY            flogger.lib
       
    45 
       
    46 #if defined( EABI )
       
    47     deffile ../eabi/ 
       
    48 #elif defined ( WINSCW )
       
    49     deffile ../bwinscw/ 
       
    50 #elif defined ( WINS )
       
    51     deffile ../bwins/  
       
    52 #endif 
       
    53 
       
    54 
       
    55