phonebookengines/VirtualPhonebook/group/VPbkAdaptiveStore.mmp
branchRCL_3
changeset 20 f4a778e096c2
parent 0 e686773b3f54
equal deleted inserted replaced
19:5b6f26637ad3 20:f4a778e096c2
       
     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:  This is project specification file for VPbkAdaptiveStore. 
       
    15 *                AdaptiveStore contains list of contacts which are sorted some 
       
    16 *                other way than alphabetically. For example most used contacts 
       
    17 *                are sorted to first.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #include "../inc/VPbkPrivateUid.h"
       
    23 #include <platform_paths.hrh>
       
    24 #include <data_caging_paths.hrh>
       
    25 
       
    26 TARGET          VPbkAdaptiveStore.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D KVPbkAdaptiveStoreDomainImplementationUID
       
    29 
       
    30 CAPABILITY      CAP_ECOM_PLUGIN
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // Test sources
       
    34 SOURCEPATH      ../VPbkAdaptiveStore/src
       
    35 SOURCE          VPbkAdaptiveStoreEntryPoint.cpp
       
    36 
       
    37 START RESOURCE  ../rss/VPbkAdaptiveStoreRes.rss
       
    38 HEADER
       
    39 TARGET          VPbkAdaptiveStoreRes
       
    40 TARGETPATH      RESOURCE_FILES_DIR
       
    41 END
       
    42 
       
    43 USERINCLUDE     ../VPbkAdaptiveStore/inc
       
    44 USERINCLUDE     ../group
       
    45 
       
    46 SYSTEMINCLUDE   ../inc
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 START RESOURCE  ../rss/VPbkAdaptiveStore.rss
       
    50 TARGET          VPbkAdaptiveStore
       
    51 TARGETPATH      ECOM_RESOURCE_DIR
       
    52 END
       
    53 
       
    54 LIBRARY         euser.lib efsrv.lib bafl.lib estor.lib
       
    55 LIBRARY         ecom.lib
       
    56 LIBRARY         VPbkEng.lib VPbkEngUtils.lib
       
    57 
       
    58 // End of file