imagingmodules/jp2kcodec/Group/JP2KCodec.mmp
changeset 0 469c91dae73b
child 27 b0bc8115cfe9
equal deleted inserted replaced
-1:000000000000 0:469c91dae73b
       
     1 /*
       
     2 * Copyright (c) 2003-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project specification file for JPEG2000 plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      JP2KCodec.dll
       
    23 
       
    24 CAPABILITY CAP_ECOM_PLUGIN
       
    25 
       
    26 TARGETTYPE PLUGIN
       
    27 
       
    28 // MAGIC Dll recognition UID to support ECom.
       
    29 UID 0x10009D8D 0x101F862D
       
    30 
       
    31 VENDORID VID_DEFAULT
       
    32 
       
    33 SOURCEPATH  ../Src
       
    34 SOURCE      JP2KCodec.cpp
       
    35 SOURCE      JP2KConvert.cpp
       
    36 SOURCE      JP2KProxy.cpp
       
    37 SOURCE      JP2KFormat.cpp
       
    38 SOURCE      JP2KImageInfo.cpp
       
    39 SOURCE      JP2KStreamReader.cpp
       
    40 SOURCE      JP2KTileInfo.cpp
       
    41 SOURCE      JP2KMarker.cpp
       
    42 SOURCE      JP2KComponentInfo.cpp
       
    43 SOURCE      JP2KSubband.cpp
       
    44 SOURCE      JP2KPacket.cpp
       
    45 SOURCE      JP2KCodeBlock.cpp
       
    46 SOURCE      JP2KUtils.cpp
       
    47 SOURCE      JP2KEntropyDecoder.cpp
       
    48 SOURCE      JP2KSynthesis.cpp
       
    49 SOURCE      JP2KImageWriter.cpp
       
    50 SOURCE      JP2KImageData.cpp
       
    51 
       
    52 SOURCEPATH  ../Data
       
    53 START RESOURCE 101F862D.rss
       
    54 TARGET JP2KCodec.rsc
       
    55 END
       
    56 
       
    57 START RESOURCE 101F862D_extra.rss
       
    58 TARGETPATH Resource/ICL
       
    59 HEADER
       
    60 END
       
    61 
       
    62 USERINCLUDE     ../Inc
       
    63 USERINCLUDE	../../inc      // subsystem level inc dir
       
    64 USERINCLUDE	../../../inc   // ADo level inc dir
       
    65 
       
    66 // Default system include paths for middleware layer modules.
       
    67 OS_LAYER_SYSTEMINCLUDE
       
    68 
       
    69 LIBRARY euser.lib
       
    70 LIBRARY fbscli.lib
       
    71 LIBRARY bafl.lib
       
    72 LIBRARY ImageConversion.lib
       
    73 
       
    74 LANG            SC
       
    75 
       
    76 START   WINS
       
    77 BASEADDRESS 0x4F650000
       
    78 END
       
    79 
       
    80