/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: ?Description
*
*/
PRJ_PLATFORMS
// specify the platforms your component needs to be built for here
// defaults to WINS MARM so you can ignore this if you just build these
DEFAULT
PRJ_TESTEXPORTS
// Specify the source file followed by its destination here
// copy will be used to copy the source file to its destination
// If there's no destination then the source file will be copied
// to the same name in /epoc32/include
../conf/PsmTestModule.cfg /epoc32/winscw/c/testframework/PsmTestModule.cfg
../conf/PsmTestModule.cfg /epoc32/data/z/system/data/PsmTestModule.cfg
../init/PsmTestModule_winscw.ini /epoc32/winscw/c/testframework/TestFramework.ini
//../init/PsmTestModule_armi.ini /epoc32/data/z/system/data/TestFramework.ini
// PSM Config files for emulator use
../PsmPluginStub/group/10200EE1.xml /epoc32/release/winscw/udeb/z/private/2000B187/10200EE1.xml
../PsmPluginStub/group/10200EE2.xml /epoc32/release/winscw/udeb/z/private/2000B187/10200EE2.xml
../PsmPluginStub/group/10200EE1.xml /epoc32/release/winscw/urel/z/private/2000B187/10200EE1.xml
../PsmPluginStub/group/10200EE2.xml /epoc32/release/winscw/urel/z/private/2000B187/10200EE2.xml
10200EE4.xml /epoc32/release/winscw/urel/z/private/2000B187/10200EE4.xml
10200EE4.xml /epoc32/release/winscw/udeb/z/private/2000B187/10200EE4.xml
10200EE5.xml /epoc32/release/winscw/urel/z/private/2000B187/10200EE5.xml
10200EE5.xml /epoc32/release/winscw/udeb/z/private/2000B187/10200EE5.xml
// PSM Config files for HW use
../PsmPluginStub/group/10200EE1.xml /epoc32/data/z/private/2000B187/10200EE1.xml
../PsmPluginStub/group/10200EE2.xml /epoc32/data/z/private/2000B187/10200EE2.xml
10200EE4.xml /epoc32/data/z/private/2000B187/10200EE4.xml
10200EE5.xml /epoc32/data/z/private/2000B187/10200EE5.xml
// CenRep files
../cenrep/10200EE3.txt /epoc32/RELEASE/winscw/UDEB/Z/private/10202BE9/10200EE3.txt
../cenrep/10200EE3.txt /epoc32/RELEASE/winscw/UREL/Z/private/10202BE9/10200EE3.txt
../cenrep/10200EE3.txt /epoc32/data/Z/private/10202BE9/10200EE3.txt
// CenRep config files
10200EE3.xml /epoc32/release/winscw/urel/z/private/2000B187/cenrep/10200EE3.xml
10200EE3.xml /epoc32/release/winscw/udeb/z/private/2000B187/cenrep/10200EE3.xml
10200EE3.xml /epoc32/data/z/private/2000B187/cenrep/10200EE3.xml
//iby file
../rom/psmserver_ats3.iby CORE_OS_LAYER_IBY_EXPORT_PATH( psmserver_ats3.iby )
PRJ_TESTMMPFILES
// Specify the .mmp files required for building the important component
// releasables.
//
// Specify "tidy" if the component you need to build doesn't need to be
// released. Specify "ignore" if the MMP file exists but should be
// ignored.
PsmTestModule.mmp
../PsmPluginStub/group/PSMStub1.mmp
../PsmPluginStub/group/PSMStub2.mmp
// End of File