phonebookengines/VirtualPhonebook/rom/VirtualPhonebook.iby
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:  IBY-file for VirtualPhonebook
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __VIRTUALPHONEBOOK_IBY__
       
    20 #define __VIRTUALPHONEBOOK_IBY__
       
    21 
       
    22 // Virtual Phonebook RD flag
       
    23 #ifdef RD_VIRTUAL_PHONEBOOK
       
    24 
       
    25 // Virtual Phonebook dll
       
    26 file=ABI_DIR\BUILD_DIR\VPbkEng.dll                              SHARED_LIB_DIR\VPbkEng.dll
       
    27 // Engine utils dll
       
    28 file=ABI_DIR\BUILD_DIR\VPbkEngUtils.dll                         SHARED_LIB_DIR\VPbkEngUtils.dll
       
    29 // VCard engine dll
       
    30 file=ABI_DIR\BUILD_DIR\VPbkVCardEng.dll                         SHARED_LIB_DIR\VPbkVCardEng.dll
       
    31 
       
    32 #ifdef __SIMCARD
       
    33 // SIM store service dll
       
    34 file=ABI_DIR\BUILD_DIR\VPbkSimStoreService.dll                  SHARED_LIB_DIR\VPbkSimStoreService.dll
       
    35 // SIM store impl dll
       
    36 file=ABI_DIR\BUILD_DIR\VPbkSimStoreImpl.dll                     SHARED_LIB_DIR\VPbkSimStoreImpl.dll
       
    37 // SIM store common dll
       
    38 file=ABI_DIR\BUILD_DIR\VPbkSimStoreCommon.dll                   SHARED_LIB_DIR\VPbkSimStoreCommon.dll
       
    39 // SIM server
       
    40 file=ABI_DIR\BUILD_DIR\VPbkSimServer.exe                        PROGRAMS_DIR\VPbkSimServer.exe
       
    41 #endif // __SIMCARD
       
    42 
       
    43 // Virtual Phonebook Contacts Model ECom plugin
       
    44 ECOM_PLUGIN(VPbkCntModel.dll,VPbkCntModel.rsc)
       
    45 
       
    46 #ifdef __SIMCARD
       
    47 // Virtual Phonebook SIM store ECom plugin
       
    48 ECOM_PLUGIN(VPbkSimStore.dll,VPbkSimStore.rsc)
       
    49 #endif // __SIMCARD
       
    50 
       
    51 // TODO : uncomment following line once the component exists
       
    52 // Virtual Phonebook's Adaptive store ECom plugin
       
    53 //ECOM_PLUGIN(VPbkAdaptiveStore.dll,VPbkAdaptiveStore.rsc)
       
    54 
       
    55 // Virtual Phonebook engine resource files
       
    56 data=DATAZ_\RESOURCE_FILES_DIR\VPbkEng.rsc                      RESOURCE_FILES_DIR\VPbkEng.rsc
       
    57 data=DATAZ_\RESOURCE_FILES_DIR\VPbkFieldTypeSelectors.rsc       RESOURCE_FILES_DIR\VPbkFieldTypeSelectors.rsc
       
    58 // Virtual Phonebook VCard engine resource file
       
    59 data=DATAZ_\RESOURCE_FILES_DIR\VPbkVCardEng.rsc                 RESOURCE_FILES_DIR\VPbkVCardEng.rsc
       
    60 
       
    61 #ifdef __SIMCARD
       
    62 // Virtual Phonebook SIM store ECom plugin's resource file
       
    63 data=DATAZ_\resource\VPbkSimStoreRes.rsc                        resource\VPbkSimStoreRes.rsc
       
    64 #endif // __SIMCARD
       
    65 
       
    66 // TODO: Uncomment next line when will be taken into use
       
    67 //data=DATAZ_\resource\VPbkAdaptiveStoreRes.rsc                 resource\VPbkAdaptiveStoreRes.rsc
       
    68 
       
    69 // VPBK_ENABLE_PROFILE - uncomment to enable profiling framework.
       
    70 //file=ABI_DIR\BUILD_DIR\VPbkProfile.dll          SHARED_LIB_DIR\VPbkProfile.dll
       
    71 // VPBK_ENABLE_PROFILE
       
    72 
       
    73 #endif // RD_VIRTUAL_PHONEBOOK
       
    74 
       
    75 // TODO: Do we need this ? Should VPbkTopContactAttributeManager binaries exported here
       
    76 // explicitly ? It depends, how this component is delivered
       
    77 // #include <VPbkTopContactAttributeManager.iby>
       
    78 
       
    79 
       
    80 #endif // __VIRTUALPHONEBOOK_IBY__