equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2010 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 |
|
19 TEMPLATE = app |
|
20 |
|
21 TARGET = ussdeditor |
|
22 DEPENDPATH += . |
|
23 HEADERS += $$PUBLIC_HEADERS |
|
24 MOC_DIR = moc |
|
25 |
|
26 CONFIG += hb |
|
27 |
|
28 symbian: { |
|
29 |
|
30 TARGET.CAPABILITY = CAP_APPLICATION NetworkControl |
|
31 TARGET.UID3 = 0x10005955 |
|
32 |
|
33 RSS_RULES = "hidden = KAppIsHidden;" |
|
34 |
|
35 INCLUDEPATH += . |
|
36 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
37 INCLUDEPATH += MOC_DIR |
|
38 |
|
39 LIBS += -lphoneclient |
|
40 LIBS += -lflogger |
|
41 |
|
42 SOURCES += src\main.cpp |
|
43 SOURCES += src\ussdeditorquery.cpp |
|
44 SOURCES += src\ussdcomms.cpp |
|
45 |
|
46 HEADERS += inc\ussdeditorquery.h |
|
47 HEADERS += inc\ussdcomms.h |
|
48 HEADERS += inc\tflogger.h |
|
49 |
|
50 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
51 "rom/ussdeditor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(ussdeditor.iby)" \ |
|
52 "rom/ussdeditorresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(ussdeditorresources.iby)" \ |
|
53 "rom/ussdeditor_stub.sis /epoc32/data/z/system/install/ussdeditor_stub.sis" |
|
54 |
|
55 TRANSLATIONS = ussd.ts |
|
56 } |