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