commsfwutils/commsbufs/group/commsbufskern.mmp
author Stefan Karlsson <stefan.karlsson@nokia.com>
Mon, 29 Mar 2010 12:27:23 +0100
branchCompilerCompatibility
changeset 18 80b7326ba906
parent 0 dfb7c4ff071f
permissions -rw-r--r--
Merge.

// Copyright (c) 2003-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.
//
// Description:
//

/**
@file
@SYMPurpose A kernel side library of utility classes for implementing zero copy ready comms drivers
*/

#include "kernel/kern_ext.mmh"

target			commsbufskern.ldd
targettype		ldd

sourcepath      ../src
source          commsbufskern.cpp

uid				0x100000af 0x10287188 // KCommsBufsKernelLibraryImplUid
vendorid        0x70000001

capability		all

library commsbufskern.lib

start wins
win32_headers
end

userinclude	../inc
systeminclude	/epoc32/include

unpaged

smpsafe

deffile commsbufskern.def

// optimise for speed
#ifdef MARM_ARMV5
 OPTION ARMCC -O3 -Otime
#endif