idlehomescreen/xmluirendering/uiresource/group/bld.inf
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 //DEFAULT
       
    23 ARMV5 WINSCW
       
    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 
       
    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 /*
       
    35 /agnmodel/inc/AGMCOMON.H
       
    36 */
       
    37 
       
    38 //Exporting new system headers:
       
    39 
       
    40 PRJ_MMPFILES
       
    41 // Specify the .mmp files required for building the important component
       
    42 // releasables.
       
    43 xnresource.mmp
       
    44 
       
    45 // Specify "tidy" if the component you need to build doesn't need to be
       
    46 // released. Specify "ignore" if the MMP file exists but should be
       
    47 // ignored.
       
    48 // Example:
       
    49 /*
       
    50 /agnmodel/group/agnmodel.mmp
       
    51 #if defined(MARM)
       
    52 /agnmodel/group/agsvexe.mmp
       
    53 #endif
       
    54 */
       
    55 
       
    56 PRJ_TESTMMPFILES
       
    57 // specify the .mmp files required for building any test programs here
       
    58 // Example:
       
    59 /*
       
    60 /agnmodel/agtest/T_ATTEND.MMP	manual
       
    61 */
       
    62 
       
    63 PRJ_TESTEXPORTS
       
    64 // specify the files to be copied from the source directories to the releasables'
       
    65 // directories for use with test programs.
       
    66 // Example:
       
    67 /*
       
    68 /agnmodel/inc/agmcomontest.h /epoc32/include/agmcomontest.h
       
    69 */
       
    70 
       
    71 //  End of File