sysstatemgmt/systemstatereferenceplugins/custcmd/group/ssmuiproviderdllswitch.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 // ssmuiproviderdll.dll Used for switching between ssmuiproviderdlldefault.dll and |
|
15 // ssmcustomcmduid_customised.dll in emulator only. |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET ssmuiproviderdll.dll |
|
24 CAPABILITY All -Tcb |
|
25 //CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ DiskAdmin SwEvent ReadUserData WriteUserData |
|
26 TARGETTYPE dll |
|
27 NOEXPORTLIBRARY |
|
28 |
|
29 UID 0x1000008d 0x2000E663 |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 USERINCLUDE ../inc |
|
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 |
|
35 SOURCEPATH ../src |
|
36 SOURCE ssmuiproviderdllswitch.cpp |
|
37 |
|
38 DEFFILE ssmuiproviderdllswitch.def |
|
39 |
|
40 LIBRARY euser.lib |
|
41 LIBRARY emulator.lib |
|
42 |
|
43 START WINS |
|
44 WIN32_LIBRARY kernel32.lib |
|
45 END |
|
46 |
|
47 SMPSAFE |