backupandrestore/backupengine/group/sbeclient.mmp
changeset 0 d0791faffa3f
child 15 f85613f12947
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/backupandrestore/backupengine/group/sbeclient.mmp	Tue Feb 02 01:11:40 2010 +0200
@@ -0,0 +1,44 @@
+// Copyright (c) 2005-2009 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:
+//
+/**
+@file
+
+@SYMPurpose sbeclient.dll Secure Backup Engine Client
+*/
+
+TARGET sbeclient.dll
+TARGETTYPE DLL
+UID 0x1000008d 0x10202D2C	// Assgined UID
+VENDORID 0x70000001
+
+MW_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+USERINCLUDE ../../../../../os/ossrv/genericservices/activebackupclient/inc
+SOURCEPATH ../../../../../os/ossrv/genericservices/activebackupclient/src
+SOURCE panic.cpp
+
+
+USERINCLUDE . ../inc
+SOURCEPATH ../src
+SOURCE sbheapwrapper.cpp
+SOURCE sbeclient.cpp
+SOURCE sbeclientsession.cpp
+SOURCE sbtypes.cpp
+
+LIBRARY euser.lib estor.lib apgrfx.lib apmime.lib 
+
+CAPABILITY ALL -Tcb
+
+SMPSAFE
\ No newline at end of file