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 "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: This is project specification file for the Unified Editor MTM |
|
15 * Plugin API |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET unipluginapi.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x10004845 0x102072DC |
|
26 VENDORID VID_DEFAULT |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VERSION 10.0 |
|
29 PAGED |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE UniPluginApi.cpp |
|
33 |
|
34 SYSTEMINCLUDE ../../../../inc |
|
35 APP_LAYER_SYSTEMINCLUDE |
|
36 SYSTEMINCLUDE /epoc32/include/ecom |
|
37 |
|
38 USERINCLUDE ../inc |
|
39 USERINCLUDE ../../inc |
|
40 |
|
41 LIBRARY euser.lib |
|
42 LIBRARY ecom.lib |