equal
deleted
inserted
replaced
|
1 /** |
|
2 @file |
|
3 @SYMPurpose usbmsapp.exe USB mass storage sample application |
|
4 */ |
|
5 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
6 // All rights reserved. |
|
7 // This component and the accompanying materials are made available |
|
8 // under the terms of the License "Eclipse Public License v1.0" |
|
9 // which accompanies this distribution, and is available |
|
10 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
11 // |
|
12 // Initial Contributors: |
|
13 // Nokia Corporation - initial contribution. |
|
14 // |
|
15 // Contributors: |
|
16 // |
|
17 // Description: |
|
18 // |
|
19 |
|
20 TARGET otgusbmsapp.exe |
|
21 TARGETTYPE EXE |
|
22 |
|
23 MACRO BUILD_OTG_USBMSAPP=1 |
|
24 |
|
25 SOURCEPATH ../usbmsapp |
|
26 SOURCE usbmsapp.cpp |
|
27 |
|
28 LIBRARY efsrv.lib euser.lib hal.lib usbcsc_bil.lib |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 |
|
31 capability all |
|
32 |
|
33 unpaged |
|
34 |
|
35 // 0x101fe1db to pretend to be USB Manager (needed for the OTG drivers) |
|
36 UID 0x0 0x101fe1db |