imagehandlinglib/Group/bld.inf
changeset 54 48dd0f169f0d
parent 42 2e2a89493e2b
equal deleted inserted replaced
42:2e2a89493e2b 54:48dd0f169f0d
     1 /*
       
     2 * Copyright (c) 2004-2006 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:  This file provides the information required for building.*
       
    15 */
       
    16 
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 PRJ_PLATFORMS
       
    20 DEFAULT
       
    21 
       
    22 PRJ_EXPORTS
       
    23 // export iby file
       
    24 ../Rom/Ihl.iby		CORE_MW_LAYER_IBY_EXPORT_PATH( Ihl.iby )
       
    25 
       
    26 PRJ_MMPFILES
       
    27 
       
    28 IHL.mmp
       
    29 
       
    30 PRJ_TESTMMPFILES
       
    31 // specify the .mmp files required for building any test programs here
       
    32 //
       
    33 // You can specify "manual" to denote that a test should be listed in a
       
    34 // generated batch file for running a group of tests
       
    35 // which require user input during testing.
       
    36 // You can specify "support" to denote that a file is a test support file
       
    37 // and shouldn't be listed in a batch file for running a group of tests
       
    38 // By default, each test will be listed in a batch file for running a group
       
    39 // of tests which can be left to run without requiring watching over
       
    40 // by the person running the tests, i.e. tests where no user
       
    41 // input is required.  The default will apply if neither "manual"
       
    42 // or "support" is specified.
       
    43 // Example:
       
    44 
       
    45 // ../tsrc/IHLValidation.mmp
       
    46