contentpublishingsrv/contentpublishingutils/contentpublishingmap/group/cputils.mmp
changeset 93 82b66994846c
parent 92 782e3408c2ab
child 94 dbb8300717f7
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
     1 /*
       
     2 * Copyright (c) 2005 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          cputils.dll
       
    22 TARGETTYPE      dll
       
    23 
       
    24 UID             0x1000008D 0x20016B7F
       
    25  
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID 		VID_DEFAULT
       
    28 
       
    29 LANG 			SC
       
    30 
       
    31 SOURCEPATH      ../src 
       
    32 SOURCE          cpliwmap.cpp
       
    33 SOURCE          ccontentmap.cpp 
       
    34 SOURCE          cpublisherregistrymap.cpp
       
    35 SOURCE          cpsecuritypolicy.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../../contentpublishingdebug/inc
       
    39 USERINCLUDE     ../../../contentpublishingserver/cpserver/inc
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY	        estor.lib
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         sqldb.lib
       
    47 LIBRARY         bafl.lib
       
    48 LIBRARY		    liwservicehandler.lib inetprotutil.lib
       
    49 
       
    50 #ifdef CONTENT_PUBLISHER_DEBUG
       
    51 LIBRARY			cpdebug.lib
       
    52 #endif
       
    53 
       
    54 //end of file