xdmprotocols/rom/XdmProtocols.iby
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: XdmProtocols.iby
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __XDMPROTOCOLS_IBY__
       
    22 #define __XDMPROTOCOLS_IBY__
       
    23 
       
    24 #ifdef __XDM
       
    25     #ifdef __XDM_XCAP
       
    26 	      file=ABI_DIR\BUILD_DIR\XcapUtils.dll                    SHARED_LIB_DIR\XcapUtils.dll
       
    27         file=ABI_DIR\BUILD_DIR\XcapCacheClient.dll              SHARED_LIB_DIR\XcapCacheClient.dll
       
    28         file=ABI_DIR\BUILD_DIR\XcapCache.exe                    PROGRAMS_DIR\XcapCache.exe
       
    29         file=ABI_DIR\BUILD_DIR\XcapHttpTransport.dll            SHARED_LIB_DIR\XcapHttpTransport.dll
       
    30         ECOM_PLUGIN(                                            XcapAppUsage.dll, 10207416.rsc) 
       
    31         ECOM_PLUGIN(                                            XcapOperations.dll, 10207410.rsc) 
       
    32         ECOM_PLUGIN(                                            XcapProtocol.dll, 1020740F.rsc)
       
    33         data = DATAZ_\private\10207421\backup_registration.xml  private\10207421\backup_registration.xml
       
    34     #endif //__XDM_XCAP
       
    35     #ifdef __XDM_LOCALSTORAGE
       
    36         ECOM_PLUGIN(                                            LocalProtocol.dll, 10207458.rsc)
       
    37         ECOM_PLUGIN(                                            LocalOperations.dll, 10275086.rsc)
       
    38     #endif //__XDM_LOCALSTORAGE
       
    39 #endif //__XDM
       
    40 
       
    41 #endif //__XDMPROTOCOLS_IBY__
       
    42