xdmprotocols/XcapProtocol/XcapCache/Client/group/XcapCacheClient.mmp
branchGCC_SURGE
changeset 28 d9861ae9169c
parent 23 77cb48a03620
parent 26 04ca1926b01c
equal deleted inserted replaced
23:77cb48a03620 28:d9861ae9169c
     1 /*
       
     2 * Copyright (c) 2005 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:  XcapCacheClient.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  xcapcacheclient.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008d 0x10207413
       
    25 VENDORID                VID_DEFAULT
       
    26 CAPABILITY              CAP_CLIENT_DLL
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 USERINCLUDE             ../../inc
       
    30 
       
    31 SOURCE                  XcapCache.cpp
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 LIBRARY             	euser.lib
       
    36 LIBRARY             	efsrv.lib
       
    37 DEBUGLIBRARY            flogger.lib
       
    38 
       
    39 #if defined( EABI )
       
    40     DEFFILE ../eabi/ 
       
    41 #elif defined ( WINSCW )
       
    42 deffile ../BWINSCW/ 
       
    43 #elif defined (WINS )
       
    44     deffile ../bwins/ 
       
    45 #endif
       
    46