serviceproviders/sapi_applicationmanager/tsrc/dev/testappmngui/group/testappmngui.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 24 Nov 2009 08:56:33 +0200
changeset 33 50974a8b132e
parent 19 989d2f495d90
permissions -rw-r--r--
Revision: 200945 Kit: 200948

/*
* Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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: 
*
*/


#include "../../../../../group/sapiincludes.mmpi"

CAPABILITY ReadUserData

#ifdef __UI_FRAMEWORKS_V2__
TARGETPATH	/sys/bin
#if defined(EKA2) || !defined(WINS)
TARGET          testappmngui.exe
TARGETTYPE exe
#else // EKA1 WINS
TARGET          testappmngui.app
TARGETTYPE exedll
deffile /epoc32/release/wins/testappmngui.def
#endif
#else // __UI_FRAMEWORKS_V2__
TARGET          testappmngui.app
TARGETPATH      /system/apps/testappmngui
TARGETTYPE app
#endif

UID               0x100039CE 0x03AB7FB5

LANG              SC

SOURCEPATH        ../src
DOCUMENT		  series_60_app_readme.txt
SOURCE            testappmngui.cpp
SOURCE            testappmnguiapplication.cpp
SOURCE            testappmnguiappview.cpp
SOURCE            testappmnguiappui.cpp
SOURCE            testappmnguidocument.cpp
SOURCE            testappobserver.cpp

SOURCEPATH        ../group


USERINCLUDE       ../inc
USERINCLUDE       ../sis
USERINCLUDE 			../../../../appmanagerservice/inc







LIBRARY           euser.lib
LIBRARY           apparc.lib
LIBRARY           cone.lib
LIBRARY           eikcore.lib
LIBRARY           avkon.lib
LIBRARY           gdi.lib
LIBRARY           appmanagerservice.lib
LIBRARY           efsrv.lib
LIBRARY         liwServiceHandler.lib

#ifdef __UI_FRAMEWORKS_V2__
START RESOURCE	testappmngui.rss

HEADER
targetpath	/resource/apps
lang		sc
end
#else
RESOURCE        testappmngui.RSS
#endif

#ifdef __UI_FRAMEWORKS_V2__
sourcepath		.
START RESOURCE	testappmngui_reg.rss
#ifdef WINSCW
TARGETPATH	/private/10003a3f/apps
#else
TARGETPATH	/private/10003a3f/import/apps
#endif
END

start resource testappmngui_loc.rss
targetpath /resource/apps
lang sc
end
#endif