equal
deleted
inserted
replaced
|
1 // Copyright (c) 2000-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 // btuinotifiers.MMP |
|
15 // |
|
16 // |
|
17 |
|
18 target btuinotifiers.dll |
|
19 CAPABILITY TrustedUI ProtServ |
|
20 DEFFILE btuinotifiers.def |
|
21 |
|
22 noexportlibrary |
|
23 |
|
24 targettype plugin |
|
25 UID 0x10009D8D 0x10009804 |
|
26 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 EPOCSTACKSIZE 0x5000 |
|
30 EPOCHEAPSIZE 0x1000 0x300000 |
|
31 |
|
32 userinclude ../Inc |
|
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 sourcepath ../Src |
|
37 source btuinotifiers.cpp |
|
38 |
|
39 library bluetooth.lib |
|
40 |
|
41 library btdevice.lib |
|
42 library eiksrv.lib |
|
43 library euser.lib |
|
44 library btextnotifiers.lib |
|
45 |
|
46 library btmanclient.lib |
|
47 library btuiutility.lib |
|
48 |
|
49 library esock.lib |
|
50 |
|
51 |
|
52 SMPSAFE |