sdkcreationmw/sdkruntimes/AsyStub/group/AsyStub.mmp
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
equal deleted inserted replaced
0:b26acd06ea60 1:ac50fd48361b
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    19 
    19 
    20 TARGET          AsyStub.dll
    20 TARGET          asystub.dll
    21 TARGETTYPE      PLUGIN
    21 TARGETTYPE      PLUGIN
    22 VENDORID        VID_DEFAULT
    22 VENDORID        VID_DEFAULT
    23 
    23 
    24 // ECom Dll recognition UID followed by the unique UID for this dll
    24 // ECom Dll recognition UID followed by the unique UID for this dll
    25 UID             0x10009D8D 0x20006EF6
    25 UID             0x10009D8D 0x20006EF6
    26 
    26 
    27 CAPABILITY      CAP_ECOM_PLUGIN
    27 CAPABILITY      CAP_ECOM_PLUGIN
    28 
    28 
    29 SOURCEPATH      ..\src
    29 SOURCEPATH      ..\src
    30 
    30 
    31 SOURCE          ASYStubProxy.cpp
    31 SOURCE          asystubproxy.cpp
    32 SOURCE          ASYStubCmdHandlerBase.cpp
    32 SOURCE          asystubcmdhandlerbase.cpp
    33 SOURCE          ASYStubMainServiceBase.cpp
    33 SOURCE          asystubmainservicebase.cpp
    34 SOURCE          ASYStubObserver.cpp
    34 SOURCE          asystubobserver.cpp
    35 SOURCE          ASYStubService.cpp
    35 SOURCE          asystubservice.cpp
    36 SOURCE          AsyStubCmdObserver.cpp
    36 SOURCE          asystubcmdobserver.cpp
    37 
    37 
    38 USERINCLUDE     ..\inc
    38 USERINCLUDE     ..\inc
    39 
    39 
    40 MW_LAYER_SYSTEMINCLUDE
    40 MW_LAYER_SYSTEMINCLUDE
    41 SYSTEMINCLUDE   \epoc32\include\ecom
    41 SYSTEMINCLUDE   \epoc32\include\ecom