webengine/osswebengine/cache/group/BrowserCache.mmp
changeset 0 dd21522fd290
child 16 a359256acfc6
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  BrowserCache
       
    15 *
       
    16 */
       
    17 #if defined(__BROWSER_SDK)
       
    18 TARGET          BrowserCache_sdk.dll
       
    19 #else
       
    20 #include <platform_paths.hrh>
       
    21 #include <platform/mw/Browser_platform_variant.hrh>
       
    22 TARGET          BrowserCache.dll
       
    23 #endif
       
    24 TARGETTYPE      dll
       
    25 
       
    26 UID 0x1000008D  0x10282353
       
    27 
       
    28 VENDORID  VID_DEFAULT
       
    29 CAPABILITY  CAP_GENERAL_DLL
       
    30 EPOCALLOWDLLDATA
       
    31 
       
    32 
       
    33 #if defined(WINSCW)
       
    34 deffile Bwinscw/BrowserCache.def
       
    35 #elif defined(ARMCC)
       
    36 deffile EABI/BrowserCache.def
       
    37 #endif
       
    38 
       
    39 
       
    40 SOURCEPATH    ../src
       
    41 
       
    42 SOURCE        HttpCacheManager.cpp
       
    43 SOURCE        HttpCacheEntry.cpp
       
    44 SOURCE        HttpCacheEvictionHandler.cpp
       
    45 SOURCE        HttpCacheHandler.cpp
       
    46 SOURCE        HttpCacheObserver.cpp
       
    47 SOURCE        HttpCacheLookupTable.cpp
       
    48 SOURCE        HttpCacheStreamHandler.cpp
       
    49 SOURCE        HttpCacheUtil.cpp
       
    50 
       
    51 
       
    52 USERINCLUDE    ../inc
       
    53 
       
    54 //--
       
    55 
       
    56 #ifndef __BROWSER_SDK
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 MW_LAYER_HTTP_SYSTEMINCLUDE
       
    59 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    60 #else
       
    61 SYSTEMINCLUDE   /epoc32/include  /epoc32/include/oem  
       
    62 SYSTEMINCLUDE   /epoc32/include/http   /epoc32/include/libc
       
    63 #endif
       
    64 
       
    65 
       
    66 LIBRARY     ESTLIB.lib 
       
    67 LIBRARY     http.lib 
       
    68 LIBRARY     EFSRV.lib 
       
    69 LIBRARY     bafl.lib 
       
    70 LIBRARY     InetProtUtil.lib 
       
    71 LIBRARY     HttpFilterCommon.lib
       
    72 LIBRARY       euser.lib 
       
    73 LIBRARY       estor.lib
       
    74 LIBRARY       centralrepository.lib
       
    75 LIBRARY       CenRepNotifHandler.lib
       
    76 LIBRARY       featmgr.lib
       
    77 LIBRARY     cone.lib 		    // CoeControl
       
    78 DEBUGLIBRARY flogger.lib