telephonyserver/etelserverandcore/DSTDNC/DNCDEF.H
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**@file
       
    17    @internalAll */
       
    18 #ifndef __DSTDNC_DEF_H
       
    19 #define __DSTDNC_DEF_H
       
    20 //
       
    21 //	Definitions that are Common to Dstd and Tetel
       
    22 //
       
    23 /**
       
    24 @internalComponent
       
    25 */
       
    26 #define DSTDNC_CALL_FULLNAME				_L("DummyNc::PotsNc::HarryNc")
       
    27 #define DSTDNC_OPEN_CALL_FROM_PHONE_NAME	_L("PotsNc::HarryNc")
       
    28 #define	DSTDNC_MODULE_NAME					_L("DSTDNC")
       
    29 #define	DSTDNC_PHONE_NAME					_L("DummyNc")
       
    30 #define	DSTDNC_LINE_NAME					_L("PotsNc")
       
    31 #define	DSTDNC_CALL_NAME					_L("HarryNc")
       
    32 #define	DSTDNC_FAX_NAME						_L("FaxNc")
       
    33 
       
    34 /**
       
    35 @internalComponent
       
    36 */
       
    37 #define	DSTDNC_NETWORK_TYPE		RTelServer::ENetworkTypeWiredAnalog
       
    38 #define	DSTDNC_NUMBER_OF_LINES	(1)
       
    39 #define DSTDNC_NUMBER_OF_PHONES (1)
       
    40 
       
    41 /**
       
    42 @internalComponent
       
    43 */
       
    44 #define DSTDNC_LINE_STATUS	RCall::EStatusIdle
       
    45 #define DSTDNC_CALL_STATUS	RCall::EStatusIdle
       
    46 #define DSTDNC_CALL_CAPS	RCall::KCapsFax
       
    47 
       
    48 #endif