lowlevellibsandfws/pluginfw/Group/ECom.iby
author Simon Howkins <simonh@symbian.org>
Thu, 28 Oct 2010 12:05:33 +0100
branchRCL_3
changeset 78 5b3c983434ca
parent 75 254b651f304e
permissions -rw-r--r--
Commented out export of missing CRML source file to avoid build error. There are no known side effects of this file being missing, so this seems a reasonable way to avoid the build error.

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/
// ECOM.IBY
//
// Obey file for GT 103 Plug-in Architecture project
// components

#ifndef __ECOM_IBY__
#define __ECOM_IBY__

// Make sure the error strings appear in the ROM
data=MULTI_LINGUIFY(RSC ZRESOURCE\Errors\ECOMERR	Resource\Errors\ecomerr)

// Framework Components
file=ABI_DIR\BUILD_DIR\ECOM.dll				System\Libs\ECom.dll
file=ABI_DIR\BUILD_DIR\ECOMSERVER.exe		System\Libs\EComServer.exe
file=ABI_DIR\BUILD_DIR\EComPatchData.dll				System\Libs\EComPatchData.dll

//
// ECOM uses a custom scheme to do patchable constants. Licensees are instructed to
// edit \epoc32\rom\include\ecompatchconstants.hby if they want to patch anyone of
// the patchable constants below. Direct use of the patchdata command outside here
// is not supported because ECOM may change which binaries need the patches.
//
#include <ecompatchconstants.hby>

#ifdef ECOM_PATCHDATA_KLISTIMPLBUFFERSIZE
    patchdata ecompatchdata.dll@KListImplBufferSize ECOM_PATCHDATA_KLISTIMPLBUFFERSIZE
#endif

#ifdef ECOM_PATCHDATA_KDISCOVERYDISABLEDDRIVELIST
    patchdata ecomserver.exe@KDiscoveryDisabledDriveList ECOM_PATCHDATA_KDISCOVERYDISABLEDDRIVELIST
#endif

#ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
    patchdata ecomserver.exe@KCustomResolverCacheSize ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
#endif

#ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
    patchdata ecomserver.exe@KCustomResolverCacheTimeout ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
#endif

#endif