contentpublishingsrv/contentpublishingserver/cpsqlitestorage/group/cpstorage.mmp
changeset 93 82b66994846c
parent 92 782e3408c2ab
child 94 dbb8300717f7
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
     1 /*
       
     2 * Copyright (c) 2008 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET        cpstorage.dll
       
    22 TARGETTYPE    dll
       
    23 UID           0x1000008d 0x20016B7C
       
    24 
       
    25 CAPABILITY    CAP_GENERAL_DLL
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 SOURCE        cpstorageengine.cpp
       
    29 SOURCE        cpstoragefactory.cpp
       
    30 
       
    31 USERINCLUDE   ../inc
       
    32 USERINCLUDE   ../../cpserver/inc
       
    33 USERINCLUDE   ../../../contentpublishingutils/contentpublishingdebug/inc
       
    34 USERINCLUDE   ../../../contentpublishingutils/contentpublishingmap/inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 LIBRARY       euser.lib
       
    39 LIBRARY       estor.lib
       
    40 LIBRARY       sqldb.lib
       
    41 LIBRARY       efsrv.lib
       
    42 LIBRARY       cputils.lib
       
    43 LIBRARY		  liwservicehandler.lib
       
    44 LIBRARY       centralrepository.lib
       
    45 
       
    46 #ifdef CONTENT_PUBLISHER_DEBUG
       
    47 LIBRARY			cpdebug.lib
       
    48 #endif
       
    49 
       
    50