connectivitylayer/isce/p2prouter_dll/inc/p2pinternaldefs.h
author mikaruus <mika.a.ruuskanen@nokia.com>
Thu, 14 Jan 2010 10:44:58 +0200
changeset 5 8ccc39f9d787
parent 0 63b37f68c1ce
permissions -rw-r--r--
New release based on our 2010wk02 release

/*
* 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 the License "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: 
*
*/



#ifndef __P2PIDS_H__
#define __P2PIDS_H__

enum TP2PSyncRequest
    {
    EP2PClose = 1,
    EP2PSend,
    EP2PAllocateBlock,
    EP2PDeallocateBlock,
    EP2PLastSyncRequest
    };

enum TP2PAsyncRequest
    {
    EP2PAsyncReceive = EP2PLastSyncRequest,
    EP2PAsyncConnectionLost,
    EP2PAsyncOpen,
    EP2PLastAsyncRequest
    };

_LIT( KP2PDriverName, "P2PDriver" );
// We need binary type suffix because LDD FW loads .ldd suffix as assumption.
_LIT( KP2PDriverLddBinaryName, "p2prouter.dll" );
const TInt KP2PLddRxQueuSize( 50 );

#endif /* __P2PIDS_H__ */