epoc32/include/data_caging_path_literals.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-2004 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 (for the use with C++ files)
williamr@2
    15
*
williamr@2
    16
*/
williamr@2
    17
williamr@2
    18
williamr@2
    19
williamr@2
    20
#ifndef DATA_CAGING_PATH_LITERALS_HRH
williamr@2
    21
#define DATA_CAGING_PATH_LITERALS_HRH
williamr@2
    22
williamr@2
    23
_LIT(KDC_APPARC_RECOGNISER_RESOURCES_DIR,"\\resource\\apps\\registrationresourcefiles\\");  //Apparc recogniser resource files
williamr@2
    24
_LIT(KDC_APP_BITMAP_DIR,"\\resource\\apps\\");                    //  Application bitmap files (.mbm, .mif)
williamr@2
    25
_LIT(KDC_APP_RESOURCE_DIR,"\\resource\\apps\\");                  //  Application resource (.rsc)
williamr@2
    26
_LIT(KDC_BITMAP_DIR,"\\resource\\apps\\");                        //  Other bitmap files (.mbm, .mif)
williamr@2
    27
_LIT(KDC_BIOFILE_DIR,"\\resource\\messaging\\bif\\");             //  BIO Information Files
williamr@2
    28
_LIT(KDC_CHARCONV_PLUGIN_DIR,"\\resource\\charconv\\");           //  Charconv plug-in data files
williamr@2
    29
_LIT(KDC_CONTACTS_RESOURCE_DIR,"\\resource\\cntmodel\\");         //  Contacts model resources
williamr@2
    30
_LIT(KDC_CTRL_PANEL_RESOURCE_DIR,"\\resource\\controls\\");       //  Control panel plug-in resources
williamr@2
    31
_LIT(KDC_CONVERTER_PLUGIN_RESOURCE_DIR,"\\resource\\convert\\");  //  Converter plug-in resources
williamr@2
    32
_LIT(KDC_ECOM_RESOURCE_DIR,"\\resource\\plugins\\");              //  ECom plugin resources
williamr@2
    33
_LIT(KDC_ERROR_RESOURCE_DIR,"\\resource\\errors\\");              //  Error resources
williamr@2
    34
_LIT(KDC_PROGRAMS_DIR,"\\sys\\bin\\");                            //  EXEs
williamr@2
    35
_LIT(KDC_FEP_RESOURCES_DIR,"\\resource\\fep\\");                  //  FEP resources
williamr@2
    36
_LIT(KDC_HELP_FILE_DIR,"\\resource\\help\\");                     //  Help files
williamr@2
    37
_LIT(KDC_LOG_ENGINE_RESOURCE_DIR,"\\resource\\logengine\\");      //  Log engine resources
williamr@2
    38
_LIT(KDC_MTM_RESOURCE_DIR,"\\resource\\messaging\\");             //  MTM resources
williamr@2
    39
_LIT(KDC_MTM_INFO_FILE_DIR,"\\resource\\messaging\\mtm\\");       //  MTM information files
williamr@2
    40
_LIT(KDC_PRINTER_DRIVER_DIR,"\\resource\\printers\\");            //  Printer driver definition
williamr@2
    41
_LIT(KDC_SHARED_LIB_DIR,"\\sys\\bin\\");                          //  Shared libraries
williamr@2
    42
_LIT(KDC_UIKLAF_RESOURCE_DIR,"\\resource\\uiklaf\\");             //  UIKLAF resources
williamr@2
    43
_LIT(KDC_WAPPUSH_PLUGIN_RESOURCE_DIR,"\\resource\\messaging\\wappush\\"); //  WAP Push plug-in token/DTDs
williamr@2
    44
_LIT(KDC_WATCHER_PLUGIN_RESOURCE_DIR,"\\resource\\messaging\\watchers\\");  //  Watcher plug-in resources
williamr@2
    45
_LIT(KDC_RECOGNISERS_DIR,"\\sys\\bin\\");                         //  Recognisers
williamr@2
    46
_LIT(KDC_PARSERS_DIR,"\\sys\\bin\\");                             //
williamr@2
    47
_LIT(KDC_NOTIFIERS_DIR,"\\sys\\bin\\");                           //  Notifier Plugins:
williamr@2
    48
_LIT(KDC_PLUGINS_DIR,"\\sys\\bin\\");                             //  Plugins:
williamr@2
    49
_LIT(KDC_PLUGINS_1_DIR,"\\sys\\bin\\");                           //  Plugins:
williamr@2
    50
_LIT(KDC_RESOURCE_FILES_DIR,"\\resource\\");                      //  Other resource files
williamr@2
    51
williamr@2
    52
williamr@2
    53
_LIT(KDC_CA_CERTIFICATES_DIR,"\\private\\101f72a6\\");            //  CA certificates
williamr@2
    54
_LIT(KDC_COMMDB_DIR,"\\private\\100012a5\\");                     //  CommDB default database
williamr@2
    55
_LIT(KDC_SS_CONFIG_FILE_DIR,"\\private\\101f7989\\esock\\");      //  Socket server configuration (.esk, .ini)
williamr@2
    56
_LIT(KDC_TRUSTED_FONTS_DIR,"\\private\\10003a16\\fonts\\");       //  Trusted fonts
williamr@2
    57
_LIT(KDC_UNTRUSTED_FONT_DIR,"\\private\\10003a16\\import\\fonts\\");  //  Untrusted fonts
williamr@2
    58
_LIT(KDC_WINDOW_SERVER_INI_DIR,"\\private\\10003b20\\");          //  Window server INI
williamr@2
    59
_LIT(KDC_SKINS_DIR,"\\private\\10207114\\");         		  //  Skins
williamr@2
    60
_LIT(KDC_BOOTDATA_DIR,"\\resource\\bootdata\\");         	  //  Bootdata
williamr@2
    61
williamr@2
    62
#endif
williamr@2
    63