equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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: Implementation of DM UI test component |
|
15 * This is part of omadmappui test application. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET ui_dmui.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008D 0x101FB3E3 |
|
26 |
|
27 CAPABILITY ALL -TCB |
|
28 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
29 // VENDORID 0x00000000 |
|
30 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
31 // SECUREID 0x00000000 |
|
32 |
|
33 //TARGETPATH ?target_path |
|
34 DEFFILE ui_dmui.def |
|
35 |
|
36 |
|
37 APP_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 SOURCEPATH ../src |
|
40 |
|
41 USERINCLUDE ../inc |
|
42 SOURCE ui_dmui.cpp |
|
43 SOURCE ui_dmuiBlocks.cpp |
|
44 |
|
45 //RESOURCE resource_file |
|
46 //RESOURCE resource_file2 |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY stiftestinterface.lib |
|
50 LIBRARY stiftestengine.lib |
|
51 LIBRARY apgrfx.lib cone.lib ws32.lib |
|
52 |
|
53 LANG SC |
|
54 |
|
55 |
|
56 |
|
57 SMPSAFE |
|
58 // End of File |
|
59 |