equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006-2007 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: ?Description |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #include "../../../../../group/sapiincludes.mmpi" |
|
22 |
|
23 TARGET cruntimetest.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008D 0xE01FB708 |
|
26 |
|
27 #if defined(EKA2) |
|
28 CAPABILITY ALL -TCB |
|
29 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
30 // VENDORID 0x00000000 |
|
31 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
32 // SECUREID 0x00000000 |
|
33 #endif |
|
34 |
|
35 //TARGETPATH ?target_path |
|
36 DEFFILE cruntimetest.def |
|
37 |
|
38 SOURCEPATH ../src |
|
39 SOURCE appmanagertest.cpp |
|
40 SOURCE appmanager_testblocks.cpp |
|
41 SOURCE testappobserver.cpp |
|
42 |
|
43 USERINCLUDE ../inc |
|
44 |
|
45 |
|
46 |
|
47 USERINCLUDE ../../../../appmanagerservice/inc |
|
48 USERINCLUDE ../../../../cliwbinding/inc |
|
49 |
|
50 |
|
51 |
|
52 |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY stiftestinterface.lib |
|
56 LIBRARY appmanagerservice.lib |
|
57 LIBRARY bafl.lib |
|
58 LIBRARY efsrv.lib |
|
59 LIBRARY liwServiceHandler.lib |
|
60 LIBRARY cliwbinding.lib |
|
61 LIBRARY libc.lib |
|
62 LANG SC |
|
63 |
|
64 |
|
65 // End of File |