--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sapi_applicationmanager/tsrc/dev/testappmngui/group/testappmngui.mmp Mon Mar 30 12:51:10 2009 +0300
@@ -0,0 +1,100 @@
+/*
+* 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