24
|
1 |
// Copyright (c) 2005-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 |
|
|
17 |
#ifndef _TE_R6SMSBASE_H_
|
|
18 |
#define _TE_R6SMSBASE_H_
|
|
19 |
|
|
20 |
#include <e32base.h>
|
|
21 |
#include <f32file.h>
|
|
22 |
#include "e32test.h"
|
|
23 |
#include "c32comm.h"
|
|
24 |
#include "Gsmumsg.h"
|
|
25 |
#include "gsmumsgadditionalattributes.h"
|
|
26 |
#include "gsmubuf.h"
|
|
27 |
#include "smsstacktestutilities.h"
|
|
28 |
|
|
29 |
#include <testconfigfileparser.h>
|
|
30 |
#include <test/testexecuteserverbase.h>
|
|
31 |
|
|
32 |
_LIT(KR6SMSTestOutput, "c:\\sms\\te_R6SMS_parsed.txt");
|
|
33 |
|
|
34 |
|
|
35 |
#endif
|