equal
deleted
inserted
replaced
|
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 TEMPLATE = lib |
|
18 TARGET = msgindicatorplugin |
|
19 CONFIG += plugin |
|
20 CONFIG += hb |
|
21 |
|
22 INCLUDEPATH += . |
|
23 INCLUDEPATH += ../inc |
|
24 DEPENDPATH += . |
|
25 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
26 INCLUDEPATH += ../../../inc |
|
27 |
|
28 |
|
29 |
|
30 HEADERS += inc/msgindicatorplugin.h \ |
|
31 inc/msgindicator.h \ |
|
32 inc/msgindicator_p.h |
|
33 |
|
34 SOURCES += src/msgindicatorplugin.cpp \ |
|
35 src/msgindicator.cpp \ |
|
36 src/msgindicator_p.cpp |
|
37 |
|
38 |
|
39 symbian { |
|
40 TARGET.EPOCALLOWDLLDATA=1 |
|
41 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
42 TARGET.UID3 = 0x2001FE6C |
|
43 |
|
44 pluginstub.sources = msgindicatorplugin.dll |
|
45 pluginstub.path = /resource/plugins/indicators |
|
46 DEPLOYMENT += pluginstub |
|
47 } |
|
48 |
|
49 BLD_INF_RULES.prj_exports += \ |
|
50 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
51 "rom/msgindicatorplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msgindicatorplugin.iby)" \ |
|
52 "resources/message.svg /epoc32/winscw/c/resource/messaging/message.svg" |
|
53 |
|
54 LIBS += -lxqservice \ |
|
55 -lcsserverclientapi \ |
|
56 -lcsutils \ |
|
57 -lxqutils |