phonebookui/Phonebook/group/PbkExt.mmp
branchRCL_3
changeset 63 f4a778e096c2
parent 0 e686773b3f54
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     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 *     
       
    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          PbkExt.dll
       
    28 TARGETTYPE      dll
       
    29 UID             KEPOCStaticDllUID2 KPbkDllUID3
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // Source files location
       
    34 SOURCEPATH		../PbkExt/src
       
    35 
       
    36 // Source files
       
    37 SOURCE  CPbkMultiExtensionFactory.cpp
       
    38 SOURCE  CPbkExtGlobals.cpp
       
    39 SOURCE	CPbkExtensionLoader.cpp
       
    40 SOURCE	CPbkMultiAppUiExtension.cpp
       
    41 SOURCE	CPbkMultiViewExtension.cpp
       
    42 SOURCE	CPbkMultiContactEditorExtension.cpp
       
    43 SOURCE	CPbkExtensionScanner.cpp
       
    44 SOURCE	CPbkDummyControlExtension.cpp
       
    45 
       
    46 LANGUAGE_IDS
       
    47 
       
    48 // Include paths
       
    49 USERINCLUDE     ../PbkExt/inc ../group
       
    50 SYSTEMINCLUDE	../inc	// for TPbkIconId
       
    51 APP_LAYER_SYSTEMINCLUDE // macro that defines the platform system includes
       
    52 
       
    53 // Dependencies to Symbian OS components
       
    54 LIBRARY euser.lib efsrv.lib ecom.lib
       
    55 
       
    56 // End of File