equal
deleted
inserted
replaced
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of the License "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 ALWAYS_BUILD_AS_ARM |
|
17 |
|
18 target rm_debug_svr.exe |
|
19 targettype exe |
|
20 |
|
21 sourcepath ../src |
|
22 source c_shutdown_timer.cpp |
|
23 source c_process_pair.cpp |
|
24 source c_security_svr_server.cpp |
|
25 source c_security_svr_session.cpp |
|
26 source c_security_svr_async.cpp |
|
27 source rm_debug_svr.cpp |
|
28 |
|
29 library euser.lib |
|
30 library efsrv.lib |
|
31 library btracec.lib |
|
32 |
|
33 userinclude ../inc |
|
34 userinclude ../../rmdriver/inc |
|
35 |
|
36 SYMBIAN_BASE_SYSTEMINCLUDE(nkern) |
|
37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
|
39 |
|
40 UID 0x100039CE 0x102834E2 |
|
41 SECUREID 0x102834E2 |
|
42 VENDORID 0x70000001 |
|
43 |
|
44 |
|
45 // Enables UTrace logging of DSS public API calls |
|
46 macro SYMBIAN_TRACE_ENABLE |
|
47 |
|
48 //TCB is added for the RLocalDrive methods. |
|
49 CAPABILITY AllFiles TCB |
|
50 |
|
51 SMPSAFE |
|