imaging/imagingfws/ImageTransform/group/bld.inf
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 // Copyright (c) 2004-2010 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 // This file basically provides the information required for building the whole of a component
       
    15 // C & C++ style comments are allowed in this file because it's passed through the C++ preprocessor
       
    16 // Examples are provided below of the kind of things we're expecting
       
    17 // 
       
    18 //
       
    19 
       
    20 PRJ_PLATFORMS
       
    21 // specify the platforms your component needs to be built for here
       
    22 // defaults to WINS MARM so you can ignore this if you just build these
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 // specify the source file followed by its destination here
       
    27 // copy will be used to copy the source file to its destination
       
    28 ../inc_pub/ImageTransform.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(imagetransform.h)
       
    29 ../inc_pub/icl/ImageTransform.hrh		/epoc32/include/icl/imagetransform.hrh
       
    30 ../inc_pub/icl/ImageTransformPlugin.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(icl/imagetransformplugin.h)
       
    31 ../inc_pub/icl/ImageTransformPanicCodes.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(icl/imagetransformpaniccodes.h)
       
    32 ../inc_pub/icl/ImageTransformPluginExt.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(icl/imagetransformpluginext.h)
       
    33 ../inc_pub/icl/squeezetransformextension.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(icl/squeezetransformextension.h)
       
    34 ../inc_pub/icl/orientationtransformextension.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(icl/orientationtransformextension.h)
       
    35 ../inc_pub/icl/overlaytransformextension.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(icl/overlaytransformextension.h)
       
    36 
       
    37 // ROM  buildsupport
       
    38 ../inc/ImageTransform.iby  /epoc32/rom/include/imagetransform.iby
       
    39 
       
    40 PRJ_MMPFILES
       
    41 ../MmpFiles/ImageTransform.mmp
       
    42 ../MmpFiles/ImageTransformResolver.mmp
       
    43 
       
    44