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