coreapplicationuis/accfwuinotifier/tsrc/AccFwUiNotifierTestModule/group/bld.inf
changeset 77 b01c07dfcf84
equal deleted inserted replaced
74:1505405bc645 77:b01c07dfcf84
       
     1 /*
       
     2 * Copyright (c) 2009 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_TESTEXPORTS
       
    25 // NOTE: If using ARS requirements all export operations should be done under this.
       
    26 // 'abld test export'
       
    27 ../init/TestFramework.ini /epoc32/winscw/c/TestFramework/TestFramework.ini
       
    28 ../init/TestFramework.ini /epoc32/data/z/system/data/TestFramework.ini
       
    29 
       
    30 ../conf/ui_AccFwUiNotifierTestModule.cfg /epoc32/winscw/c/TestFramework/ui_AccFwUiNotifierTestModule.cfg
       
    31 ../conf/ui_AccFwUiNotifierTestModule.cfg /epoc32/data/z/system/data/ui_AccFwUiNotifierTestModule.cfg
       
    32 
       
    33 ../rom/AccFwUiNotifierTestModule.iby                              CORE_MW_LAYER_IBY_EXPORT_PATH(AccFwUiNotifierTestModule.iby)
       
    34 
       
    35 PRJ_EXPORTS
       
    36 // Specify the source file followed by its destination here
       
    37 // copy will be used to copy the source file to its destination
       
    38 // If there's no destination then the source file will be copied
       
    39 // to the same name in \epoc32\include
       
    40 // Example: 
       
    41 /*
       
    42 \agnmodel\inc\AGMCOMON.H
       
    43 */
       
    44 
       
    45 PRJ_TESTMMPFILES
       
    46 
       
    47 	AccFwUiNotifierTestModule.mmp
       
    48 
       
    49 PRJ_MMPFILES
       
    50 
       
    51 
       
    52 // Specify the .mmp files required for building the important component
       
    53 // releasables.
       
    54 //
       
    55 // Specify "tidy" if the component you need to build doesn't need to be
       
    56 // released. Specify "ignore" if the MMP file exists but should be
       
    57 // ignored.
       
    58 // Example:
       
    59 /*
       
    60 \agnmodel\group\agnmodel.mmp
       
    61 #if defined(MARM)
       
    62 \agnmodel\group\agsvexe.mmp
       
    63 #endif
       
    64 */
       
    65 
       
    66 //  End of File