equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-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 "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: Phonebook 2 Common Utility project specification file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform/app/Pbk2UID.h> |
|
20 #include "Pbk2Config.mmp" |
|
21 #include "../inc/Pbk2InternalUID.h" |
|
22 #include <platform_paths.hrh> |
|
23 #include <data_caging_paths.hrh> |
|
24 |
|
25 // Target information |
|
26 TARGET Pbk2CommonUtility.dll |
|
27 TARGETTYPE dll |
|
28 UID KEPOCStaticDllUID2 KPbk2DllUID3 |
|
29 CAPABILITY CAP_GENERAL_DLL WriteDeviceData |
|
30 |
|
31 // Source path |
|
32 SOURCEPATH ../CommonUtility/src |
|
33 |
|
34 // Source files |
|
35 SOURCE Pbk2IPCPackage.cpp |
|
36 SOURCE Pbk2MimeTypeHandler.cpp |
|
37 SOURCE Pbk2LaunchNewContact.cpp |
|
38 |
|
39 |
|
40 // Include paths |
|
41 USERINCLUDE ../CommonUtility/inc |
|
42 SYSTEMINCLUDE ../inc |
|
43 APP_LAYER_SYSTEMINCLUDE |
|
44 |
|
45 // Dependencies to Symbian OS components |
|
46 LIBRARY euser.lib estor.lib apparc.lib apgrfx.lib cone.lib |
|
47 |
|
48 // End of File |