38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
81 lines
3.5 KiB
Plaintext
81 lines
3.5 KiB
Plaintext
#
|
|
# ==============================================================================
|
|
# Name : data_caging_paths.prf
|
|
# Part of :
|
|
# Interface : Data Caging Path Definitions API for Qt/S60
|
|
# Description : Predefined include paths to be used in the pro-files for the
|
|
# paths related to data caging.
|
|
#
|
|
# Usage examples:
|
|
#
|
|
# # Load these definitions on pro-file if needed:
|
|
# load(data_caging_paths)
|
|
#
|
|
# # These variables are mostly useful when specifying deployment
|
|
#
|
|
# myLib.files = myLib.dll
|
|
# myLib.path = $$SHARED_LIB_DIR
|
|
# DEPLOYMENT += myLib
|
|
#
|
|
# # Note: Do not use $$PLUGINS_DIR or $$PLUGINS_1_DIR to deploy Qt plugins.
|
|
# # $$QT_PUBLIC_PLUGINS_BASE specifies the public base directory for Qt
|
|
# # plugin stubs:
|
|
#
|
|
# myPublicImageFormatPlugin.files = myImageFormat.dll
|
|
# myPublicImageFormatPlugin.path = $$QT_PLUGINS_BASE_DIR/imageformats
|
|
# DEPLOYMENT += myPublicImageFormatPlugin
|
|
#
|
|
# ==============================================================================
|
|
|
|
exists($${EPOCROOT}epoc32/include/data_caging_paths.prf) {
|
|
|
|
# Load platform specific paths
|
|
load($${EPOCROOT}epoc32/include/data_caging_paths.prf)
|
|
|
|
} else {
|
|
# No platform specific paths provided, use default paths
|
|
|
|
APPARC_RECOGNISER_RESOURCES_DIR = /resource/apps/registrationresourcefiles
|
|
APP_BITMAP_DIR = /resource/apps
|
|
APP_RESOURCE_DIR = /resource/apps
|
|
BITMAP_DIR = /resource/apps
|
|
BIOFILE_DIR = /resource/messaging/bif
|
|
CHARCONV_PLUGIN_DIR = /resource/charconv
|
|
CONTACTS_RESOURCE_DIR = /resource/cntmodel
|
|
CTRL_PANEL_RESOURCE_DIR = /resource/controls
|
|
CONVERTER_PLUGIN_RESOURCE_DIR = /resource/convert
|
|
ECOM_RESOURCE_DIR = /resource/plugins
|
|
ERROR_RESOURCE_DIR = /resource/errors
|
|
PROGRAMS_DIR = /sys/bin
|
|
FEP_RESOURCES_DIR = /resource/fep
|
|
HELP_FILE_DIR = /resource/help
|
|
LOG_ENGINE_RESOURCE_DIR = /resource/logengine
|
|
MTM_RESOURCE_DIR = /resource/messaging
|
|
MTM_INFO_FILE_DIR = /resource/messaging/mtm
|
|
PRINTER_DRIVER_DIR = /resource/printers
|
|
SHARED_LIB_DIR = /sys/bin
|
|
UIKLAF_RESOURCE_DIR = /resource/uiklaf
|
|
WAPPUSH_PLUGIN_RESOURCE_DIR = /resource/messaging/wappush
|
|
WATCHER_PLUGIN_RESOURCE_DIR = /resource/messaging/watchers
|
|
RECOGNISERS_DIR = /sys/bin
|
|
PARSERS_DIR = /sys/bin
|
|
NOTIFIERS_DIR = /sys/bin
|
|
PLUGINS_DIR = /sys/bin
|
|
PLUGINS_1_DIR = /sys/bin
|
|
RESOURCE_FILES_DIR = /resource
|
|
|
|
CA_CERTIFICATES_DIR = /private/101f72a6
|
|
COMMDB_DIR = /private/100012a5
|
|
SS_CONFIG_FILE_DIR = /private/101f7989/esock
|
|
TRUSTED_FONTS_DIR = /private/10003a16/fonts
|
|
UNTRUSTED_FONT_DIR = /private/10003a16/import/fonts
|
|
WINDOW_SERVER_INI_DIR = /private/10003b20
|
|
SKINS_DIR = /private/10207114
|
|
BOOTDATA_DIR = /resource/bootdata
|
|
}
|
|
|
|
isEmpty(HW_ZDIR): HW_ZDIR = epoc32/data/z
|
|
isEmpty(REG_RESOURCE_DIR): REG_RESOURCE_DIR = /private/10003a3f/apps
|
|
isEmpty(REG_RESOURCE_IMPORT_DIR): REG_RESOURCE_IMPORT_DIR = /private/10003a3f/import/apps
|
|
isEmpty(APP_PRIVATE_DIR_BASE): APP_PRIVATE_DIR_BASE = /private
|