devmngt_plat/default_app_client_api/tsrc/DasClientApiTest/group/DasClientApiTest.mmp
branchRCL_3
changeset 34 90fe62538f66
parent 32 3fec62e6e7fc
child 35 5f281e37a2f5
--- a/devmngt_plat/default_app_client_api/tsrc/DasClientApiTest/group/DasClientApiTest.mmp	Thu Aug 19 09:55:50 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-/*
-* Copyright (c) 2002 - 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 of  DasClientApiTest
-*
-*/
-
-
-#include <data_caging_paths.hrh> 
-#include <platform_paths.hrh>
-
-TARGET          DasClientApiTest.dll
-TARGETTYPE      dll
-UID             0x1000008D 0x101FB3E3
-
-CAPABILITY      ALL -TCB
-
-DEFFILE         DasClientApiTest.def
-
-//START RESOURCE ../data/DasClientApiTest_reg.rss
-//	TARGETPATH  /private/10003a3f/apps
-//END
-
-#ifdef SBSV2
-USERINCLUDE     ../inc 
-
-    MW_LAYER_SYSTEMINCLUDE
-
-#else // SBSV2 not defined
-USERINCLUDE     ../inc 
-APP_LAYER_SYSTEMINCLUDE 
-    
-
-SOURCEPATH      ../src
-#endif // SBSV2
-
-SOURCE          DasClientApiTest.cpp
-SOURCE          DasClientApiTestblocks.cpp
-
-LIBRARY         euser.lib
-LIBRARY         stiftestinterface.lib
-LIBRARY         stiftestengine.lib
-LIBRARY         defaultappclient.lib//default application client
-LIBRARY			avkon.lib//MAknServerAppExitObserver
-LIBRARY         cone.lib 
-LIBRARY         eikcore.lib 
-LIBRARY			eiksrv.lib
-  
-LANG            SC
-
-// End of File