navienginebsp/ne1_tb/soundsc_v2.mmp
changeset 0 5de814552237
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 * ne1_tb/soundscne1_tb.mmp
       
    16 * soundsc.pdd NE1_TBVariant shared chunk sound PDD
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 #define __USING_ASSP_REGISTER_API__
       
    26 #define __USING_ASSP_INTERRUPT_API__
       
    27 
       
    28 #include <variant.mmh>
       
    29 #include "kernel/kern_ext.mmh"
       
    30 
       
    31 target        VariantTarget(soundsc_v2,pdd)
       
    32 targettype    pdd
       
    33 romtarget     soundsc.pdd
       
    34 
       
    35 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    36 
       
    37 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine)
       
    38 SYMBIAN_BASE_SYSTEMINCLUDE(ne1_tb)
       
    39 SYMBIAN_NE1_TB_SYSTEMINCLUDE(specific)
       
    40 USERINCLUDE ../../../../os/kernelhwsrv/kernel/eka/drivers/iic
       
    41 USERINCLUDE inc
       
    42 
       
    43 #ifdef SMP
       
    44 SYMBIAN_BASE_SYSTEMINCLUDE(nkernsmp)
       
    45 #else
       
    46 SYMBIAN_BASE_SYSTEMINCLUDE(nkern)
       
    47 #endif
       
    48 
       
    49 
       
    50 //the sound driver
       
    51 sourcepath  soundsc
       
    52 source      soundsc.cpp
       
    53 source      soundsc_channel.cpp
       
    54 
       
    55 //the codec
       
    56 sourcepath	specific
       
    57 source      cs42l51.cpp
       
    58 
       
    59 library     dma2.lib
       
    60 library     VariantTarget(i2s,lib)
       
    61 library     VariantTarget(ecust,lib)
       
    62 library     VariantTarget(gpio,lib)
       
    63 library		iic.lib 
       
    64 uid			0x100039d0 0x1000015c
       
    65 VENDORID 	0x70000001
       
    66 
       
    67 capability		all
       
    68 EPOCALLOWDLLDATA
       
    69 
       
    70 MACRO CPU_AFFINITY_ANY
       
    71 
       
    72 SMPSAFE
       
    73 
       
    74 MACRO DMA_APIV2