coreapplicationuis/rfsplugins/tsrc/rfspluginstest/RfsDisplayContrastPluginTestModule/group/bld.inf
changeset 69 dcd4152cfe55
equal deleted inserted replaced
65:8a530a83576a 69:dcd4152cfe55
       
     1 /*
       
     2 * Copyright (c) 2010 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 *
       
    16 */
       
    17 
       
    18 PRJ_PLATFORMS
       
    19 // specify the platforms your component needs to be built for here
       
    20 // defaults to WINS MARM so you can ignore this if you just build these
       
    21 	
       
    22 	DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 // Specify the source file followed by its destination here
       
    26 // copy will be used to copy the source file to its destination
       
    27 // If there's no destination then the source file will be copied
       
    28 // to the same name in \epoc32\include
       
    29 // Example: 
       
    30 /*
       
    31 \agnmodel\inc\AGMCOMON.H
       
    32 */
       
    33 
       
    34 PRJ_TESTEXPORTS
       
    35 // NOTE: If using ARS requirements all export operations should be done under this.
       
    36 // 'abld test export'
       
    37 
       
    38 ../init/TestFramework.ini /epoc32/winscw/c/TestFramework/TestFramework.ini
       
    39 ../init/TestFramework.ini /epoc32/data/z/system/data/TestFramework.ini
       
    40 
       
    41 ../conf/RfsDisplayContrastPluginTestModule.cfg /epoc32/winscw/c/TestFramework/RfsDisplayContrastPluginTestModule.cfg
       
    42 ../conf/RfsDisplayContrastPluginTestModule.cfg /epoc32/data/z/system/data/RfsDisplayContrastPluginTestModule.cfg
       
    43 
       
    44 ../rom/RfsDisplayContrastPluginTestModule.iby                           CORE_MW_LAYER_IBY_EXPORT_PATH(RfsDisplayContrastPluginTestModule.iby)
       
    45 
       
    46 PRJ_TESTMMPFILES
       
    47 
       
    48 	RfsDisplayContrastPluginTestModule.mmp
       
    49 
       
    50 PRJ_MMPFILES
       
    51 
       
    52 
       
    53 // Specify the .mmp files required for building the important component
       
    54 // releasables.
       
    55 //
       
    56 // Specify "tidy" if the component you need to build doesn't need to be
       
    57 // released. Specify "ignore" if the MMP file exists but should be
       
    58 // ignored.
       
    59 // Example:
       
    60 /*
       
    61 \agnmodel\group\agnmodel.mmp
       
    62 #if defined(MARM)
       
    63 \agnmodel\group\agsvexe.mmp
       
    64 #endif
       
    65 */
       
    66 
       
    67 //  End of File