os/kernelhwsrv/kerneltest/e32test/examples/exdriver/exdriver.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of the License "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// e32test/examples/exdriver/exdriver.inf
sl@0
    15
// Tutorial reference drivers
sl@0
    16
// 
sl@0
    17
//
sl@0
    18
sl@0
    19
PRJ_PLATFORMS
sl@0
    20
ARMV5 WINSCW
sl@0
    21
sl@0
    22
PRJ_TESTMMPFILES
sl@0
    23
// build only for ARMV5 and WINSCW, as we are not supporting other platforms
sl@0
    24
#if defined(MARM_ARMV5)||defined(WINSCW)
sl@0
    25
// pio, synch reference driver
sl@0
    26
exdriver_pio/group/d_expio_ldd	support
sl@0
    27
exdriver_pio/group/t_expio_user	support		
sl@0
    28
#endif
sl@0
    29
sl@0
    30
// build these drivers only for ARMV5, as we are not supporting other platforms
sl@0
    31
#if defined(MARM_ARMV5)
sl@0
    32
// interrupts,dfc,asynch reference driver
sl@0
    33
exdriver_int/group/d_exint_ldd	support
sl@0
    34
exdriver_int/group/t_exint_user	support
sl@0
    35
exdriver_sync/group/d_exsync_ldd	support
sl@0
    36
exdriver_sync/group/t_exsync_user	support
sl@0
    37
// dma reference driver
sl@0
    38
exdriver_dma/group/d_exdma_ldd	support
sl@0
    39
exdriver_dma/group/t_exdma_user	support
sl@0
    40
exdriver_chnk/group/d_exchnk_ldd	support
sl@0
    41
exdriver_chnk/group/t_exchnk_user	support
sl@0
    42
#endif