• Home
  • Raw
  • Download

Lines Matching defs:ModuleBase

1320 type ModuleBase struct {  struct
1324 module Module
1326 nameProperties nameProperties
1327 commonProperties commonProperties
1328 distProperties distProperties
1329 variableProperties interface{}
1330 hostAndDeviceProperties hostAndDeviceProperties
1337 archProperties [][]interface{}
1340 bazelTargetModuleProperties bazel.BazelTargetModuleProperties
1344 visibilityPropertyInfo []visibilityProperty
1347 primaryVisibilityProperty visibilityProperty
1350 primaryLicensesProperty applicableLicensesProperty
1352 noAddressSanitizer bool
1353 installFiles InstallPaths
1354 installFilesDepSet *installPathsDepSet
1355 checkbuildFiles Paths
1356 packagingSpecs []PackagingSpec
1357 packagingSpecsDepSet *packagingSpecsDepSet
1358 noticeFiles Paths
1361 katiInstalls katiInstalls
1362 katiSymlinks katiInstalls
1365 distFiles TaggedDistFiles
1369 installTarget WritablePath
1370 checkbuildTarget WritablePath
1371 blueprintDir string
1373 hooks hooks
1375 registerProps []interface{}
1378 buildParams []BuildParams
1379 ruleParams map[blueprint.Rule]blueprint.RuleParams
1380 variables map[string]string
1382 initRcPaths Paths
1383 vintfFragmentsPaths Paths
1387 licenseInstallMap []string
1390 licenseMetadataFile WritablePath
1428 func (m *ModuleBase) addBp2buildInfo(info bp2buildInfo) {
1433 func (m *ModuleBase) IsConvertedByBp2build() bool {
1438 func (m *ModuleBase) Bp2buildTargets() []bp2buildInfo {
1456 func (m *ModuleBase) GetUnconvertedBp2buildDeps() []string {
1461 func (m *ModuleBase) GetMissingBp2buildDeps() []string {
1465 func (m *ModuleBase) AddJSONData(d *map[string]interface{}) {
1479 func (m *ModuleBase) propertiesWithValues() []propInfo {
1570 func (m *ModuleBase) ComponentDepsMutator(BottomUpMutatorContext) {}
1572 func (m *ModuleBase) DepsMutator(BottomUpMutatorContext) {}
1576 func (m *ModuleBase) AddProperties(props ...interface{}) {
1580 func (m *ModuleBase) GetProperties() []interface{} {
1584 func (m *ModuleBase) BuildParamsForTests() []BuildParams {
1611 func (m *ModuleBase) RuleParamsForTests() map[blueprint.Rule]blueprint.RuleParams {
1615 func (m *ModuleBase) VariablesForTests() map[string]string {
1621 func (m *ModuleBase) Name() string {
1626 func (m *ModuleBase) String() string {
1643 func (m *ModuleBase) BaseModuleName() string {
1647 func (m *ModuleBase) base() *ModuleBase {
1651 func (m *ModuleBase) qualifiedModuleId(ctx BaseModuleContext) qualifiedModuleName {
1655 func (m *ModuleBase) visibilityProperties() []visibilityProperty {
1659 func (m *ModuleBase) Dists() []Dist {
1670 func (m *ModuleBase) GenerateTaggedDistFiles(ctx BaseModuleContext) TaggedDistFiles {
1701 func (m *ModuleBase) Target() Target {
1705 func (m *ModuleBase) TargetPrimary() bool {
1709 func (m *ModuleBase) MultiTargets() []Target {
1713 func (m *ModuleBase) Os() OsType {
1717 func (m *ModuleBase) Host() bool {
1721 func (m *ModuleBase) Device() bool {
1725 func (m *ModuleBase) Arch() Arch {
1729 func (m *ModuleBase) ArchSpecific() bool {
1734 func (m *ModuleBase) IsCommonOSVariant() bool {
1739 func (m *ModuleBase) supportsTarget(target Target) bool {
1757 func (m *ModuleBase) DeviceSupported() bool {
1768 func (m *ModuleBase) HostSupported() bool {
1780 func (m *ModuleBase) HostCrossSupported() bool {
1788 func (m *ModuleBase) Platform() bool {
1792 func (m *ModuleBase) DeviceSpecific() bool {
1796 func (m *ModuleBase) SocSpecific() bool {
1800 func (m *ModuleBase) ProductSpecific() bool {
1804 func (m *ModuleBase) SystemExtSpecific() bool {
1810 func (m *ModuleBase) RequiresStableAPIs(ctx BaseModuleContext) bool {
1815 func (m *ModuleBase) PartitionTag(config DeviceConfig) string {
1849 func (m *ModuleBase) Enabled() bool {
1859 func (m *ModuleBase) Disable() {
1864 func (m *ModuleBase) HideFromMake() {
1869 func (m *ModuleBase) IsHideFromMake() bool {
1874 func (m *ModuleBase) SkipInstall() {
1880 func (m *ModuleBase) IsSkipInstall() bool {
1889 func (m *ModuleBase) MakeUninstallable() {
1893 func (m *ModuleBase) ReplacedByPrebuilt() {
1898 func (m *ModuleBase) IsReplacedByPrebuilt() bool {
1902 func (m *ModuleBase) ExportedToMake() bool {
1906 func (m *ModuleBase) EffectiveLicenseFiles() Paths {
1916 …oduleBase) computeInstallDeps(ctx ModuleContext) ([]*installPathsDepSet, []*packagingSpecsDepSet) {
1929 func (m *ModuleBase) FilesToInstall() InstallPaths {
1933 func (m *ModuleBase) PackagingSpecs() []PackagingSpec {
1937 func (m *ModuleBase) TransitivePackagingSpecs() []PackagingSpec {
1941 func (m *ModuleBase) NoAddressSanitizer() bool {
1945 func (m *ModuleBase) InstallInData() bool {
1949 func (m *ModuleBase) InstallInTestcases() bool {
1953 func (m *ModuleBase) InstallInSanitizerDir() bool {
1957 func (m *ModuleBase) InstallInRamdisk() bool {
1961 func (m *ModuleBase) InstallInVendorRamdisk() bool {
1965 func (m *ModuleBase) InstallInDebugRamdisk() bool {
1969 func (m *ModuleBase) InstallInRecovery() bool {
1973 func (m *ModuleBase) InstallInVendor() bool {
1977 func (m *ModuleBase) InstallInRoot() bool {
1981 func (m *ModuleBase) InstallForceOS() (*OsType, *ArchType) {
1985 func (m *ModuleBase) Owner() string {
1989 func (m *ModuleBase) NoticeFiles() Paths {
1993 func (m *ModuleBase) setImageVariation(variant string) {
1997 func (m *ModuleBase) ImageVariation() blueprint.Variation {
2004 func (m *ModuleBase) getVariationByMutatorName(mutator string) string {
2014 func (m *ModuleBase) InRamdisk() bool {
2018 func (m *ModuleBase) InVendorRamdisk() bool {
2022 func (m *ModuleBase) InDebugRamdisk() bool {
2026 func (m *ModuleBase) InRecovery() bool {
2030 func (m *ModuleBase) RequiredModuleNames() []string {
2034 func (m *ModuleBase) HostRequiredModuleNames() []string {
2038 func (m *ModuleBase) TargetRequiredModuleNames() []string {
2042 func (m *ModuleBase) InitRc() Paths {
2046 func (m *ModuleBase) VintfFragments() Paths {
2050 func (m *ModuleBase) CompileMultilib() *string {
2056 func (m *ModuleBase) SetLicenseInstallMap(installMap []string) {
2060 func (m *ModuleBase) generateModuleTarget(ctx ModuleContext) {
2108 func determineModuleKind(m *ModuleBase, ctx blueprint.EarlyModuleContext) moduleKind {
2167 …nc (m *ModuleBase) earlyModuleContextFactory(ctx blueprint.EarlyModuleContext) earlyModuleContext {
2175 func (m *ModuleBase) baseModuleContextFactory(ctx blueprint.BaseModuleContext) baseModuleContext {
2186 func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext) {
3055 func (m *ModuleBase) MakeAsPlatform() {
3063 func (m *ModuleBase) MakeAsSystemExt() {
3072 func (m *ModuleBase) IsNativeBridgeSupported() bool {