sysstatemgmt/systemstatereferenceplugins/custcmd/group/ssmuiproviderdlldefault.mmp
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-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 // ssmuiproviderdlldefault.dll It is a replacable dll. It is |
|
15 // replaced if ssmcustomcmduid_customised.dll exists. |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET ssmuiproviderdlldefault.dll |
|
24 CAPABILITY All -Tcb |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008d 0x2000E665 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 #ifdef WINS |
|
30 DEFFILE /epoc32/include/def/bwins/ssmuiproviderdll.def |
|
31 #else |
|
32 DEFFILE /epoc32/include/def/eabi/ssmuiproviderdll.def |
|
33 #endif |
|
34 |
|
35 NOEXPORTLIBRARY |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE ssmuiproviderdlldefault.cpp |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../../localinc |
|
42 USERINCLUDE ../../clayer/inc |
|
43 |
|
44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
45 |
|
46 LIBRARY euser.lib |
|
47 |
|
48 SMPSAFE |