contacts_plat/phonebook_2_contact_related_icon_customization_api/tsrc/TestPlugin/group/Pbk2IconCustomApiTestPlugin.mmp
branchRCL_3
changeset 6 e8e3147d53eb
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET      Pbk2IconCustomApiTestPlugin.dll
       
    20 TARGETTYPE  PLUGIN
       
    21 
       
    22 UID     0x10009D8D  0x2001FDE5 
       
    23 
       
    24 // VID_DEFAULT is Nokia VID (0x101FB657)
       
    25 // VENDORID        VID_DEFAULT
       
    26 
       
    27 CAPABILITY All -TCB
       
    28 
       
    29 SOURCEPATH      ..\src
       
    30 SOURCE          CPbk2IconCustomApiTestPluginFactory.cpp
       
    31 SOURCE          CPbk2IconCustomApiTestPlugin.cpp
       
    32 
       
    33 USERINCLUDE     ..\inc
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 
       
    37 LIBRARY         euser.lib 
       
    38 LIBRARY         ecom.lib 
       
    39 LIBRARY         cone.lib
       
    40 LIBRARY         eikcore.lib
       
    41 LIBRARY         fbscli.lib
       
    42 LIBRARY         egul.lib
       
    43 LIBRARY         aknicon.lib 
       
    44 LIBRARY         efsrv.lib 
       
    45 
       
    46 // ECOM resource definition
       
    47 START RESOURCE  ..\Data\Pbk2IconCustomApiTestPlugin.rss
       
    48 TARGET Pbk2IconCustomApiTestPlugin.rsc
       
    49 END  // ECOM resource definition
       
    50 
       
    51 START BITMAP   CustIconApiTestIcons.mbm
       
    52     TARGETPATH Data\Test
       
    53     SOURCEPATH ..\data
       
    54     SOURCE     c16,1 image1.bmp image2.bmp
       
    55 END
       
    56