phonebookui/Phonebook/group/PbkAiwProviders.mmp
changeset 0 e686773b3f54
child 68 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 PbkAiwProviders.
       
    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          PbkAiwProviders.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             KEComRecognitionUID2 KPbkAiwProvidersPluginUID
       
    30 CAPABILITY      CAP_ECOM_PLUGIN
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // Source files location
       
    34 SOURCEPATH      ../PbkAiwProviders/src
       
    35 
       
    36 // Source files
       
    37 SOURCE          DllMain.cpp
       
    38 SOURCE          CPbkAiwProviderBase.cpp
       
    39 SOURCE          CPbkAiwCmdAssignProvider.cpp
       
    40 SOURCE          CPbkAssignRingingToneCmd.cpp
       
    41 SOURCE          CPbkAssignImageCmd.cpp
       
    42 SOURCE          PbkProviderUtils.cpp
       
    43 
       
    44 START RESOURCE  ../Rss/101F85BA.rss
       
    45 TARGET          PbkAiwProviders
       
    46 TARGETPATH      resource/plugins
       
    47 END
       
    48 
       
    49 START RESOURCE  ../Rss/PbkAiwProvidersRes.rss
       
    50 HEADER
       
    51 TARGET          PbkAiwProvidersRes
       
    52 TARGETPATH      resource
       
    53 LANGUAGE_IDS
       
    54 END
       
    55 
       
    56 // Include paths
       
    57 USERINCLUDE     ../group ../PbkAiwProviders/inc ../inc
       
    58 SYSTEMINCLUDE   ../View/inc ../inc
       
    59 APP_LAYER_SYSTEMINCLUDE // macro that defines the platform system includes
       
    60 
       
    61 // Dependencies to other components
       
    62 LIBRARY         euser.lib cone.lib commonengine.lib diskspacereserver.lib eikcoctl.lib
       
    63 LIBRARY         avkon.lib servicehandler.lib 
       
    64 LIBRARY         PbkEng.lib PbkView.lib PbkUi.lib
       
    65 LIBRARY         centralrepository.lib 
       
    66 LIBRARY         efsrv.lib  // RFs
       
    67 
       
    68 // End of File