java_stubs/javaregistry/clientserver/client/build/javaregclient.mmp
branchRCL_3
changeset 7 9d598f7f02da
parent 3 255dd6e7afb6
child 8 014f8c42e1d4
--- a/java_stubs/javaregistry/clientserver/client/build/javaregclient.mmp	Tue Feb 02 00:05:58 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,53 +0,0 @@
-/*
-* Copyright (c) 2005-2006 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 definition file for project javaregistryclient.dll
-*
-*/
-
-#include <platform_paths.hrh>
-
-TARGET          javaregistryclient.dll
-TARGETTYPE      DLL
-UID             0x1000008d 0x10282476
-
-// CAPABILITY 
-CAPABILITY      CAP_CLIENT_DLL
-VENDORID        VID_DEFAULT
-
-PAGED
-
-USERINCLUDE     ../inc
-USERINCLUDE     ../../common/inc
-
-SOURCEPATH      ../src
-SOURCE          javaregistry.cpp
-SOURCE          javaregistryentry.cpp
-SOURCE          javaregistryapplicationentry.cpp
-SOURCE          javaregistrypackageentry.cpp
-SOURCE          writeablejavaregistrypackageentry.cpp
-SOURCE          writeablejavaregistryentry.cpp
-SOURCE          writeablejavaregistryapplicationentry.cpp
-SOURCE          writeablejavaregistry.cpp 
-SOURCE          javaregistrybackupsupport.cpp
-SOURCE          javaregconverter.cpp
-
-SOURCEPATH      ../../common/src
-SOURCE          javaregproperty.cpp
-SOURCE          javapropertyarray.cpp
-
-APP_LAYER_SYSTEMINCLUDE
-
-LIBRARY         euser.lib
-
-// End of File