equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Default implementation of ECOM interface to create the |
|
15 // details and description values for an SMS. |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET smsgetdetdescdefault.dll |
|
24 TARGETTYPE PLUGIN |
|
25 |
|
26 // UIDs - UID #2 specifies an ECom dll, UID #3 is implementation specific UID |
|
27 UID 0x10009D8D 0x10282FA6 |
|
28 |
|
29 CAPABILITY All -TCB |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 USERINCLUDE ../inc |
|
33 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 |
|
35 SOURCEPATH ../src |
|
36 SOURCE csmsgetdetdescdefault.cpp |
|
37 |
|
38 LIBRARY euser.lib ecom.lib mtur.lib smcm.lib |
|
39 |
|
40 SOURCEPATH ../src |
|
41 start resource 10282fa6.rss |
|
42 TARGET smsgetdetdescdefault.rsc |
|
43 end |
|
44 |
|
45 SMPSAFE |