Update contrib.
1 // Copyright (c) 2006-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
22 #include <ecom/ecom.h>
24 #define KConfCertain CApaDataRecognizerType::ECertain
25 #define KConfProbable CApaDataRecognizerType::EProbable
26 #define KConfPossible CApaDataRecognizerType::EPossible
27 #define KConfNotRecognised CApaDataRecognizerType::ENotRecognized
35 TInt iTestNumber; // The test case number as specified in testspec.
36 const TText* iFileName; // The file to recognise.
37 const TText8* iExpectedMimeType; // The expected MIME-type.
43 ** This utility class allows connection to the AppArc framework.
50 TInt Recognise(RFile& aFile, TDataType& aDataType);
51 TInt Recognise(RFile& aFile, TDataRecognitionResult& aResult);
55 RApaLsSession iAppArc;