kerneltest/e32test/examples/examples.inf
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // e32test/examples/examples.inf
       
    15 // 
       
    16 //
       
    17 
       
    18 PRJ_PLATFORMS
       
    19 
       
    20 BASEDEFAULT
       
    21 
       
    22 
       
    23 PRJ_TESTMMPFILES
       
    24 
       
    25 /******************************************************************************
       
    26  Put all device drivers here. These build both SMP and non-SMP variants.
       
    27  User side code builds a single variant for both.
       
    28  ******************************************************************************/
       
    29 
       
    30 driver1/driver1_ldd		support
       
    31 driver1/driver1_pdd		support
       
    32 camera1/camera1_ldd		support
       
    33 convert1/convert1_ldd	support
       
    34 
       
    35 /******************************************************************************
       
    36  User side code here - builds a single variant for both SMP and non-SMP.
       
    37  ******************************************************************************/
       
    38 #ifndef SMP
       
    39 
       
    40 driver1/driver1_test
       
    41 camera1/camera1_test
       
    42 convert1/convert1_test
       
    43 
       
    44 #endif	// SMP
       
    45 
       
    46 
       
    47 // Reference defragmentation driver and test application.
       
    48 #ifndef WINS
       
    49 defrag/t_defrag_ref
       
    50 defrag/d_defrag_ref support
       
    51 #endif
       
    52 
       
    53 // tutorial reference driver
       
    54 #include "exdriver/exdriver.inf"