bthci/hci2implementations/CommandsEvents/symbian/group/commandsevents_symbian.mmp
equal
deleted
inserted
replaced
351 // Do not produce the .lib file! The .lib file for the commandsevents.dll is a Symbian owned component |
351 // Do not produce the .lib file! The .lib file for the commandsevents.dll is a Symbian owned component |
352 // and defines the commandsevents.dll interface. The commandsevents implementation dll should be built |
352 // and defines the commandsevents.dll interface. The commandsevents implementation dll should be built |
353 // against the exported .def files (which define the ordinals the .lib file is expecting of the implemenation). |
353 // against the exported .def files (which define the ordinals the .lib file is expecting of the implemenation). |
354 NOEXPORTLIBRARY |
354 NOEXPORTLIBRARY |
355 #ifdef WINS |
355 #ifdef WINS |
356 DEFFILE /epoc32/include/bluetooth/hci/bwins/commandsevents.def |
356 DEFFILE OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/bwins/commandsevents.def) |
357 #else |
357 #else |
358 DEFFILE /epoc32/include/bluetooth/hci/eabi/commandsevents.def |
358 DEFFILE OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/eabi/commandsevents.def) |
359 #endif |
359 #endif |
360 |
360 |
361 OPTION cw -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv |
361 OPTION cw -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv |
362 |
362 |
363 UNPAGED |
363 UNPAGED |