lowlevellibsandfws/pluginfw/Group/ECom.iby
changeset 0 e4d67989cc36
child 50 79045913e4e9
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 2009 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 *
       
    16 */
       
    17 // ECOM.IBY
       
    18 //
       
    19 // Obey file for GT 103 Plug-in Architecture project
       
    20 // components
       
    21 
       
    22 #ifndef __ECOM_IBY__
       
    23 #define __ECOM_IBY__
       
    24 
       
    25 // Make sure the error strings appear in the ROM
       
    26 data=MULTI_LINGUIFY(RSC ZRESOURCE\Errors\ECOMERR	Resource\Errors\ecomerr)
       
    27 
       
    28 // Framework Components
       
    29 file=ABI_DIR\BUILD_DIR\ECOM.dll				System\Libs\ECom.dll
       
    30 file=ABI_DIR\BUILD_DIR\ECOMSERVER.exe		System\Libs\EComServer.exe
       
    31 file=ABI_DIR\BUILD_DIR\EComPatchData.dll				System\Libs\EComPatchData.dll
       
    32 
       
    33 //
       
    34 // ECOM uses a custom scheme to do patchable constants. Licensees are instructed to
       
    35 // edit \epoc32\rom\include\ecompatchconstants.hby if they want to patch anyone of
       
    36 // the patchable constants below. Direct use of the patchdata command outside here
       
    37 // is not supported because ECOM may change which binaries need the patches.
       
    38 //
       
    39 #include <ecompatchconstants.hby>
       
    40 
       
    41 #ifdef ECOM_PATCHDATA_KLISTIMPLBUFFERSIZE
       
    42     patchdata ecompatchdata.dll@KListImplBufferSize ECOM_PATCHDATA_KLISTIMPLBUFFERSIZE
       
    43 #endif
       
    44 
       
    45 #ifdef ECOM_PATCHDATA_KDISCOVERYDISABLEDDRIVELIST
       
    46     patchdata ecomserver.exe@KDiscoveryDisabledDriveList ECOM_PATCHDATA_KDISCOVERYDISABLEDDRIVELIST
       
    47 #endif
       
    48 
       
    49 #ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
       
    50     patchdata ecomserver.exe@KCustomResolverCacheSize ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
       
    51 #endif
       
    52 
       
    53 #ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
       
    54     patchdata ecomserver.exe@KCustomResolverCacheTimeout ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
       
    55 #endif
       
    56 
       
    57 #endif