equal
deleted
inserted
replaced
|
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: |
|
15 * Project definition file for Plugged Display ASY. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 #include "../inc/traceconfiguration.hrh" |
|
23 #include "../inc/pdasyconst.hrh" |
|
24 |
|
25 TARGET pluggeddisplayasy.dll |
|
26 TARGETTYPE PLUGIN |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 UID 0x10009D8D PD_ASY_DLL_UID |
|
30 |
|
31 CAPABILITY CAP_ECOM_PLUGIN |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE pdasyproxy.cpp |
|
35 SOURCE pdasymainservice.cpp |
|
36 SOURCE pdasycmdhandler.cpp |
|
37 |
|
38 USERINCLUDE ../inc |
|
39 USERINCLUDE ../../pluggeddisplayengine/inc |
|
40 |
|
41 OS_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 START RESOURCE ../data/2002138D.rss |
|
44 TARGET pluggeddisplayasy.rsc |
|
45 END |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY ecom.lib |
|
49 LIBRARY asyproxy.lib |
|
50 LIBRARY pluggeddisplayengine.lib |