zeroconf/cachemanager/group/mdnscachemanager.mmp
changeset 14 da856f45b798
equal deleted inserted replaced
12:78fbd574edf4 14:da856f45b798
       
     1 /*
       
     2  Copyright (c) 2007 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 "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: Project file for mDNS Cache Manager
       
    15 				
       
    16 */
       
    17 #include <comms-infras/commsdebugutility.mmh>
       
    18 
       
    19 TARGET		  mdnscachemanager.dll
       
    20 TARGETTYPE	  DLL
       
    21 UID			 0x1000008d
       
    22 USERINCLUDE	 ..\inc
       
    23 USERINCLUDE	 ..\..\DnsParser\inc
       
    24 SYSTEMINCLUDE   \epoc32\include
       
    25 USERINCLUDE	 ..\..\server\inc
       
    26 
       
    27 
       
    28 #ifdef ENABLE_ABIV2_MODE
       
    29 DEBUGGABLE
       
    30 #endif
       
    31 SOURCEPATH ..\src
       
    32 SOURCE cmdnscachemap.cpp
       
    33 SOURCE cmdnscachemanager.cpp
       
    34 SOURCE cserviceinfo.cpp
       
    35 
       
    36 
       
    37 LIBRARY euser.lib
       
    38 LIBRARY dnsparser.lib insock.lib commdb.lib
       
    39 CAPABILITY All -TCB
       
    40 
       
    41 SOURCEPATH ..\src
       
    42 SOURCE ccacheentry.cpp
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE