imagingandcamerafws/imagingfws/GifScaler/group/bld_include.inf
changeset 29 eb1e5d7cc688
parent 26 c36d67f77f75
child 30 9707f1c07383
equal deleted inserted replaced
26:c36d67f77f75 29:eb1e5d7cc688
     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 // 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 // Gif scaling API
       
    18 // 
       
    19 //
       
    20 
       
    21 /**
       
    22  @file
       
    23 */
       
    24 
       
    25 PRJ_PLATFORMS
       
    26 // specify the platforms your component needs to be built for here
       
    27 // defaults to WINS MARM so you can ignore this if you just build these
       
    28 DEFAULT
       
    29 
       
    30 PRJ_EXPORTS
       
    31 // specify the source file followed by its destination here
       
    32 // copy will be used to copy the source file to its destination
       
    33 ../inc/gifscaler.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gifscaler.h)
       
    34 // ROM  buildsupport
       
    35 ../inc/GifScaler.iby  /epoc32/rom/include/gifscaler.iby
       
    36 
       
    37 PRJ_MMPFILES
       
    38 ../MmpFiles/GifScaler.mmp
       
    39 
       
    40