# HG changeset patch # User William Roberts # Date 1288965875 0 # Node ID 7cafb29e417626927948cfcf7e19cf635f0be1ac # Parent 2818b7674cd250eb25e79a25c6c9679f3c61d5f8 Add original Java stub MMP files, to break ETEL dependency diff -r 2818b7674cd2 -r 7cafb29e4176 breakdeps/java_stubs/javadebugapi.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/breakdeps/java_stubs/javadebugapi.mmp Fri Nov 05 14:04:35 2010 +0000 @@ -0,0 +1,32 @@ +/* +* Copyright (c) 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: Java Debug API build file +* +*/ + + +#include + +TARGET javadebugapi.dll +TARGETTYPE dll +CAPABILITY CAP_GENERAL_DLL +VENDORID VID_DEFAULT + +PAGED +APP_LAYER_SYSTEMINCLUDE + +SOURCEPATH ../src +SOURCE javadebugapi.cpp + +LIBRARY euser.lib diff -r 2818b7674cd2 -r 7cafb29e4176 breakdeps/java_stubs/javaenvinfo.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/breakdeps/java_stubs/javaenvinfo.mmp Fri Nov 05 14:04:35 2010 +0000 @@ -0,0 +1,36 @@ +/* +* Copyright (c) 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: JavaEnvInfo build file +* +*/ + + +#include + +TARGET javaenvinfo.dll +TARGETTYPE dll +CAPABILITY CAP_GENERAL_DLL +UID 0x1000008d 0x2001B2A5 +VENDORID VID_DEFAULT + +PAGED + +APP_LAYER_SYSTEMINCLUDE + +SOURCEPATH ../src + +SOURCE javaenvinfo.cpp + + +LIBRARY euser.lib diff -r 2818b7674cd2 -r 7cafb29e4176 breakdeps/java_stubs/javaregclient.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/breakdeps/java_stubs/javaregclient.mmp Fri Nov 05 14:04:35 2010 +0000 @@ -0,0 +1,53 @@ +/* +* 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 + +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