94
|
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 |
TEMPLATE = lib
|
98
|
18 |
CONFIG += hb
|
94
|
19 |
DEFINES += CACLIENT_LIB
|
|
20 |
|
|
21 |
include(../../common.pri)
|
|
22 |
include(casoftwareregistry.pri)
|
|
23 |
|
|
24 |
DEPENDPATH += ./inc \
|
|
25 |
./src
|
|
26 |
INCLUDEPATH += ./inc \
|
102
|
27 |
../inc \
|
|
28 |
../cautils/inc
|
94
|
29 |
|
|
30 |
symbian: {
|
|
31 |
|
|
32 |
TARGET.UID2 = 0x1000008D
|
|
33 |
TARGET.UID3 = 0x2002DCF5
|
|
34 |
|
|
35 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
36 |
TARGET.VENDORID = VID_DEFAULT
|
|
37 |
|
|
38 |
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
|
|
39 |
|
|
40 |
LIBS += -leuser \
|
|
41 |
-lbafl \
|
|
42 |
-lestor \
|
|
43 |
-lscrclient \
|
96
|
44 |
-lxqutils \
|
98
|
45 |
-lPlatformEnv \
|
|
46 |
-lefsrv
|
94
|
47 |
|
|
48 |
include(casoftwareregistry_s60.pri)
|
|
49 |
}
|
|
50 |
|
|
51 |
win32: {
|
|
52 |
DEPENDPATH += ./stub/inc \
|
|
53 |
./stub/src
|
|
54 |
INCLUDEPATH += ./stub/inc
|
|
55 |
|
|
56 |
include(casoftwareregistry_stub.pri)
|
|
57 |
} |