26
|
1 |
|
|
2 |
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
// All rights reserved.
|
|
4 |
// This component and the accompanying materials are made available
|
|
5 |
// under the terms of "Eclipse Public License v1.0"
|
|
6 |
// which accompanies this distribution, and is available
|
|
7 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
//
|
|
9 |
// Initial Contributors:
|
|
10 |
// Nokia Corporation - initial contribution.
|
|
11 |
//
|
|
12 |
// Contributors:
|
|
13 |
//
|
|
14 |
// Description:
|
|
15 |
// Header file: Basic tests.
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file OpenFileByHandle0524.h
|
|
21 |
*/
|
|
22 |
|
|
23 |
#ifndef OPENFILEBYHANDLE0524_H__
|
|
24 |
#define OPENFILEBYHANDLE0524_H__
|
|
25 |
|
|
26 |
#include "OpenFileByHandle0523.h"
|
|
27 |
|
|
28 |
/**
|
|
29 |
* Play Video file
|
|
30 |
*
|
|
31 |
* @class CTestMmfVclntOpenFile0524
|
|
32 |
*
|
|
33 |
*/
|
|
34 |
class CTestMmfVclntOpenFile0524 : public CTestMmfVclntOpenFile0523
|
|
35 |
{
|
|
36 |
public:
|
|
37 |
static CTestMmfVclntOpenFile0524* NewL(const TDesC& aTestName, const TDesC& aSectName, const TDesC& aKeyName, const TBool aRec);
|
|
38 |
static CTestMmfVclntOpenFile0524* NewLC(const TDesC& aTestName, const TDesC& aSectName, const TDesC& aKeyName, const TBool aRec);
|
|
39 |
virtual TVerdict DoTestStepL();
|
|
40 |
|
|
41 |
protected:
|
|
42 |
CTestMmfVclntOpenFile0524(const TDesC& aTestName, const TDesC& aSectName, const TDesC& aKeyName, const TBool aRec);
|
|
43 |
};
|
|
44 |
|
|
45 |
#endif // OPENFILEBYHANDLE0524_H__
|