equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
|
4 |
|
5 # |
|
6 # All rights reserved. |
|
7 # This component and the accompanying materials are made available |
|
8 # under the terms of "Eclipse Public License v1.0" |
|
9 # which accompanies this distribution, and is available |
|
10 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
11 # |
|
12 # Initial Contributors: |
|
13 # Nokia Corporation - initial contribution. |
|
14 # |
|
15 # Contributors: |
|
16 # |
|
17 # Description: |
|
18 # |
|
19 # |
|
20 |
|
21 |
|
22 TEMPLATE = subdirs |
|
23 SUBDIRS = maptileservice |
|
24 |
|
25 # Build.inf rules |
|
26 BLD_INF_RULES.prj_exports += "./mylocationsengine/loc/mylocations.loc APP_LAYER_LOC_EXPORT_PATH(mylocations.loc)" |
|
27 |
|
28 BLD_INF_RULES.prj_mmpfiles = "./geocodeupdate/group/geocodeupdate.mmp" \ |
|
29 "./mylocationsengine/group/mylocationsengine.mmp" |
|
30 # Exports |
|
31 deploy.path = / |
|
32 |
|
33 # IBY files |
|
34 iby.path = epoc32/rom/include/core/app |
|
35 iby.sources = mylocations.iby |
|
36 |
|
37 for(iby, iby.sources):BLD_INF_RULES.prj_exports += "./rom/$$iby $$deploy.path$$iby.path/$$iby" |
|
38 |
|
39 |