equal
deleted
inserted
replaced
22 #include <e32svr.h> |
22 #include <e32svr.h> |
23 #include <e32hal.h> |
23 #include <e32hal.h> |
24 #include <d32comm.h> |
24 #include <d32comm.h> |
25 #include <e32uid.h> |
25 #include <e32uid.h> |
26 #include <hal.h> |
26 #include <hal.h> |
|
27 |
|
28 const TInt KUnit0=0; |
|
29 const TInt KUnit1=1; |
|
30 const TInt KUnit2=2; |
|
31 const TInt KUnit3=3; |
27 |
32 |
28 #if defined (__WINS__) |
33 #if defined (__WINS__) |
29 #define PDD_NAME _L("ECDRV.PDD") |
34 #define PDD_NAME _L("ECDRV.PDD") |
30 #define LDD_NAME _L("ECOMM.LDD") |
35 #define LDD_NAME _L("ECOMM.LDD") |
31 #else |
36 #else |