filemanager/rom/rom.pri
branchRCL_3
changeset 21 65326cf895ed
parent 20 491b3ed49290
child 22 f5c50b8af68c
equal deleted inserted replaced
20:491b3ed49290 21:65326cf895ed
     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 #     Zhiqiang Yang <zhiqiang.yang@nokia.com>
       
    13 # 
       
    14 # Description:
       
    15 #     Rom exports for filemngr
       
    16 # 
       
    17 
       
    18 symbian {
       
    19     FILEMNGR_IBY_DIR = $$section(PWD, ":", 1)
       
    20 
       
    21     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include<platform_paths.hrh>"
       
    22     BLD_INF_RULES.prj_exports += "$$FILEMNGR_IBY_DIR/filemngr.iby CORE_APP_LAYER_IBY_EXPORT_PATH(filemngr.iby)"
       
    23     BLD_INF_RULES.prj_exports += "$$FILEMNGR_IBY_DIR/filemngr_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(filemngr_resources.iby)"
       
    24 }