First public contribution.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 // Obey file for GT 103 Plug-in Architecture project
25 // Make sure the error strings appear in the ROM
26 data=MULTI_LINGUIFY(RSC ZRESOURCE\errors\ecomerr Resource\Errors\ecomerr)
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
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.
39 #include <ecompatchconstants.hby>
41 #ifdef ECOM_PATCHDATA_KLISTIMPLBUFFERSIZE
42 patchdata ecompatchdata.dll@KListImplBufferSize ECOM_PATCHDATA_KLISTIMPLBUFFERSIZE
45 #ifdef ECOM_PATCHDATA_KDISCOVERYDISABLEDDRIVELIST
46 patchdata ecomserver.exe@KDiscoveryDisabledDriveList ECOM_PATCHDATA_KDISCOVERYDISABLEDDRIVELIST
49 #ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
50 patchdata ecomserver.exe@KCustomResolverCacheSize ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
53 #ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
54 patchdata ecomserver.exe@KCustomResolverCacheTimeout ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT