equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004-2006 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: Project definition file for project PnpUtil |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
21 #include <platform_paths.hrh> |
|
22 #include <data_caging_paths.hrh> |
|
23 |
|
24 |
|
25 TARGET pnp.dll |
|
26 TARGETTYPE DLL |
|
27 UID 0x10000079 0x1020433A |
|
28 TARGETPATH /system/libs |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE PnpUtil.cpp |
|
34 SOURCE PnpUtilImpl.cpp |
|
35 SOURCE PnpProvUtil.cpp |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 |
|
39 // Default system include paths for application layer modules. |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 LIBRARY euser.lib apparc.lib apgrfx.lib |
|
43 LIBRARY etelmm.lib |
|
44 LIBRARY etel.lib |
|
45 LIBRARY cryptography.lib // For RInteger, CRSASignature, CRSAPKCS1v15Verifier... |
|
46 LIBRARY hash.lib |
|
47 LIBRARY centralrepository.lib |
|
48 DEBUGLIBRARY flogger.lib //for logging |
|
49 |
|
50 nostrictdef |
|
51 |
|
52 |
|
53 SMPSAFE |