controlpanelui/src/tonefetcher/rom/rom.pri
branchRCL_3
changeset 13 90fe62538f66
equal deleted inserted replaced
12:3fec62e6e7fc 13:90fe62538f66
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # 
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 # 
       
    11 # Contributors:
       
    12 #     
       
    13 # 
       
    14 # Description:
       
    15 #     Rom exports for tone fetcher
       
    16 # 
       
    17 
       
    18 symbian {
       
    19     TONESERVICEPROVIDER_IBY_DIR = $$section(PWD, ":", 1)
       
    20 
       
    21     exists(/epoc32/include/platform_paths.hrh) {
       
    22         BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
       
    23     } else {
       
    24         BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <domain\osextensions\platform_paths.hrh>"
       
    25     }
       
    26 
       
    27     BLD_INF_RULES.prj_exports += "$$TONESERVICEPROVIDER_IBY_DIR/tonefetcher.iby CORE_APP_LAYER_IBY_EXPORT_PATH(tonefetcher.iby)"
       
    28 
       
    29 }