epoc32/include/data_caging_paths.hrh
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Final list of Symbian^2 public API header files
     1 /*
     2 * Copyright (c) 2002-2009 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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:  Predefined directory paths for the use of ROM based sw (to be used with MMP files)
    15 *
    16 */
    17 
    18 
    19 
    20 #ifndef DATA_CAGING_PATHS_HRH
    21 #define DATA_CAGING_PATHS_HRH
    22 
    23 #define  APPARC_RECOGNISER_RESOURCES_DIR   resource/apps/registrationresourcefiles
    24 #define  APP_BITMAP_DIR                    resource/apps
    25 #define  APP_RESOURCE_DIR                  resource/apps
    26 #define  BITMAP_DIR                        resource/apps
    27 #define  BIOFILE_DIR                       resource/messaging/bif
    28 #define  CHARCONV_PLUGIN_DIR               resource/charconv
    29 #define  CONTACTS_RESOURCE_DIR             resource/cntmodel
    30 #define  CTRL_PANEL_RESOURCE_DIR           resource/controls
    31 #define  CONVERTER_PLUGIN_RESOURCE_DIR     resource/convert
    32 #define  ECOM_RESOURCE_DIR                 resource/plugins
    33 #define  ERROR_RESOURCE_DIR                resource/errors
    34 #define  PROGRAMS_DIR                      sys/bin
    35 #define  FEP_RESOURCES_DIR                 resource/fep
    36 #define  HELP_FILE_DIR                     resource/help
    37 #define  LOG_ENGINE_RESOURCE_DIR           resource/logengine
    38 #define  MTM_RESOURCE_DIR                  resource/messaging
    39 #define  MTM_INFO_FILE_DIR                 resource/messaging/mtm
    40 #define  PRINTER_DRIVER_DIR                resource/printers
    41 #define  SHARED_LIB_DIR                    sys/bin
    42 #define  UIKLAF_RESOURCE_DIR               resource/uiklaf
    43 #define  WAPPUSH_PLUGIN_RESOURCE_DIR       resource/messaging/wappush
    44 #define  WATCHER_PLUGIN_RESOURCE_DIR       resource/messaging/watchers
    45 #define  RECOGNISERS_DIR                   sys/bin
    46 #define  PARSERS_DIR                       sys/bin
    47 #define  NOTIFIERS_DIR                     sys/bin
    48 #define  PLUGINS_DIR                       sys/bin
    49 #define  PLUGINS_1_DIR                     sys/bin
    50 #define  RESOURCE_FILES_DIR                resource
    51 
    52 #define  CA_CERTIFICATES_DIR     private/101f72a6
    53 #define  COMMDB_DIR              private/100012a5
    54 #define  SS_CONFIG_FILE_DIR      private/101f7989/esock
    55 #define  TRUSTED_FONTS_DIR       private/10003a16/fonts
    56 #define  UNTRUSTED_FONT_DIR      private/10003a16/import/fonts
    57 #define  WINDOW_SERVER_INI_DIR   private/10003b20
    58 #define  SKINS_DIR               private/10207114
    59 #define  BOOTDATA_DIR            resource/bootdata
    60 
    61 #endif
    62 
    63