userguide/rom/userguide.pri
changeset 13 1eb8015a8491
child 23 99b096216bc8
equal deleted inserted replaced
12:2cd891dccbbe 13:1eb8015a8491
       
     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 Help
       
    16 # 
       
    17 
       
    18 symbian {
       
    19     HELP_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 += "$$HELP_IBY_DIR/userguide.iby CORE_APP_LAYER_IBY_EXPORT_PATH(userguide.iby)"
       
    28     BLD_INF_RULES.prj_exports += "$$HELP_IBY_DIR/userguide_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(userguide_resources.iby)"
       
    29 }