os/kernelhwsrv/bsptemplate/asspandvariant/template_variant/camerasctemplate.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-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_variant/camerasctemplate.mmp
    15 // soundsc.pdd Template shared chunk camera PDD
    16 // 
    17 //
    18 
    19 /**
    20  @file
    21 */
    22 #define __USING_ASSP_REGISTER_API__
    23 #define __USING_ASSP_INTERRUPT_API__
    24 
    25 #include		<variant.mmh>
    26 #include		"kernel/kern_ext.mmh"
    27 
    28 #if defined(WINS) || defined(WINSCW)
    29 TARGET			_template_camerasc.pdd
    30 #else
    31 //
    32 // This will generate a file '_template_camerasc.pdd'
    33 TARGET			VariantTarget(camerasc,pdd)
    34 #endif
    35 
    36 TARGETTYPE		pdd
    37 ROMTARGET		camerasc.pdd
    38 
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 USERINCLUDE		camerasc
    41 
    42 SOURCEPATH		camerasc
    43 SOURCE			camerasc.cpp
    44 SOURCE			camerasc_sensor.cpp
    45 SOURCE			logoyuv2.cpp
    46 
    47 UID			0x100039d0 0x100039eb
    48 VENDORID		0x70000001
    49 
    50 CAPABILITY		all
    51 
    52 SMPSAFE