contentpublishingsrv/contentharvester/factorysettingsplugin/group/chfactorysettingsplugin.mmp
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  Active Space Facory Settings
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          chfactorysettingsplugin.dll
       
    22 TARGETTYPE		PLUGIN
       
    23 UID				0x10009D8D 0x10282E6C
       
    24 CAPABILITY		CAP_ECOM_PLUGIN
       
    25 
       
    26 LANG			SC
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 SOURCEPATH		../data
       
    30 START RESOURCE	chfactorysettingsplugin.rss 
       
    31 HEADER
       
    32 TARGET			chfactorysettingsplugin.rsc
       
    33 TARGETPATH		resource/plugins 
       
    34 END
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          chfactorysettingsplugin.cpp
       
    38 SOURCE			chfactorysettingsinstallnotifier.cpp
       
    39 SOURCE          chfactorysettingsparser.cpp
       
    40 SOURCE          chfactsetutils.cpp
       
    41 SOURCE          chdbstatehandler.cpp
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 USERINCLUDE     ../../../contentpublishingutils/contentpublishingdebug/inc
       
    45 USERINCLUDE     ../../../contentpublishingserver/cpserver/inc
       
    46 
       
    47 // APP layer system include is needed here because xcfw_api has
       
    48 // dependency to app layer
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         estor.lib 
       
    53 LIBRARY         efsrv.lib
       
    54 LIBRARY         xcfw.lib
       
    55 LIBRARY			bafl.lib
       
    56 LIBRARY			ecom.lib
       
    57 //AIW Plugin
       
    58 LIBRARY			liwservicehandler.lib	//AIW Framework
       
    59 #ifdef CONTENT_PUBLISHER_DEBUG
       
    60 LIBRARY			cpdebug.lib
       
    61 #endif
       
    62 LIBRARY         centralrepository.lib
       
    63 
       
    64 DEBUGLIBRARY	flogger.lib
       
    65 
       
    66 // End of file
       
    67