phonebookengines/VirtualPhonebook/inc/VPbkDataCaging.hrh
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:  Build time configuration file for Virtual Phonebook.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef VPBKDATACAGING_HRH
       
    20 #define VPBKDATACAGING_HRH
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 /**
       
    25  * The literals are defined here. They can also be found from
       
    26  * data_caging_path_literals.hrh, but in that file the literals
       
    27  * include a backslash.
       
    28  */
       
    29 
       
    30 /// Contacts model resources
       
    31 _LIT(KDC_CONTACTS_RESOURCE_DIR,"\\resource\\cntmodel");
       
    32 
       
    33 /// Plugins
       
    34 _LIT(KDC_PLUGINS_1_DIR,"\\sys\\bin");
       
    35 
       
    36 /// Other resource files
       
    37 _LIT(KDC_RESOURCE_FILES_DIR,"\\resource");
       
    38 
       
    39 /// ROM drive letter
       
    40 _LIT(KVPbkRomFileDrive, "z:");
       
    41 
       
    42 /// Virtual Phonebook engine default resource file
       
    43 _LIT(KVPbkDefResFileName, "VPbkEng.rsc");
       
    44 
       
    45 /// Virtual Phonebook engine field type selectors resource file
       
    46 _LIT(KVPbkFieldTypeSelectorsResFileName, "VPbkFieldTypeSelectors.rsc");
       
    47 
       
    48 #endif // VPBKDATACAGING_HRH
       
    49 
       
    50 // End of File