|
1 # |
|
2 ############################################################################# |
|
3 ## |
|
4 ## Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). |
|
5 ## All rights reserved. |
|
6 ## Contact: Nokia Corporation (developer.feedback@nokia.com) |
|
7 ## |
|
8 ## This file is part of the UI Extensions for Mobile. |
|
9 ## |
|
10 ## GNU Lesser General Public License Usage |
|
11 ## This file may be used under the terms of the GNU Lesser General Public |
|
12 ## License version 2.1 as published by the Free Software Foundation and |
|
13 ## appearing in the file LICENSE.LGPL included in the packaging of this file. |
|
14 ## Please review the following information to ensure the GNU Lesser General |
|
15 ## Public License version 2.1 requirements will be met: |
|
16 ## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
17 ## |
|
18 ## In addition, as a special exception, Nokia gives you certain additional |
|
19 ## rights. These rights are described in the Nokia Qt LGPL Exception |
|
20 ## version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
21 ## |
|
22 ## If you have questions regarding the use of this file, please contact |
|
23 ## Nokia at developer.feedback@nokia.com. |
|
24 ## |
|
25 ############################################################################# |
|
26 # |
|
27 |
|
28 CONFIG-=def_files |
|
29 CONFIG-=def_files_disabled |
|
30 |
|
31 INCLUDEPATH += . |
|
32 |
|
33 # dependencies |
|
34 hbAddLibrary(hbcore/HbCore) |
|
35 |
|
36 SOURCES += hbthemeserveroogmplugin.cpp |
|
37 SOURCES += hbthemeserveroogmpluginDllMain.cpp |
|
38 SOURCES += hbthemeclientoogm.cpp |
|
39 |
|
40 symbian { |
|
41 |
|
42 TEMPLATE = lib |
|
43 MMP_RULES += "TARGETTYPE PLUGIN" |
|
44 TARGET.CAPABILITY = CAP_ECOM_PLUGIN |
|
45 TARGET.EPOCALLOWDLLDATA = 1 |
|
46 TARGET.UID3 = 0x2002DC75 |
|
47 TARGET.UID2 = 0x10009d8d |
|
48 |
|
49 LIBS += -leuser |
|
50 LIBS += -lecom |
|
51 LIBS += -lgoommonitor |
|
52 |
|
53 |
|
54 myrssrules = \ |
|
55 "START RESOURCE hbthemeserveroogmplugin.rss" \ |
|
56 "TARGETPATH resource\plugins" \ |
|
57 "TARGET hbthemeserveroogmplugin.rsc" \ |
|
58 "END" |
|
59 |
|
60 MMP_RULES += myrssrules |
|
61 |
|
62 |
|
63 } |
|
64 |
|
65 |