12 lines
267 B
Modula-2
12 lines
267 B
Modula-2
|
; secmgr.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY SEFILSHR
|
||
|
EXPORTS
|
||
|
|
||
|
SceSvcAttachmentConfig
|
||
|
SceSvcAttachmentAnalyze
|
||
|
SceSvcAttachmentUpdate
|
||
|
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|