equal
deleted
inserted
replaced
|
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 demo_fmfiledialog |
|
16 # |
|
17 |
|
18 symbian { |
|
19 DEMO_FMFILEDIALOG_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 += "$$DEMO_FMFILEDIALOG_IBY_DIR/demo_fmfiledialog.iby CORE_APP_LAYER_IBY_EXPORT_PATH(demo_fmfiledialog.iby)" |
|
28 } |