web_pub/favourites_engine_api/tsrc/inc/FavouritesEngineTest.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
     1 /*
     1 /*
     2 * ==============================================================================
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
     3 *  Name        : FavouritesEngineTest.h
     3 * All rights reserved.
     4 *  Part of     : ?Subsystem_name / FavouritesEngineTest
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "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".
     5 *
     8 *
     6 *  Description : FavouritesEngineTest test module.
     9 * Initial Contributors:
     7 *  Version:   0.5
    10 * Nokia Corporation - initial contribution.
     8 *
    11 *
     9 *  Copyright (C) 2002 Nokia Corporation.
    12 * Contributors:
    10 *  This material, including documentation and any related 
       
    11 *  computer programs, is protected by copyright controlled by 
       
    12 *  Nokia Corporation. All rights are reserved. Copying, 
       
    13 *  including reproducing, storing,  adapting or translating, any 
       
    14 *  or all of this material requires the prior written consent of 
       
    15 *  Nokia Corporation. This material also contains confidential 
       
    16 *  information which may not be disclosed to others without the 
       
    17 *  prior written consent of Nokia Corporation.
       
    18 *
    13 *
    19 * ============================================================================
    14 * Description:
       
    15 *
    20 */
    16 */
    21 
    17 
    22 
    18 
    23 #ifndef FAVOURITESENGINETEST_H
    19 #ifndef FAVOURITESENGINETEST_H
    24 #define FAVOURITESENGINETEST_H
    20 #define FAVOURITESENGINETEST_H
    25 
    21 
    26 // INCLUDES
    22 // INCLUDES
    27 #include "StifTestModule.h"
    23 #include "StifTestModule.h"
    28 #include <StifLogger.h>
    24 #include <StifLogger.h>
    29 #include <f32file.h>
    25 #include <f32file.h>
    30 #include <FavouritesSession.h>
    26 #include <favouritessession.h>
    31 #include <FavouritesItem.h>
    27 #include <favouritesitem.h>
    32 #include <FavouritesItemList.h>
    28 #include <favouritesitemlist.h>
    33 #include <FavouritesDb.h>
    29 #include <favouritesdb.h>
    34 #include <FavouritesFile.h>
    30 #include <favouritesfile.h>
    35 //#include <RfsApMapper.h>
    31 //#include <RfsApMapper.h>
    36 #include <FavouritesDbIncremental.h>
    32 #include <favouritesdbincremental.h>
    37 #include <FavouritesDbObserver.h>
    33 #include <favouritesdbobserver.h>
    38 #include <ActiveFavouritesDbNotifier.h>
    34 #include <activefavouritesdbnotifier.h>
    39 #include "FavouritesItemTestData.h"
    35 #include "favouritesitemtestdata.h"
    40 
    36 
    41 // CONSTANTS
    37 // CONSTANTS
    42 _LIT( KTestDbName, "Test" );
    38 _LIT( KTestDbName, "Test" );
    43 
    39 
    44 // MACROS
    40 // MACROS