camerauis/cameraxui/rom/camerax_rom.pri
branchRCL_3
changeset 54 bac7acad7cb3
parent 53 61bc0f252b2b
child 57 2c87b2808fd7
equal deleted inserted replaced
53:61bc0f252b2b 54:bac7acad7cb3
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 
       
    18 # Deploy stub SIS and IBY files
       
    19 symbian {
       
    20 
       
    21     CAMERAX_IBY_DIR = $$section(PWD,":",1)
       
    22     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
       
    23     BLD_INF_RULES.prj_exports += "$$CAMERAX_IBY_DIR/camerax.iby           CORE_APP_LAYER_IBY_EXPORT_PATH(camerax.iby)"
       
    24     BLD_INF_RULES.prj_exports += "$$CAMERAX_IBY_DIR/cameraxresources.iby  LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cameraxresources.iby)"
       
    25     BLD_INF_RULES.prj_exports += "$$CAMERAX_IBY_DIR/camerax_stub.sis      /epoc32/data/z/system/install/camerax_stub.sis"
       
    26 
       
    27 }