equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2008-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: Project definition file for project clock |
|
15 # |
|
16 |
|
17 TEMPLATE = subdirs |
|
18 |
|
19 SUBDIRS += \ |
|
20 clockengines \ |
|
21 clockmw \ |
|
22 clockui |
|
23 |
|
24 CONFIG += ordered |
|
25 |
|
26 symbian: { |
|
27 BLD_INF_RULES.prj_exports += \ |
|
28 "./rom/clock.iby CORE_APP_LAYER_IBY_EXPORT_PATH(clock.iby)" \ |
|
29 "./rom/clockengines.iby CORE_APP_LAYER_IBY_EXPORT_PATH(clockengines.iby)" \ |
|
30 "./rom/clockresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(clockresources.iby)" \ |
|
31 \ |
|
32 "./conf/clockapp.confml APP_LAYER_CONFML(clockapp.confml)" \ |
|
33 "./conf/clockapp_101F874D.crml APP_LAYER_CRML(clockapp_101F874D.crml)" \ |
|
34 "./conf/clockapp_101F8876.crml APP_LAYER_CRML(clockapp_101F8876.crml)" \ |
|
35 # stubsis is added to provide IAD |
|
36 "./stubsis/clock_stub.sis /epoc32/data/z/system/install/clock_stub.sis" |
|
37 } |
|
38 |
|
39 # End of file --Don't remove this. |