sl@0: // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // e32test/examples/examples.inf sl@0: // sl@0: // sl@0: sl@0: PRJ_PLATFORMS sl@0: sl@0: BASEDEFAULT sl@0: sl@0: sl@0: PRJ_TESTMMPFILES sl@0: sl@0: /****************************************************************************** sl@0: Put all device drivers here. These build both SMP and non-SMP variants. sl@0: User side code builds a single variant for both. sl@0: ******************************************************************************/ sl@0: sl@0: driver1/driver1_ldd support sl@0: driver1/driver1_pdd support sl@0: camera1/camera1_ldd support sl@0: convert1/convert1_ldd support sl@0: sl@0: /****************************************************************************** sl@0: User side code here - builds a single variant for both SMP and non-SMP. sl@0: ******************************************************************************/ sl@0: #ifndef SMP sl@0: sl@0: driver1/driver1_test sl@0: camera1/camera1_test sl@0: convert1/convert1_test sl@0: sl@0: #endif // SMP sl@0: sl@0: sl@0: // Reference defragmentation driver and test application. sl@0: #ifndef WINS sl@0: defrag/t_defrag_ref sl@0: defrag/d_defrag_ref support sl@0: #endif sl@0: sl@0: // tutorial reference driver sl@0: #include "exdriver/exdriver.inf"