|
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 = hsactivitydbclient |
|
19 |
|
20 QT += core \ |
|
21 sql |
|
22 |
|
23 QT -= gui |
|
24 |
|
25 HEADERS += inc/hsactivitydbclient.h |
|
26 |
|
27 SOURCES += src/hsactivitydbclient.cpp |
|
28 |
|
29 DEFINES += ACTIVITY_LIB |
|
30 |
|
31 symbian{ |
|
32 TARGET.UID3 = 0xE467C21E |
|
33 |
|
34 HEADERS += ../s60/inc/hsserializer.h \ |
|
35 s60/inc/hsactivitydbclient_p.h \ |
|
36 s60/inc/hsactivitydbasyncrequest_p.h |
|
37 |
|
38 SOURCES += ../s60/src/hsserializer.cpp \ |
|
39 s60/src/hsactivitydbclient_p.cpp \ |
|
40 s60/src/hsactivitydbasyncrequest_p.cpp |
|
41 |
|
42 |
|
43 hsactivitydbclientdll.sources = hsactivitydbclient.dll |
|
44 hsactivitydbclientdll.path = $$SHARED_LIB_DIR |
|
45 DEPLOYMENT += hsactivitydbclientdll |
|
46 |
|
47 BLD_INF_RULES.prj_exports += "../inc/hsactivitydbclientinterface.h /epoc32/include/hsactivitydbclientinterface.h" \ |
|
48 "inc/hsactivitydbclient.h /epoc32/include/hsactivitydbclient.h" \ |
|
49 "inc/hsactivitydbasyncrequestobserver.h /epoc32/include/hsactivitydbasyncrequestobserver.h" |
|
50 DEPLOYMENT += api |
|
51 TARGET.CAPABILITY = ALL -TCB |
|
52 TARGET.EPOCALLOWDLLDATA = 1 |
|
53 MMP_RULES += EXPORTUNFROZEN |
|
54 } |