equal
deleted
inserted
replaced
1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // |
14 // |
15 |
|
16 |
15 |
17 TARGET t_fmgroom.exe |
16 TARGET t_fmgroom.exe |
18 TARGETTYPE exe |
17 TARGETTYPE exe |
19 |
18 |
20 CAPABILITY WriteDeviceData ProtServ ReadDeviceData AllFiles |
19 CAPABILITY WriteDeviceData ProtServ ReadDeviceData AllFiles |
26 SOURCEPATH ../src |
25 SOURCEPATH ../src |
27 SOURCE t_fmgroom.cpp |
26 SOURCE t_fmgroom.cpp |
28 |
27 |
29 LIBRARY euser.lib |
28 LIBRARY euser.lib |
30 LIBRARY efsrv.lib |
29 LIBRARY efsrv.lib |
31 LIBRARY bafl.lib |
30 LIBRARY bafl.lib |
32 LIBRARY featmgr.lib |
31 LIBRARY featmgr.lib |
33 LIBRARY featdiscovery.lib |
32 LIBRARY featdiscovery.lib |
34 |
33 |
35 VENDORID 0x70000001 |
34 VENDORID 0x70000001 |
36 |
35 |