|
1 /* |
|
2 * Copyright (c) 2003-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: This is the project specification file for DRMRightsManager. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET drmrightsmanager.exe |
|
23 EPOCSTACKSIZE 0x5000 |
|
24 TARGETTYPE exe |
|
25 |
|
26 UID 0x100039CE 0x101F85C7 |
|
27 |
|
28 CAPABILITY CAP_APPLICATION PowerMgmt DRM |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE DRMRightsMgrApp.cpp |
|
33 SOURCE DRMRightsMgrAppUi.cpp |
|
34 SOURCE DRMRightsMgrDocument.cpp |
|
35 SOURCE DRMRightsMgrDetailsContainer.cpp |
|
36 SOURCE DRMRightsMgrDetailsView.cpp |
|
37 SOURCE DRMViewItems.cpp |
|
38 SOURCE DRMCommonUtilities.cpp |
|
39 |
|
40 START RESOURCE ../data/DRMRightsManager.rss |
|
41 HEADER |
|
42 |
|
43 TARGETPATH APP_RESOURCE_DIR |
|
44 |
|
45 LANGUAGE_IDS |
|
46 END // RESOURCE |
|
47 |
|
48 |
|
49 USERINCLUDE . |
|
50 USERINCLUDE ../inc |
|
51 USERINCLUDE ../../../inc |
|
52 |
|
53 // Default system include paths for middleware layer modules. |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 |
|
56 |
|
57 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib eikcoctl.lib eikctl.lib |
|
58 LIBRARY avkon.lib bafl.lib commonengine.lib efsrv.lib |
|
59 LIBRARY aknskins.lib commonui.lib servicehandler.lib |
|
60 LIBRARY dcfrep.lib caf.lib cafutils.lib |
|
61 LIBRARY ecom.lib |
|
62 LIBRARY commondialogs.lib |
|
63 LIBRARY directorylocalizer.lib |
|
64 |
|
65 LIBRARY drmparsers.lib |
|
66 LIBRARY drmdcf.lib |
|
67 LIBRARY drmrights.lib |
|
68 LIBRARY drmserverinterfaces.lib |
|
69 LIBRARY drmcommon.lib |
|
70 LIBRARY drmutilitywmdrmwrapper.lib |
|
71 |
|
72 LIBRARY starterclient.lib |
|
73 LIBRARY charconv.lib |
|
74 |
|
75 DEBUGLIBRARY flogger.lib |
|
76 |
|
77 |
|
78 START RESOURCE ../data/DRMRightsManager_reg.rss |
|
79 DEPENDS drmrightsmanager.rsg |
|
80 // Do not change the UID below. |
|
81 TARGETPATH /private/10003a3f/apps |
|
82 END |
|
83 |
|
84 SMPSAFE |