os/ossrv/lowlevellibsandfws/pluginfw/Group/ECom.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/pluginfw/Group/ECom.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,57 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:
    1.18 +*
    1.19 +*/
    1.20 +// ECOM.IBY
    1.21 +//
    1.22 +// Obey file for GT 103 Plug-in Architecture project
    1.23 +// components
    1.24 +
    1.25 +#ifndef __ECOM_IBY__
    1.26 +#define __ECOM_IBY__
    1.27 +
    1.28 +// Make sure the error strings appear in the ROM
    1.29 +data=MULTI_LINGUIFY(RSC ZRESOURCE\errors\ecomerr	Resource\Errors\ecomerr)
    1.30 +
    1.31 +// Framework Components
    1.32 +file=ABI_DIR\BUILD_DIR\ecom.dll				System\Libs\ECom.dll
    1.33 +file=ABI_DIR\BUILD_DIR\ecomserver.exe		System\Libs\EComServer.exe
    1.34 +file=ABI_DIR\BUILD_DIR\ecompatchdata.dll				System\Libs\EComPatchData.dll
    1.35 +
    1.36 +//
    1.37 +// ECOM uses a custom scheme to do patchable constants. Licensees are instructed to
    1.38 +// edit EPOCROOT##epoc32\rom\include\ecompatchconstants.hby if they want to patch anyone of
    1.39 +// the patchable constants below. Direct use of the patchdata command outside here
    1.40 +// is not supported because ECOM may change which binaries need the patches.
    1.41 +//
    1.42 +#include <ecompatchconstants.hby>
    1.43 +
    1.44 +#ifdef ECOM_PATCHDATA_KLISTIMPLBUFFERSIZE
    1.45 +    patchdata ecompatchdata.dll@KListImplBufferSize ECOM_PATCHDATA_KLISTIMPLBUFFERSIZE
    1.46 +#endif
    1.47 +
    1.48 +#ifdef ECOM_PATCHDATA_KDISCOVERYDISABLEDDRIVELIST
    1.49 +    patchdata ecomserver.exe@KDiscoveryDisabledDriveList ECOM_PATCHDATA_KDISCOVERYDISABLEDDRIVELIST
    1.50 +#endif
    1.51 +
    1.52 +#ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
    1.53 +    patchdata ecomserver.exe@KCustomResolverCacheSize ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
    1.54 +#endif
    1.55 +
    1.56 +#ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
    1.57 +    patchdata ecomserver.exe@KCustomResolverCacheTimeout ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
    1.58 +#endif
    1.59 +
    1.60 +#endif