searchengine/cpix/tsrc/cpixunittest/src/config.cpp
author hgs
Mon, 28 Jun 2010 10:34:53 +0530
changeset 8 6547bf8ca13a
parent 0 671dee74050a
permissions -rw-r--r--
201025

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/

#include "config.h"

#ifdef __WINS__ 
const char* Mp3TestCorpus[] = {
	MEDIA_TEST_CORPUS_PATH "\\Albert Einstein, E mc 2.mp3",
	MEDIA_TEST_CORPUS_PATH "\\One Step For Man.mp3",
	MEDIA_TEST_CORPUS_PATH "\\The Eagle Has Landed.mp3",
	0
};
#else
const char* Mp3TestCorpus[] = {
	MEDIA_TEST_CORPUS_PATH "\\Albert Einstein, E mc 2.mp3",
	MEDIA_TEST_CORPUS_PATH "\\One Step For Man.mp3",
	MEDIA_TEST_CORPUS_PATH "\\The Eagle Has Landed.mp3",
	0
};
#endif