Loading trusty/test/binder/aidl/ByteEnum.aidl→trusty/test/binder/aidl/com/android/trusty/binder/test/ByteEnum.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ * limitations under the License. */ package com.android.trusty.binder.test; /* * Hello, world! */ Loading trusty/test/binder/aidl/ITestService.aidl→trusty/test/binder/aidl/com/android/trusty/binder/test/ITestService.aidl +4 −3 Original line number Diff line number Diff line Loading @@ -14,10 +14,11 @@ * limitations under the License. */ package com.android.trusty.binder.test; import ByteEnum; import IntEnum; import LongEnum; import com.android.trusty.binder.test.ByteEnum; import com.android.trusty.binder.test.IntEnum; import com.android.trusty.binder.test.LongEnum; interface ITestService { const @utf8InCpp String PORT = "com.android.trusty.binder.test.service"; Loading trusty/test/binder/aidl/IntEnum.aidl→trusty/test/binder/aidl/com/android/trusty/binder/test/IntEnum.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ * limitations under the License. */ package com.android.trusty.binder.test; @JavaDerive(toString=true) @Backing(type="int") enum IntEnum { Loading trusty/test/binder/aidl/LongEnum.aidl→trusty/test/binder/aidl/com/android/trusty/binder/test/LongEnum.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ * limitations under the License. */ package com.android.trusty.binder.test; @Backing(type="long") enum LongEnum { FOO = 100000000000, Loading trusty/test/binder/aidl/rules.mk +6 −4 Original line number Diff line number Diff line Loading @@ -17,10 +17,12 @@ LOCAL_DIR := $(GET_LOCAL_DIR) MODULE := $(LOCAL_DIR) MODULE_AIDL_PACKAGE := com/android/trusty/binder/test MODULE_AIDLS := \ $(LOCAL_DIR)/ByteEnum.aidl \ $(LOCAL_DIR)/IntEnum.aidl \ $(LOCAL_DIR)/ITestService.aidl \ $(LOCAL_DIR)/LongEnum.aidl \ $(LOCAL_DIR)/$(MODULE_AIDL_PACKAGE)/ByteEnum.aidl \ $(LOCAL_DIR)/$(MODULE_AIDL_PACKAGE)/IntEnum.aidl \ $(LOCAL_DIR)/$(MODULE_AIDL_PACKAGE)/ITestService.aidl \ $(LOCAL_DIR)/$(MODULE_AIDL_PACKAGE)/LongEnum.aidl \ include make/aidl.mk Loading
trusty/test/binder/aidl/ByteEnum.aidl→trusty/test/binder/aidl/com/android/trusty/binder/test/ByteEnum.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ * limitations under the License. */ package com.android.trusty.binder.test; /* * Hello, world! */ Loading
trusty/test/binder/aidl/ITestService.aidl→trusty/test/binder/aidl/com/android/trusty/binder/test/ITestService.aidl +4 −3 Original line number Diff line number Diff line Loading @@ -14,10 +14,11 @@ * limitations under the License. */ package com.android.trusty.binder.test; import ByteEnum; import IntEnum; import LongEnum; import com.android.trusty.binder.test.ByteEnum; import com.android.trusty.binder.test.IntEnum; import com.android.trusty.binder.test.LongEnum; interface ITestService { const @utf8InCpp String PORT = "com.android.trusty.binder.test.service"; Loading
trusty/test/binder/aidl/IntEnum.aidl→trusty/test/binder/aidl/com/android/trusty/binder/test/IntEnum.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ * limitations under the License. */ package com.android.trusty.binder.test; @JavaDerive(toString=true) @Backing(type="int") enum IntEnum { Loading
trusty/test/binder/aidl/LongEnum.aidl→trusty/test/binder/aidl/com/android/trusty/binder/test/LongEnum.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ * limitations under the License. */ package com.android.trusty.binder.test; @Backing(type="long") enum LongEnum { FOO = 100000000000, Loading
trusty/test/binder/aidl/rules.mk +6 −4 Original line number Diff line number Diff line Loading @@ -17,10 +17,12 @@ LOCAL_DIR := $(GET_LOCAL_DIR) MODULE := $(LOCAL_DIR) MODULE_AIDL_PACKAGE := com/android/trusty/binder/test MODULE_AIDLS := \ $(LOCAL_DIR)/ByteEnum.aidl \ $(LOCAL_DIR)/IntEnum.aidl \ $(LOCAL_DIR)/ITestService.aidl \ $(LOCAL_DIR)/LongEnum.aidl \ $(LOCAL_DIR)/$(MODULE_AIDL_PACKAGE)/ByteEnum.aidl \ $(LOCAL_DIR)/$(MODULE_AIDL_PACKAGE)/IntEnum.aidl \ $(LOCAL_DIR)/$(MODULE_AIDL_PACKAGE)/ITestService.aidl \ $(LOCAL_DIR)/$(MODULE_AIDL_PACKAGE)/LongEnum.aidl \ include make/aidl.mk