sdkcreationmw/sdkruntimes/AsyStub/group/AsyStub.mmp
changeset 0 b26acd06ea60
child 1 ac50fd48361b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sdkcreationmw/sdkruntimes/AsyStub/group/AsyStub.mmp	Mon Mar 08 12:09:11 2010 +0530
@@ -0,0 +1,57 @@
+/*
+* Copyright (c) 2002-2004 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 file for AsyStub.
+*
+*/
+
+#include <platform_paths.hrh>
+
+TARGET          AsyStub.dll
+TARGETTYPE      PLUGIN
+VENDORID        VID_DEFAULT
+
+// ECom Dll recognition UID followed by the unique UID for this dll
+UID             0x10009D8D 0x20006EF6
+
+CAPABILITY      CAP_ECOM_PLUGIN
+
+SOURCEPATH      ..\src
+
+SOURCE          ASYStubProxy.cpp
+SOURCE          ASYStubCmdHandlerBase.cpp
+SOURCE          ASYStubMainServiceBase.cpp
+SOURCE          ASYStubObserver.cpp
+SOURCE          ASYStubService.cpp
+SOURCE          AsyStubCmdObserver.cpp
+
+USERINCLUDE     ..\inc
+
+MW_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE   \epoc32\include\ecom
+
+// The resource name should be same as the second UID above
+
+START RESOURCE  ..\data\20006EF6.rss
+TARGET          AsyStub.rsc
+END
+
+LIBRARY euser.lib 
+LIBRARY	ASYProxy.lib
+LIBRARY	accclient.lib
+LIBRARY	acccontrol.lib
+LIBRARY	accpolicy.lib
+LIBRARY accsrvutil.lib
+LIBRARY	accpolcom.lib
+
+