|
1 /* |
|
2 * Copyright (c) 2003-2006 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: Client side API Basic Acceptance Test tool |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET DRM_BAT.exe |
|
22 TARGETTYPE exe |
|
23 MACRO CLIENT_STARTS_SERVER |
|
24 CAPABILITY CAP_APPLICATION DRM |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 |
|
28 USERINCLUDE ../agentv2/inc |
|
29 USERINCLUDE ../dcf/inc |
|
30 USERINCLUDE ../dm/inc |
|
31 USERINCLUDE ../server/inc |
|
32 USERINCLUDE ../roap/inc |
|
33 USERINCLUDE ../ro/inc |
|
34 USERINCLUDE ../legacy/inc |
|
35 USERINCLUDE ../tsrc |
|
36 USERINCLUDE ../utils/inc |
|
37 USERINCLUDE ../../../inc // ADo level inc dir |
|
38 |
|
39 // Default system include paths for middleware layer modules. |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 SYSTEMINCLUDE /epoc32/include/libc |
|
42 SYSTEMINCLUDE /epoc32/include/ecom |
|
43 SYSTEMINCLUDE /epoc32/include/caf |
|
44 |
|
45 SOURCEPATH ../tsrc |
|
46 SOURCE DRM_BAT.cpp |
|
47 SOURCE RTest.cpp |
|
48 |
|
49 LIBRARY DrmParsers.lib |
|
50 LIBRARY DrmDcf.lib |
|
51 LIBRARY DrmRights.lib |
|
52 LIBRARY DrmServerInterfaces.lib |
|
53 LIBRARY DRMCommon.lib |
|
54 LIBRARY efsrv.lib euser.lib apmime.lib XmlFramework.lib |
|
55 LIBRARY estor.lib bafl.lib |
|
56 LIBRARY caf.lib cafutils.lib |
|
57 |
|
58 SMPSAFE |