os/ossrv/lowlevellibsandfws/pluginfw/Group/ECom.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 EPOCROOT##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