equal
deleted
inserted
replaced
1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Eclipse Public License v1.0" |
4 // under the terms of the License "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
15 // |
15 // |
16 // |
16 // |
17 |
17 |
18 target t_suser.exe |
18 target t_suser.exe |
19 targettype exe |
19 targettype exe |
|
20 USERINCLUDE ../misc |
20 sourcepath ../secure |
21 sourcepath ../secure |
21 source t_suser.cpp |
22 source t_suser.cpp |
22 library euser.lib hal.lib |
23 library euser.lib hal.lib efsrv.lib |
23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
24 ROMTARGET |
25 ROMTARGET |
25 RAMTARGET \sys\bin\ // |
26 RAMTARGET \sys\bin\ // |
26 capability none |
27 capability none |
27 |
28 |