33
|
1 |
/*
|
|
2 |
Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
All rights reserved.
|
|
4 |
|
|
5 |
This program and the accompanying materials are made available
|
|
6 |
under the terms of the Eclipse Public License v1.0 which accompanies
|
|
7 |
this distribution, and is available at
|
|
8 |
http://www.eclipse.org/legal/epl-v10.html
|
|
9 |
|
|
10 |
Initial Contributors:
|
|
11 |
Nokia Corporation - initial contribution.
|
|
12 |
|
|
13 |
Contributors:
|
|
14 |
*/
|
|
15 |
|
|
16 |
#include <platform_paths.hrh>
|
|
17 |
|
|
18 |
#include "kernel/kern_ext.mmh"
|
|
19 |
|
|
20 |
target usbperipheralpil.dll
|
|
21 |
targettype kext
|
|
22 |
linkas usbperipheralpil.dll
|
|
23 |
deffile ../~/usbperipheralpil.def
|
|
24 |
VENDORID 0x70000001
|
|
25 |
uid 0x00000000 0x2002E6DB
|
|
26 |
capability all
|
|
27 |
epocallowdlldata
|
|
28 |
|
|
29 |
// The sytem include paths are declared by using the following macros
|
|
30 |
|
|
31 |
OS_LAYER_SYSTEMINCLUDE
|
|
32 |
|
|
33 |
|
|
34 |
|
|
35 |
// Include dirs of the HS-USB component
|
|
36 |
userinclude ../inc
|
|
37 |
|
|
38 |
// PIL layer source files
|
|
39 |
sourcepath ../src
|
|
40 |
source chapter9.cpp
|
|
41 |
source descriptors.cpp
|
|
42 |
source misc.cpp
|
|
43 |
source ps_usbc.cpp
|
|
44 |
source queue.cpp
|
|
45 |
source controltransfersm.cpp
|