os/kernelhwsrv/bsptemplate/asspandvariant/template_variant/exi2s.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200 (2014-06-10)
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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