epoc32/include/data_caging_path_literals.hrh
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/data_caging_path_literals.hrh	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,63 @@
     1.4 +/*
     1.5 +* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). 
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:  Predefined directory paths for the use of ROM based sw (for the use with C++ files)
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +
    1.23 +#ifndef DATA_CAGING_PATH_LITERALS_HRH
    1.24 +#define DATA_CAGING_PATH_LITERALS_HRH
    1.25 +
    1.26 +_LIT(KDC_APPARC_RECOGNISER_RESOURCES_DIR,"\\resource\\apps\\registrationresourcefiles\\");  //Apparc recogniser resource files
    1.27 +_LIT(KDC_APP_BITMAP_DIR,"\\resource\\apps\\");                    //  Application bitmap files (.mbm, .mif)
    1.28 +_LIT(KDC_APP_RESOURCE_DIR,"\\resource\\apps\\");                  //  Application resource (.rsc)
    1.29 +_LIT(KDC_BITMAP_DIR,"\\resource\\apps\\");                        //  Other bitmap files (.mbm, .mif)
    1.30 +_LIT(KDC_BIOFILE_DIR,"\\resource\\messaging\\bif\\");             //  BIO Information Files
    1.31 +_LIT(KDC_CHARCONV_PLUGIN_DIR,"\\resource\\charconv\\");           //  Charconv plug-in data files
    1.32 +_LIT(KDC_CONTACTS_RESOURCE_DIR,"\\resource\\cntmodel\\");         //  Contacts model resources
    1.33 +_LIT(KDC_CTRL_PANEL_RESOURCE_DIR,"\\resource\\controls\\");       //  Control panel plug-in resources
    1.34 +_LIT(KDC_CONVERTER_PLUGIN_RESOURCE_DIR,"\\resource\\convert\\");  //  Converter plug-in resources
    1.35 +_LIT(KDC_ECOM_RESOURCE_DIR,"\\resource\\plugins\\");              //  ECom plugin resources
    1.36 +_LIT(KDC_ERROR_RESOURCE_DIR,"\\resource\\errors\\");              //  Error resources
    1.37 +_LIT(KDC_PROGRAMS_DIR,"\\sys\\bin\\");                            //  EXEs
    1.38 +_LIT(KDC_FEP_RESOURCES_DIR,"\\resource\\fep\\");                  //  FEP resources
    1.39 +_LIT(KDC_HELP_FILE_DIR,"\\resource\\help\\");                     //  Help files
    1.40 +_LIT(KDC_LOG_ENGINE_RESOURCE_DIR,"\\resource\\logengine\\");      //  Log engine resources
    1.41 +_LIT(KDC_MTM_RESOURCE_DIR,"\\resource\\messaging\\");             //  MTM resources
    1.42 +_LIT(KDC_MTM_INFO_FILE_DIR,"\\resource\\messaging\\mtm\\");       //  MTM information files
    1.43 +_LIT(KDC_PRINTER_DRIVER_DIR,"\\resource\\printers\\");            //  Printer driver definition
    1.44 +_LIT(KDC_SHARED_LIB_DIR,"\\sys\\bin\\");                          //  Shared libraries
    1.45 +_LIT(KDC_UIKLAF_RESOURCE_DIR,"\\resource\\uiklaf\\");             //  UIKLAF resources
    1.46 +_LIT(KDC_WAPPUSH_PLUGIN_RESOURCE_DIR,"\\resource\\messaging\\wappush\\"); //  WAP Push plug-in token/DTDs
    1.47 +_LIT(KDC_WATCHER_PLUGIN_RESOURCE_DIR,"\\resource\\messaging\\watchers\\");  //  Watcher plug-in resources
    1.48 +_LIT(KDC_RECOGNISERS_DIR,"\\sys\\bin\\");                         //  Recognisers
    1.49 +_LIT(KDC_PARSERS_DIR,"\\sys\\bin\\");                             //
    1.50 +_LIT(KDC_NOTIFIERS_DIR,"\\sys\\bin\\");                           //  Notifier Plugins:
    1.51 +_LIT(KDC_PLUGINS_DIR,"\\sys\\bin\\");                             //  Plugins:
    1.52 +_LIT(KDC_PLUGINS_1_DIR,"\\sys\\bin\\");                           //  Plugins:
    1.53 +_LIT(KDC_RESOURCE_FILES_DIR,"\\resource\\");                      //  Other resource files
    1.54 +
    1.55 +
    1.56 +_LIT(KDC_CA_CERTIFICATES_DIR,"\\private\\101f72a6\\");            //  CA certificates
    1.57 +_LIT(KDC_COMMDB_DIR,"\\private\\100012a5\\");                     //  CommDB default database
    1.58 +_LIT(KDC_SS_CONFIG_FILE_DIR,"\\private\\101f7989\\esock\\");      //  Socket server configuration (.esk, .ini)
    1.59 +_LIT(KDC_TRUSTED_FONTS_DIR,"\\private\\10003a16\\fonts\\");       //  Trusted fonts
    1.60 +_LIT(KDC_UNTRUSTED_FONT_DIR,"\\private\\10003a16\\import\\fonts\\");  //  Untrusted fonts
    1.61 +_LIT(KDC_WINDOW_SERVER_INI_DIR,"\\private\\10003b20\\");          //  Window server INI
    1.62 +_LIT(KDC_SKINS_DIR,"\\private\\10207114\\");         		  //  Skins
    1.63 +_LIT(KDC_BOOTDATA_DIR,"\\resource\\bootdata\\");         	  //  Bootdata
    1.64 +
    1.65 +#endif
    1.66 +