linklayerutils/packetlogger/group/packetlogger.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 15:23:49 +0200
changeset 0 af10295192d8
permissions -rw-r--r--
Revision: 201004

// Copyright (c) 2004-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:
// @file 
// Used for logging networking layer packets in predefined formats 
// 
//

TARGET		packetlogger.dll
TARGETTYPE	dll
UID		0x1000008D 0x102056DD
VENDORID	0x70000001

SOURCEPATH	../src
SOURCE		PacketLogger.cpp

USERINCLUDE	../inc

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY		euser.lib
LIBRARY		esock.lib 
LIBRARY		mbufmgr.lib
LIBRARY		hal.lib
LIBRARY		comsdbgutil.lib

// Force the library to build for release builds.
// Debug builds triggered automatically by the flogger.h header file.
MACRO __FLOG_SUPPRESS_REL_WARNING
MACRO __FLOG_ACTIVE

CAPABILITY ALL -Tcb

UNPAGED

SMPSAFE