IMPSengine/utils/group/bld.inf
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2003 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: 
       
    15 *    This file provides the information required for building the
       
    16 *    Wv engine utils.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include "../../inc/impsvariant.h"
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 // specify the platforms your component needs to be built for here
       
    25 // defaults to WINS MARM so you can ignore this if you just build these
       
    26 WINSCW ARMV5
       
    27 
       
    28 PRJ_EXPORTS
       
    29 // Specify the source file followed by its destination here
       
    30 // copy will be used to copy the source file to its destination
       
    31      
       
    32 
       
    33 
       
    34 
       
    35 // from Symbian
       
    36 
       
    37 
       
    38 PRJ_MMPFILES
       
    39 // Specify the .mmp files required for building the important component
       
    40 // releasables. Note that you should specify any .mmp files for test
       
    41 // programs further down the file.
       
    42 //
       
    43 // Specify "tidy" if the component you need to build doesn't need to be
       
    44 // released to the rest of the company
       
    45 // specify "ignore" if the MMP file exists but should be
       
    46 // ignored.
       
    47 
       
    48 
       
    49 impsutils.mmp
       
    50 
       
    51 
       
    52 PRJ_TESTMMPFILES
       
    53 
       
    54 // End of File