epoc32/include/data_caging_paths.hrh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
williamr@2
     1
/*
williamr@2
     2
* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). 
williamr@2
     3
* All rights reserved.
williamr@2
     4
* This component and the accompanying materials are made available
williamr@4
     5
* under the terms of "Eclipse Public License v1.0"
williamr@2
     6
* which accompanies this distribution, and is available
williamr@4
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
williamr@2
     8
*
williamr@2
     9
* Initial Contributors:
williamr@2
    10
* Nokia Corporation - initial contribution.
williamr@2
    11
*
williamr@2
    12
* Contributors:
williamr@2
    13
*
williamr@2
    14
* Description:  Predefined directory paths for the use of ROM based sw (to be used with MMP files)
williamr@2
    15
*
williamr@2
    16
*/
williamr@2
    17
williamr@2
    18
williamr@2
    19
williamr@2
    20
#ifndef DATA_CAGING_PATHS_HRH
williamr@2
    21
#define DATA_CAGING_PATHS_HRH
williamr@2
    22
williamr@2
    23
#define  APPARC_RECOGNISER_RESOURCES_DIR   resource/apps/registrationresourcefiles
williamr@2
    24
#define  APP_BITMAP_DIR                    resource/apps
williamr@2
    25
#define  APP_RESOURCE_DIR                  resource/apps
williamr@2
    26
#define  BITMAP_DIR                        resource/apps
williamr@2
    27
#define  BIOFILE_DIR                       resource/messaging/bif
williamr@2
    28
#define  CHARCONV_PLUGIN_DIR               resource/charconv
williamr@2
    29
#define  CONTACTS_RESOURCE_DIR             resource/cntmodel
williamr@2
    30
#define  CTRL_PANEL_RESOURCE_DIR           resource/controls
williamr@2
    31
#define  CONVERTER_PLUGIN_RESOURCE_DIR     resource/convert
williamr@2
    32
#define  ECOM_RESOURCE_DIR                 resource/plugins
williamr@2
    33
#define  ERROR_RESOURCE_DIR                resource/errors
williamr@2
    34
#define  PROGRAMS_DIR                      sys/bin
williamr@2
    35
#define  FEP_RESOURCES_DIR                 resource/fep
williamr@2
    36
#define  HELP_FILE_DIR                     resource/help
williamr@2
    37
#define  LOG_ENGINE_RESOURCE_DIR           resource/logengine
williamr@2
    38
#define  MTM_RESOURCE_DIR                  resource/messaging
williamr@2
    39
#define  MTM_INFO_FILE_DIR                 resource/messaging/mtm
williamr@2
    40
#define  PRINTER_DRIVER_DIR                resource/printers
williamr@2
    41
#define  SHARED_LIB_DIR                    sys/bin
williamr@2
    42
#define  UIKLAF_RESOURCE_DIR               resource/uiklaf
williamr@2
    43
#define  WAPPUSH_PLUGIN_RESOURCE_DIR       resource/messaging/wappush
williamr@2
    44
#define  WATCHER_PLUGIN_RESOURCE_DIR       resource/messaging/watchers
williamr@2
    45
#define  RECOGNISERS_DIR                   sys/bin
williamr@2
    46
#define  PARSERS_DIR                       sys/bin
williamr@2
    47
#define  NOTIFIERS_DIR                     sys/bin
williamr@2
    48
#define  PLUGINS_DIR                       sys/bin
williamr@2
    49
#define  PLUGINS_1_DIR                     sys/bin
williamr@2
    50
#define  RESOURCE_FILES_DIR                resource
williamr@2
    51
williamr@2
    52
#define  CA_CERTIFICATES_DIR     private/101f72a6
williamr@2
    53
#define  COMMDB_DIR              private/100012a5
williamr@2
    54
#define  SS_CONFIG_FILE_DIR      private/101f7989/esock
williamr@2
    55
#define  TRUSTED_FONTS_DIR       private/10003a16/fonts
williamr@2
    56
#define  UNTRUSTED_FONT_DIR      private/10003a16/import/fonts
williamr@2
    57
#define  WINDOW_SERVER_INI_DIR   private/10003b20
williamr@2
    58
#define  SKINS_DIR               private/10207114
williamr@2
    59
#define  BOOTDATA_DIR            resource/bootdata
williamr@2
    60
williamr@2
    61
#endif
williamr@2
    62
williamr@2
    63