psmservices/psmserver/tsrc/PsmTestModule/group/bld.inf
changeset 0 4e1aa6a622a0
child 83 11da52d4c847
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2002 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 
       
    20 PRJ_PLATFORMS
       
    21 // specify the platforms your component needs to be built for here
       
    22 // defaults to WINS MARM so you can ignore this if you just build these
       
    23 DEFAULT
       
    24 
       
    25 
       
    26 PRJ_TESTEXPORTS
       
    27 // Specify the source file followed by its destination here
       
    28 // copy will be used to copy the source file to its destination
       
    29 // If there's no destination then the source file will be copied
       
    30 // to the same name in /epoc32/include
       
    31 
       
    32 ../conf/PsmTestModule.cfg          /epoc32/winscw/c/testframework/PsmTestModule.cfg
       
    33 ../conf/PsmTestModule.cfg          /epoc32/data/z/system/data/PsmTestModule.cfg
       
    34 ../init/PsmTestModule_winscw.ini       /epoc32/winscw/c/testframework/TestFramework.ini
       
    35 //../init/PsmTestModule_armi.ini       /epoc32/data/z/system/data/TestFramework.ini
       
    36 
       
    37 // PSM Config files for emulator use
       
    38 ../PsmPluginStub/group/10200EE1.xml  /epoc32/release/winscw/udeb/z/private/2000B187/10200EE1.xml
       
    39 ../PsmPluginStub/group/10200EE2.xml  /epoc32/release/winscw/udeb/z/private/2000B187/10200EE2.xml
       
    40 ../PsmPluginStub/group/10200EE1.xml  /epoc32/release/winscw/urel/z/private/2000B187/10200EE1.xml
       
    41 ../PsmPluginStub/group/10200EE2.xml  /epoc32/release/winscw/urel/z/private/2000B187/10200EE2.xml
       
    42 10200EE4.xml  /epoc32/release/winscw/urel/z/private/2000B187/10200EE4.xml
       
    43 10200EE4.xml  /epoc32/release/winscw/udeb/z/private/2000B187/10200EE4.xml
       
    44 10200EE5.xml  /epoc32/release/winscw/urel/z/private/2000B187/10200EE5.xml
       
    45 10200EE5.xml  /epoc32/release/winscw/udeb/z/private/2000B187/10200EE5.xml
       
    46 
       
    47 // PSM Config files for HW use
       
    48 ../PsmPluginStub/group/10200EE1.xml  /epoc32/data/z/private/2000B187/10200EE1.xml
       
    49 ../PsmPluginStub/group/10200EE2.xml  /epoc32/data/z/private/2000B187/10200EE2.xml
       
    50 10200EE4.xml  /epoc32/data/z/private/2000B187/10200EE4.xml
       
    51 10200EE5.xml  /epoc32/data/z/private/2000B187/10200EE5.xml
       
    52 
       
    53 
       
    54 // CenRep files
       
    55 ../cenrep/10200EE3.txt                 /epoc32/RELEASE/winscw/UDEB/Z/private/10202BE9/10200EE3.txt
       
    56 ../cenrep/10200EE3.txt                 /epoc32/RELEASE/winscw/UREL/Z/private/10202BE9/10200EE3.txt
       
    57 ../cenrep/10200EE3.txt                 /epoc32/data/Z/private/10202BE9/10200EE3.txt
       
    58 
       
    59 // CenRep config files
       
    60 10200EE3.xml  /epoc32/release/winscw/urel/z/private/2000B187/cenrep/10200EE3.xml
       
    61 10200EE3.xml  /epoc32/release/winscw/udeb/z/private/2000B187/cenrep/10200EE3.xml
       
    62 10200EE3.xml  /epoc32/data/z/private/2000B187/cenrep/10200EE3.xml
       
    63 
       
    64 //iby file
       
    65 ../rom/psmserver_ats3.iby       CORE_OS_LAYER_IBY_EXPORT_PATH( psmserver_ats3.iby )
       
    66 
       
    67 PRJ_TESTMMPFILES
       
    68 // Specify the .mmp files required for building the important component
       
    69 // releasables.
       
    70 //
       
    71 // Specify "tidy" if the component you need to build doesn't need to be
       
    72 // released. Specify "ignore" if the MMP file exists but should be
       
    73 // ignored.
       
    74 
       
    75 PsmTestModule.mmp
       
    76 ../PsmPluginStub/group/PSMStub1.mmp
       
    77 ../PsmPluginStub/group/PSMStub2.mmp
       
    78 
       
    79 //  End of File