epoc32/include/data_caging_paths_strings.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_paths_strings.hrh	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,61 @@
     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 (to be used with RSS files)
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +
    1.23 +#ifndef DATA_CAGING_PATHS_STRINGS_HRH
    1.24 +#define DATA_CAGING_PATHS_STRINGS_HRH
    1.25 +
    1.26 +#define   APPARC_RECOGNISER_RESOURCES_DIR   "\\resource\\apps\\registrationresourcefiles"
    1.27 +#define   APP_BITMAP_DIR                    "\\resource\\apps"
    1.28 +#define   APP_RESOURCE_DIR                  "\\resource\\apps"
    1.29 +#define   BITMAP_DIR                        "\\resource\\apps"
    1.30 +#define   BIOFILE_DIR                       "\\resource\\messaging\\bif"
    1.31 +#define   CHARCONV_PLUGIN_DIR               "\\resource\\charconv"
    1.32 +#define   CONTACTS_RESOURCE_DIR             "\\resource\\cntmodel"
    1.33 +#define   CTRL_PANEL_RESOURCE_DIR           "\\resource\\controls"
    1.34 +#define   CONVERTER_PLUGIN_RESOURCE_DIR     "\\resource\\convert"
    1.35 +#define   ECOM_RESOURCE_DIR                 "\\resource\\plugins"
    1.36 +#define   ERROR_RESOURCE_DIR                "\\resource\\errors"
    1.37 +#define   PROGRAMS_DIR                      "\\sys\\bin"
    1.38 +#define   FEP_RESOURCES_DIR                 "\\resource\\fep"
    1.39 +#define   HELP_FILE_DIR                     "\\resource\\help"
    1.40 +#define   LOG_ENGINE_RESOURCE_DIR           "\\resource\\logengine"
    1.41 +#define   MTM_RESOURCE_DIR                  "\\resource\\messaging"
    1.42 +#define   MTM_INFO_FILE_DIR                 "\\resource\\messaging\\mtm"
    1.43 +#define   PRINTER_DRIVER_DIR                "\\resource\\printers"
    1.44 +#define   SHARED_LIB_DIR                    "\\sys\\bin"
    1.45 +#define   UIKLAF_RESOURCE_DIR               "\\resource\\uiklaf"
    1.46 +#define   WAPPUSH_PLUGIN_RESOURCE_DIR       "\\resource\\messaging\\wappush"
    1.47 +#define   WATCHER_PLUGIN_RESOURCE_DIR       "\\resource\\messaging\\watchers"
    1.48 +#define   RECOGNISERS_DIR                   "\\sys\\bin"
    1.49 +#define   PARSERS_DIR                       "\\sys\\bin"
    1.50 +#define   NOTIFIERS_DIR                     "\\sys\\bin"
    1.51 +#define   PLUGINS_DIR                       "\\sys\\bin"
    1.52 +#define   PLUGINS_1_DIR                     "\\sys\\bin"
    1.53 +#define   RESOURCE_FILES_DIR                "\\resource"
    1.54 +
    1.55 +#define  CA_CERTIFICATES_DIR     "\\private\\101f72a6"
    1.56 +#define  COMMDB_DIR              "\\private\\100012a5"
    1.57 +#define  TRUSTED_FONTS_DIR       "\\private\\10003a16\\fonts"
    1.58 +#define  SS_CONFIG_FILE_DIR      "\\private\\101f7989\\esock"
    1.59 +#define  UNTRUSTED_FONT_DIR      "\\private\\10003a16\\import\\fonts"
    1.60 +#define  WINDOW_SERVER_INI_DIR   "\\private\\10003b20"
    1.61 +#define  SKINS_DIR               "\\private\\10207114"
    1.62 +#define  BOOTDATA_DIR            "\\resource\\bootdata"
    1.63 +
    1.64 +#endif