mmplugins/imagingplugins/imagedisplay/mng/group/bld_include.inf
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2004-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 // 
       
    18 //
       
    19 
       
    20 
       
    21 PRJ_EXPORTS
       
    22 // specify the source file followed by its destination here
       
    23 // copy will be used to copy the source file to its destination
       
    24 MngImageDisplay.hrh		/epoc32/include/icl/mngimagedisplay.hrh
       
    25 MngImageDisplay.iby  /epoc32/rom/include/mngimagedisplay.iby
       
    26 
       
    27 PRJ_MMPFILES
       
    28 // plug-ins
       
    29 MngImageDisplay.mmp
       
    30 
       
    31 
       
    32