equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2004 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 file for ASYReferencePlugin.dll |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET ASYReferencePlugin.dll |
|
22 TARGETTYPE PLUGIN |
|
23 VENDORID VID_DEFAULT |
|
24 |
|
25 // ECom Dll recognition UID followed by the unique UID for this dll |
|
26 UID 0x10009D8D 0x101F5500 |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
|
30 SOURCEPATH ../src |
|
31 |
|
32 SOURCE ASYReferencePluginProxy.cpp |
|
33 SOURCE ASYReferenceCmdHandlerBase.cpp |
|
34 SOURCE ASYReferenceMainServiceBase.cpp |
|
35 SOURCE ASYmessage.cpp |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 |
|
39 OS_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 // The resource name should have to be same as the third UID above |
|
42 |
|
43 START RESOURCE ../data/101F5500.rss |
|
44 #ifdef SYMBIAN_SECURE_ECOM |
|
45 TARGET ASYReferencePlugin.rsc |
|
46 #endif // SYMBIAN_SECURE_ECOM |
|
47 END |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY ASYProxy.lib |
|
51 LIBRARY AccPolicy.lib |
|
52 LIBRARY accclient.lib |
|
53 LIBRARY acccontrol.lib |
|
54 LIBRARY accpolicy.lib |
|
55 LIBRARY accsrvutil.lib |
|
56 LIBRARY asyproxy.lib |
|
57 |
|
58 MACRO API_TRACE_FLAG |
|
59 MACRO COMPONENT_TRACE_FLAG |