mmsengine/mmswatcher/bld/bld.inf
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 - 2004 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 *    whole of a mmswatcher.dll
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 // specify the platforms your component needs to be built for here
       
    25 DEFAULT
       
    26 
       
    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 // If there's no destination then the source file will be copied
       
    32 // to the same name in /epoc32/include
       
    33 // Example: 
       
    34 // (All .cfg and .dat file copying is done in bld.inf of clientmtm)
       
    35 
       
    36 
       
    37 PRJ_MMPFILES
       
    38 // Specify the .mmp files required for building the important component
       
    39 // releasables. Note that you should specify any .mmp files for test
       
    40 // programs further down the file.
       
    41 //
       
    42 // Specify "tidy" if the component you need to build doesn't need to be
       
    43 // released to the rest of the company
       
    44 // specify "ignore" if the MMP file exists but should be
       
    45 // ignored.
       
    46 
       
    47 ./mmswatcher.mmp
       
    48 
       
    49 // End of file