uifw/AvKon/tsrc/bc/bctesttemplate/group/bctesttemplate.mmp
author Pat Downey <patd@symbian.org>
Tue, 18 May 2010 16:16:10 +0100
branchRCL_3
changeset 24 123e51441e0e
parent 0 2f259fa3e83a
permissions -rw-r--r--
Re-merge workaround for bug 2584.

/*
* Copyright (c) 2007 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:  project specification file for the BCTestTemplate.
*
*/


TARGET          BCTestTemplate.exe
TARGETTYPE      exe
UID             0x0 0x101F84FF

VENDORID        0x101FB657
CAPABILITY      NetworkServices LocalServices Location ReadUserData \
                WriteUserData ReadDeviceData WriteDeviceData SwEvent \
                UserEnvironment

TARGETPATH      sys/bin

EPOCSTACKSIZE 0x10000
EPOCHEAPSIZE 0x10000 0x1000000

START RESOURCE bctesttemplate.rss
HEADER
TARGETPATH resource/apps
END  // RESOURCE

LANG            01

SOURCEPATH      ../Src
SOURCE          bctesttemplateapp.cpp
SOURCE          bctesttemplatedocument.cpp
SOURCE          bctesttemplateappui.cpp
SOURCE          bctesttemplateview.cpp
SOURCE          bctesttemplatecontainer.cpp
SOURCE          bctesttemplatecase.cpp

USERINCLUDE     . ../inc
USERINCLUDE     ../../bctestutil/inc

SYSTEMINCLUDE   . /epoc32/include

LIBRARY         euser.lib
LIBRARY         apparc.lib
LIBRARY         cone.lib
LIBRARY         eikcore.lib
LIBRARY         eikcoctl.lib
LIBRARY         avkon.lib
LIBRARY         ws32.lib
LIBRARY         aknskins.lib
LIBRARY         apgrfx.lib
LIBRARY         bctestutil.lib
LIBRARY	        efsrv.lib

START RESOURCE ../group/bctesttemplate_reg.rss
DEPENDS bctesttemplate.rsg
HEADER
TARGETPATH /private/10003a3f/apps
END

// End of File