Loading radio/1.0/vts/functional/Android.bp +35 −0 Original line number Diff line number Diff line Loading @@ -70,3 +70,38 @@ cc_test { "-g", ], } cc_library_static { name: "RadioHidlHalUtilsBase", srcs : [ "radio_hidl_hal_test.cpp", "radio_response.cpp" ], shared_libs: [ "libbase", "liblog", "libcutils", "libhidlbase", "libhidltransport", "libnativehelper", "libutils", "android.hardware.radio@1.0", ], static_libs: ["VtsHalHidlTargetTestBase"], cflags: [ "-O0", "-g", ], } cc_library_static { name: "RadioVtsTestUtilBase", srcs : [ "vts_test_util.cpp" ], } cc_library_headers { name: "radio.util.header@1.0", export_include_dirs: ["."], } No newline at end of file radio/1.0/vts/functional/VtsHalRadioV1_0TargetTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ #include <radio_hidl_hal_utils.h> #include <radio_hidl_hal_utils_v1_0.h> int main(int argc, char** argv) { ::testing::AddGlobalTestEnvironment(new RadioHidlEnvironment); Loading radio/1.0/vts/functional/radio_hidl_hal_cell_broadcast.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ #include <radio_hidl_hal_utils.h> #include <radio_hidl_hal_utils_v1_0.h> using namespace ::android::hardware::radio::V1_0; Loading radio/1.0/vts/functional/radio_hidl_hal_data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ #include <radio_hidl_hal_utils.h> #include <radio_hidl_hal_utils_v1_0.h> using namespace ::android::hardware::radio::V1_0; Loading radio/1.0/vts/functional/radio_hidl_hal_icc.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ #include <radio_hidl_hal_utils.h> #include <radio_hidl_hal_utils_v1_0.h> /* * Test IRadio.getIccCardStatus() for the response returned. Loading Loading
radio/1.0/vts/functional/Android.bp +35 −0 Original line number Diff line number Diff line Loading @@ -70,3 +70,38 @@ cc_test { "-g", ], } cc_library_static { name: "RadioHidlHalUtilsBase", srcs : [ "radio_hidl_hal_test.cpp", "radio_response.cpp" ], shared_libs: [ "libbase", "liblog", "libcutils", "libhidlbase", "libhidltransport", "libnativehelper", "libutils", "android.hardware.radio@1.0", ], static_libs: ["VtsHalHidlTargetTestBase"], cflags: [ "-O0", "-g", ], } cc_library_static { name: "RadioVtsTestUtilBase", srcs : [ "vts_test_util.cpp" ], } cc_library_headers { name: "radio.util.header@1.0", export_include_dirs: ["."], } No newline at end of file
radio/1.0/vts/functional/VtsHalRadioV1_0TargetTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ #include <radio_hidl_hal_utils.h> #include <radio_hidl_hal_utils_v1_0.h> int main(int argc, char** argv) { ::testing::AddGlobalTestEnvironment(new RadioHidlEnvironment); Loading
radio/1.0/vts/functional/radio_hidl_hal_cell_broadcast.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ #include <radio_hidl_hal_utils.h> #include <radio_hidl_hal_utils_v1_0.h> using namespace ::android::hardware::radio::V1_0; Loading
radio/1.0/vts/functional/radio_hidl_hal_data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ #include <radio_hidl_hal_utils.h> #include <radio_hidl_hal_utils_v1_0.h> using namespace ::android::hardware::radio::V1_0; Loading
radio/1.0/vts/functional/radio_hidl_hal_icc.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ #include <radio_hidl_hal_utils.h> #include <radio_hidl_hal_utils_v1_0.h> /* * Test IRadio.getIccCardStatus() for the response returned. Loading