searchengine/cpix/tsrc/cpixunittest/src/config.cpp
changeset 0 671dee74050a
equal deleted inserted replaced
-1:000000000000 0:671dee74050a
       
     1 /*
       
     2 * Copyright (c) 2010 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 *
       
    16 */
       
    17 
       
    18 #include "config.h"
       
    19 
       
    20 #ifdef __WINS__ 
       
    21 const char* Mp3TestCorpus[] = {
       
    22 	MEDIA_TEST_CORPUS_PATH "\\Albert Einstein, E mc 2.mp3",
       
    23 	MEDIA_TEST_CORPUS_PATH "\\One Step For Man.mp3",
       
    24 	MEDIA_TEST_CORPUS_PATH "\\The Eagle Has Landed.mp3",
       
    25 	0
       
    26 };
       
    27 #else
       
    28 const char* Mp3TestCorpus[] = {
       
    29 	MEDIA_TEST_CORPUS_PATH "\\Albert Einstein, E mc 2.mp3",
       
    30 	MEDIA_TEST_CORPUS_PATH "\\One Step For Man.mp3",
       
    31 	MEDIA_TEST_CORPUS_PATH "\\The Eagle Has Landed.mp3",
       
    32 	0
       
    33 };
       
    34 #endif