equal
deleted
inserted
replaced
1 /** |
1 /** |
2 @file |
2 @file |
3 @SYMPurpose usbmsapp.exe USB mass storage sample application |
3 @SYMPurpose usbmsapp.exe USB mass storage sample application |
4 */ |
4 */ |
5 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
5 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
6 // All rights reserved. |
6 // All rights reserved. |
7 // This component and the accompanying materials are made available |
7 // This component and the accompanying materials are made available |
8 // under the terms of the License "Eclipse Public License v1.0" |
8 // under the terms of the License "Eclipse Public License v1.0" |
9 // which accompanies this distribution, and is available |
9 // which accompanies this distribution, and is available |
10 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
10 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
15 // Contributors: |
15 // Contributors: |
16 // |
16 // |
17 // Description: |
17 // Description: |
18 // |
18 // |
19 |
19 |
20 TARGET usbmsapp.exe |
20 TARGET usbmsapp.exe |
21 TARGETTYPE EXE |
21 TARGETTYPE EXE |
|
22 |
|
23 MACRO BUILD_OTG_USBMSAPP |
22 |
24 |
23 SOURCEPATH ../usbmsapp |
25 SOURCEPATH ../usbmsapp |
24 SOURCE usbmsapp.cpp |
26 SOURCE usbmsapp.cpp |
25 |
27 |
26 LIBRARY efsrv.lib euser.lib hal.lib usbcsc_bil.lib |
28 LIBRARY efsrv.lib euser.lib hal.lib usbcsc_bil.lib |