equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-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 the License "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 |
|
18 |
|
19 targettype exe |
|
20 vendorid 0x70000001 |
|
21 |
|
22 macro __SECURE_API__ |
|
23 macro __DATA_CAGING__ |
|
24 |
|
25 target tups_install.exe |
|
26 |
|
27 capability TrustedUI ProtServ ReadUserData DRM WriteUserData NetworkServices ReadDeviceData WriteDeviceData |
|
28 |
|
29 SOURCEPATH ../tups_install |
|
30 source tupsserver.cpp |
|
31 source tupsstep.cpp |
|
32 source tuiscriptadaptors.cpp |
|
33 userinclude . |
|
34 |
|
35 systeminclude /epoc32/include |
|
36 systeminclude /epoc32/include/test |
|
37 |
|
38 userinclude ../../inc |
|
39 userinclude ../../../../cryptomgmtlibs/securityutils/inc |
|
40 userinclude ../../../../cryptomgmtlibs/securitycommonutils/inc |
|
41 USERINCLUDE ../../../../cryptomgmtlibs/securitytestfw/test/testutil/client |
|
42 |
|
43 |
|
44 library euser.lib efsrv.lib ecom.lib bafl.lib c32.lib xmlframework.lib hash.lib |
|
45 library testexecuteutils.lib |
|
46 library testexecutelogclient.lib |
|
47 library sishelper.lib |
|
48 library testutilclient.lib |
|
49 library sisregistryclient.lib |
|
50 library siscontroller.lib |
|
51 library charconv.lib |
|
52 SMPSAFE |
|
53 |
|
54 |
|
55 |
|
56 |