kerneltest/e32test/bwins/resourcecontroller.def
author Slion
Tue, 08 Dec 2009 08:11:42 +0100
branchanywhere
changeset 19 f6d3d9676ee4
parent 0 a41df078684a
child 269 d57b86b1867a
permissions -rw-r--r--
Trying to figure out how to implement my WINC like compatibility layer. Going the emulation way is probably not so smart. We should not use the kernel but rather hook native functions in the Exec calls.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     1
EXPORTS
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     2
	?CreatePhysicalDevice@@YAPAVDPhysicalDevice@@XZ @ 1 NONAME ; class DPhysicalDevice * __cdecl CreatePhysicalDevice(void)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     3
	??0DStaticPowerResource@@QAE@ABVTDesC8@@H@Z @ 2 NONAME ; public: __thiscall DStaticPowerResource::DStaticPowerResource(class TDesC8 const &,int)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     4
	?AllocReserve@PowerResourceManager@@SAHIEE@Z @ 3 NONAME ; public: static int __cdecl PowerResourceManager::AllocReserve(unsigned int,unsigned char,unsigned char)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     5
	?CancelAsyncRequestCallBack@PowerResourceManager@@SAHIIAAVTPowerResourceCb@@@Z @ 4 NONAME ; public: static int __cdecl PowerResourceManager::CancelAsyncRequestCallBack(unsigned int,unsigned int,class TPowerResourceCb &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     6
	?CancelNotification@PowerResourceManager@@SAHIIAAVDPowerResourceNotification@@@Z @ 5 NONAME ; public: static int __cdecl PowerResourceManager::CancelNotification(unsigned int,unsigned int,class DPowerResourceNotification &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     7
	?CaptureIdleResourcesInfo@DSimulatedPowerResourceController@@SAHIIPAVTPtr8@@@Z @ 6 NONAME ; public: static int __cdecl DSimulatedPowerResourceController::CaptureIdleResourcesInfo(unsigned int,unsigned int,class TPtr8 *)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     8
	?ChangeResourceState@PowerResourceManager@@SAHIIHPAVTPowerResourceCb@@@Z @ 7 NONAME ; public: static int __cdecl PowerResourceManager::ChangeResourceState(unsigned int,unsigned int,int,class TPowerResourceCb *)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     9
	?CompleteResourceControllerInitialisation@DSimulatedPowerResourceController@@SAHXZ @ 8 NONAME ; public: static int __cdecl DSimulatedPowerResourceController::CompleteResourceControllerInitialisation(void)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    10
	?ControlIO@PowerResourceManager@@SAHIIPAX00@Z @ 9 NONAME ; public: static int __cdecl PowerResourceManager::ControlIO(unsigned int,unsigned int,void *,void *,void *)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    11
	?DeRegisterClient@PowerResourceManager@@SAHI@Z @ 10 NONAME ; public: static int __cdecl PowerResourceManager::DeRegisterClient(unsigned int)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    12
	?DeRegisterClientLevelFromResource@PowerResourceManager@@SAHII@Z @ 11 NONAME ; public: static int __cdecl PowerResourceManager::DeRegisterClientLevelFromResource(unsigned int,unsigned int)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    13
	?GetClientId@PowerResourceManager@@SAHIAAVTDesC8@@AAI@Z @ 12 NONAME ; public: static int __cdecl PowerResourceManager::GetClientId(unsigned int,class TDesC8 &,unsigned int &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    14
	?GetClientName@PowerResourceManager@@SAHIIAAVTDes8@@@Z @ 13 NONAME ; public: static int __cdecl PowerResourceManager::GetClientName(unsigned int,unsigned int,class TDes8 &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    15
	?GetInfo@DStaticPowerResource@@UBEHPAVTDes8@@@Z @ 14 NONAME ; public: virtual int __thiscall DStaticPowerResource::GetInfo(class TDes8 *)const 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    16
	?GetInfoOnClientsUsingResource@PowerResourceManager@@SAHIIAAIPAX@Z @ 15 NONAME ; public: static int __cdecl PowerResourceManager::GetInfoOnClientsUsingResource(unsigned int,unsigned int,unsigned int &,void *)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    17
	?GetInfoOnResourcesInUseByClient@PowerResourceManager@@SAHIIAAIPAX@Z @ 16 NONAME ; public: static int __cdecl PowerResourceManager::GetInfoOnResourcesInUseByClient(unsigned int,unsigned int,unsigned int &,void *)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    18
	?GetNumClientsUsingResource@PowerResourceManager@@SAHIIAAI@Z @ 17 NONAME ; public: static int __cdecl PowerResourceManager::GetNumClientsUsingResource(unsigned int,unsigned int,unsigned int &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    19
	?GetNumResourcesInUseByClient@PowerResourceManager@@SAHIIAAI@Z @ 18 NONAME ; public: static int __cdecl PowerResourceManager::GetNumResourcesInUseByClient(unsigned int,unsigned int,unsigned int &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    20
	?GetResourceId@PowerResourceManager@@SAHIAAVTDesC8@@AAI@Z @ 19 NONAME ; public: static int __cdecl PowerResourceManager::GetResourceId(unsigned int,class TDesC8 &,unsigned int &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    21
	?GetResourceInfo@PowerResourceManager@@SAHIIPAX@Z @ 20 NONAME ; public: static int __cdecl PowerResourceManager::GetResourceInfo(unsigned int,unsigned int,void *)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    22
	?GetResourceState@PowerResourceManager@@SAHIIHAAH0@Z @ 21 NONAME ; public: static int __cdecl PowerResourceManager::GetResourceState(unsigned int,unsigned int,int,int &,int &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    23
	?GetResourceState@PowerResourceManager@@SAHIIHAAVTPowerResourceCb@@@Z @ 22 NONAME ; public: static int __cdecl PowerResourceManager::GetResourceState(unsigned int,unsigned int,int,class TPowerResourceCb &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    24
	?PostBootLevel@DPowerResourceController@@SAHIH@Z @ 23 NONAME ; public: static int __cdecl DPowerResourceController::PostBootLevel(unsigned int,int)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    25
	?RegisterClient@PowerResourceManager@@SAHAAIABVTDesC8@@W4TOwnerType@@@Z @ 24 NONAME ; public: static int __cdecl PowerResourceManager::RegisterClient(unsigned int &,class TDesC8 const &,enum TOwnerType)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    26
	?RegisterStaticResource@DPowerResourceController@@SAHIPAVDStaticPowerResource@@@Z @ 25 NONAME ; public: static int __cdecl DPowerResourceController::RegisterStaticResource(unsigned int,class DStaticPowerResource *)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    27
	?RequestNotification@PowerResourceManager@@SAHIIAAVDPowerResourceNotification@@@Z @ 26 NONAME ; public: static int __cdecl PowerResourceManager::RequestNotification(unsigned int,unsigned int,class DPowerResourceNotification &)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    28
	?RequestNotification@PowerResourceManager@@SAHIIAAVDPowerResourceNotification@@HH@Z @ 27 NONAME ; public: static int __cdecl PowerResourceManager::RequestNotification(unsigned int,unsigned int,class DPowerResourceNotification &,int,int)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    29
	?InitController@DPowerResourceController@@SAHXZ @ 28 NONAME ; public: static int __cdecl DPowerResourceController::InitController(void)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    30
	?RegisterArrayOfStaticResources@DPowerResourceController@@SAHIAAPAPAVDStaticPowerResource@@I@Z @ 29 NONAME ; public: static int __cdecl DPowerResourceController::RegisterArrayOfStaticResources(unsigned int,class DStaticPowerResource * * &,unsigned int)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    31