os/mm/imagingandcamerafws/camerafw/mmpfiles/ECam.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2003-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 "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 // ecam.dll Camera API
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 #include "../Include/ECamUids.hrh"
    23 
    24 target          ecam.dll
    25 CAPABILITY ALL -TCB
    26 targettype      dll
    27 uid             KSharedLibraryUidDefine KUidOnboardCameraLibrary
    28 VENDORID 0x70000001
    29 
    30 userinclude     ../Include
    31 
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 
    34 sourcepath      ../source
    35 
    36 source          Ecam.cpp
    37 
    38 library         euser.lib
    39 library			ecampluginsupport.lib
    40 library			ecom.lib
    41 library			mmcommonutils.lib
    42 
    43 #if defined(WINS)
    44 deffile         /epoc32/release/wins/ecam.def
    45 #elif defined X86GCC
    46 // X86GCC def file will be generated from corresponding EABI def file if it does not exist
    47 deffile			/epoc32/include/def/bx86gcc/ecam.def
    48 #else
    49 deffile         /epoc32/include/def/eabi/ecam.def
    50 #endif
    51 
    52 
    53 SMPSAFE