|
1 /* |
|
2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Project definition file for project UsbMscPersonality |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 target usbmscpersonality.dll |
|
22 UID 0x10009d8d 0x10274798 |
|
23 VENDORID VID_DEFAULT |
|
24 |
|
25 CAPABILITY LocalServices ReadDeviceData NetworkControl WriteDeviceData DiskAdmin ReadUserData WriteUserData ProtServ |
|
26 targettype plugin |
|
27 |
|
28 SOURCEPATH ../src |
|
29 |
|
30 SOURCE CUsbActiveMscHandlerMdrv.cpp |
|
31 SOURCE UsbActiveMscHandlerImp.cpp |
|
32 SOURCE CUsbMscPersonalityTimer.cpp |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 |
|
36 systeminclude ../../../inc |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 SYSTEMINCLUDE /epoc32/include/ecom |
|
39 |
|
40 start resource 10274798.rss |
|
41 target usbmscpersonality.rsc |
|
42 end |
|
43 |
|
44 start resource usbms.rss |
|
45 targetpath /private/10204bbb |
|
46 header |
|
47 end |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY usbpersonality.lib |
|
51 LIBRARY usbman.lib |
|
52 LIBRARY centralrepository.lib // Central Repository (USB Personality API) |
|
53 LIBRARY efsrv.lib // File Server Client Side API |
|
54 LIBRARY ProfileEng.lib // Profiles Engine API |
|
55 LIBRARY msgs.lib // Messaging API |
|
56 LIBRARY featmgr.lib // Feature Manager API |
|
57 |
|
58 DEBUGLIBRARY flogger.lib // File logging |