breakdeps/java_stubs/javaregclient.mmp
author markw <markw@symbian.org>
Fri, 12 Nov 2010 11:56:07 +0000
changeset 127 a2070821d450
parent 114 f81e114d1500
permissions -rw-r--r--
Add William's draft of mediaclientaudio stub.

/*
* 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
* Originally from /sf/app/jrt/java_stubs/javaregistry/clientserver/client/build/
*/

#include <platform_paths.hrh>

TARGET          stem_javaregistryclient.dll
TARGETTYPE      DLL
UID             0x1000008d 0x10282476

// CAPABILITY 
CAPABILITY      CAP_CLIENT_DLL
VENDORID        VID_DEFAULT
NOEXPORTLIBRARY
DEFFILE /sf/app/jrt/java_stubs/javaregistry/clientserver/client/~/javaregistryclient.def

PAGED

USERINCLUDE     /sf/app/jrt/java_stubs/javaregistry/clientserver/client/inc
USERINCLUDE     /sf/app/jrt/java_stubs/javaregistry/clientserver/common/inc

SOURCEPATH      /sf/app/jrt/java_stubs/javaregistry/clientserver/client/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      /sf/app/jrt/java_stubs/javaregistry/clientserver/common/src
SOURCE          javaregproperty.cpp
SOURCE          javapropertyarray.cpp

APP_LAYER_SYSTEMINCLUDE

LIBRARY         euser.lib

// End of File