williamr@2: /*
williamr@2: * Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). 
williamr@2: * All rights reserved.
williamr@2: * This component and the accompanying materials are made available
williamr@2: * 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
williamr@2: * which accompanies this distribution, and is available
williamr@2: * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
williamr@2: *
williamr@2: * Initial Contributors:
williamr@2: * Nokia Corporation - initial contribution.
williamr@2: *
williamr@2: * Contributors:
williamr@2: *
williamr@2: * Description:  Predefined directory paths for the use of ROM based sw (to be used with RSS files)
williamr@2: *
williamr@2: */
williamr@2: 
williamr@2: 
williamr@2: 
williamr@2: #ifndef DATA_CAGING_PATHS_STRINGS_HRH
williamr@2: #define DATA_CAGING_PATHS_STRINGS_HRH
williamr@2: 
williamr@2: #define   APPARC_RECOGNISER_RESOURCES_DIR   "\\resource\\apps\\registrationresourcefiles"
williamr@2: #define   APP_BITMAP_DIR                    "\\resource\\apps"
williamr@2: #define   APP_RESOURCE_DIR                  "\\resource\\apps"
williamr@2: #define   BITMAP_DIR                        "\\resource\\apps"
williamr@2: #define   BIOFILE_DIR                       "\\resource\\messaging\\bif"
williamr@2: #define   CHARCONV_PLUGIN_DIR               "\\resource\\charconv"
williamr@2: #define   CONTACTS_RESOURCE_DIR             "\\resource\\cntmodel"
williamr@2: #define   CTRL_PANEL_RESOURCE_DIR           "\\resource\\controls"
williamr@2: #define   CONVERTER_PLUGIN_RESOURCE_DIR     "\\resource\\convert"
williamr@2: #define   ECOM_RESOURCE_DIR                 "\\resource\\plugins"
williamr@2: #define   ERROR_RESOURCE_DIR                "\\resource\\errors"
williamr@2: #define   PROGRAMS_DIR                      "\\sys\\bin"
williamr@2: #define   FEP_RESOURCES_DIR                 "\\resource\\fep"
williamr@2: #define   HELP_FILE_DIR                     "\\resource\\help"
williamr@2: #define   LOG_ENGINE_RESOURCE_DIR           "\\resource\\logengine"
williamr@2: #define   MTM_RESOURCE_DIR                  "\\resource\\messaging"
williamr@2: #define   MTM_INFO_FILE_DIR                 "\\resource\\messaging\\mtm"
williamr@2: #define   PRINTER_DRIVER_DIR                "\\resource\\printers"
williamr@2: #define   SHARED_LIB_DIR                    "\\sys\\bin"
williamr@2: #define   UIKLAF_RESOURCE_DIR               "\\resource\\uiklaf"
williamr@2: #define   WAPPUSH_PLUGIN_RESOURCE_DIR       "\\resource\\messaging\\wappush"
williamr@2: #define   WATCHER_PLUGIN_RESOURCE_DIR       "\\resource\\messaging\\watchers"
williamr@2: #define   RECOGNISERS_DIR                   "\\sys\\bin"
williamr@2: #define   PARSERS_DIR                       "\\sys\\bin"
williamr@2: #define   NOTIFIERS_DIR                     "\\sys\\bin"
williamr@2: #define   PLUGINS_DIR                       "\\sys\\bin"
williamr@2: #define   PLUGINS_1_DIR                     "\\sys\\bin"
williamr@2: #define   RESOURCE_FILES_DIR                "\\resource"
williamr@2: 
williamr@2: #define  CA_CERTIFICATES_DIR     "\\private\\101f72a6"
williamr@2: #define  COMMDB_DIR              "\\private\\100012a5"
williamr@2: #define  TRUSTED_FONTS_DIR       "\\private\\10003a16\\fonts"
williamr@2: #define  SS_CONFIG_FILE_DIR      "\\private\\101f7989\\esock"
williamr@2: #define  UNTRUSTED_FONT_DIR      "\\private\\10003a16\\import\\fonts"
williamr@2: #define  WINDOW_SERVER_INI_DIR   "\\private\\10003b20"
williamr@2: #define  SKINS_DIR               "\\private\\10207114"
williamr@2: #define  BOOTDATA_DIR            "\\resource\\bootdata"
williamr@2: 
williamr@2: #endif