src/platforms/symbian/configurations/symbian_configurations.pri
author hgs
Mon, 18 Oct 2010 18:23:13 +0300
changeset 34 ed14f46c0e55
permissions -rw-r--r--
201041
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
34
hgs
parents:
diff changeset
     1
#
hgs
parents:
diff changeset
     2
#############################################################################
hgs
parents:
diff changeset
     3
##
hgs
parents:
diff changeset
     4
## Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
hgs
parents:
diff changeset
     5
## All rights reserved.
hgs
parents:
diff changeset
     6
## Contact: Nokia Corporation (developer.feedback@nokia.com)
hgs
parents:
diff changeset
     7
##
hgs
parents:
diff changeset
     8
## This file is part of the UI Extensions for Mobile.
hgs
parents:
diff changeset
     9
##
hgs
parents:
diff changeset
    10
## GNU Lesser General Public License Usage
hgs
parents:
diff changeset
    11
## This file may be used under the terms of the GNU Lesser General Public
hgs
parents:
diff changeset
    12
## License version 2.1 as published by the Free Software Foundation and
hgs
parents:
diff changeset
    13
## appearing in the file LICENSE.LGPL included in the packaging of this file.
hgs
parents:
diff changeset
    14
## Please review the following information to ensure the GNU Lesser General
hgs
parents:
diff changeset
    15
## Public License version 2.1 requirements will be met:
hgs
parents:
diff changeset
    16
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
hgs
parents:
diff changeset
    17
##
hgs
parents:
diff changeset
    18
## In addition, as a special exception, Nokia gives you certain additional
hgs
parents:
diff changeset
    19
## rights.  These rights are described in the Nokia Qt LGPL Exception
hgs
parents:
diff changeset
    20
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
hgs
parents:
diff changeset
    21
##
hgs
parents:
diff changeset
    22
## If you have questions regarding the use of this file, please contact
hgs
parents:
diff changeset
    23
## Nokia at developer.feedback@nokia.com.
hgs
parents:
diff changeset
    24
##
hgs
parents:
diff changeset
    25
#############################################################################
hgs
parents:
diff changeset
    26
#
hgs
parents:
diff changeset
    27
hgs
parents:
diff changeset
    28
hgs
parents:
diff changeset
    29
# Backup registration files
hgs
parents:
diff changeset
    30
symbian {
hgs
parents:
diff changeset
    31
    hbPrjExport("$${PWD}/backup_20022E82/backup_registration.xml", "$${EPOCROOT}epoc32/winscw/c/private/20022E82/backup_registration.xml")
hgs
parents:
diff changeset
    32
    hbPrjExport("$${PWD}/backup_20022E82/backup_registration.xml", "$${EPOCROOT}epoc32/data/z/private/20022E82/backup_registration.xml")
hgs
parents:
diff changeset
    33
}
hgs
parents:
diff changeset
    34
hgs
parents:
diff changeset
    35
# Configuration files
hgs
parents:
diff changeset
    36
symbian {
hgs
parents:
diff changeset
    37
    hbPrjExport("$${PWD}/hbtheme_confml/hbtheme.confml", "MW_LAYER_CONFML(hbtheme.confml)")
hgs
parents:
diff changeset
    38
    hbPrjExport("$${PWD}/hbtheme_confml/CI_hbtheme.confml", "MW_LAYER_CONFML(CI_hbtheme.confml)")
hgs
parents:
diff changeset
    39
    hbPrjExport("$${PWD}/hbtheme_confml/hbtheme.implml", "MW_LAYER_CRML(hbtheme.implml)")
hgs
parents:
diff changeset
    40
    hbPrjExport("$${PWD}/hbtheme_confml/hbtheme.py", "MW_LAYER_CRML(scripts/hbtheme.py)")
hgs
parents:
diff changeset
    41
    hbPrjExport("$${PWD}/hbtheme_confml/hbtheme_20022e82.crml", "MW_LAYER_CRML(hbtheme_20022e82.crml)")
hgs
parents:
diff changeset
    42
}