phonebookengines/VirtualPhonebook/group/VPbkLdapStore.mmp
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002-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 the project specification file for the Virtual Phonebook
       
    15 *                LDAP Store
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include "../vpbkldapstore/inc/ldapuid.h"
       
    21 //#include "vpbkconfig.mmp"
       
    22 #include <platform_paths.hrh>
       
    23 #include <data_caging_paths.hrh>
       
    24 
       
    25 TARGET          VPbkLdapStore.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D KLDAPStoreDomainImplementationUID
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH      ../VPbkLDAPStore/src
       
    32 SOURCE          LDAPStore.cpp
       
    33 SOURCE          ContactStoreDomain.cpp
       
    34 SOURCE          ContactStoreList.cpp
       
    35 SOURCE          ContactStoreInfo.cpp
       
    36 SOURCE          ContactStoreProperties.cpp
       
    37 SOURCE          ContactStoreUri.cpp
       
    38 SOURCE          ContactStore.cpp
       
    39 SOURCE          Contact.cpp
       
    40 SOURCE          ContactLink.cpp
       
    41 SOURCE          ContactRetriever.cpp
       
    42 SOURCE          ContactView.cpp
       
    43 SOURCE          FieldTypeMappings.cpp
       
    44 SOURCE          StoreBookmark.cpp
       
    45 SOURCE          SupportedFieldTypes.cpp
       
    46 SOURCE          TContactFieldData.cpp
       
    47 SOURCE          TStoreContactField.cpp
       
    48 SOURCE          TStoreContactFieldCollection.cpp
       
    49 SOURCE          ViewContact.cpp
       
    50 
       
    51 // TODO move these under VPbks rss
       
    52 SOURCEPATH      ../VPbkLDAPStore/rss
       
    53 START RESOURCE  LDAPStoreRes.rss
       
    54 HEADER
       
    55 TARGET          LDAPStoreRes
       
    56 TARGETPATH      RESOURCE_FILES_DIR
       
    57 END
       
    58 
       
    59 START RESOURCE  LDAPStore.rss
       
    60 TARGET          LDAPStore
       
    61 TARGETPATH      ECOM_RESOURCE_DIR
       
    62 END
       
    63 
       
    64 USERINCLUDE     ../VPbkLDAPStore/inc
       
    65 SYSTEMINCLUDE   ../inc
       
    66 APP_LAYER_SYSTEMINCLUDE
       
    67 
       
    68 // Dependencies to Symbian OS components
       
    69 LIBRARY         euser.lib
       
    70 LIBRARY         efsrv.lib
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         ecom.lib
       
    73 LIBRARY         estor.lib
       
    74 
       
    75 // Dependecies to LDAP engine
       
    76 LIBRARY         LDAPEngine.lib      // LDAP Engine
       
    77 LIBRARY         LDAPSettings.lib    // LDAP Settings
       
    78 
       
    79 // Dependencies to other Phonebook components
       
    80 LIBRARY         VPbkEng.lib         // TVPbkContactStoreUriPtr implementation