webengine/osswebengine/cache/group/BrowserCache.mmp
changeset 0 dd21522fd290
child 16 a359256acfc6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/webengine/osswebengine/cache/group/BrowserCache.mmp	Mon Mar 30 12:54:55 2009 +0300
@@ -0,0 +1,78 @@
+/*
+* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "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:  BrowserCache
+*
+*/
+#if defined(__BROWSER_SDK)
+TARGET          BrowserCache_sdk.dll
+#else
+#include <platform_paths.hrh>
+#include <platform/mw/Browser_platform_variant.hrh>
+TARGET          BrowserCache.dll
+#endif
+TARGETTYPE      dll
+
+UID 0x1000008D  0x10282353
+
+VENDORID  VID_DEFAULT
+CAPABILITY  CAP_GENERAL_DLL
+EPOCALLOWDLLDATA
+
+
+#if defined(WINSCW)
+deffile Bwinscw/BrowserCache.def
+#elif defined(ARMCC)
+deffile EABI/BrowserCache.def
+#endif
+
+
+SOURCEPATH    ../src
+
+SOURCE        HttpCacheManager.cpp
+SOURCE        HttpCacheEntry.cpp
+SOURCE        HttpCacheEvictionHandler.cpp
+SOURCE        HttpCacheHandler.cpp
+SOURCE        HttpCacheObserver.cpp
+SOURCE        HttpCacheLookupTable.cpp
+SOURCE        HttpCacheStreamHandler.cpp
+SOURCE        HttpCacheUtil.cpp
+
+
+USERINCLUDE    ../inc
+
+//--
+
+#ifndef __BROWSER_SDK
+MW_LAYER_SYSTEMINCLUDE
+MW_LAYER_HTTP_SYSTEMINCLUDE
+MW_LAYER_LIBC_SYSTEMINCLUDE
+#else
+SYSTEMINCLUDE   /epoc32/include  /epoc32/include/oem  
+SYSTEMINCLUDE   /epoc32/include/http   /epoc32/include/libc
+#endif
+
+
+LIBRARY     ESTLIB.lib 
+LIBRARY     http.lib 
+LIBRARY     EFSRV.lib 
+LIBRARY     bafl.lib 
+LIBRARY     InetProtUtil.lib 
+LIBRARY     HttpFilterCommon.lib
+LIBRARY       euser.lib 
+LIBRARY       estor.lib
+LIBRARY       centralrepository.lib
+LIBRARY       CenRepNotifHandler.lib
+LIBRARY       featmgr.lib
+LIBRARY     cone.lib 		    // CoeControl
+DEBUGLIBRARY flogger.lib