24
|
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 __DACQ_DEF_H
|
|
19 |
#define __DACQ_DEF_H
|
|
20 |
/**
|
|
21 |
@internalComponent
|
|
22 |
*/
|
|
23 |
const TInt DACQ_ASYN_TIMEOUT = 100000;
|
|
24 |
/**
|
|
25 |
@internalComponent
|
|
26 |
*/
|
|
27 |
#define DACQ_PHONE_NUMBER_TO_DIAL _L("01632960000")
|
|
28 |
#define DACQ_CALL_BEARER_CAPS RCall::KBearerCapsProtocolALT
|
|
29 |
#define DACQ_CALL_BEARER_SPEED RCall::EBearerData4800
|
|
30 |
|
|
31 |
/**
|
|
32 |
@internalComponent
|
|
33 |
*/
|
|
34 |
#define DACQ_FAX_BUF_SIZE (50)
|
|
35 |
/**
|
|
36 |
@internalComponent
|
|
37 |
*/
|
|
38 |
typedef TBuf8<DACQ_FAX_BUF_SIZE> TAcqFaxBuf;
|
|
39 |
/**
|
|
40 |
@internalComponent
|
|
41 |
*/
|
|
42 |
#define DACQ_FAX_BUF_DATA _L8("1632960000")
|
|
43 |
|
|
44 |
/**
|
|
45 |
@internalComponent
|
|
46 |
*/
|
|
47 |
#define DACQ_LINE_MODE RLine::EModeFax
|
|
48 |
#define DACQ_CALL_STATUS RCall::EStatusIdle
|
|
49 |
#define DACQ_LINE_STATUS RCall::EStatusIdle
|
|
50 |
#define DACQ_PHONE_STATUS RPhone::EDetectedPresent
|
|
51 |
#define DACQ_GET_PROGRESS_SPEED (11)
|
|
52 |
#define DACQ_MYFAX _L("MY FAX")
|
|
53 |
#define DACQ_MFAXFILE _L8("Fax Header")
|
|
54 |
|
|
55 |
#endif
|