phonebookui/Phonebook2/group/Pbk2MigrationSupport.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Phonebook 2 Migration Support project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform/app/Pbk2UID.h>
       
    20 #include "Pbk2Config.mmp"
       
    21 #include "../inc/Pbk2InternalUID.h"
       
    22 #include <platform_paths.hrh>
       
    23 #include <data_caging_paths.hrh>
       
    24 
       
    25 // Target information
       
    26 TARGET          Pbk2MigrationSupport.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             KEComRecognitionUID2 KPbk2MigrationSupportImplementationUID
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 // Source path
       
    33 SOURCEPATH      ../MigrationSupport/src
       
    34 
       
    35 // Source files
       
    36 SOURCE          Dllmain.cpp
       
    37 SOURCE          CPbk2MigrationSupport.cpp
       
    38 
       
    39 // Resources
       
    40 START RESOURCE  ../rss/Pbk2MigrationSupport.rss
       
    41 TARGET          Pbk2MigrationSupport
       
    42 TARGETPATH      ECOM_RESOURCE_DIR
       
    43 END
       
    44 
       
    45 // Include paths
       
    46 USERINCLUDE     ../MigrationSupport/inc
       
    47 SYSTEMINCLUDE   ../inc
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 // Dependencies to Symbian OS components
       
    51 LIBRARY euser.lib ecom.lib
       
    52 
       
    53 // Dependencies to S60 components
       
    54 LIBRARY PbkView.lib VPbkEng.lib Pbk2CommonUi.lib
       
    55 
       
    56 // End of File