mmplugins/imagingplugins/group/OTACodec.mmp
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2001-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 // otacodec.dll SMS-OTA codec plugin
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 target otacodec.dll
       
    23 CAPABILITY ALL -TCB
       
    24 targettype plugin
       
    25 
       
    26 // ECom Dll recognition UID followed by the unique UID for this dll
       
    27 UID	0x10009D8D 0x101F45D0
       
    28 VENDORID 0x70000001
       
    29 
       
    30 USERINCLUDE	../codecs/OTACodec
       
    31 USERINCLUDE	../../../imagingandcamerafws/imagingfws/inc
       
    32 USERINCLUDE	../../../imagingandcamerafws/imagingfws/src
       
    33 
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 SOURCEPATH	../codecs/OTACodec
       
    37 SOURCE		OTACodec.cpp
       
    38 SOURCE		OTAConvert.cpp
       
    39 SOURCE		OTAProxy.cpp
       
    40 
       
    41 start resource 101F45D0.rss
       
    42 target otacodec.rsc
       
    43 end
       
    44 
       
    45 START RESOURCE 101F45D0_extra.rss
       
    46 targetpath resource/icl
       
    47 header
       
    48 END
       
    49 
       
    50 LIBRARY	euser.lib
       
    51 LIBRARY bafl.lib
       
    52 LIBRARY	imageconversion.lib
       
    53 LIBRARY fbscli.lib
       
    54 
       
    55 START	WINS
       
    56 //BASEADDRESS	0x4F640000
       
    57 END
       
    58 
       
    59 SMPSAFE