phonebookui/Phonebook/group/BCardEng.mmp
changeset 0 e686773b3f54
child 5 81f8547efd4f
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002 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 *     This is project specification file for the BCardEng.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // INCLUDES
       
    21 #include <platform/app/PbkUID.h> // Phonebook UIDs
       
    22 #include "PbkConfig.mmp"    // Phonebook MMP configuration file
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 // Build target
       
    27 TARGET          BCardEng.dll
       
    28 TARGETTYPE      dll
       
    29 UID             KEPOCStaticDllUID2 KPbkDllUID3
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // Source files location
       
    34 SOURCEPATH		../BCardEng/src
       
    35 
       
    36 // Resource file
       
    37 START RESOURCE ../rss/BCardEng.rss
       
    38 HEADER
       
    39 TARGETPATH RESOURCE_FILES_DIR
       
    40 END // RESOURCE
       
    41 
       
    42 LANGUAGE_IDS
       
    43 
       
    44 // Source files
       
    45 SOURCE		    BCardEng.cpp
       
    46 SOURCE		    CBCardImageUtil.cpp
       
    47 SOURCE			CBCardParserParamArray.cpp
       
    48 SOURCE			CBCardFieldAction.cpp
       
    49 SOURCE          CBCardFieldUidMapping.cpp
       
    50 SOURCE          TBCardPropertyAdapter.cpp
       
    51 SOURCE          CBCardParserProperty.cpp
       
    52 SOURCE          CBCardExportProperty.cpp
       
    53 SOURCE          CBCardThumbnailHandler.cpp
       
    54 SOURCE          TBCardVersitPlugin.cpp
       
    55 SOURCE          CBCardParser.cpp
       
    56 // Include paths
       
    57 USERINCLUDE     ../BCardEng/src ../BCardEng/inc ../BCardEng/rss ../group
       
    58 SYSTEMINCLUDE   ../inc ../View/inc
       
    59 APP_LAYER_SYSTEMINCLUDE // macro that defines the platform system includes
       
    60 
       
    61 // .def file name
       
    62 DEFFILE         BCardEng.def
       
    63 
       
    64 // Dependencies to system components
       
    65 LIBRARY         euser.lib bafl.lib estor.lib    // User libraries
       
    66 LIBRARY         efsrv.lib                       // file server
       
    67 LIBRARY		    versit.lib vcard.lib            // Versit parser
       
    68 LIBRARY			cntmodel.lib                    // Contact model
       
    69 LIBRARY         ImageConversion.lib             // Image handling
       
    70 LIBRARY         featmgr.lib		                // FeatureManager
       
    71 
       
    72 // Dependencies to other components
       
    73 LIBRARY			PbkEng.lib PbkView.lib
       
    74 
       
    75 // End of File