bsptemplate/asspandvariant/template_variant/exi2s.mmp
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2008-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 // template/template_assp/i2s.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 #define __USING_ASSP_REGISTER_API__
       
    19 #define __USING_ASSP_INTERRUPT_API__
       
    20 
       
    21 #include			<variant.mmh>
       
    22 #include			"kernel/kern_ext.mmh"
       
    23 
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 SYMBIAN_BASE_SYSTEMINCLUDE(assp/template_assp)
       
    26 SYMBIAN_BASE_SYSTEMINCLUDE(template)
       
    27 SYMBIAN_BASE_SYSTEMINCLUDE(template/specific)
       
    28 
       
    29 sourcepath			../template_assp
       
    30 source				i2spsl.cpp 
       
    31 
       
    32 target				VariantTarget(i2s,dll)
       
    33 targettype			kext
       
    34 linkas				i2s.dll
       
    35 
       
    36 library				VariantTarget(ecust,lib)
       
    37 
       
    38 deffile				../template_assp/~/i2s.def
       
    39 nostrictdef
       
    40 
       
    41 capability			all
       
    42 
       
    43 romtarget			i2s.dll
       
    44 
       
    45 //noexportlibrary
       
    46 
       
    47 uid					0x1000008d 0x100039e8
       
    48 VENDORID            0x70000001
       
    49