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 = app |
|
18 TARGET = tonefetcher |
|
19 CONFIG += hb service |
|
20 |
|
21 include( common.pri ) |
|
22 include( tonefetcher.pri ) |
|
23 LIBS += -lxqservice \ |
|
24 -lxqserviceutil \ |
|
25 -lcplogger \ |
|
26 -lcpframework \ |
|
27 -lxqutils |
|
28 symbian { |
|
29 LIBS += -lcafutils \ |
|
30 -lcaf \ |
|
31 -lmdeclient \ |
|
32 -lcentralrepository \ |
|
33 -lProfileEng \ |
|
34 -lpeninputClient \ |
|
35 -lmediaclientaudio \ |
|
36 -lDrmAudioPlayUtility \ |
|
37 -lmediaclientvideo \ |
|
38 -lDRMCommon \ |
|
39 -lDrmRights \ |
|
40 -lDrmHelper \ |
|
41 -ldrmutility \ |
|
42 -lapmime \ |
|
43 -lecom \ |
|
44 -lcone \ |
|
45 -lapgrfx |
|
46 |
|
47 TARGET.UID3 = 0x2002BCCA |
|
48 TARGET.CAPABILITY = ALL -TCB |
|
49 TARGET.VID = VID_DEFAULT |
|
50 BLD_INF_RULES.prj_exports += "./service_conf.xml z:/private/2002BCCA/service_conf.xml" |
|
51 } |
|
52 symbian { |
|
53 include(rom/rom.pri) |
|
54 } |
|
55 |
|
56 |
|
57 SERVICE.FILE = service_conf.xml |
|
58 SERVICE.OPTIONS = embeddable |
|
59 SERVICE.OPTIONS += hidden |
|
60 libFiles.sources = xqservice.dll |
|
61 libFiles.path = "!:\sys\bin" |
|
62 DEPLOYMENT += libFiles |