sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: // ECOM.IBY sl@0: // sl@0: // Obey file for GT 103 Plug-in Architecture project sl@0: // components sl@0: sl@0: #ifndef __ECOM_IBY__ sl@0: #define __ECOM_IBY__ sl@0: sl@0: // Make sure the error strings appear in the ROM sl@0: data=MULTI_LINGUIFY(RSC ZRESOURCE\errors\ecomerr Resource\Errors\ecomerr) sl@0: sl@0: // Framework Components sl@0: file=ABI_DIR\BUILD_DIR\ecom.dll System\Libs\ECom.dll sl@0: file=ABI_DIR\BUILD_DIR\ecomserver.exe System\Libs\EComServer.exe sl@0: file=ABI_DIR\BUILD_DIR\ecompatchdata.dll System\Libs\EComPatchData.dll sl@0: sl@0: // sl@0: // ECOM uses a custom scheme to do patchable constants. Licensees are instructed to sl@0: // edit EPOCROOT##epoc32\rom\include\ecompatchconstants.hby if they want to patch anyone of sl@0: // the patchable constants below. Direct use of the patchdata command outside here sl@0: // is not supported because ECOM may change which binaries need the patches. sl@0: // sl@0: #include sl@0: sl@0: #ifdef ECOM_PATCHDATA_KLISTIMPLBUFFERSIZE sl@0: patchdata ecompatchdata.dll@KListImplBufferSize ECOM_PATCHDATA_KLISTIMPLBUFFERSIZE sl@0: #endif sl@0: sl@0: #ifdef ECOM_PATCHDATA_KDISCOVERYDISABLEDDRIVELIST sl@0: patchdata ecomserver.exe@KDiscoveryDisabledDriveList ECOM_PATCHDATA_KDISCOVERYDISABLEDDRIVELIST sl@0: #endif sl@0: sl@0: #ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE sl@0: patchdata ecomserver.exe@KCustomResolverCacheSize ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE sl@0: #endif sl@0: sl@0: #ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT sl@0: patchdata ecomserver.exe@KCustomResolverCacheTimeout ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT sl@0: #endif sl@0: sl@0: #endif