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