kerneltest/f32test/server/t_cp_plugintest.cpp
changeset 281 13fbfa31d2ba
parent 109 b3a1d9898418
equal deleted inserted replaced
266:0008ccd16016 281:13fbfa31d2ba
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 * /sf/os/kernelhwsrv/kerneltest/f32test/server/t_cp_plugintest.cpp
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #define __E32TEST_EXTENSION__
    19 #define __E32TEST_EXTENSION__
    20 
    20 
    21 #include <e32test.h>
    21 #include <e32test.h>
    22 #include <HAL.H>
    22 #include <hal.h>
    23 #include <f32fsys.h>
    23 #include <f32fsys.h>
    24 #include <f32dbg.h>
    24 #include <f32dbg.h>
    25 #include "..\server\t_server.h"
    25 #include "../server/t_server.h"
    26 #include "fat_utils.h"
    26 #include "fat_utils.h"
    27 
    27 
    28 	
    28 	
    29 #if defined(_DEBUG) || defined(_DEBUG_RELEASE)
    29 #if defined(_DEBUG) || defined(_DEBUG_RELEASE)
    30 using namespace Fat_Test_Utils;
    30 using namespace Fat_Test_Utils;