lafagnosticuifoundation/clockanim/group/BLD.INF
changeset 33 b3425bf29f82
parent 21 558113899881
child 34 6b5204869ed5
equal deleted inserted replaced
21:558113899881 33:b3425bf29f82
     1 // Copyright (c) 1999-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 // Animated clock support (Window Server plug-in)
       
    15 // This file basically provides the information required for building the whole of a component
       
    16 // C & C++ style comments are allowed in this file because it's passed through the C++ preprocessor
       
    17 // Examples are provided below of the kind of things we're expecting
       
    18 // 
       
    19 //
       
    20 
       
    21 /**
       
    22  @file
       
    23 */
       
    24 
       
    25 
       
    26 PRJ_PLATFORMS
       
    27 // specify the platforms your component needs to be built for here
       
    28 // defaults to WINS MARM so you can ignore this if you just build these
       
    29 
       
    30 
       
    31 
       
    32 PRJ_EXPORTS
       
    33 // specify the source file followed by its destination here
       
    34 // copy will be used to copy the source file to its destination
       
    35 // If there's no destination then the source file will be copied
       
    36 // to the same name in \epoc32\include
       
    37 
       
    38 ../inc/CLOCK.H SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(clock.h)
       
    39 
       
    40 ../src/displayaddition.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(graphics/clock/displayaddition.h)
       
    41 
       
    42 
       
    43 
       
    44 PRJ_MMPFILES
       
    45 // specify the .mmp files required for building the important component releasables
       
    46 // note that you should specify any .mmp files for test programs further down the file.
       
    47 //
       
    48 // It's best if the .MMP files are specified in the order in which the components are
       
    49 // built, but that eventually shouldn't matter
       
    50 //
       
    51 // Use C++ style #defines to denote that a component is only built for a particular platform
       
    52 //
       
    53 // specify "tidy" if the component you need to build doesn't need to be released to
       
    54 // the rest of the company
       
    55 // specify "ignore" if the MMP file exists but should be ignored - William wants this!
       
    56 
       
    57 
       
    58 ../group/CLOCK.MMP
       
    59 ../group/CLOCKA.MMP
       
    60 
       
    61 
       
    62 PRJ_TESTMMPFILES
       
    63 // specify the .mmp files required for building any test programs here
       
    64 //
       
    65 // you can specify "manual" to denote that a test should be listed in a generated
       
    66 // batch file for running a group of tests which require user input during testing.
       
    67 // you can specify "support" to denote that a file is a test support file and shouldn't
       
    68 // be listed in a batch file for running a group of tests
       
    69 // By default, each test will be listed in a batch file for running a group of tests
       
    70 // which can be left to run without requiring watching over by the person running the tests,
       
    71 // i.e. tests where no user input is required.  The default will apply if neither "manual"
       
    72 // or "support" is specified.
       
    73 
       
    74 ../tef/TCLOCKTESTSERVER.MMP support
       
    75 
       
    76 PRJ_TESTEXPORTS
       
    77 
       
    78 ../group/ClockTest.iby	                   /epoc32/rom/include/clocktest.iby
       
    79 ../tef/scripts/clocktest_run.bat	   z:/clocktest/clocktest_run.bat
       
    80 ../tef/scripts/clocktest_run.bat           /epoc32/release/winscw/udeb/clocktest_run.bat
       
    81 ../tef/scripts/clocktest_run.bat           /epoc32/release/winscw/urel/clocktest_run.bat
       
    82 ../tef/scripts/clocktest_T_Clck0.script    z:/clocktest/clocktest_t_clck0.script
       
    83 ../tef/scripts/clocktest_T_Clck1.script    z:/clocktest/clocktest_t_clck1.script
       
    84 ../tef/scripts/clocktest_T_MsgWin0.script  z:/clocktest/clocktest_t_msgwin0.script