|
1 /* |
|
2 * Copyright (c) 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 "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: TestPnpUtil.mmp |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #if defined(__S60_) |
|
20 // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition |
|
21 #include <platform_paths.hrh> |
|
22 #endif |
|
23 #include <data_caging_paths.hrh> |
|
24 |
|
25 TARGET TestPnpUtil.dll |
|
26 TARGETTYPE dll |
|
27 UID 0x1000008D 0x101FB3E3 |
|
28 |
|
29 CAPABILITY ALL -TCB |
|
30 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
31 // VENDORID 0x00000000 |
|
32 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
33 // SECUREID 0x00000000 |
|
34 |
|
35 //TARGETPATH ?target_path |
|
36 //DEFFILE TestPnpUtil.def |
|
37 |
|
38 #ifdef SBSV2 |
|
39 USERINCLUDE ../inc |
|
40 |
|
41 #if defined(__S60_) |
|
42 OSEXT_LAYER_SYSTEMINCLUDE |
|
43 #else // __S60_ not defined |
|
44 SYSTEMINCLUDE /epoc32/include |
|
45 SYSTEMINCLUDE /epoc32/include/internal |
|
46 #endif // __S60_ |
|
47 |
|
48 SOURCEPATH ../src |
|
49 #else // SBSV2 not defined |
|
50 USERINCLUDE ../inc |
|
51 |
|
52 #if defined(__S60_) |
|
53 OSEXT_LAYER_SYSTEMINCLUDE |
|
54 #else // __S60_ not defined |
|
55 SYSTEMINCLUDE /epoc32/include |
|
56 SYSTEMINCLUDE /epoc32/include/internal |
|
57 #endif // __S60_ |
|
58 |
|
59 APP_LAYER_SYSTEMINCLUDE |
|
60 MW_LAYER_SYSTEMINCLUDE |
|
61 |
|
62 #endif // SBSV2 |
|
63 APP_LAYER_SYSTEMINCLUDE |
|
64 MW_LAYER_SYSTEMINCLUDE |
|
65 |
|
66 SOURCE ../src/TestPnpUtil.cpp |
|
67 SOURCE ../src/TestPnpUtilBlocks.cpp |
|
68 |
|
69 |
|
70 LIBRARY pnp.lib |
|
71 LIBRARY euser.lib |
|
72 LIBRARY stiftestinterface.lib |
|
73 LIBRARY stiftestengine.lib |
|
74 LIBRARY etelmm.lib |
|
75 LIBRARY etel.lib |
|
76 LIBRARY cryptography.lib |
|
77 LIBRARY commonui.lib |
|
78 LIBRARY efsrv.lib |
|
79 LIBRARY apmime.lib |
|
80 LIBRARY centralrepository.lib |
|
81 LIBRARY eikcoctl.lib |
|
82 LIBRARY xmlframework.lib |
|
83 LIBRARY flogger.lib |
|
84 LIBRARY Sysutil.lib |
|
85 LIBRARY bafl.lib |
|
86 LANG SC |
|
87 |
|
88 /* |
|
89 START WINS |
|
90 ?wins_specific_information |
|
91 END |
|
92 |
|
93 START MARM |
|
94 ?marm_specific_information |
|
95 END |
|
96 */ |
|
97 // Other possible keywords: |
|
98 |
|
99 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
100 /* |
|
101 START BITMAP ?target |
|
102 TARGETPATH ?emulated_path_on_target_machine |
|
103 HEADER |
|
104 SOURCE ?color_depth ?source_bitmap |
|
105 END |
|
106 */ |
|
107 // DEFFILE ?filename |
|
108 // AIF ?filename |
|
109 |
|
110 |
|
111 SMPSAFE |
|
112 // End of File |
|
113 |